Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: rslsrkr on January 06, 2016, 06:37:11 AM



Title: Method not found
Post by: rslsrkr on January 06, 2016, 06:37:11 AM
I'm using bitcoin core 0.11.2 and I download the blockchain from here : https://flo.sh/4ufiles/bitcoin-qt/bootstrap/bootstrap.dat.20151210.zip I'm tryin to pass this command but I get an error
06:34:35

bitcoin-qt -loadblock=C:\Users\c2k\AppData\Roaming\Bitcoin\bootstrap.dat


06:34:35

Method not found (code -32601)


Title: Re: Method not found
Post by: shorena on January 06, 2016, 06:55:29 AM
Just put the bootstrap.dat in the roaming\bitcoin directory you dont need to pass a command.


Title: Re: Method not found
Post by: rslsrkr on January 06, 2016, 06:58:48 AM
I did it but its not detecting yet.


Title: Re: Method not found
Post by: shorena on January 06, 2016, 07:02:25 AM
I did it but its not detecting it.

Any errors in the debug.log?


Title: Re: Method not found
Post by: rslsrkr on January 06, 2016, 07:32:06 AM
Here is a copy of debug : http://pastebin.com/cuDBvAq9


Title: Re: Method not found
Post by: cr1776 on January 06, 2016, 11:35:31 AM
Is there a reason you are downloading the block chain vs just running Bitcoin core? Since 0.10.0 it hasn't been any faster to do so, and may be slower.


Title: Re: Method not found
Post by: shorena on January 06, 2016, 03:01:02 PM
Your log file says its working.

Code:
2016-01-06 07:06:27 Importing bootstrap.dat...
2016-01-06 07:06:27 mapAddressBook.size() = 1
...
2016-01-06 07:06:27 Block Import: already had block 00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09 at height 1000
...
2016-01-06 07:14:36 Block Import: already had block 000000000000002fdd2c741ed50bc3975a640ca419081711f30f553939641303 at height 220000

the bootstrap.dat just does not give you any new blocks.