LOCAL WALLET
1. create a file masternode.conf
~/.limecoinx/masternode.conf
2. masternode.conf format
ALIAS_NAME IP_MASTERNODE::8886 MASTERNODE_PRIVKEY TRANSACTIONHASH INDEX_NUMBER(0 or 1 - 5000 limx transaction)
example:
MN1 8.8.8.8:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f6abe037c5a3391b3d31c60b51a3b 0
MN2 8.8.8.4:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f8abe037c5a3391b3d34c60b51a3b 0
3. starting your MN
./limecoinxd masternode start-many
or
./limecoinxd masternode start-alias ALIAS_NAME
i'm having trouble with start-many . i keep receiving a "could not allocate vin"
i followed https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/
.
i created an empty wallet.
imported two privkeys
did a > masternode genkey
also > masternode outputs (two of them were output)
placed output in masternode.conf
master1 1.2.3.4:8886 genkey txHash1 index
master2 1.2.3.4:8886 samegenkey txHash2 index
limecoinx.conf has contents as suggested by reubens walk though
rpcuser=SomeRandomString
rpcpassword=EvenLongerRandomString
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
any suggestions ??
if(!GetMasterNodeVin(vin, pubKeyCollateralAddress, keyCollateralAddress, txHash, strOutputIndex)) {
errorMessage = "could not allocate vin";
LogPrintf("CActiveMasternode::Register() - Error: %s\n", errorMessage.c_str());
return false;
}
Something is missing ??
lol but what ? and how ?
as far as i can tell i have put correct and appropriate data in masternode.conf