Pyrin(PYI) with lolMiner in HiveOS

J
Coinmonks
3 min readDec 12, 2023

--

New release lolMiner will include Pyrin(PYI).

pyrin — next-gen decentralized transaction network

We will try to guide you how to configure the rig to allow you to mine:

First of all we will need to create the Flighsheet:

Updated:

We need to go to Setup Miner Config:

Other pool Servers:

  • pyrin.e4pool.com:12100 (that will be PPLNS 1% Fee)
  • pyrin.e4pool.com:12102 (that will be SOLO 1% Fee)

Remember the OC for Nvidia is:

Parameter Description
--cclk arg (=*) The core clock used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--coff arg (=*) The core offset used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--mclk arg (=*) The memory clock only used for KASPA/ALPH to reduce Watts with value 810. "*" can be used to skip a card.
--moff arg (=*) The memory offset used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--pl arg (=*) The power limit used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--fan arg (=*) The % of the fan used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.

The OC of the examples is an efficient example not the highest hashrate, for higher hashrate increase cclk value

Now we need to be sure to been upgraded the orange and we just need the last step, update our miner:

How to create a Pyrin Wallet:

You need to download the the node and wallet from:

Release v0.13.2 Latest · Pyrinpyi/pyipad (github.com)

To start the node you need to run it as:

¬Windows:

pyipad /utxoindex /a 74.249.129.240 /a 20.42.60.162 /a 172.201.218.132 /a 20.168.2.13

Linux:

./pyipad --utxoindex -a 20.118.248.54 -a 51.124.188.198 -a 74.249.129.240


Next Step:

when the node is synced create a wallet

pyrinwallet create

note your seed phrase

karlsenwallet dump-unencrypted-data

Next Step:

Run the wallet daemon (in a dedicated shell)

pyrinwallet start-daemon

Request an address
pyrinwallet new-address

Enjoy mining Pyrin

--

--