How to mine Sedra with GPU/FPGA/ASIC
In this post I will briefly describe Sedra blockchain, and will provide mining tips for those who want to participate.
What is Sedra blockchain?
Sedra source-code is a fork of Kaspa. It is using the same algorithm.
Respectively it inherits the biggest advantage of the scalability.
Bitcoin currently can perform less than 12 transactions per second (TPS).
However, it can scale with a layer 2 chains.
Blockchains like Ethereum and Solana, are Proof-of-Stake (PoS), which enables then to perform up to 50-100K TPS.
However, PoS technology is not censorship resistant at all (in spite their supporters claims it is).
I'll write later, a separate post for blockchains performance and the different approaches, to solve the scalability problem.
Initially proposed by Yonatan Sompolinsky, a consensus mechanism "GHOSTDAG" allows many blocks to be validated at the same time.
This approach has the potential to perform huge number of transactions, being censorship resistant at the same time.
Mining Sedra SDR
Sedra is using a kHeavyHash algorithm.
Mining hardware
Sedra can be mined with FPGA and ASIC. Mining with GPU is no longer profitable.
Mining software
KAS can be mined with quite big number of applications. Here are some of them.
Miner | Source | Dev Fee | Hadrware | OS | Download |
---|---|---|---|---|---|
lolMiner recommended | closed source | 0.75% | NVIDIA, AMD | Windows/Linix | lolMiner |
BZMiner | closed source | 1.0% +1.0% (optional) | NVIDIA, AMD | Windows/Linix | BZMiner |
SRBMiner | closed source | 0.85% | NVIDIA, AMD | Windows/Linix | SRBMiner |
Team Red Miner | closed source | 1.0% GPU, 10.0% FPGA |
NVIDIA, AMD, FPGA |
Windows/Linix | TeamRedMiner |
Gminer | closed source | 1.0% GPU | NVIDIA, AMD | Windows/Linix | Gminer |
Pool | Hardware | Stratum Difficulty | Pool URL |
---|---|---|---|
PPS | ASIC/GPU/Nicehash | Auto | http://nushypool.com:40009 |
Solo | ASIC/GPU/Nicehash | Auto | http://nushypool.com:45009 |
To start mining
If your Windows suggest that the miners are "potentially unwanted" software, you may need to select "Allow on device" option in Windows Security settings.
Find the nearest server to your geographical area, and ping it. If the ping is done for less than 100ms, you can consider this server for mining.
$ ping nushypool.com
Run the miner. The command line depends from you miner, and your OS. For example to start mining with NBMiner, the run command is:
$ ./lolMiner --algo KASPA --pool nushypool.com:40009 --user [address].[workername]
You can quickly configure your command in our SDR Pool Page and tap "Start Mining" button.
Good luck!
Yours Max Mustermann
Developer, Miner