Skip to content

Commit 73e6147

Browse files
committed
Merge remote-tracking branch 'bnb-chain/develop' into separate-node
2 parents 84bb85c + 2f2b98a commit 73e6147

15 files changed

+1185
-208
lines changed

CHANGELOG.md

+99-87
Large diffs are not rendered by default.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This command will:
124124

125125
Steps:
126126

127-
1. Download the binary, config and genesis files from [release](https://github.com/binance-chain/bsc/releases/download/v1.0.0-alpha.0/binary.zip), or compile the binary by `make geth`.
127+
1. Download the binary, config and genesis files from [release](https://github.com/bnb-chain/bsc/releases/tag/v1.1.10), or compile the binary by `make geth`.
128128
2. Init genesis state: `./geth --datadir node init genesis.json`.
129129
3. Start your fullnode: `./geth --config ./config.toml --datadir ./node`.
130130
4. Or start a validator node: `./geth --config ./config.toml --datadir ./node -unlock ${validatorAddr} --mine --allow-insecure-unlock`. The ${validatorAddr} is the wallet account address of your running validator node.

0 commit comments

Comments
 (0)