Skip to content

Commit

Permalink
adjust notes
Browse files Browse the repository at this point in the history
  • Loading branch information
HXHke committed Jan 24, 2024
1 parent a23cdd3 commit da6ccf9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions run-node-mainnet_binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Required Software

- [golang 1.20 + ]
- [golang 1.19 ]

## Recommended Hardware

Expand All @@ -29,9 +29,6 @@ make geth

```

you need to configure this geth into your local environment variables
or modify the geth directory in the geth.sh file below

### set up env and run
```sh
git clone https://github.com/mantlenetworkio/networks.git
Expand All @@ -53,6 +50,7 @@ export ROLLUP_VERIFIER_ENABLE='true'
export DATADIR=~/mantle_l2geth_data

cp ../mantle/l2geth/build/bin/geth .
export PATH=$PATH:$(pwd)
sh geth.sh
```

Expand Down

0 comments on commit da6ccf9

Please sign in to comment.