Hi Berron, thanks a lof fot he tutorial...
I'm having a problem:
In the wallet:
eternitynode getoutputs
We get the collateral TX_ID and TX_INDEX(0 or 1) (85898ae7956757657ced9689687687a 1 for example)
We open eternitynode.conf in our controller wallet and put a new line as:
Node-alias VPS_IP:4855 Private_key TX_ID TX_INDEX
Save the file
Close and reopen controller wallet
When I run "eternitynode getoutputs", I'm getting an error and the parameter getoutputs is not working, also it's not listed on the wallet console parameters.
"TX_ID" is the MN wallet?
Can you please help me?
Thanks
in the debug console type in eternitynode outputs
there you find the tx-id and tx-index
Awesome mate, thanks a lot

It's seems its working now:
./eternity-cli eternitynode status
"status" : "Eternitynode successfully started"
Btw, this is also correct?
./eternity-cli getinfo
"version" : 120061,
"protocolversion" : 70103,
"walletversion" : 61000,
"balance" : 0.00000000,
"spysend_balance" : 0.00000000,
"keypoolsize" : 1001,
"keypoolsize" is the wallet balance? I see "balance" is zero but I sent 1k ENT to that wallet and the MN is working.
Thanks again.