Bitcoin Forum
July 04, 2024, 07:03:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Bitcoin / Armory / Armory states not to be online and does nothing to change this on: November 07, 2018, 05:22:42 PM
I downloaded the Armory zip under Win 10 recently and recreated my wallet from the paper backup. But Armory states me it is offline and doesn't do any effort to prepare the database or anything like this. So my question is, what else do I have to do?
22  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: August 30, 2018, 05:08:06 PM
Is that because your on a slow connection? Or do you use a slow drive?
Presumably both is true.
I don't use the wallet.dat from Bitcoin Core, but Bitcoin Armory. Right now I'm not motivated to try ist with the -dbcache parameter. I'll try as soon as I have to rebuild the blockchain.
23  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: August 12, 2018, 03:18:49 PM
If you don't want to resync the whole blockchain (which might take some time depending on the specs), you'll need to backup the chainstate folder.
In case of a corruption of your DB, you will be able to remove the block files and redownload the blocks again. And instead of needing to completely process the whole blockchain to build the chainstate, you will be able to use your backup instead.
This is exactly what I intended, but it doesn't seem to work. I made a backup of everything, I deleted the original data directory and afterwards I copied the backup of the chainstate folder (and only this) back to its original place. The result was that I had to redownload (rsync as you name it) the whole blockchain with consumption of all the time a complete download (and rebuild) requires.
24  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: August 07, 2018, 02:03:58 PM
So I need to backup everything, but in case of a failure I just need to recover the chainstate folder with the backup?
25  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: August 04, 2018, 08:46:01 PM
I suppose, it is right what you say about the chainstate folder. Would you please tell me, how long it takes to reconstruct the whole blockchain with just the chainstate folder?
26  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: July 30, 2018, 09:33:37 AM
Keeping just the chainstate folder seems not to be enough, becaus it seems to build up the whole blockchain from scratch if I delete all the files and folders except the chainstate folder.
27  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: July 23, 2018, 10:00:51 PM
We're living in a world where storage space is less an issue than time is. Wink
28  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: July 16, 2018, 10:59:58 AM
The only reason for me to backup daily is that it tooks extremely long to download the last few 10,000 blocks again when I need to redownload the whole blockchain after an blockchain corruption. It happened at least once before. I even backup the backup every month, which I do manually.

Mayby I should proof the method with the chainstate folder though.
29  Bitcoin / Bitcoin Technical Support / Automated Bitcoin startup with backup on: July 16, 2018, 10:25:42 AM
I use the Windows taskmanager to start automaticly backup the blockchain every I logon on with windows from my internal hdd to the external one. Afterwards Bitcoin Core starts automaticly too.

Here is how it goes:

  • Download FreeFileSync and install it.
  • Start it and select source hdd and destination hdd and for type "mirroring".
  • Save as batch and note its location and name.
  • Start the task scheduler and click on library on the left within it.
  • Click on new task on the right.
  • Go to trigger tab and click on new.
  • Choose "with logon" and click on ok.
  • Go to actions tab and click on new.
  • Click on search and choos the FreeFileSync.exe
  • Insert the noted location and name of the batchfile saved with FreeFileSync into the arguements field.
  • Click Ok and and click new.
  • Click on search and choose your Bitcon Core executable (bitcoin-qt.exe).
  • Insert "-min -testnet=0 -regtest=0" into the arguments field.
  • Click ok, go to options tab and uncheck "End task if execution is longer than ..."*
  • Klick ok and ok again and exit the task scheduler.

*Note: I inserted the colored step later with an update of this guide.

Note: The first execution might take several hours.
30  Bitcoin / Development & Technical Discussion / Re: What is the bottleneck in synchronizing? on: June 28, 2018, 04:10:01 PM
  • 1st bottleneck is internet connection speed
  • 2nd bottleneck is CPU speed
  • 3rd bottleneck is hard disk speed
