UdjinM6 / dash-bootstrap

bootstrap.dat files for Dash Core
https://www.dash.org
41 stars 13 forks source link

About 3. Run your wallet and let it sync using bootstrap.dat #4

Closed lcgogo closed 6 years ago

lcgogo commented 6 years ago

Hi UdjinM6,

Can you help to clarify how to make the bootstrap.dat sync by wallet? Is there a method to use wallet by command line (CLI)?

I want to install a Dash Core in docker container and use bootstrap to speed up my sync. Now I put the bootstrap.dat in a folder. Then mount the folder to --datadir=/data/dash. But it's not work.

Here is my docker process: root@coin-node1:/data/group1/dash-sync# docker top dash-sync-0.12.3.2 UID PID PPID C STIME TTY TIME CMD nobody 18468 18453 0 16:32 ? 00:00:00 /bin/sh -c ./dashd -datadir=/data/dash nobody 18501 18468 47 16:32 ? 00:03:32 ./dashd -datadir=/data/dash

lcgogo commented 6 years ago

Seem it works, I see the bootstrap.dat.old. Many thanks!