Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
55860389
Topic
5090272
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
Quote from: teknohog on
Today
at 01:37:20 PM
...
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.