sudo apt update
sudo apt install build-essential -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Open the terminal in the end folder Qiner (the folder where the
Cargo.toml
file is) cargo build --release
The built Qiner is ./root_directory/target/release/
The options to run Qiner are in the .env
file
- Create a `.env' next to the built Qiner
- Fill in the following options:
RUST_LOG
,NUMBER_OF_THREADS
,ID
,SERVER_IP
,SERVER_PORT
,VERSION
,RANDOM_SEED
,SOLUTION_THRESHOLD
Set to INFO
to see the output in the console
Read more at the link
Number of threads to be mined on
Qiner ID of 60 characters
IP and Port to which Qiner will connect
Qubic version
RUST_LOG=INFO
NUMBER_OF_THREADS=8
ID=UBAZRCVPOZTDKGCBNPGYFUPLZXDDNHSEGJRTAJKWJBHJDKHMAKVVFAKCZGRI
SERVER_IP=8.8.8.8
SERVER_PORT=21841
VERSION=1.142.1
RANDOM_SEED=1,0,233,9,136,69,43,139
SOLUTION_THRESHOLD=22