Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Omega6 on May 07, 2014, 01:37:31 PM



Title: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 07, 2014, 01:37:31 PM
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


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: lxxx on May 07, 2014, 01:47:55 PM
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/


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: Omega6 on May 07, 2014, 01:53:17 PM
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.


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: Bruce Red on May 07, 2014, 01:59:57 PM
So this is a new coin? I only see interesting, no innovation? Pure POW?


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: qhong on May 07, 2014, 02:03:33 PM
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/

yes ,I also want to know how to get it. the dev should give more information about the coin..


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: Omega6 on May 07, 2014, 03:08:54 PM
This is an old coin, it was released a while back and stopped syncing due to the seednode probably going down.

I have just added it to my seednode and will release a client update / Source Code so that more rewards are added from e.g block 10,000 onwards, making mining more interesting I hope.

The website for this coin is at http://www.crazycoin.org

I will add that to the OP.


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: platorin on May 10, 2014, 11:26:10 AM
Anything new to the coin?


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: mana6 on May 10, 2014, 11:44:16 AM
scrypt?why you not use the X11,is popular


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: halorose on May 11, 2014, 03:19:47 AM
why you not use the X11,is popular


Title: Re: [ANN] Crazycoin CYC - crazycoin.org
Post by: dearbesz on May 19, 2014, 06:38:50 AM
sounds good to try... ;D


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 20, 2014, 10:07:28 AM
This is an old coin that is just being revived, that is why it is POW.

The block reward will be the interesting part once I get the next client update out.

I feel this coin has potential to be interesting and could trend.

Currency diff 0.09


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 20, 2014, 10:28:26 AM
Giveaway

I will give 10,000 CYC to the first ten Crazycoin addresses posted on this thread.

Will send once all address have been posted and I am back from by meeting.


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: MYC-Team on May 20, 2014, 10:34:35 AM
This is an old coin,


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Raggsock on May 20, 2014, 10:43:39 AM
Giveaway

I will give 10,000 CYC to the first ten Crazycoin addresses posted on this thread.

Will send once all address have been posted and I am back from by meeting.

2VRYx9q3tzYF3bPt1EPyKGVr56UL6dgGj7

Thanks!


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 20, 2014, 10:55:23 AM
Giveaway

I will give 10,000 CYC to the first ten Crazycoin addresses posted on this thread.

Will send once all address have been posted and I am back from by meeting.

2VRYx9q3tzYF3bPt1EPyKGVr56UL6dgGj7

Thanks!

10,000 CYC sent.


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: meccoin4me on May 22, 2014, 04:41:37 PM
sounds great , was happy mining it tilproblems start , great idea to relaunch

2F4QjenjJ9RqrHhqpVuZB89oQ88Y7XFL3b


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 22, 2014, 04:53:47 PM
sounds great , was happy mining it tilproblems start , great idea to relaunch

2F4QjenjJ9RqrHhqpVuZB89oQ88Y7XFL3b

Payment sent. Enjoy the crazy :-)


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: SwitchMyCoins on May 22, 2014, 05:03:10 PM
Lol, this is not a random block reward :D


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 22, 2014, 05:07:31 PM
Lol, this is not a random block reward :D

It was and will be again with the next client update, as I will add a load more in but just giving a load of free coins out at the moment just to see if there is any interest for this more relaxed type of coin.


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 22, 2014, 05:08:34 PM
Giveaway

I will give 10,000 CYC to the first ten Crazycoin addresses posted on this thread.

Will send once all address have been posted and I am back from by meeting.
2Yx87yFDnSoeyTPQb5GWUSGNNwAP6cgBTh
thank  :)

10,000 Sent to you.


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: gullu on May 22, 2014, 05:12:34 PM
Giveaway

I will give 10,000 CYC to the first ten Crazycoin addresses posted on this thread.

Will send once all address have been posted and I am back from by meeting.
2Yx87yFDnSoeyTPQb5GWUSGNNwAP6cgBTh
thank  :)

10,000 Sent to you.
thanks.
but, wallet is not syncing.
0 active connections.

i have the conf with op given node.


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Omega6 on May 22, 2014, 05:15:49 PM
Have you opened up port 22222 (Port Forward) in your router and added crazycoin-qt to allow through your Windows firewall?


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: gullu on May 22, 2014, 05:26:35 PM
Have you opened up port 22222 (Port Forward) in your router and added crazycoin-qt to allow through your Windows firewall?
hmm..
no.
i haven't had the need to open a port for any wallet thus far.
i will try that in a bit and let you know.


Title: Re: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency
Post by: Clement.Williams.T on May 23, 2014, 09:13:22 AM
Something, diving to observe.