Bitcoin Forum
April 28, 2024, 12:35:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: What is the best mining option?
PoW
PoS
Other - I will describe in the comments so that my option is added to this poll

Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 »
  Print  
Author Topic: [ANN] Terracoin (TRC) - Est 2012  (Read 408625 times)
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
September 24, 2020, 07:55:42 PM
Merited by vinipoars (1)
 #2841

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.
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714307709
Hero Member
*
Offline Offline

Posts: 1714307709

View Profile Personal Message (Offline)

Ignore
1714307709
Reply with quote  #2

1714307709
Report to moderator
1714307709
Hero Member
*
Offline Offline

Posts: 1714307709

View Profile Personal Message (Offline)

Ignore
1714307709
Reply with quote  #2

1714307709
Report to moderator
1714307709
Hero Member
*
Offline Offline

Posts: 1714307709

View Profile Personal Message (Offline)

Ignore
1714307709
Reply with quote  #2

1714307709
Report to moderator
clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
September 24, 2020, 08:32:22 PM
Merited by vinipoars (1)
 #2842

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.

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

vinipoars
Hero Member
*****
Offline Offline

Activity: 581
Merit: 507


To the moon!


View Profile WWW
September 24, 2020, 09:41:07 PM
 #2843

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.

Thank you for your help.

I tried to create the -repairwallet wallet. The client crashed (windows error, program must be closed) and a new wallet was created as soon as it crashed. The wallet created was a brand new one, so it not worked.
vinipoars
Hero Member
*****
Offline Offline

Activity: 581
Merit: 507


To the moon!


View Profile WWW
September 24, 2020, 09:49:20 PM
 #2844

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?
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
September 24, 2020, 10:09:03 PM
 #2845

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.
vinipoars
Hero Member
*****
Offline Offline

Activity: 581
Merit: 507


To the moon!


View Profile WWW
September 24, 2020, 11:39:45 PM
 #2846

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!
clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
September 25, 2020, 12:18:25 AM
 #2847

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!

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
September 25, 2020, 01:05:01 AM
 #2848

September 24th Weekly Terracoin Update – Liquidation - https://medium.com/@clockuniverse/september-24th-weekly-terracoin-update-liquidation-9c0b70bf1f16?sk=19656a592b45435000e59d1d0f1b1075

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
September 25, 2020, 12:19:56 PM
Merited by vinipoars (1)
 #2849

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!


No prob. Found an old pywallet git: https://github.com/jackjack-jj/pywallet
I noticed some coins have the option 'loadwallet' besides 'importwallet'. If you're on linux, you'll want to check if your user has the right permissions.  Seems code 8 points to that. If not: 'sudo chown -R youruser yourwalletfile'

@vinipoars, let us know if you've salvaged the coins. Even if you don't, don't throw away the files. You never know what might be available at some point in the future.
logictense
Hero Member
*****
Offline Offline

Activity: 2146
Merit: 518


View Profile WWW
September 25, 2020, 02:10:55 PM
 #2850


My repulsion towards everything I see is dictated by futile nature of things I have to deal with. I cant get over the fact that everything that happens to the coinmakery happens by will of schizophrenic develishness. Didymous warts on the face of cryptoinery proliferate non-stop, along with bestiality going on at the backstage of fetching but fake facade built to pamper the phat illusion.

vinipoars
Hero Member
*****
Offline Offline

Activity: 581
Merit: 507


To the moon!


View Profile WWW
September 26, 2020, 01:19:08 AM
Last edit: September 26, 2020, 05:02:54 PM by vinipoars
 #2851

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!


No prob. Found an old pywallet git: https://github.com/jackjack-jj/pywallet
I noticed some coins have the option 'loadwallet' besides 'importwallet'. If you're on linux, you'll want to check if your user has the right permissions.  Seems code 8 points to that. If not: 'sudo chown -R youruser yourwalletfile'

@vinipoars, let us know if you've salvaged the coins. Even if you don't, don't throw away the files. You never know what might be available at some point in the future.

Thank you again.
I will try the solution with pywalet. Let's see what I can do.

Don't worry, I have backups in two different places and I have no intention of getting rid of them.

EDIT: I just recovered the wallet! Thank you all!
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
September 27, 2020, 09:08:12 AM
 #2852

Awesome, what worked in recovering? Might come in handy for others with the same issue.
vinipoars
Hero Member
*****
Offline Offline

Activity: 581
Merit: 507


To the moon!


View Profile WWW
September 28, 2020, 04:52:51 AM
 #2853

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"].
clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
September 28, 2020, 10:07:05 PM
 #2854

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!

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
October 02, 2020, 01:50:02 AM
 #2855

October 1st Weekly Terracoin Update – Fourth - https://medium.com/@clockuniverse/october-1st-weekly-terracoin-update-fourth-8f9e72de967b?sk=412e648fd4d03cc7c3c0fff115f2e25e

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
October 09, 2020, 01:05:15 AM
 #2856

October 8th Weekly Terracoin Update – Fail2Ban - https://medium.com/@clockuniverse/october-8th-weekly-terracoin-update-fail2ban-bfd592e3b8ab

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
October 16, 2020, 12:17:47 AM
 #2857

October 15th Weekly Terracoin Update – Two - https://clockuniverse.medium.com/october-15th-weekly-terracoin-update-two-5270e79b185

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
October 23, 2020, 03:17:04 AM
 #2858

October 22nd Weekly Terracoin Update – Eighth - https://clockuniverse.medium.com/october-22nd-weekly-terracoin-update-eighth-8c1489853da4

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
October 30, 2020, 12:27:49 AM
 #2859

October 29th Weekly Terracoin Update – Spooky - https://clockuniverse.medium.com/october-29th-weekly-terracoin-update-spooky-8b2abdabc134

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

clockuniverse (OP)
Legendary
*
Offline Offline

Activity: 1231
Merit: 1001


View Profile WWW
November 06, 2020, 01:31:22 AM
 #2860

November 5th Weekly Terracoin Update – 500K+ - https://clockuniverse.medium.com/november-5th-weekly-terracoin-update-500k-f2cb1af26a7c

.    Implemented!    .
. DASH’s Decentralized Governance, 
  MASTERNODES, and Instant Send.
.
████
  ██

  ██
████

       ████
  ██

  ██
████

       WEBSITE
   REDDIT
   TWITTER

       ANN THREAD
   MATTERMOST
   BTC GARDEN

Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!