3,以太坊简单智能合约开发

xiaoxiao2021-02-28  13

1,启动私有节点

启动私有节点并输入密码,私有节点启动并开始挖矿。

geth -targetgaslimit 4294967295 -rpc -rpcaddr "127.0.0.1" -rpcport "8101" -port "30303" -rpcapi "db,eth,web3,net,personal" -networkid 11100 -identity 123456 -nodiscover -maxpeers 5 -datadir "
转载请注明原文地址: https://www.6miu.com/read-2450142.html

最新回复(0)