1// Download the files for Windows
- The node: https://github.com/Quantus-Network/chain/releases
- The miner: https://github.com/Quantus-Network/quantus-miner/releases
2// Create the wallet
Create the wallet with the android app: https://play.google.com/store/apps/details?id=com.quantus.wallet&hl=fr
Or with the ios app: https://apps.apple.com/fr/app/quantus/id6747967405
3// The node
Generate the node key (node_key.p2p)
quantus-node.exe key generate-node-key --file node_key.p2p
quantus-node key quantus --scheme wormhole --words your_secret_words
Copy the inner number.
Launch the node
quantus-node.exe --name write_the_name_you_want --validator --miner-listen-port 9833 --chain planck --node-key-file node_key.p2p --rewards-inner-hash inner_number --max-blocks-per-request 64 --sync full
4// Mine
quantus-miner-windows-x86_64.exe serve --cpu-workers cores_number --gpu-devices gpu_number --node-addr 127.0.0.1:9833
example: quantus-miner-windows-x86_64.exe serve –cpu-workers 16 –gpu-devices 1 –node-addr 127.0.0.1:9833
4.1// Online
Mine directly in your browser: https://quantusminer.com/mine
Just copy & paste your wallet’s number
5// Useful links
Telemetry: https://telemetry.quantus.cat
6// GUI App
https://github.com/Quantus-Network/quantus-apps/releases/tag/miner-v0.3.1
7// WallPaper
3840 pixels x 2160 pixels
8// Links
- Site web principal: https://quantus.com/
- Twitter/X: https://x.com/QuantusNetwork
- Telegram (discussion): https://t.me/quantusnetwork
- Telegram (annonces): https://t.me/quantusannouncements
- GitHub: https://github.com/Quantus-Network
- Tuto: https://hackmd.io/@rob-tn/how-to-mine-quantus
9// Linux
Create the wallet from scratch in linux
$ mkdir home/user/quantus
$ wget https://github.com/Quantus-Network/chain/releases/download/v0.6.5-penestanan/quantus-node-v0.6.5-penestanan-x86_64-unknown-linux-gnu.tar.gz
$ tar xvzf quantus-node-v0.6.5-penestanan-x86_64-unknown-linux-gnu.tar.gz
$ ./quantus-node key generate-node-key --base-path /home/user/quantus --bin --chain planck
./quantus-node key quantus
./quantus-node --validator --chain dirac --base-path /home/user/quantus --name Sefphera --node-key-file /home/user/quantus/chains/dirac/network/secret_dilithium --rewards-address xxxxxxxxxxxxxxxxxxxxxxxxxx --external-miner-url http://127.0.0.1:9833
wget https://github.com/Quantus-Network/quantus-miner/releases/download/v2.0.2/quantus-miner-linux-x86_64
=> Miner avec CPU et GPU
screen
./quantus-miner-linux-x86_64 serve --cpu-workers 4 --gpu-devices 1
=> Faire un benchmark
quantus-miner-linux-x86_64 serve --cpu-workers 4 --gpu-workers 1 --benchmark
=> Compiler le miner pour les GPU
git clone https://github.com/Quantus-Network/quantus-miner
Compiler le miner GPU :
sudo apt install libssl-dev
cargo build -p miner-cli --release