Install OpenEthereum Client
Note: While OE still works fine with POA network, it will be deprecated in the future. Nethermind is the recommended client for new installations.
You can build from source or download binary release, see the official OpenEthereum Releases Page. Please use
OpenEthereum
version 3.2.6).After downloading, you need to perform the command
chmod +x openethereum
to be able to run the binary.openethereum --chain poacore --no-warp
openethereum --chain poasokol --no-warp
If you would like to limit or choose specific bootnodes, you can obtain the bootnodes.txt file from POA github. Enter all supplied enodes for the desired network separated by a comma, no space
POA Core
git clone -b core https://github.com/poanetwork/poa-chain-spec.git
openethereum --chain poacore --bootnodes enode://[email protected]:PORT,enode://[email protected]:PORT
POA Sokol
git clone -b sokol https://github.com/poanetwork/poa-chain-spec.git
openethereum --chain poasokol --bootnodes enode://[email protected]:PORT,enode://[email protected]:PORT
Last modified 1yr ago