6

I am trying to get Bitcoin up and running on a fairly underpowered laptop and Windows Vista using Bitcoin-Qt 0.5.0.1. After installing and starting the program, I am stuck at at the syncing stage at 92150 blocks and 0%, and have been for several hours. What could I try to get the program working?

Murch
  • 75,206
  • 34
  • 186
  • 622
user1056
  • 61
  • 1
  • 2

2 Answers2

3

Restart OS, restart Bitcoin, try forwarding port 8333 on your router to your machine. If there is no progress after that, you might consider deleting all the files in your Bitcoin data folder except wallet.dat (if you have made any transactions, deleting wallet.dat will make you lose your Bitcoins). If you just want to use Bitcoins casually, or don't want to wait for the client to sync, you can consider using an eWallet.

Murch
  • 75,206
  • 34
  • 186
  • 622
ThePiachu
  • 43,091
  • 25
  • 139
  • 348
1

Bitcoin connects to random nodes by default (home connections too)

To get a fst download you need high bandwidth nodes.

Edit the bitocin.config as described there: What is the fastest possible way to download the blockchain?

Aurigae
  • 664
  • 1
  • 4
  • 14