This repository contains the bootstrap chain files for the SpaceXpanse ROD blockchain. Using these files helps shorten the amount of time it takes to sync the wallet since you don't need to sync the blockchain from scratch.
If you have never ran the ROD core wallet, follow the first set of directions below. If you have already ran the ROD core wallet before, follow the second set of directions below.
-
Download the latest bootstrap files.
-
Find the downloaded rod-blockchain-latest.zip file and double-click. This will unzip the file and show some folders.
-
Close and quit the ROD core wallet if it is running.
-
Navigate to your OS's respective data directory.
- For Windows:
C:\Users\[YourUsername]\AppData\Roaming\SpaceXpanse\- Or paste
%appdata%\Roaming\SpaceXpanse\into the file explorer path field
- Or paste
- For MacOS:
~/Library/Application Support/SpaceXpanse/- Open Finder and in the program menu select Go > To Folder and enter the above path.
- For Linux:
~/.spacexpanse/
- For Windows:
-
Remove all files and folders EXCEPT for wallet.dat, spacexpanse.conf,
backups/, and thewallets/folder (you may not have all these files). Again, DO NOT delete the wallet.dat file orwallets/andbackups/folder as it contains the private keys for your funds. Deleting these will result in loss of funds. -
Inside the downloaded zip file there are the
blocks/,chainstate/, andindexes/folders. Move these 3 folders into the Blocknet wallet's data directory that you just removed files from. -
If you do not have the latest ROD core wallet, download and install it.
-
Run the wallet and syncing should begin at the bootstrap's last block.
-
Download the latest bootstrap files.
-
Find the downloaded rod-blockchain-latest.zip file and double-click. This will unzip the file and show some folders.
-
Extract these folders to your OS's respective data directory - first create a folder named SpaceXpanse and then put them there.
- For Windows:
C:\Users\[YourUsername]\AppData\Roaming\- Or paste
%appdata%\Roaming\into the file explorer path field
- Or paste
- For MacOS:
~/Library/Application Support/- Open Finder and in the program menu select Go > To Folder and enter the above path.
- For Linux:
~/- Note: For Linux you must put them into folder named
.spacexpanse
- Note: For Linux you must put them into folder named
- For Windows:
-
Download the latest ROD core wallet wallet.
-
Install and run the wallet. Syncing should begin at the bootstrap's last block.