chaeplin
Well-known member
I shoud make Bootstrap.dat, but I don't know how to.
https://litecoin.info/Bootstrap.dat
bootstrap.dat allows a new client (not synced) to rapidly import the initial blocks from
a local file instead of slowly downloading blocks from random peers.
This significantly reduces the time it takes to get a client synced with the current blockchain.
So here is tared blocks and chainstate directory.
1) backup your wallet(use backup menu or after close darkcoind, copy wallet.dat to other folder)
2) close(stop) darkcoind, darkcoin-qt
3) download http://drk.poolhash.org/files_for_darckoin_block/files_for_darckoin_block_0404.tgz
extract it.
tgz has blocks and chainstate
4) find darkcoind or darkcoin-qt folder.
(linux ~/.darkcoin )(windows, mac : not sure)
rename ~/.darkcoin/blocks to anything
rename ~/.darkcoin/chainstate to anything
5) move downloaded file to darkcoin folder
blocks to ~/.darkcoin/blocks
chainstate to ~/.darkcoin/chainstate
6) run darkcoind or darkcoin-qt
user@monitoring:~/.darkcoin> uname -a
Linux monitoring 2.6.31.14-0.4-default #1 SMP 2010-10-25 08:45:30 +0200 i686 i686 i386 GNU/Linux
user@monitoring:~/.darkcoin> darkcoind getinfo
{
"version" : 90101,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 45027,
"timeoffset" : 0,
"connections" : 10,
"proxy" : "",
"difficulty" : 495.11465250,
"testnet" : false,
"keypoololdest" : 1396551177,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
https://litecoin.info/Bootstrap.dat
bootstrap.dat allows a new client (not synced) to rapidly import the initial blocks from
a local file instead of slowly downloading blocks from random peers.
This significantly reduces the time it takes to get a client synced with the current blockchain.
So here is tared blocks and chainstate directory.
1) backup your wallet(use backup menu or after close darkcoind, copy wallet.dat to other folder)
2) close(stop) darkcoind, darkcoin-qt
3) download http://drk.poolhash.org/files_for_darckoin_block/files_for_darckoin_block_0404.tgz
extract it.
tgz has blocks and chainstate
4) find darkcoind or darkcoin-qt folder.
(linux ~/.darkcoin )(windows, mac : not sure)
rename ~/.darkcoin/blocks to anything
rename ~/.darkcoin/chainstate to anything
5) move downloaded file to darkcoin folder
blocks to ~/.darkcoin/blocks
chainstate to ~/.darkcoin/chainstate
6) run darkcoind or darkcoin-qt
user@monitoring:~/.darkcoin> uname -a
Linux monitoring 2.6.31.14-0.4-default #1 SMP 2010-10-25 08:45:30 +0200 i686 i686 i386 GNU/Linux
user@monitoring:~/.darkcoin> darkcoind getinfo
{
"version" : 90101,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 45027,
"timeoffset" : 0,
"connections" : 10,
"proxy" : "",
"difficulty" : 495.11465250,
"testnet" : false,
"keypoololdest" : 1396551177,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
Last edited by a moderator: