Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
craigh
on 26/01/2018, 17:02:05 UTC
May it be possible to use the move-command instead?
Code:
move "fromaccount" "toaccount" amount

I gave that a try and "internal" transaction worked like a charm... but there's no transaction id and therefore still no goldmine outputs with txid and idx Sad
Moving now back the exactly 1000 from my mn1-address.

Any suggestions how to EXACTLY send 1000 plus transaction fees? May it be impossible to "convert" an existing wallet to goldmine by sending initial deposit from one address existing in same wallet.dat to the goldmine-address on the same wallet?

You should join this Discord above if you need help; it's quicker.

Anyway, assuming you are not already running another arctic coin masternode, do the following:

1. Comment out the line in your goldminenode.conf file (put a hash at the start of the line) and save file
2. Close and reopen your wallet; wait for it to sync
3. In the debug console, type getnewaddress ARC01
4. Copy the address output above
5. Type sendtoaddress "address_copied_from above" 1000
6. Wait for 15 confirmations (check in Transactions tab)
7. Type goldminenode outputs in the debug console
8. Edit the goldminenode.conf file, remove the comment # from start of line and update txID and vOut (last two fields) of the line with the values output in step 7

You can now continue with your masternode set-up.

C.