Can Any one confirm this about running a master node:
I have 2 wallets: wallet 1 have 150000 Coins. In wallet 1 i created MN1 receiving address and sent exactly 100000 coins to that address.
Now
In wallet 2, in config file (amsterdamcoin.conf) the below details are entered
rpcuser=user
rpcpassword=password@1
listen=1
port=50020
masternode=1
masternodeprivkey=87VxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxG2 (key generated in wallet 1 with command masternode genkey)
in masternode.conf file the below details are entered
MN1 xxx.xxx.xxx.xxx:50020 {key generated in wallet 1 with command masternode genkey} {Transaction ID from wallet 1 100000 coins sent to MN1} 0
Now I tried to start master node from wallet 2. But, it is giving error as "cannot allocate vin"
what might be the issue? am i doing it correct?