Pages:
Author

Topic: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency - page 2. (Read 4217 times)

member
Activity: 62
Merit: 10
So this is a new coin? I only see interesting, no innovation? Pure POW?
newbie
Activity: 46
Merit: 0
At the moment 22 coins per block are given as the random reward blocks have been passed.

I will add loads of reward blocks including larger rewards (Some bigger than the pass ones, to make things fair) in the next client update, which will just add checkpoints and the rewards.

This is just meant to be a interesting coin and nothing serious, that is what I gather from just its name alone.
member
Activity: 70
Merit: 10
Anti-Premine – Less rewards at the start and higher random block rewards later on, to help keep mining interesting and fun

REWARDS (More Rewards Will be Randomly Added In Future Client Releases to make mining more interesting)

if(nHeight<500) return 1*COIN;
else if(nHeight<600) return 7*COIN;
else if(nHeight<700) return 5*COIN;
else if(nHeight<800) return 3*COIN;
else if(nHeight<900) return 2*COIN;
else if(nHeight<1000) return 6*COIN;
else if(nHeight<1500) return 131*COIN;
else if(nHeight<2000) return 1337*COIN;
else if(nHeight<6755) return 5*COIN;
else if(nHeight<6800) return 100*COIN;
else if(nHeight<6810) return 5000*COIN;
else if(nHeight<6815) return 50*COIN;
else if(nHeight<6830) return 777*COIN;
else if(nHeight<6850) return 131*COIN;
else if(nHeight<6900) return 10000*COIN;
else if(nHeight<7000) return 13370*COIN;
else if(nHeight<7010) return 5*COIN;
else if(nHeight<7020) return 100*COIN;
else if(nHeight<7050) return 50000*COIN;
else if(nHeight<7080) return 500*COIN;
else if(nHeight<7100) return 22*COIN;
else if(nHeight<7150) return 131*COIN;
else if(nHeight<7200) return 10000*COIN;
else if(nHeight<7300) return 45*COIN;
else if(nHeight<7350) return 667*COIN;
int64 nSubsidy = 22 * COIN;

return nSubsidy + nFees;


how to get it?? I do not understand/
newbie
Activity: 46
Merit: 0
This coin was released some time ago, I am just adding the release over here so everyone is informed.

I did not create this coin, I just bought out the domain and I have added it to my seednode due to it not syncing and will release a new client with more rewards adding smaller and larger ones to keep the random factor for miners.

Coin Details

Website : http://www.crazycoin.org

SPECIFICATIONS

Scrypt Algorythm
Proof of Work
Block Time: 2 Minutes
Difficulty: Starts at 0.25
Coincap: 20007422

Anti-Premine – Less rewards at the start and higher random block rewards later on, to help keep mining interesting and fun

REWARDS (More Rewards Will be Randomly Added In Future Client Releases to make mining more interesting)

if(nHeight<500) return 1*COIN;
else if(nHeight<600) return 7*COIN;
else if(nHeight<700) return 5*COIN;
else if(nHeight<800) return 3*COIN;
else if(nHeight<900) return 2*COIN;
else if(nHeight<1000) return 6*COIN;
else if(nHeight<1500) return 131*COIN;
else if(nHeight<2000) return 1337*COIN;
else if(nHeight<6755) return 5*COIN;
else if(nHeight<6800) return 100*COIN;
else if(nHeight<6810) return 5000*COIN;
else if(nHeight<6815) return 50*COIN;
else if(nHeight<6830) return 777*COIN;
else if(nHeight<6850) return 131*COIN;
else if(nHeight<6900) return 10000*COIN;
else if(nHeight<7000) return 13370*COIN;
else if(nHeight<7010) return 5*COIN;
else if(nHeight<7020) return 100*COIN;
else if(nHeight<7050) return 50000*COIN;
else if(nHeight<7080) return 500*COIN;
else if(nHeight<7100) return 22*COIN;
else if(nHeight<7150) return 131*COIN;
else if(nHeight<7200) return 10000*COIN;
else if(nHeight<7300) return 45*COIN;
else if(nHeight<7350) return 667*COIN;
int64 nSubsidy = 22 * COIN;

return nSubsidy + nFees;


DOWNLOADS

Windows Version 1.0.1

https://sourceforge.net/p/crazycoin/


Source Code

https://github.com/Omega6/Crazycoin


Sample crazycoin.conf

rpcuser=user
rpcpassword=password
rpcport=22222
addnode=31.193.130.77


PORTS

RPCPort: 22222 (Mining Port)
P2PPort: 22223
Pages:
Jump to: