Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン] ANI
by
dipsy
on 30/01/2014, 23:27:37 UTC
my transaction hasn't been transmmited for 3 days now:
Status: 0/unconfirmed
Date: 1/27/2014 20:32
To: AGgwZWJNjjBveEX25Tqr7cs8AjyNP21jyt
Debit: -8192.00 ANI
Transaction fee: -0.0001 ANI
Net amount: -8192.0001 ANI
Transaction ID: f3e85c223cf310791506f70adf26dfe0095ddfbf1ea041a390328230df2b7b7e

is there a way to manualy resent it? i haven't found a relative command in console  Sad


  • Do this:
Code:
listreceivedbyaddress 0 true

You should have a list of addresses that have received coins.

  • Then do this for all your addresses (individually for each one):

Code:
dumpprivkey

should look like: dumpprivkey AdWQLcy3kuKSkyDkAruuxdMX61B2qcjVV

Copy the address and private key for each one and paste it somewhere safe.

  • Stop Animecoin from running
  • Either Install Animecoin on a new computer... or Copy your Anime wallet.dat file to another folder, and then delete the first Wallet.dat (make sure you have a copy before deleting the Wallet.dat!)

  • Start Animecoin again
  • On the new Animecoin console / command line:
Code:
importprivkey
    should look like: importprivkey PT3LdJUJCkt1jYivDJJQGNjtVsowU4QPGZkj1p9Hf7coaH47RNZc

  • You should see the balances of your previous addresses in the new wallet  Grin