Skip to content

stablecoin/stablecoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StableCoin: Rethinking the altcoin from the bottom up

Extensive testing using network simulation software has shown that 40 seconds is the optimal block time. This allows ample time for blocks to propagate across the entire network. It gives us fast confirmations, while minimizing orphans and forking issues that we saw affect faster coins like WorldCoin. Long term, it will also help keep blockchain bloat down. Our testing has shown that a block time lower than 40 second makes a coin unsuitable for long term stability and growth.

Scrypt was chosen as an encryption algorithm. Other candidates were Blue Midnight Wish, SHA3, and Skein. After much analysis we came to the conclusion that such algorithms make for a nice selling point, but fall short of Scrypt in terms of securing a blockchain. Our aim is to create the best coin possible, not lure you in with gimmicks.

We've changed the magic number for StableCoin. What is the magic number? It's an often overlooked, but very important, variable within the code of bitcoin. This value affects how the entire blockchain is formatted, and is a key factor in determining how peers are matched up over the network. Failure to change this value opens the door to many vectors of attack. Ever load up an coin client and have it start to download the Litecoin blockchain? That is because the developers of that coin neglected to change the magic number to a unique value.

Block reward is 25 coins per block, with a block target time of 40 seconds. Difficulty will be recalculated every 90 blocks, which is much lower than other coin releases. We choose this value for several reasons:

  1. It allows the network to find it's natural difficulty much faster, ensuring a fair and accurate spread of coins.
  2. It prevents blockchain stalling from ever happening. No one likes having to issue a hardfork.

We want StableCoin to be a steadily mined currency, not one that is pumped and dumped. These values will assist us in reaching that goal. A total of 250 million coins will be minted, with block reward halving every ~3.7 years.

We believe the strongest asset a coin can have is active, talented developers. We will be on the forum daily answering questions and resolving issues, as well as helping to grow StableCoin by working behind the scenes to develop and deploy services that will ensure success.

-StableCoin Devs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published