That is awesome... appreciate it mate.
I cannot find info on how to setup masternode?
hi
Local Computer Windows:
1. Install Win wallet
https://github.com/eternity-group/eternity/releases/tag/v0.12.1.6 on your LC.
2. wait for full synchronization wallet.
3. Receive a new address
4. Send coins from exchange on received address (3.).
5. console debug wallet on your LC>>> getaccountaddress EternityNode>>> Enter>>> copy Eternitynodeaddress on Notepad
6. console debug wallet on your LC>>> sendtoaddress "Eternitynodeaddress (5.)" 1000>>> Enter.
7. wait for the recommended confirmations (6.)
8. console debug wallet on your LC>>>> eternitynode outputs>>> Enter>>> copy eternitynode outputs with the index (0-1) on Notepad.
9. Close LC wallet.
10.File eternity.conf is empty.
Go to WinVPS:
1. Install Win wallet
https://github.com/eternity-group/eternity/releases/tag/v0.12.1.6 on your WinVPS.
2. wait for full synchronization wallet.
3. console debug wallet on your WinVPS>>> eternitynode genkey>>> Enter>>> copy privatekey your Eternitynode on Notepad.
4. Close Wallet.
5. Open file eternity.conf on your WinVPS copy the following
eternitynode=1
eternitynodeprivkey= privatekey your Eternitynode (3.)
discover=1
externalip=xxx.xxx.xxx.xxx( your external IP address VPS):4855
save and exit.
6. Start Wallet on WinVPS. Wait for full synchronization wallet.
7. Follow on your LC.
8. In folder your LC wallet open file eternitynode.conf copy the following
Example: mn1 :4855
save and exit.
9. Start LC wallet.
10. In the LC wallet setup menu, select the Display tab with Eternitynode.
11. Following Eternitynode menu>>> My Eternitynode>>> Start all>>> YES>>> OK.