Search content
Sort by

Showing 20 of 1,231 results by clockuniverse
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 22/01/2021, 01:49:29 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 08/01/2021, 00:33:56 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 01/01/2021, 00:35:03 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 25/12/2020, 01:53:07 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 18/12/2020, 02:00:46 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 11/12/2020, 02:02:02 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 04/12/2020, 01:01:05 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 27/11/2020, 03:24:56 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 20/11/2020, 03:33:40 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 13/11/2020, 02:37:10 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 06/11/2020, 01:31:22 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 30/10/2020, 00:27:49 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 23/10/2020, 03:17:04 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 16/10/2020, 00:17:47 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 09/10/2020, 01:05:15 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 02/10/2020, 01:50:02 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 28/09/2020, 22:07:05 UTC
Awesome, what worked in recovering? Might come in handy for others with the same issue.

I used this tool: https://github.com/prof7bit/wallet-key-tool/ which basically extracts the addresses from a corrupted wallet and shows the private keys.
Hence, I only imported the private key via the console [importprivkey "private key"].


That is a good tip to know!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 25/09/2020, 01:05:01 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 25/09/2020, 00:18:25 UTC
Looks like a corrupt wallet.dat? If you have another backup of the wallet, try that file. You could also try and start the client with a new wallet.dat (move the old wallet and let it generate a new one), let it load, stop it and try the old wallet.dat again. Or, start up with a new wallet and try the 'import wallet' function from the console.

No experience with py here, unfortunately, but I don't think that would work with an encrypted wallet anyway.

Thank you for your help.

I have another backup but with the same error.

I just tried the import function. I'm just a little confused if it is the same command as in bitcoin client. I've tried "help importwallet" to understand, but the command showed is importwallet "filename". I've tried to create a wallet1.dat and then:
 
importwallet "wallet1.dat"

It returns the following:
Cannot open wallet dump file (code -8)

Am I doing something wrong?


Did you specify a path like so? /home/user/yourwalletfile

Also, make some copies of your left over back up, just in case in the process this one gets fried as well.

-Did you specify a path like so?
Yes, I did. When I put it in parentheses " ", It return a blanc line. Otherwise, it return the aforementioned error.

-Also, make some copies of your left over back up, just in case in the process this one gets fried as well.
I have two backups, one on an external hard drive and the other on a flash drive.

Thank you again!

Can you hit me up on Mattermost (https://mattermost.terracoin.io/)?  It is easier to do tech support on there.  I can't look at it tonight (Weekly Update night), but I can look at your wallet.dat file tomorrow.  I have fixed a bunch of old wallet.dat files at this point.

@samspaces Thanks for helping!  You are spot on with your advice!
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] Terracoin (TRC) - Est 2012
by
clockuniverse
on 24/09/2020, 20:32:22 UTC
⭐ Merited by vinipoars (1)
Hello guys,

Please, I was trying to restore an old wallet.dat (from 2017) but it get stucked, as you can see from the image below.
Is there anything I can do or is it definitely lost?

Is there a way to dump the private keys from the wallet via the command line? Do pywallet works with terracoin? I didnt want to try anything before hear your opinion/advice about it.

Thank you in advance!


.

Besides what Samspaces said you also can modify the short cut to the wallet and add -repairwallet to the end of the target and it will start the wallet and repair the wallet.dat file at the same time.  It takes a while, but that almost always works.

Except only run it ONCE on that wallet.dat otherwise that can cause different issues with the wallet.dat file.