Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
corrected and updated several sections of the readme
  • Loading branch information
XxTheMatrix101xX committed May 15, 2019
1 parent 5515c96 commit f9a0ab5
Showing 1 changed file with 6 additions and 36 deletions.
42 changes: 6 additions & 36 deletions README.md
Expand Up @@ -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

<table>
<tr><td>Algo</td><td>Quark</td></tr>
<tr><td>Pre Fork Algo</td><td>Momentum</td></tr>
<tr><td>Post Fork Algo</td><td>Yescrypt</td></tr>
<tr><td>Block Time</td><td>60 Seconds</td></tr>
<tr><td>Difficulty Retargeting</td><td>Every Block</td></tr>
<tr><td>Max Coin Supply (PoW Phase)</td><td>43,199,500 KORE</td></tr>
<tr><td>Max Coin Supply (PoS Phase)</td><td>Infinite</td></tr>
<tr><td>Premine</td><td>60,000 KORE*</td></tr>
<tr><td>Max Coin Supply</td><td>12,000,000 KORE</td></tr>
</table>

*60,000 KORE Premine was burned in block [279917](http://www.presstab.pw/phpexplorer/KORE/block.php?blockhash=206d9cfe859798a0b0898ab00d7300be94de0f5469bb446cecb41c3e173a57e0)

### Reward Distribution

<table>
<th colspan=4>Genesis Block</th>
<tr><th>Block Height</th><th>Reward Amount</th><th>Notes</th></tr>
<tr><td>1</td><td>60,000 KORE</td><td>Initial Pre-mine, burnt in block <a href="http://www.presstab.pw/phpexplorer/KORE/block.php?blockhash=206d9cfe859798a0b0898ab00d7300be94de0f5469bb446cecb41c3e173a57e0">279917</a></td></tr>
</table>

### PoW Rewards Breakdown

<table>
<th>Block Height</th><th>Masternode Fund</th><th>Miner</th><th>Budget</th>
<tr><td>2-43200</td><td>20% (50 KORE)</td><td>80% (200 KORE)</td><td>N/A</td></tr>
<tr><td>43201-151200</td><td>20% (50 KORE)</td><td>70% (200 KORE)</td><td>10% (25 KORE)</td></tr>
<tr><td>151201-259200</td><td>45% (22.5 KORE)</td><td>45% (22.5 KORE)</td><td>10% (5 KORE)</td></tr>
</table>

### PoS Rewards Breakdown

To be Updated!!!
To be Added!!!

### Installation Steps

Expand Down Expand Up @@ -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

Expand All @@ -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

```

0 comments on commit f9a0ab5

Please sign in to comment.