CPU & GPU Mining with ASIC resistant KawPow algorithm

KawPoW is the third Ravencoin algorithm preceded by X16R and X16Rv2, It is like ProgPoW that was first discussed for implementation by Ethereum. Its predecessor X16R mining algorithm is a descendant of the X11 hashing algorithm which runs 16 hash functions. This will allow for everbody to take part into the mining process, even with a slow GPU. Users can participate in Mining through the Titanium Mining Pool "Sophie Emilia"

Titanium Mining Pools

Start mining on your CPU/GPU today

KawPoW Mining algorithm

Find out more about the brand new algorithm

Titanium Mining Tools

There are various tools which can be used to mine once the Mainnet is live: Titanium (TTM). This is a list of CPU and GPU miners that you can use

GPU

TT-Miner (NVidia) Download

                        
                            @echo off
:loop

TT-Miner.exe -coin rvn -luck -log -logpool -P stratum+tcp://XfgNgvjTe3VNuL3KBLS6KUBrzrT4YxKfdt:x@207.180.196.250:4008

@echo restart miner
goto loop

XfgNgvjTe3VNuL3KBLS6KUBrzrT4YxKfdt = change with your wallet address
TTMDev = password, you can use any
Put the code into a .bat file, and run it



TRex (NVidia) Download

                        
                            @echo off
:start

t-rex -a kawpow -o stratum+tcp://207.180.196.250:4008 -u XfgNgvjTe3VNuL3KBLS6KUBrzrT4YxKfdt -p x

goto start

XfgNgvjTe3VNuL3KBLS6KUBrzrT4YxKfdt = change with your wallet address



NBMiner (NVidia/AMD) Download

                        
                            @echo off
:loop

nbminer.exe -a kawpow -o stratum+tcp://207.180.196.250:4008 -u XfgNgvjTe3VNuL3KBLS6KUBrzrT4YxKfdt

goto loop

XfgNgvjTe3VNuL3KBLS6KUBrzrT4YxKfdt = change with your wallet address



CPU

coming soon