ethersphere / bee-clef

bee-clef is official ethereum clef binary wrapped and preconfigured for bee as a service
GNU General Public License v3.0
79 stars 50 forks source link

invalid chain id , xdai chainid change #42

Closed code-scan closed 3 years ago

code-scan commented 3 years ago

/bee-clef/packaging/bee-clef-service must change

CHAINID=5

to

CHAINID=100

ubuntu

change file /usr/bin/bee-clef-service

CHAINID=5

to

CHAINID=100

run

service bee-clef restart

enjoy your bee client !

https://www.pocpool.io/

vandot commented 3 years ago

@code-scan by default bee connect to testnet thats why default is 5 (goerli network) bee-clef-service reads ENV variable BEE_CLEF_CHAIN_ID to set diff chain_id if needed