diff --git a/README.md b/README.md index 3cd004f59..81b47d085 100644 --- a/README.md +++ b/README.md @@ -3,44 +3,24 @@ KORE Core integration/staging repository [![Build Status](https://travis-ci.org/KORE-Project/KORE.svg?branch=master)](https://travis-ci.org/KORE-Project/KORE) [![GitHub version](https://badge.fury.io/gh/KORE-Project%2FKORE.svg)](https://badge.fury.io/gh/KORE-Project%2FKORE) -KORE is an open source crypto-currency focused on fast private transactions with low transaction fees & environmental footprint. It utilizes a custom Proof of Stake protocol for securing its network and uses an innovative variable seesaw reward mechanism that dynamically balances 90% of its block reward size between masternode fund and staking nodes and 10% dedicated for budget proposals. The goal of KORE is to achieve a decentralized sustainable crypto currency with near instant full-time private transactions, fair governance and community intelligence. +KORE is an open source crypto-currency focused on security and privacy with fast private transactions consisting of low transaction fees & environmental footprint. It utilizes a custom Proof of Stake protocol for securing its network. -More information at [kore.org](http://www.kore.org) Visit our ANN thread at [BitcoinTalk](https://bitcointalk.org/index.php?topic=2096416.0 - ### Coin Specs - + + - - - +
AlgoQuark
Pre Fork AlgoMomentum
Post Fork AlgoYescrypt
Block Time60 Seconds
Difficulty RetargetingEvery Block
Max Coin Supply (PoW Phase)43,199,500 KORE
Max Coin Supply (PoS Phase)Infinite
Premine60,000 KORE*
Max Coin Supply12,000,000 KORE
-*60,000 KORE Premine was burned in block [279917](http://www.presstab.pw/phpexplorer/KORE/block.php?blockhash=206d9cfe859798a0b0898ab00d7300be94de0f5469bb446cecb41c3e173a57e0) - -### Reward Distribution - - - - - -
Genesis Block
Block HeightReward AmountNotes
160,000 KOREInitial Pre-mine, burnt in block 279917
-### PoW Rewards Breakdown - - - - - - -
Block HeightMasternode FundMinerBudget
2-4320020% (50 KORE)80% (200 KORE)N/A
43201-15120020% (50 KORE)70% (200 KORE)10% (25 KORE)
151201-25920045% (22.5 KORE)45% (22.5 KORE)10% (5 KORE)
### PoS Rewards Breakdown -To be Updated!!! +To be Added!!! ### Installation Steps @@ -70,7 +50,7 @@ b) disabling swap sudo apt-get update sudo apt-get install -y git curl jq sudo apt-get install -y software-properties-common -sudo apt-get install -y autotools-dev autoconf automake build-essential //bsdmainutils +sudo apt-get install -y autotools-dev autoconf automake build-essential bsdmainutils sudo apt-get install -y qttools5-dev-tools qttools5-dev libprotobuf-dev libqrencode-dev sudo apt-get install -y libtool pkg-config protobuf-compiler python3 @@ -94,14 +74,4 @@ cd .. make ``` -### Testnet Onion Address -```bash -Here are some testnet onion address. -you can use the console from kore-qt and give the command to add -addnode wi2lfbdfpj5zowoc.onion onetry -addnode rho4ruzngsxdh4j7.onion onetry -addnode bonh4mbx52trursl.onion onetry -addnode qsozfddbfh6cl2rv.onion onetry - -```