This was really helpful. Thank you. Smiley
pebwindkraft, your post also gave me a clue how the process works. Thank you too.
31  Bitcoin / Development & Technical Discussion / Re: What is the bottleneck in synchronizing? on: June 21, 2018, 10:16:24 AM
Everyone writes something different here. This may also be due to the question. Let me rephrase the question. Related to the blockchain, which CPU speeds, internet speeds, and hard drive speeds match? How can I investigate the relationships?
32  Bitcoin / Development & Technical Discussion / What is the bottleneck in synchronizing? on: June 20, 2018, 10:20:46 AM
What is the bottleneck in synchronizing the blockchain? Computational Power (CPU), Internet bandwidth or hard disk speed?
33  Bitcoin / Development & Technical Discussion / Re: How should I configure a full node at a very low bandwidth? on: June 17, 2018, 07:03:36 PM
Thank you for all your replies. I'll try to run one. (And see if it works.) Unfortunatly raising the internet bandwidth isn't an option, becaus I'm living in Germany where wide areas are not very well connected.
34  Bitcoin / Development & Technical Discussion / Re: How should I configure a full node at a very low bandwidth? on: June 14, 2018, 09:48:47 AM
Thank you for your replys. I did not understand everything you wrote. What, for example, is a VPS?

As far as I understand it, it is not useless to run a full node with such a low bandwidth and basically I do not need to make any special configurations to make it work without disturbing my surfing.
35  Bitcoin / Development & Technical Discussion / How should I configure a full node at a very low bandwidth? on: June 13, 2018, 09:27:55 AM
I have an internet bandwidth of 6 Mbps download and 768 Kbps upload. How should I configure a full node so that I can still surf?

Does it even make sense to operate a full node with such a low bandwidth? From which internet bandwidth does it make sense to operate a full node?
36  Bitcoin / Development & Technical Discussion / Re: Feature request: number of current block processed on: June 09, 2018, 05:27:52 PM
Damn, I possibly knew this once. Thank you.
37  Bitcoin / Bitcoin Technical Support / Re: Loading the whole blockchain shouldn't take weeks on: June 08, 2018, 05:24:09 PM
Why ist it consuming that much CPU power? What the hack is it doing?! It's just a database to get processed, isn't it?
38  Bitcoin / Development & Technical Discussion / Feature request: number of current block processed on: June 08, 2018, 05:11:33 PM
It would be much more helpful to see the number of the block currently processed, rather than its date. So you could estimate much better, how much of the total work of indexing the blocks is done, because the percentage of the program obviously is not useful. So you have to calculate it by yourself progressivly. Therefore the number would be helpful.
39  Bitcoin / Armory / Re: Syncing Node is SO SLOW and it always Disconnects/Crashes, please help. on: March 27, 2018, 09:14:15 PM
USB2 is 10x slower than SATA HDDs.
Yes, but it works fine for me, since I'm sitting behind a 6 MBit/s download connection. Wink Or do I miss the point?
40  Bitcoin / Armory / Re: Syncing Node is SO SLOW and it always Disconnects/Crashes, please help. on: March 27, 2018, 12:43:11 PM
Excuse, droark, but this is not true at all!

Any hdd would do it. It doesn't have to do anything with being an SSD or not. Any regular sata-based hdd would to it too, even an external one connected via USB 2.0.

@whenwhatwherewhyhow: Do the following:
1. Delete the log files here:
C:\Users\[USER]\AppData\Roaming\Armory\armorylog.txt
C:\Users\[USER]\AppData\Roaming\Armory\dbLog.txt
([USER] has to be replaced with your username.)

2. Run Bitcoin Core. As soon as it is synced, run Armory.

3. Open the mentioned log files (that are automaticly created again) and post them here: http://nopaste.linux-dev.org/
... or here: https://pastebin.com/
... (one upload per file).

4. Provide both links to the uploads.

Then one of the experts will look over it.
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!