mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 15:09:57 +00:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -1,10 +1,11 @@
|
||||
# Ore – A cryptocurrency everybody can mine.
|
||||
# Ore – A cryptocurrency everybody can mine
|
||||
|
||||
In its ideal form, mining is a fun, effective, and egalitarian method of token distribution. Mining allows anyone with access to a computer to earn tokens by solving mathematical puzzles. Unfortunately, most people who try to mine cryptocurrency today find they are unable to win any rewards at all due to the prohibitively high computing requirements. This occurs because as more hashpower comes online to mine a particular token, the smaller players win puzzles less frequently, and eventually getting pushed out entirely. This process consolidates the remaining rewards into a handful of large professional firms. We refer this problem as "miner starvation".
|
||||
[Work in progress]
|
||||
|
||||
In computer networking, starvation is a failure mode that can occur when a process monopolizes a particular resource and prevents other processes from accessing it. This is what happens in crypto mining today when smaller players are starved out from being able to earn rewards by large professional mining firms. Ultimately, starvation prevents new users from accessing the token via the same direct mechanism that larger, more establish players have the priviledge of using.
|
||||
In its ideal form, mining is a fun, effective, and egalitarian way of distributing tokens. The promise of mining is that anyone with a computer can earn tokens by using it to solve mathematical puzzles. Unfortunately, mining today is _not_ ideal. Most people who try mine cryptocurrency find they are unable to win any rewards due to the prohibitively high level of competition. We call this problem "miner starvation".
|
||||
|
||||
Ore solves the miner starvation problem using a new, non-exclusive mining protocol. Rather than positioning every miner in a competition to solve the same puzzle as traditional minable cryptocurrencies do, Ore gives each miner their own individual puzzle to work on. As long as a miner provides a valid solution to their personal puzzle, the protocol guarantees they will earn a reward.
|
||||
Starvation, in computer networking, refers to the failure mode that can happen when a process monopolizes a particular resource and prevents other processes from accessing it. This is exactly what happens in crypto mining today when rewards get dominated by a handful of professional mining firms and smaller players get pushed out of the game entirely. Ultimately, starvation prevents new users from being able to access the token via the same direct mechanisms that larger, more establish players have the privilege of using.
|
||||
|
||||
To enforce a stable and predictable token inflation rate, Ore automatically adjusts the earned reward amount on a periodic basis. Larger miners may win a majority of the rewards, but they can't exclude other miners from winning as well.
|
||||
Ore solves the miner starvation problem with a new mining protocol and non-exclusive rewards. Rather than positioning every miner in a competition against one another to solve the same puzzle, Ore gives each miner their own individual puzzle to work on. As long as a miner provides a valid solution to their own puzzle, the protocol guarantees they will earn a reward. Even if large miners come online and begin mining Ore, they may win a large portion of the new rewards, but they can't exclude other miners from winning as well.
|
||||
|
||||
The computational difficulty of the puzzles is constant and the same for everyone, everywhere. Therefore, to avoid the uncontrolled reward inflation that would occur as computers get more powerful and miners solve increasingly more puzzles, Ore periodically adjusts the reward rate paid out to miners per valid solution. This reward rate fluctuates to maintain an average of 1 ORE mined every 60 seconds, regardless of how many miners there are and how their powerful their computers are.
|
||||
|
||||
Reference in New Issue
Block a user