Go-Ethereum
geth 使用 ipcapi 選項返回錯誤
當我使用 ipcapi 啟動 geth 時:
geth --testnet --rpc --rpcapi "eth,web3,txpool" --ipcapi "admin,db,eth,miner,net,shh,txpool,web3"
geth 給我一個錯誤:
flag provided but not defined: -ipcapi
怎麼了 ?
geth –rpc ipcapi admin,debug,eth,miner,net,personal,shh,txpool,web3 –mine -rpccorsdomain “*” –datadir C:\Users\AppData\Roaming\Ethereum\geth\chaindata –rpc –mine –minerthreads 5 –networkid 98764 初始化 C:\Users\AppData\Roaming\Ethereum\geth\CustomGenesis.json
geth版本:
1.0.0
支持
--ipcapi
有值admin,db,eth,debug,miner,net,shh,txpool,personal,web3