How to Mine KevaCoin (KVA): Complete Beginner’s Guide
What’s Kevacoin?
Kevacoin is a cryptocurrency for the blockchain that supports easy and flexible Key-Value data store. Use it like Redis or other popular data store, except that the data is stored on the public blockchain that is not owned by any entities.
The data store is easy to add, update and access. No programming skills are required and it does not need smart contracts and their associated complications and risks.
Use it for publications, microbloggings, public identities, notaries, etc.
Powerful blockchain data store, easy and fun
A public key-value store and cryptocurrency, for developers and everyone else.
Fair Launch
We are committed to fair launch, with no pre-mining, no founders’ reward and no ICO.
Open
We developed Kevacoin as an open source project. It is not funded by any companies or foundations. We invite anyone who is interested in the project to join us.
Specifications
- Derived from Bitcoin/Litecoin, with convenient key-value data storage and retrieval.
- PoW Algorithm: RandomKeva (a variant of RandomX)
- Block Time: 2 minute
- Block Time Retarget algorithm: Digishield (same as Dogecoin)
- Block Reward: 500 Keva
- Block Reward halving schedule: same as bitcoin
- Total Coin Supply: 1,050,000,000 Keva
More Information
- Website: https://kevacoin.org
- Github: https://github.com/kevacoin-project
- FAQ: https://kevacoin.org/faq.html
- Twitter: https://twitter.com/kevacoin
- Discord: https://discord.gg/5zPHhbG
- Block Explorer: https://explorer.kevacoin.org
- Mining Pool: https://kevacoin.herominers.com/
Now that we know the details about KevaCoin, let’s get to mining some KVA!
KevaCoin (KVA) Mining:
Those who have no idea about mining can easily start mining by watching this video.
SRBminer-Multi v0.7.0+ (Windows, Linux, CPU)
Run guided_setup.bat file and answer questions:
Configuration name: kevacoin-herominers
Enter the algorithm name you want to use: randomkeva
Address and port of mining pool: de.kevacoin.herominers.com:1163
Is this pool using SSL/TLS encryption? n or y (optional)
Is this a nicehash pool? n or y (optional)
Wallet Address: YOUR_WALLET_ADDRESS (can be ADDRESS+PAYMENTID or ADDRESS.DIFF or ADDRESS+PAYMENTID.DIFF)
Password: YOUR_WORKER_NAME
Do you want to enable logging? n or y (optional)
XMRig v6.10.0+ (Windows, Linux, CPU, GPU)
Example start.cmd
@echo off
xmrig.exe --donate-level 1 -o de.kevacoin.herominers.com:1163 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cn/keva -k
pause