Bitcoin Forum
June 24, 2024, 12:49:04 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [ANN] Crazycoin CYC - The Crazy Mining Reward Crypto-Currency  (Read 4205 times)
Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 07, 2014, 01:37:31 PM
Last edit: May 20, 2014, 10:05:18 AM by Omega6
 #1

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
lxxx
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 07, 2014, 01:47:55 PM
 #2

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/

Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 07, 2014, 01:53:17 PM
 #3

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.
Bruce Red
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
May 07, 2014, 01:59:57 PM
 #4

So this is a new coin? I only see interesting, no innovation? Pure POW?

qhong
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 07, 2014, 02:03:33 PM
 #5

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..
Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 07, 2014, 03:08:54 PM
 #6

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.
platorin
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 10, 2014, 11:26:10 AM
 #7

Anything new to the coin?
mana6
Sr. Member
****
Offline Offline

Activity: 354
Merit: 250



View Profile
May 10, 2014, 11:44:16 AM
 #8

scrypt?why you not use the X11,is popular
halorose
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250



View Profile
May 11, 2014, 03:19:47 AM
 #9

why you not use the X11,is popular
dearbesz
Sr. Member
****
Offline Offline

Activity: 375
Merit: 250


View Profile
May 19, 2014, 06:38:50 AM
 #10

sounds good to try... Grin
Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 20, 2014, 10:07:28 AM
 #11

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
Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 20, 2014, 10:28:26 AM
 #12

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.
MYC-Team
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
May 20, 2014, 10:34:35 AM
 #13

This is an old coin,
Raggsock
Member
**
Offline Offline

Activity: 108
Merit: 10

Blocklancer - Freelance on the Blockchain


View Profile
May 20, 2014, 10:43:39 AM
 #14

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!

Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 20, 2014, 10:55:23 AM
 #15

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.
meccoin4me
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


Bitcoin is getting bigcoin


View Profile
May 22, 2014, 04:41:37 PM
 #16

sounds great , was happy mining it tilproblems start , great idea to relaunch

2F4QjenjJ9RqrHhqpVuZB89oQ88Y7XFL3b

https://bitcointalk.org/index.php?topic=1155319.0  DELTACREDITS , great coin , great idea behind
Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 22, 2014, 04:53:47 PM
 #17

sounds great , was happy mining it tilproblems start , great idea to relaunch

2F4QjenjJ9RqrHhqpVuZB89oQ88Y7XFL3b

Payment sent. Enjoy the crazy :-)
SwitchMyCoins
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 22, 2014, 05:03:10 PM
 #18

Lol, this is not a random block reward Cheesy
Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 22, 2014, 05:07:31 PM
 #19

Lol, this is not a random block reward Cheesy

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.
Omega6 (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
May 22, 2014, 05:08:34 PM
 #20

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  Smiley

10,000 Sent to you.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!