Pages:
Author

Topic: [ANN] [PIG] Piggycoin old Thread. - page 31. (Read 104054 times)

legendary
Activity: 1418
Merit: 1002
March 18, 2014, 04:56:57 PM
2 mil buy order and no takers, good sign!

what is the main exchange with the volume that people are using?
full member
Activity: 182
Merit: 100
March 18, 2014, 01:11:49 PM
CharityMiningPools - Donate to Charity while you Mine!

pig.charityminingpools.com

Be a pioneer and help us get started, come mine while making a difference.  

Mandatory 0.5% donation fee goes to the BitGive Foundation this month.  We welcome and encourage you to donate more to a good cause.

STRATUM, VARDIFF, Datacenter Redundant Server Farm, Load Balanced Servers, Frequent Backups
0.5% Mandatory Donation fee to a Good Cause, 0.5% Pool Fees, 0% AP TX Fees

Who Are We?
CharityMiningPools was created to allow miners the ability to mine coins while still knowing that their hashing power is going towards something good.  Our goal is to provide a positive and reliable service while delivering a small portion of the proceeds to a deserving recipient.  Plans are in the works to allow individual miners to choose where they would like to donate to based on a pool of available recipients.

How Does This Work?
All coins minded at CharityMiningPools will require a mandatory 0.5% Donation fee.  This donation fee will be collected and donated to the designated charitable recipient for that given month.  Though we only require a minimum 0.5% Donation fee, we welcome and encourage our miners to raise the stakes and donate more to a good cause.

Cheers!
CharityMiningPools
sr. member
Activity: 250
Merit: 252
March 18, 2014, 12:50:36 PM
2 mil buy order and no takers, good sign!
member
Activity: 93
Merit: 10
March 18, 2014, 11:14:03 AM
Coin is really taking shape!

Good work guys!
sr. member
Activity: 311
Merit: 250
March 18, 2014, 08:17:33 AM
OK, thank you  Wink
member
Activity: 113
Merit: 10
March 18, 2014, 07:30:55 AM
Website its probably 60% done. We are just working on the content, trying to make it as simple as possible so that anyone and everyone can understand what we're trying to achieve.

You will be glad to know it is fully responsive meaning it will look just as good on tablets and mobiles.
sr. member
Activity: 311
Merit: 250
March 18, 2014, 04:18:20 AM
what up with the new website?
hero member
Activity: 658
Merit: 500
March 17, 2014, 10:57:57 AM
Wallet upgrade smooth as silk.

+1 oink oink!

That's what we were going for!

Guys, if you haven't upgraded your piggybanks please do, fork will only come in 200+ days but we are better safe than sorry.

TV?  Tell me more Smiley

member
Activity: 84
Merit: 10
March 17, 2014, 09:42:50 AM
Wallet upgrade smooth as silk.

+1 oink oink!
hero member
Activity: 812
Merit: 500
March 16, 2014, 07:24:55 PM
The Diamond Collar will now accept @piggycoin for a uniquely designed Keno's animal clothing line.

They are also accepting PIG donations! 7JtJ2iwfQj6H2Z7UpVh4DNgLqw9UzcyzPg

Ready to be featured on TV my piggy friends?  Grin

Piggy to the moon!

Mining and holding. this will be fun!

OINK!
member
Activity: 65
Merit: 10
March 16, 2014, 07:05:30 PM
TV?  Tell me more Smiley
hero member
Activity: 658
Merit: 500
March 16, 2014, 07:03:05 PM
The Diamond Collar will now accept @piggycoin for a uniquely designed Keno's animal clothing line.

They are also accepting PIG donations! 7JtJ2iwfQj6H2Z7UpVh4DNgLqw9UzcyzPg

Ready to be featured on TV my piggy friends?  Grin
legendary
Activity: 1073
Merit: 1000
March 16, 2014, 06:29:16 PM
The transactions are significantly faster now.  Once sent it literally instantly shows up.
hero member
Activity: 658
Merit: 500
March 16, 2014, 05:01:59 PM
Hey, I decided to do a really quick fix in 1.2 with this code so we can go ahead without any fork and/or block rewards not changing fears.

Looks good.

Glad that it's approved. Now we're ready to see some flying pigs!
sr. member
Activity: 378
Merit: 250
March 16, 2014, 04:24:27 PM
Hey, I decided to do a really quick fix in 1.2 with this code so we can go ahead without any fork and/or block rewards not changing fears.

Looks good.
newbie
Activity: 7
Merit: 0
March 16, 2014, 03:16:23 PM
New wallet working well!
newbie
Activity: 5
Merit: 0
March 16, 2014, 08:46:55 AM
Nice! I really hope to see my investment rolling through PiggyCoin success Cheesy
hero member
Activity: 658
Merit: 500
March 16, 2014, 06:33:14 AM
Updated mac piggybank is now online, sorry for the delay.
hero member
Activity: 658
Merit: 500
March 15, 2014, 07:49:52 PM
Did you get the block reward code sanity checked? Still looks dodgy to me.
Yes I did, no problems as expected. Why does it look dodgy?    Undecided Maybe it's the strange values?

Values I'm fine with Smiley

But the ordering of the 'if... else if... else if' section in GetBlockValue suggests the reward will never drop below 2000.

Hey, I decided to do a really quick fix in 1.2 with this code so we can go ahead without any fork and/or block rewards not changing fears.

Code:
{
    int64 nSubsidy = 10 * COIN;


    if ( nHeight == 2 )
    {
        nSubsidy = 21000000 * COIN;
    }

    else if ( nHeight < 169750 )
    {
        nSubsidy = 4000 * COIN;
    }

    else if ( nHeight < 528724 )
    {
        nSubsidy = 2000 * COIN;
    }

    else if ( nHeight < 887698 )
    {
        nSubsidy = 1000 * COIN;
    }

    else if ( nHeight < 1246672 )
    {
        nSubsidy = 500 * COIN;
    }

    else if ( nHeight < 1605646 )
    {
        nSubsidy = 250 * COIN;
    }

    else if ( nHeight < 1964620 )
    {
        nSubsidy = 100 * COIN;
    }

    else if ( nHeight < 2323594 )
    {
        nSubsidy = 50 * COIN;
    }

    return nSubsidy + nFees;
}
legendary
Activity: 1073
Merit: 1000
March 15, 2014, 07:26:39 PM
Wow, this coin is doing significantly better than expected!  I will probably start to mine it.  This success comes without even targeting the teen and children population yet.
Pages:
Jump to: