运行以太坊轻节点
2021-07-01 本文已影响0人
a树
nohup geth --datadir chain --syncmode=light --cache=1024 --rpc --rpcaddr 0.0.0.0 --rpcport 50002 --rpcapi 'web3,eth,net,personal,admin,txpool' --rpccorsdomain '*' & tail -f nohup.out
连接到以太坊后台:
geth attach ./geth.ipc