Kronecoin is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world. Kronecoin is an open source, global payment network that is fully decentralized without any central authorities.
Yes, Kronecoin may be just another cryptocurrency but our goal over the few next years is to help people who want to mine to do so with small hardware resources.
We are not an IPO and we don’t own any pre-mined coin, we are not promising you the moon. What Kronecoin offers you are faster transaction confirmation times and an improved storage efficiency compared to the leading math-based currency. With substantial industry support, trade volume and liquidity, Kronecoin aims to become a valid alternative to Bitcoin
Kronecoin is an open source software project released under the MIT/X11 license which gives you the power to run, modify, and copy the software and to distribute, at your option, modified copies of the software. The software is released in a transparent process that allows for independent verification of binaries and their corresponding source code.
The Kronecoin blockchain is capable of handling higher transaction volume than its counterpart - Bitcoin. Due to more frequent block generation, the network supports more transactions without a need to modify the software in the future.
Wallet encryption allows you to secure your wallet, so that you can view transactions and your account balance, but are required to enter your password before spending kronecoins.
Miners are currently awarded with 50 new kronecoins per block, an amount which gets halved roughly every 840,000 blocks. The Kronecoin network is therefore scheduled to produce 84 million kronecoins.
2019 June 14 – Listed on NOVA Exchange
2017 September 4 – Listed on C-CEX
2017 August 29 – Launched US Mining Pool
2017 August 28 - Kronecoin inserted on Cryptocompare
2017 August 26 - Kronecoin short name has changed now is named KRONE
2017 August 19 - Kronecoin has distributed the first million coin
2017 August 14 – Listed on Cryptopia
2017 August 08 – Listed on Alcurex
2017 August - Launched Windows, Linux, Mac Wallets
2017 August - Launched Website
2017 July - Launched BlockExplorer
2017 July – Launched EU Mining Pool
Mining Kronecoin is very easy. First you have to create your Krone address using a Desktop Wallet (Windows, Linux, Mac).
On Windows open the Desktop Wallet
Go to Help
Click on Debug Window (a console to execute commands will open)
Type setgenerate true -1 to start mining with 1 CPU or type setgenerate true -n to start mining with n CPU if you have more
Your Windows computer will start to mine, to stop it type setgenerate false
On Linux or Mac OSX we suggest Minerd as CPU miner software
Download cpuminer from GitHub follwing this LINK
Move the file from Download folder to your Desktop (unzip if needed)
Open a Terminal console and move to the Desktop typing cd Desktop/ and pressing Enter
Run minerd using 1 CPU typing
./minerd --url=stratum+tcp://kronepool.org:3008 --userpass=YOUR_KRONE_ADDRESS:1234 --threads 1
or
Run minerd using n CPU typing
./minerd --url=stratum+tcp://kronepool.org:3008 --userpass=YOUR_KRONE_ADDRESS:1234 --threads n
Sample configuration for Minerd on Ubuntu Linux
We welcome people to set up mining pools for Krone. Feel free to set up one using this open source software https://github.com/UNOMP/unified-node-open-mining-portal.