A command line interface for the Spam program.
To build the Spam CLI, you will need to have the Rust programming language installed. You can install Rust by following the instructions on the Rust website.
Once you have Rust installed, you can build the Spam CLI by running the following command:
cargo build --release
To mine spam, use the command below. Replace $RPC_URL with your Solana RPC URL and $KEY_PATH with the path to your keypair file:
You can mine spam by running the following command:
cargo run --release -- --rpc $RPC_URL --keypair $KEY_PATH mine
If the mining process fails on the first attempt, try running the command again.
To check your claimable rewards, use the following command:
cargo run --release -- --rpc $RPC_URL --keypair $KEY_PATH rewards
To claim your mined spam, run:
cargo run --release -- --rpc $RPC_URL --keypair $KEY_PATH claim
- Ensure that your Solana RPC URL and keypair file path are correctly specified.
- If you encounter issues during mining, retry the command as network conditions may vary.
For further assistance, please refer to the official documentation or contact the support team.