Skip to content

Commit

Permalink
Merge pull request #888 from bnb-chain/develop
Browse files Browse the repository at this point in the history
[R4R] Release For BSC v1.1.10
  • Loading branch information
unclezoro authored May 5, 2022
2 parents 0f5a4c8 + 55ef216 commit 2f2b98a
Show file tree
Hide file tree
Showing 15 changed files with 1,208 additions and 207 deletions.
186 changes: 99 additions & 87 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This command will:

Steps:

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`.
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`.
2. Init genesis state: `./geth --datadir node init genesis.json`.
3. Start your fullnode: `./geth --config ./config.toml --datadir ./node`.
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.
Expand Down
Loading

0 comments on commit 2f2b98a

Please sign in to comment.