Bitcoin Forum

Other => Beginners & Help => Topic started by: squuh on January 01, 2018, 12:29:52 AM



Title: MadCoin ~ move coins from one wallet to the next
Post by: squuh on January 01, 2018, 12:29:52 AM
Hey, I am setting up a master node for MadCoin and I am stuck at the last part of the instructions. It seems somehow I have two wallets, because when I do:

./madcoind getreceivedbyaddress your masternode address

It shows my balance of 2,500 coins. But when I do: ./madcoind getaccountaddress mymasternode

it shows a different wallet ID than the one with my balance and the new wallet ID has a zero balance.

It is not letting me start my master node because it says the balance is zero. How do I send coins from one wallet to the next please?

Thanks very much!


Title: Re: MadCoin ~ move coins from one wallet to the next
Post by: squuh on January 01, 2018, 03:45:36 AM
Never mind, I figured it out. I must have setup two wallets by accident. All I had to do is move coins from one to the other using this command:

step 1:
./madcoind walletpassphrase <put your password here> 60

This holds your password for 60 seconds

./madcoind getreceivedbyaddress "your new wallet address" 2500 "" "" false

sends 2,500 coins from the first wallet into the second without fees taken out so you have exactly 2500

I hope that helps someone.  :)