Skip to content

Releases: counos/CounosCoin

v0.18

22 Jun 06:48
Compare
Choose a tag to compare

Segwit enabled
new CCA amount ( 1.00000000 old CCA now is equal to 1000000.00 CCA)
speedup mine new block

V 0.15.4

17 Apr 08:38
Compare
Choose a tag to compare
Create Version 0.15.4.0

Counos Coin V0.15-3-2

31 Oct 10:57
3e5d3fe
Compare
Choose a tag to compare

Counos Coin (CCA) version 0.15.3.2

From block 144457, only valid miners will be able to mine new blocks. A valid miner is a miner who has a balance of 10,000 coins.

Also, from block 164457, the time window between two created blocks should at least be 7.5 minutes. In other words, if a block is created in less than 7.5 minutes after the creation of the previous block, it will not be valid.

Counos Coin V0.15-3

19 Sep 06:23
8643b66
Compare
Choose a tag to compare

From the block 98500, 1.5 reward coins will only be given to trusted nodes.
Trusted nodes are those nodes that have at least 500,000 CCA.
Any node that can meet this condition will be added to the list of the trusted nodes through an agreement with Counos Platform and by submitting a wallet address to which mining reward will be sent.
The block creation time window is still in consideration, such that the 1.5 reward coins are for those blocks that are created 7.5 minutes after the previous block, and if the time window is less than that, the reward would be divided by 10000. And now the added rule is that after the block 98500, if the node is a trusted node and the block is created in the desirable time window, it will get the 1.5 reward coins and the rest of the nodes will receive the reward divided by 10000.
And, the transaction fees will be given to all node, as it used to be so.

Other Changes in new Release of CCA :

Coin base maturity period will be increase to 100,000 Blocks, it means that all reward for new blocks will be spendable after large amount of blocks confirm that. So its not easy to earn and spend CCA trough mining process. Its very important for mining pools and miners which like to send Hashes to CCA network.
Also there are some other changes in PoW rules, normally blocks must create every 10 minutes, but based on current difficulty and network hash, the time maybe changed, by new PoW rules, if more than 30 minutes left from last block creation time, and no new block created, Required work will be decrease to PowLimit, and if last 25 blocks created in less than 50 minutes (‌each block in 2 minutes) network will increase Require work last known work required.
All mining poos which verified as a Trust node, will be indicated by a Trust node Logo,

How to Setup and Run:

Please check doc/build** files for more details. on Ubuntu 18.04 which you can find binary files here please check this statements

 sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libcurl4-openssl-dev

sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev

sudo apt-get install libdb-dev libdb++-dev

sudo apt-get install libminiupnpc-dev

sudo apt-get install libzmq3-dev

Counos Coin V0.15-2

12 May 11:15
0c1ec6e
Compare
Choose a tag to compare
Update validation.cpp