バックグラウンドでgethが起動しない
解決したいこと
gethの勉強をしているのですが、バックグラウンドでgethを起動できません。
$ nohup geth --networkid 4649 --nodiscover --maxpeers 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
logを見てみると以下のような表示が出ているのですが、解決方法がわかりません。
教えていただけると幸いです。
nohup: ignoring input and appending output to 'nohup.out'
flag provided but not defined: -minerthreads
0