Bitcoin Forum
May 09, 2024, 10:56:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: So I pressed reset settings and now the blockchain is loading again...  (Read 1442 times)
worhiper_-_ (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
November 21, 2014, 07:50:41 PM
 #1

(Using Bitcoin Core,) I had previously downloaded it in full and my wallet was synced, after I did this it started loading from the start. Any way to fix this? I don't want to wait again for the whole blockchain since I downloaded once laready... I have a somehwat slow connection and it could take up to a week.

1715295411
Hero Member
*
Offline Offline

Posts: 1715295411

View Profile Personal Message (Offline)

Ignore
1715295411
Reply with quote  #2

1715295411
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715295411
Hero Member
*
Offline Offline

Posts: 1715295411

View Profile Personal Message (Offline)

Ignore
1715295411
Reply with quote  #2

1715295411
Report to moderator
theymos_away
Member
**
Offline Offline

Activity: 82
Merit: 26


View Profile
November 21, 2014, 08:01:15 PM
 #2

Did you try restarting Bitcoin? I'd guess that it forgot where your block database is. It's probably still on disk somewhere.
worhiper_-_ (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
November 21, 2014, 08:05:58 PM
 #3

Did you try restarting Bitcoin? I'd guess that it forgot where your block database is. It's probably still on disk somewhere.

I did, and yes it is. How to I make it detect where this folder is?
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
November 21, 2014, 08:43:40 PM
 #4

"reset settings"?

I doubt you are redownloading, check your bandwith useage. Its most likely doing a rescan of the existing data. A single core with 1 Ghz and a slow 5400 RPM HDD will need ~24 hours for that IIRC.

Im not really here, its just your imagination.
worhiper_-_ (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
November 22, 2014, 12:43:52 AM
 #5

Scratch that, it's "reset options" in the US version. That's the button I pressed.
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12982


View Profile
November 22, 2014, 04:27:43 AM
 #6

I don't really know why that would happen, but I'd try give this a try: Shut down Bitcoin, then find your data directory and rename bitcoin.conf to bitcoin.old.conf. (If it turns out that your data directory is not in the place listed on the wiki article, then that in itself is probably the problem.)

I wonder if this could be a bug in Bitcoin Core. Are you doing anything unusual? Are you using the Bitcoin Core release from bitcoin.org? What OS?

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
November 22, 2014, 08:49:55 AM
 #7

I doubt that these settings are stored in the bitcoin.conf as this file is not existant by default and has to be created by the user.

I did a bit of digging in the source. I started at the button pressed [1] and ended up at the walletmodel.cpp [2] which stores your "cached balance" (among other data). Thus I still think my initial hunch is correct. OP is not redownloading, but rescanning the locally available blockchain.

3 clicks (Help -> Debug Window -> Network Traffic) should confirm this.


[1] https://github.com/bitcoin/bitcoin/blob/b7fe9cd04cd2756b1ce40b668d25a130441ba847/src/qt/optionsdialog.cpp#L207
[2] https://github.com/bitcoin/bitcoin/blob/b7fe9cd04cd2756b1ce40b668d25a130441ba847/src/qt/walletmodel.cpp

Im not really here, its just your imagination.
worhiper_-_ (OP)
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
November 24, 2014, 03:22:00 AM
 #8

Ok I found out theymos was partially correct. The link to the wiki was extra helpful. Everything was fixed after I did

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=E:\Bitcoin

I had bitcoin core installed in my HDD while windows are installed on my SSD. Pressing the reset options button made the blockchain redownload but this time in my C drive's appdata.

Maybe resetting the setting also includes reseting the directory. Although at no point was my default directory in C:\Users\YourUserName\Appdata\Roaming\

Bug? I'm not sure. Annoying? Yes.

Thanks for the help. Smiley
Pages: [1]
  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!