Pages:
Author

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

legendary
Activity: 994
Merit: 1000
March 11, 2014, 10:28:20 PM
My wallet don't sync, here is my conf:

rpcuser=user
rpcpassword=pass
port=44481
rpcport=44480
rpcallowip=127.0.0.1
daemon=1
listen=1
server=1
addnode=85.247.160.224
addnode=piggycha.in
addnode=168.144.97.93
addnode=us1.maxpool.in
addnode=fedoracha.in

Any other nodes?
newbie
Activity: 27
Merit: 0
March 11, 2014, 09:48:55 PM
___



http://piggy.maxpool.in

Fast, PPLNS, Reliable, tested, working decently, DDoS protected.

Our servers are hosted in Dallas that means good low ping for all.


WE'RE FINDING BLOCKS AND NEED MORE HASHPOWER!


___
newbie
Activity: 21
Merit: 0
March 11, 2014, 09:28:32 PM
we are now on the first page at coin market cap. HOORAH
been a hell of a ride today.

oh we are also now listed on poloniex as well as swisscex.


OINK

come and join the fun in the irc for giveaways and general chatter #piggy

it is still early days for this coin and some of the projects we have in the works are truly large scale.

full member
Activity: 182
Merit: 100
March 11, 2014, 09:18:42 PM
CharityMiningPools - Donate to Charity while you Mine!

pig.charityminingpools.com

Current Hashrate: 71.117 MH/s

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
newbie
Activity: 42
Merit: 0
March 11, 2014, 09:08:35 PM
I am mining on:

http://bee-pgc.daan.lt but its not finding blocks?

Or its just me?

Can you solo mine this coin and how do you do that?

im on http://piggy.maxpool.in having no problems finding coins


also. YES you can solo mine. go to Piggy-coin.com and check out the guides. i tried to explain how to do it as simple as possible Smiley
sr. member
Activity: 271
Merit: 250
March 11, 2014, 09:02:24 PM
I am mining on:

http://bee-pgc.daan.lt but its not finding blocks?

Or its just me?

Can you solo mine this coin and how do you do that?
hero member
Activity: 658
Merit: 500
March 11, 2014, 07:38:18 PM
You put it up to a vote and the community is saying cut the reward to 100 or 500 but you're going to go against that?

I see the community wants to bring reward cuts to the coin, we will do that but you still need to think about all the persons who didn't discover piggy yet or didn't start mining. If we cut the rewards to 500 or 100 people mining right now will have a huge advantage over the ones arriving later at the party.
I talked to a lot of people inside the community and even in other coins and they said halvening was the wisest solution, it favors first adopters/miners but still gives a chance to late comers. Guess we will have to sacrifice simplicity.
hero member
Activity: 854
Merit: 1000
March 11, 2014, 07:23:54 PM
You put it up to a vote and the community is saying cut the reward to 100 or 500 but you're going to go against that?
hero member
Activity: 812
Merit: 500
March 11, 2014, 06:58:30 PM
To the moon!
newbie
Activity: 42
Merit: 0
March 11, 2014, 06:43:44 PM
WOW big trading going on today!
hero member
Activity: 812
Merit: 500
March 11, 2014, 06:14:31 PM
piggy being traded at 560 sat? What am i missing?

A LOT! Cheesy
hero member
Activity: 658
Merit: 500
March 11, 2014, 05:53:08 PM
Something like this:

Code:
{
    int64 nSubsidy = 4000 * COIN;


    if ( nHeight == 2 ){
        nSubsidy = 21000000 * COIN;
    }else if( nHeight > 169750 ){
        nSubsidy = 2000*COIN;
    }else if ( nHeight > 528724 ){
        nSubsidy = 1000* COIN;
    }else if ( nHeight > 887698 ){
        nSubsidy = 500 * COIN;
    }else if ( nHeight > 1246672 ){
        nSubsidy = 250 * COIN;
    }else if ( nHeight > 1605646 ){
        nSubsidy = 100 * COIN;
    }else if ( nHeight > 1964620 ){
        nSubsidy = 50 * COIN;
    }else if ( nHeight > 2323594 ){
        nSubsidy = 10 * COIN;
    }

    return nSubsidy + nFees;
}

The numbers look fine, but you might want to check if it's coded correctly.


I'll confirm with a more experienced coder.
sr. member
Activity: 378
Merit: 250
March 11, 2014, 05:45:52 PM
Something like this:

Code:
{
    int64 nSubsidy = 4000 * COIN;


    if ( nHeight == 2 ){
        nSubsidy = 21000000 * COIN;
    }else if(nHeight > 169750){
        nSubsidy = 2000*COIN;
    }else if ( nHeight > 528724 ){
        nSubsidy = 1000* COIN;
    }else if ( nHeight > 887698 ){
        nSubsidy = 500 * COIN;
    }else if ( nHeight > 1246672){
        nSubsidy = 250 * COIN;
    }else if ( nHeight > 1605646){
        nSubsidy = 100 * COIN;
    }else if ( nHeight > 1964620){
        nSubsidy = 50 * COIN;
    }else if ( nHeight > 2323594){
        nSubsidy = 10 * COIN;
    }

    return nSubsidy + nFees;
}

The numbers look fine, but you might want to check if it's coded correctly.
hero member
Activity: 686
Merit: 500
March 11, 2014, 05:43:13 PM
piggy being traded at 560 sat? What am i missing?
newbie
Activity: 42
Merit: 0
March 11, 2014, 05:21:12 PM
ANNOUNCEMENT!

Piggycoin tip giveaway in 5 minutes. come to the IRC channel

http://webchat.freenode.net/?nick=piggy..&channels=%23piggy&prompt=1

make sure you are registered with the nickserv to get your coin
hero member
Activity: 812
Merit: 500
March 11, 2014, 05:12:58 PM
Sounds good to me
hero member
Activity: 658
Merit: 500
March 11, 2014, 04:28:03 PM
Ok, another proposal. I've been talking to some people and they all advised that we shouldn't bring the block rewards cut to the table right now, since piggy is a very recent coin it would destabilize us. Since I think they are right I propose a block halving system (no way we can run from this lol).

my proposal:

4000 until one third of the coins are out.

then 2000, 1000, 500, 250, 100, 50 in equal height intervals.

then 10 to keep the network going.

Maybe need to play with the numbers a bit? This would result in a practical maximum of 1.4 billion coins, instead of the original maximum of 2.1 billion coins. Any reduction in the overall total could be perceived as a (slight) disguised instamine.

Maybe halve at one half of the coins instead of one third.

EDIT: but in general, yes, I think I would favour reward halving; I'm not sure if there are any better practical approaches?

Something like this:

Code:
{
    int64 nSubsidy = 4000 * COIN;


    if ( nHeight == 2 ){
        nSubsidy = 21000000 * COIN;
    }else if(nHeight > 169750){
        nSubsidy = 2000*COIN;
    }else if ( nHeight > 528724 ){
        nSubsidy = 1000* COIN;
    }else if ( nHeight > 887698 ){
        nSubsidy = 500 * COIN;
    }else if ( nHeight > 1246672){
        nSubsidy = 250 * COIN;
    }else if ( nHeight > 1605646){
        nSubsidy = 100 * COIN;
    }else if ( nHeight > 1964620){
        nSubsidy = 50 * COIN;
    }else if ( nHeight > 2323594){
        nSubsidy = 10 * COIN;
    }

    return nSubsidy + nFees;
}
newbie
Activity: 56
Merit: 0
sr. member
Activity: 364
Merit: 250
Owner of Poloniex
March 11, 2014, 04:12:55 PM
Just added PiggyCoin to Poloniex:

https://poloniex.com/exchange/btc_pig
sr. member
Activity: 378
Merit: 250
March 11, 2014, 02:57:28 PM
Ok, another proposal. I've been talking to some people and they all advised that we shouldn't bring the block rewards cut to the table right now, since piggy is a very recent coin it would destabilize us. Since I think they are right I propose a block halving system (no way we can run from this lol).

my proposal:

4000 until one third of the coins are out.

then 2000, 1000, 500, 250, 100, 50 in equal height intervals.

then 10 to keep the network going.

Maybe need to play with the numbers a bit? This would result in a practical maximum of 1.4 billion coins, instead of the original maximum of 2.1 billion coins. Any reduction in the overall total could be perceived as a (slight) disguised instamine.

Maybe halve at one half of the coins instead of one third.

EDIT: but in general, yes, I think I would favour reward halving; I'm not sure if there are any better practical approaches?
Pages:
Jump to: