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
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