Updated Updating CHT BloomTrie (markdown)

Ivan Daniluk 2018-02-27 11:50:11 +01:00
parent a2242756e0
commit 2c72b22838
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@ CHT/BloomTries values are used for faster synchronization in LES (Light Ethereum
## Generate CHT/BloomTrie:
1. Clone https://github.com/ethereum/go-ethereum
2. Run `make`
3. Run full node: `build/bin/geth --testnet --syncmode "full" --lightserv 90 --cache 512 console`
3. Run full node: `build/bin/geth --testnet --syncmode "full" --lightserv 90 --cache 512`
4. Wait until it synchronizes (if unsure, check the latest block number with http://ropsten.etherscan.io for example)
5. Find two log lines starting with **"Storing CHT"** and **"Storing BloomTrie"**.
Example output: