Prepare a full node for ETHW
1. Setup
1.1 Recommended Hardware Requirements
1.2 ETHW source code
git clone https://github.com/ethereumpow/go-ethereum.git
cd go-ethereum
make2. Prepare
2.1 Download the prepared data
2.1.1 Download data file
2.1.2 Decompress and unpack the files
2.1.3 Verify chaindata in a stand-alone network(optional)
2.2 sync the chaindata from Ethereum network
3. Run
Last updated