On virgin system(no bitcoin client installed) - ubuntu
Downloaded client from bitcoin.org, downloaded bootstrap.dat from http://eu2.bitcoincharts.com/blockchain/
put it into .bitcoin directory
even tried to run it
xxx@xxx:~/.bitcoin$ ./bootstrap.dat
bash: ./bootstrap.dat: could not run the binary file
Bitcoin-Qt feature is:
Did I do sth wrong?
What shall I do?
According to the help of bitcoind:
$ bitcoind --help 2>&1 | grep mport
-loadblock=Imports blocks from external blk000?.dat file
bitcoind -loadblock=bootstrap.dat
Thank you vary much for help.
Can I stop the process and resume it later or it will start all over again?