Skip to content

Commit 2f2b98a

Browse files
authored
Merge pull request #888 from bnb-chain/develop
[R4R] Release For BSC v1.1.10
2 parents 0f5a4c8 + 55ef216 commit 2f2b98a

File tree

15 files changed

+1208
-207
lines changed

15 files changed

+1208
-207
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)