I am trying to build a quorum node from scratch and I have folowed this tutorial: https://github.com/jpmorganchase/quorum/wiki/From-Scratch
When i try to execute the node using this command:
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 &
I get this output
[1] 32123
and when I try
geth attach newnode/geth.ipc
I get
no such file or directory
do you have any in formations what does thisoutput mean [1] 32123??