Mining Rare Sui Coins
What is Mining
Sui coins with leading zeros in their object ID are considered rare. The more leading zeros, the rarer and harder it is to find. The concept of finding leading zeros is native to blockchain hashing, similar to how Bitcoinβs PoW mines blocks with leading zeros
Miners
Suidaiya offers mining scripts that you can use in order to mine and wrap rare Sui coins into Suidaiya collectibles.
Suidaiya Typescript Miner
The official and default miner shipped in the form of an executable will be available for all Suidaiya users. This minder is written in Typescript, and some C++ for the encryption parts, such as Blake2b
hashing algorhythm.
The miner will be developed with the following features:
A miner prototype that can mine rare SUI coins and wrap them into Suidaiya collectibles
Optimized to utilize multi-core processing on most systems, such as Linux and MacOS
An optimized blake2b hashing algorithm that re-uses the hashing matrix across different hashing rounds
Last updated