rodtang
@rodtang (* ロッタン)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

バックグラウンドでgethが起動できない

解決したいこと

Gethの勉強をしているのですが、バックグラウンドでgethを起動するという所で躓いてしまっています。

環境はWSLでubuntuを使用しています。

具体的には、コンソールに接続しようとすると、処理が止まって接続に失敗するということが起きていると思います。

入力したコマンドは以下の通りです。

Ubuntu

$ nohup geth --networkid 4649 --nodiscover --maxpeer 0 --datadir ./data_testnet --mine --minerthreads 1 --rpc 2>> ./data_testnet/geth.log &

そして、コンソールに接続しようとすると、以下のメッセージが出ます。

$ geth attach rpc:http://localhost:8545
Fatal: Failed to start the JavaScript console: api modules: Post "http://localhost:8545": dial tcp 127.0.0.1:8545: connect: connection refused

[1]+  Exit 1    nohup geth --networkid 4649 --nodiscover --maxpeers 0 --datadir ./data_testnet --mine --minerthreads 1 --rpc --rpcaddr "0.0.0.0"
 --rpcport 8545 --rpccorsdomain "*" --rpcapi "admin,db,eth,debug,miner,net,shh,txpool,personal,web3" --unlock 0,1 --password ./data_testnet/passwd --verbosity 6 2>> ./data_testnet/geth.log

原因がわかる方、いらっしゃいましたら助けていただけると幸いです。

0

No Answers yet.

Your answer might help someone💌