Getting Started:
-
Building the bustercore:
Dive into the bustercore directory and initiate the build process:cd ~/bustercore && cargo update && make busterd
-
Retrieve Configuration Files for Blockchain Connection:
To properly connect to the blockchain, you will need several configuration files. Obtain them with the following commands:curl https://data.theblockbuster.org/download/config --output ~/.buster/config.json curl https://data.theblockbuster.org/download/genesis --output ~/.buster/genesis.json curl https://data.theblockbuster.org/download/node_key --output ~/.buster/node_key.json curl https://data.theblockbuster.org/download/data --output ~/.buster/data.zip
-
Decompress the Data File & Adjust Directory:
Navigate to the Buster directory, decompress the data.zip file, and ensure the data is placed in the correct directory:cd ~/.buster unzip data.zip -d ~/.buster/data
-
Run bustercore:
Now, with all the prerequisites in place, execute the bustercore:~/bustercore/target/release/busterd --home ~/.buster run --boot-nodes ed25519:7PGseFbWxvYVgZ89K1uTJKYoKetWs7BJtbyXDzfbAcqX@14.63.24.92:43161
