forked from dalijolijo/BSD-Masternode-Setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BOOTSTRAP_README.mb
25 lines (18 loc) · 1000 Bytes
/
BOOTSTRAP_README.mb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# BitSend bootstrap files for your masternode
Bootstrapping is the process for speeding up the syncing of your wallet. Syncing is your wallet downloading all transactions from when it was made until now. You can bootstrap your wallet to give it the file instead of it downloading slowly (syncing).
### To get bootstrap on your VPS/Masternode, follow this steps:
**Notice:** Bootstrap files will be refreshed every 3 hours.
1. Login as root and stop your masternode
```
bitsend-cli stop
```
2. If your BitSend masternode path is not **_/root/.bitsend_**, change **_COIN_PATH='/root/.bitsend/'_** variable to your BitSend masternode file location or you'll get problems.
3. Download and start bootstrap script
```
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/c1xx/BitSend/master/bootstrap.sh)"
```
4. Start your BitSend masternode again
```
bitsendd -daemon
```
Now your blockchain is up to date, only a few blocks will be downloaded afterwards.