Oh, cool! I just use the Nu.app/Contents/MacOS/Nu binary. Thanks.
Edit:
Is it possible to run it headlessly?
RPC username and password set in nu.conf. Testnet nodes.
cd /Applications/Nu.app/Contents/MacOS
./Nu -testnet -server -addnode=198.52.200.26 -addnode=198.52.199.30 -addnode=62.210.25.6
Does it handle several nodes as arguments? getpeerinfo in the debug window only shows me the last one, and getaddednodeinfo isn’t implemented.
After attemping to connect using -connect I’ve concluded the first two nodes are down.
Can I add testnet nodes in the shared nu.conf?
Can I drop it into the background easily? Occupies the terminal as it is. I know about & but I can’t close the shell (zsh: you have running jobs.) or rather if I do it kills the process.
In another terminal shell:
cd /Applications/Nu.app/Contents/MacOS
./Nu -testnet getinfo
That opens another instance (which throws an error as the testnet files are already in use), so how do I use the running one?