Pages:
Author

Topic: [ANN][PI][π][SHA-256] ONLY 3.141592 COINS TO BE MINED LAUNCHED! - page 6. (Read 16943 times)

member
Activity: 98
Merit: 10
i got many rejected shares in the BA pool
i have all my shares rejected

I woudnt worry too much as we have a 0,1 withdraw feed from pool...

best launch ever, congrats!!!!
legendary
Activity: 804
Merit: 1002
full member
Activity: 164
Merit: 100
i got many rejected shares in the BA pool
i have all my shares rejected
full member
Activity: 154
Merit: 100
i got many rejected shares in the BA pool
sr. member
Activity: 287
Merit: 250
For anyone that needs more guidance on how to find the hidden premine (which the dev lied about), here you go:

Here's the falsehood:

Premine: 0

Here's the evidence:

Go to the source code (https://github.com/picoind/pi/), src subfolder:

line 70 of main.cpp:

Code:
static const int64 nGenBlockHash = 0.05969026 * COIN;

lines 1248-1280 of main.cpp:

Code:
static const int64 nStartSubsidy = 0.00003141 * COIN;// 3.14159x10^-5
//static const int64 nMinSubsidy = 1 * COIN;
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = nStartSubsidy;

if(nHeight < 313)
    {
       nSubsidy = 0.00000314 * COIN;// 3.14159x10^-6
        }   

if(nHeight == 1)
    {
       nSubsidy = nGenBlockHash;
        }

if(nHeight == 314) // 3.14159265359x10^-4
    {
       nSubsidy = 0.00031415 * COIN;
        }
if(nHeight == 3141) // 3.14159265359x10^-4
    {
       nSubsidy = 0.000314159 * COIN;
        }
if(nHeight == 31415) // 3.14159265359x10^-3
    {
       nSubsidy = 0.00314159 * COIN;
        }
if(nHeight == 314159) // 3.14159265359x10^-3
    {
       nSubsidy = 0.00314159 * COIN;
        }


As you can see, block 1 is set to reward 0.05969026, which is 0.05969026/3.1415 = 1.9% of all coins that will ever be mined.
newbie
Activity: 41
Merit: 0
Pool seems to be working, but has it really not found a single block yet?  We're something like 1300 blocks in already!

I've got 25 accepted so far...
full member
Activity: 154
Merit: 100
so how much coins is premined in layman terms?
full member
Activity: 168
Merit: 100
25 minutes after the launch ... this is crazy



"blocks" : 1251,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 115.26199718,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 1423273,
"pooledtx" : 0,
"testnet" : false
}
full member
Activity: 164
Merit: 100
http://pi.broken-arrow.pl/
HI pool dev can i get any support?
member
Activity: 98
Merit: 10
DEV AT LEAST CHANGE THE PREMINE % YOU PUTTED ON OP NOW THAT WE DISCOVERED YOUR LIE
full member
Activity: 168
Merit: 100
same here

You need to addnode=162.243.90.199

It works here, got 2 blocks.

And btw fyi the hidden premine is 0.05969026 picoin or ~1.9%.

how did you know that?

Code:
if(nHeight == 1)
    {
       nSubsidy = nGenBlockHash;
        }

static const int64 nGenBlockHash = 0.05969026 * COIN;


First thing to check  Grin

ahhh Thanks !  Cheesy
member
Activity: 98
Merit: 10
Pool works now but fee for taking out PI is 0,1. I think you should fix that and minimal amount for manual payent too. Should be done ASAP.
full member
Activity: 168
Merit: 100
wallet does not even connect.. i'm out
sr. member
Activity: 287
Merit: 250
same here

You need to addnode=162.243.90.199

It works here, got 2 blocks.

And btw fyi the hidden premine is 0.05969026 picoin or ~1.9%.

how did you know that?

Code:
if(nHeight == 1)
    {
       nSubsidy = nGenBlockHash;
        }

static const int64 nGenBlockHash = 0.05969026 * COIN;


First thing to check  Grin

Yep, the dev outright lied about this in the original post.  I was just typing a comment about the hidden 1.9% premine in block 1 when I saw yours.
newbie
Activity: 41
Merit: 0
So how do you start your local wallet mining?
full member
Activity: 154
Merit: 100
btw what did you wrote on your bat file for bfgminer...need some help to solo mine..
mux
sr. member
Activity: 280
Merit: 250
same here

You need to addnode=162.243.90.199

It works here, got 2 blocks.

And btw fyi the hidden premine is 0.05969026 picoin or ~1.9%.

how did you know that?

Code:
if(nHeight == 1)
    {
       nSubsidy = nGenBlockHash;
        }

static const int64 nGenBlockHash = 0.05969026 * COIN;


First thing to check  Grin
member
Activity: 98
Merit: 10
same here

You need to addnode=162.243.90.199

It works here, got 2 blocks.

And btw fyi the hidden premine is 0.05969026 picoin or ~1.9%.

how did you know that?

Code:
if(nHeight == 1)
    {
       nSubsidy = nGenBlockHash;
        }

static const int64 nGenBlockHash = 0.05969026 * COIN;

full member
Activity: 168
Merit: 100
blocks" : 1011,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 9.19383715,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 1461769,
"pooledtx" : 0,
"testnet" : false
}

uffff
legendary
Activity: 2632
Merit: 1040
same here

You need to addnode=162.243.90.199

It works here, got 2 blocks.

And btw fyi the hidden premine is 0.05969026 picoin or ~1.9%.

No doubt about it  Wink
Pages:
Jump to: