Tried to run wallet in wine in vm (i don't want to move wallet file to some kind of payed server somewhere). it works but when i start masternode it requires some kind of watchdog to be used
And if i leave it run this way it will just show me "restart required" on next day. I see lots of people having same problem in masternode list.
Tried to run linux native file (that is much much bigger file) - double click on it doing nothing.
After hours of installing many many dependancies its still not working for me.
When i try to run wallet from console (oh linux and its "love" for making user use console
) it shows me that libqt5network.so.5 file is missing.
So be aware. masternode is much more complicated than just move coins to your wallet and leave it on as you do on regular POS staking. Cause even after all the steps and config file editing it still additionally require some kind of "watchdog".
Don't be afraid for the masternode setup. It looks more complicated as you say. It's an easy thing :-)
You need a little bit time and have to wait at some steps for arround 20 up to 30 minutes.
Let me start.
The first step on your local computer wallet.
Transfer the 1000 coins to a NEW CREATED walletaddress, which you give a name like Masternode1 or what you want. You need this name later for your masternode.conf on your local computer. Maybe QT.
If you're done with that. Check in the Debug-Console for a valid masternode tx includes vout. by using command: 'masternode outputs'
You will see an output like that, when it was OK.
{
"4c56b902e13936c26ec401f89988098c5bf9fcd08084fb3067c360a33c5a3902": "1"
}
Otherwise you will get only {}.
If you have this. Write down as TX-ID => You need this again for your local masternode.conf
Next way to generate a masternode key. use the command 'masternode genkey'
You will receive a key like this: 2rfnBvjLoEMwrg8kdkMF9rxour77mBx9i84u54rXUdfxWBTxhVm
Write down that key as MasternodeKey => You need this again for your local masternode.conf and later for the real masternode on linux vps or other computer!
As next Open your local masternode.conf.
Add a line like this: (with your data)
#WalletName #IP:PORT #MasternodeKey #TX-ID #VOUT
Masternode1 123.123.123.123:9847 2rfnBvjLoEMwrg8kdkMF9rxour77mBx9i84u54rXUdfxWBTxhVm 4c56b902e13936c26ec401f89988098c5bf9fcd08084fb3067c360a33c5a3902 1
and save this and restart your wallet.
now open your local pushi.conf (local configuration file) and add this line:
mnconflock=0
And save. This will unlock your 1000 coins, that is is possible to run your masternode.
So now we need a fresh installation of pushi on the remote computer with IP 123.123.123.123 (example - you need a real static ip and this computer must have it on its network device)
May be you use an external VPS (Virtual-Server).
Install pushid on it.
Start it and wait until it is synced.
Stop it and open the pushi.conf
add the following lines and change the
'BOLD' marked things.
rpcuser=
rpcusernamewhatyouwantrpcpassword=
passwordwhatyouwantrpcallowip=127.0.0.1
listen=1
server=1
daemon=1
txindex=1
logtimestamps=1
maxconnections=256
rpcbind=127.0.0.1
bind=
123.123.123.123externalip=
123.123.123.123:9847
masternode=1
masternodeprivkey=2rfnBvjLoEMwrg8kdkMF9rxour77mBx9i84u54rXUdfxWBTxhVm
and save it and start your pushid again.
Sentinel would be good. The linux example and cronjob from the Masternode Guide are realy useful. Easy command copy&paste.
Wait until both(local and remote) pushi are sync again. And run from your local wallet at the debug console by command: 'masternode start-alias Masternode1' <- the name of the Masternode Wallet which you give.
If you use the QT you can press on the Button Start-Alias.
When the steps are successful and you see WATCHDOG_EXPIRED. Wait until 20 up to 30 minutes. I guess it will work and change the status to ENABLED soon.
Good luck.
If you need help you can contact me private. If you need a managed remote masternode (node + sentinel stuff based on linux),
we can deal with pushi or other crypto currencies for it. No worry, your 1000 PUSHIs stays at your local wallet. We only provide the IP and you will provide us the masternodekey. The earnings will going to your local wallet.