Bitcoin Forum
August 28, 2024, 01:46:05 AM *
News: All versions of Windows are affected by a critical security bug; make sure you update.
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Economy / Service Discussion / Re: GAW Zen Hashlet PayCoin unofficial uncensored discussion. ALWAYS MAKE MONEY :-) on: December 12, 2014, 11:08:13 PM
so,,, since i don't hang on HT anymore, wtf are these stakers doing atm, nothing? Can people even *get* any XPY coins yet other than by this mining outside of gaw? i so confused...  Huh

Well the first PoW block gave GAWminers 11,000,000 coins (one block, 11M coins).
The entire week of PoW mining will give the rest of the miners 504,000 coins (10080 blocks, 49 coins per block).

What pre-mine?

If it went over your head, the "miners" get chicken feed , there's no value in anybody pointing 2PH/s at this worthless network.
22  Economy / Service Discussion / Re: GAW Zen Hashlet PayCoin unofficial uncensored discussion. ALWAYS MAKE MONEY :-) on: December 12, 2014, 11:01:48 PM
Ah actually, it's not a poor PeerCoin fork, it's a poor fork of "peerunity", a Peercoin fork.

Code:
/home/bushido/Downloads/88/Peerunity-master

https://github.com/Peerunity/Peerunity

Go figure.
23  Economy / Service Discussion / Re: GAW Zen Hashlet PayCoin unofficial uncensored discussion. ALWAYS MAKE MONEY :-) on: December 12, 2014, 10:55:26 PM
Quote
Paycoin (abbreviated XPY), also known as Paycoin and Peer-to-Peer Coin

Should have done a visual check of that find and replace.

 Grin
24  Economy / Service Discussion / Re: GAW Zen Hashlet PayCoin unofficial uncensored discussion. ALWAYS MAKE MONEY :-) on: December 12, 2014, 10:46:57 PM
Lets look at the source code.

No hybrid flex to be found, it's just another nasty PeerCoin fork with not notable changes whatsoever. Still even has little bits of PeerCoin hanging around. Unbelievably it's such an old fork of Bitcoin that it retains IRC support, except it will join the #bitcoin channels because their find and replace didn't quite get everything.

The pre-mine is predictable, the first block makes an insane number of coins for GAW. Interestingly if anybody wanted they could have forked the network right back from the genesis block and taken the 12M coins for themselves, the difficulty is a bit high to do that now though unless you have 1Ph/s in your pocket. Up until 20 hours the PoW miners actually got a lot more block reward, but this was changed down for some reason.

Code:
int64 GetProofOfWorkReward(int nHeight, unsigned int nTime)
{
    int64 nSubsidy = 0;
    if(nHeight == 1){
        nSubsidy = 12000000 * COIN;
    }else if(nTime <= POW_START_TIME){
        nSubsidy = 0 * COIN;
    }else if(nTime < POW_END_TIME){
        nSubsidy = 49 * COIN;
    }
    return nSubsidy;
}

There's no months of work here, they just picked a random altcoin developer a week ago to make another poor fork of PeerCoin, tweak some values, add a logo and some fresh paint from the hardware store, and sell it as gold. We weren't expecting much better though, were we Smiley

Looks like they were planning to move from hashtalk.org to paycointalk.org as well.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!