How to Mine Sedra (SDR)? Complete Beginner’s Guide

Hero Miners
2 min readFeb 23, 2024

A World of Possibilities!

Embark on an incredible journey with SEDRA, a revolutionary blockchain platform introducing SedraCoin. Going beyond the ordinary, SEDRA leads the way to the innovative Sedrax metaverse, powered by the advanced GHOSTDAG PROTOCOL and sHeavyHash algorithm. It’s not just a tech leap; it’s an open invitation to explore new realms of innovation and community collaboration.

Discover Custom Tokenized Assets

At the heart of this evolution is the groundbreaking concept of Custom Tokenized Assets (CTA), a fresh alternative to NFTs. These digital assets, unique to the SEDRA blockchain, redefine ownership, customization, and value creation. Each CTA is a testament to the boundless possibilities within the SEDRA ecosystem, where innovation meets individual expression.

Now that we know the details about Sedra, let’s get to mining some SDR!

Sedra (SDR) Mining Pool: Those who have no idea about mining can easily start mining by watching this video.

Step 1 — Create Sedra (SDR) Wallet Address

Before you Start Mining, you need a wallet address. There are various options for having an SDR wallet.

Exchange Wallet:

Step 2 — Download Mining Software

There are many miner applications where you can mining Sedra. Below we have explained in detail how to organize them.

Step 3 — Edit the bat File

SRBMiner-Multi v2.4.7+ (Windows, Linux, CPU, AMD, NVIDIA)

Create start-mining-sedra.bat file and copy / paste example below.

setx GPU_MAX_HEAP_SIZE 100	
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
setx GPU_ENABLE_LARGE_ALLOCATION 100
setx GPU_MAX_WORKGROUP_SIZE 1024
@echo off
cd %~dp0
cls
SRBMiner-MULTI.exe --disable-cpu --algorithm kaspa --pool de.sedra.herominers.com:1213 --wallet YOUR_SEDRA_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause

BzMiner v20.0.0+ (Windows, Linux, AMD, NVIDIA)

Create sedra-herominers.bat file and copy / paste example below.

@echo off
bzminer -a kaspa -w YOUR_SEDRA_WALLET_ADDRESS -p stratum+tcp://de.sedra.herominers.com:1213
pause

lolMiner v1.84+ (Windows, Linux, AMD, NVIDIA)

Create mine_sedra.bat file and copy / paste example below.

lolMiner.exe --algo KASPA --pool de.sedra.herominers.com:1213 --user YOUR_SEDRA_WALLET_ADDRESS.YOUR_WORKER_NAME
pause

Team Red Miner v0.10.18+ (Windows, Linux, AMD)

Create start_sedra.bat file and copy / paste example below.

@echo off
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1
teamredminer.exe -a kas -o stratum+tcp://de.sedra.herominers.com:1213 -u YOUR_SEDRA_WALLET_ADDRESS -p YOUR_WORKER_NAME
pause

Happy Mining.

--

--