diff --git a/README.md b/README.md index 859c3b9..dc202d8 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ transfer and decentralized exchange. ## Hardware Requirements * **Minimal** - * 2vCPU - * 4GB RAM + * 4vCPU + * 32GB RAM * 200GB SSD * **Recommended** - * 4vCPU - * 8GB RAM + * 8vCPU + * 64GB RAM * 500GB SSD > NOTE: SSDs have limited TBW before non-catastrophic data errors. Running a full node requires a TB+ writes per day, causing rapid deterioration of SSDs over HDDs of comparable quality. @@ -33,7 +33,7 @@ transfer and decentralized exchange. ## Installation Steps ->Prerequisite: go1.18+ required. [ref](https://golang.org/doc/install) +>Prerequisite: go1.19 required. [ref](https://golang.org/doc/install) >Prerequisite: git. [ref](https://github.com/git/git) >Optional requirement: GNU make. [ref](https://www.gnu.org/software/make/manual/html_node/index.html) @@ -41,8 +41,8 @@ transfer and decentralized exchange. ```shell git clone https://github.com/AssetMantle/node.git -git checkout [vX.X.X] -cd assetMantle +git checkout v1.0.0 +cd node make all ``` diff --git a/UPGRADING.md b/UPGRADING.md index f0dbcef..2c26fb0 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -38,7 +38,12 @@ go: go version go1.18 linux/amd64 * Verify if you are running new version of `mantleNode` ```bash - +name: mantleNode +server_name: mantleNode +version: 1.0.0 +commit: e994a65 +build_tags: netgo +go: go version go1.19.12 linux/amd64 ``` * Start your node with correct version