Skip to content

Commit

Permalink
Merge pull request #87 from AssetMantle/docs/readme
Browse files Browse the repository at this point in the history
docs: v1.0.0
  • Loading branch information
deepanshutr authored Aug 18, 2023
2 parents e994a65 + dcc72df commit 6726915
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -33,16 +33,16 @@ 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)
* Clone git repository

```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
```

Expand Down
7 changes: 6 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6726915

Please sign in to comment.