我正在尝试从头开始构建仲裁节点,并且我遵循了本教程:https ://github.com/jpmorganchase/quorum/wiki/From-Scratch
当我尝试使用此命令执行节点时:
PRIVATE_CONFIG=ignore nohup geth --datadir new-node-1 --
nodiscover --verbosity 5 --networkid 31337 --raft --raftport
50000 --rpc --rpcaddr 0.0.0.0 --rpcport 22000 --rpcapi
admin,db,eth,debug,miner,net,shh,txpool,personal,web3,quorum,raft
--emitcheckpoints --port 21000 2>>node.log &
我得到这个输出
[1] 32123
当我尝试
geth attach newnode/geth.ipc
我明白了
no such file or directory
你有任何信息这个输出是什么意思[1] 32123?