➖Mining solo to an own node
This section of the documentation will describe a process of mining Pyrin solo to the own node.
Do not forget to create Pyrin Wallet first and obtain your address. You will need it to start mining.
Download and run Rust Node.
Download and run Stratum Bridge.
Download and run miner software on your computer
Here is an example of running Rigel miner on Windows without any OC settings.
rigel.exe -a pyrinhashv2 -o stratum+tcp://127.0.0.1:5555 -u pyrin:qzn54t6vpasykvudztupcpwn2gelxf8y9p84szksr73me39mzf69uaalnymtx.WORKER1
If the Stratum bridge is running on another machine replace the IP address with the IP address of that machine.
rigel.exe -a pyrinhashv2 -o stratum+tcp://192.168.0.101 -u pyrin:qzn54t6vpasykvudztupcpwn2gelxf8y9p84szksr73me39mzf69uaalnymtx.WORKER1
You can find a list of suggested overclocking settings on Hashrate.no
Last updated