Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
PeterColumboFalk
on 18/12/2020, 17:16:03 UTC
...
For actually putting zanod in the background, I use the --no-console option. So
Code:
./zanod --no-console &
or to make it extra sure
Code:
./zanod --no-console >/dev/null 2>/dev/null &

Good hint too, runs well.