Post
Topic
Board Announcements (Altcoins)
Re: Aureus
by
gambino
on 30/12/2016, 04:43:19 UTC
Hi all,

Do check this out. Aureus at https://www.aureus.cc. It already serving a community of 150,000 people, mainly in South East Asia. Currently it being used internally just among the community member, an since it inception back in Dec 2015 and the official launch in May 2016, the price is peeking up. At the moment in the community it traded at about USD70 to USD75. Part of it expansion plan, Aureus is going to be listed for public trading in February 2017, and expected price going to go up once that happened.

Brief infos of the crypto;

What is Aureus?

Aureus is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.

2.5 minute block targets
subsidy halves in 840k blocks (~4 years)
~84 million total coins
The rest is the same as Bitcoin.

50 coins per block
2016 blocks to retarget difficulty

fake community and only lies


according to https://github.com/aureus22/aureus-sourcecode/blob/master/src/main.cpp the specs are
PREMINE: 484848 coins
reward: 80 coins
halving: every 300000 blocks
block time: 5 min
retarget: every block
Code:
nTargetTimespan = 5 * 60;
nTargetSpacing = 5 * 60;
nInterval = nTargetTimespan / nTargetSpacing;