Pages:
Author

Topic: [ANN] [BBL] BitBlock-World's first X15 coin|Bittrex|Poloniex|Mandatory Update - page 70. (Read 82727 times)

legendary
Activity: 1612
Merit: 1001
minerd: unknown option -- b
Try `minerd --help' for more information.
Press any key to continue . . .
hero member
Activity: 574
Merit: 500
C:\Users\Administrator\Desktop\BitBlock Miner>minerd -a bitblock -o stratum+tcp:
//www.hashharder.com:9678 -u Xym7inuJKzEH9WiH9SQpS1xXzUHNX5sWuR -p Anything -deb
ug
minerd: unknown option -- d
Try `minerd --help' for more information.

C:\Users\Administrator\Desktop\BitBlock Miner>pause


Can anyone help me
Waht happen ..

Intel G1620 and Intel X5650

Remove -debug. What's that? For what?
add -debug to see what happen
when i remove -debug
It can not be use


CPU miner is not working

OS? Did you run example benchmark bat from archive?
Windows7 X64 /server 2012 R2
Runed  the same .
Mybe Old cpu order set Does not support?

What CPU do you have?
legendary
Activity: 1484
Merit: 1000
minerd: unknown option -- b
Try `minerd --help' for more information.
Press any key to continue . . .
hero member
Activity: 506
Merit: 510
C:\Users\Administrator\Desktop\BitBlock Miner>minerd -a bitblock -o stratum+tcp:
//www.hashharder.com:9678 -u Xym7inuJKzEH9WiH9SQpS1xXzUHNX5sWuR -p Anything -deb
ug
minerd: unknown option -- d
Try `minerd --help' for more information.

C:\Users\Administrator\Desktop\BitBlock Miner>pause


Can anyone help me
Waht happen ..

Intel G1620 and Intel X5650

Remove -debug. What's that? For what?
add -debug to see what happen
when i remove -debug
It can not be use


CPU miner is not working

OS? Did you run example benchmark bat from archive?
Windows7 X64 /server 2012 R2
Runed  the same .
Mybe Old cpu order set Does not support?
hero member
Activity: 574
Merit: 500
CPU miner is not working

OS? Did you run example benchmark bat from archive?

Please edit to --benchmark
legendary
Activity: 1612
Merit: 1001
legendary
Activity: 938
Merit: 1001
Will setup a POOL soon. Smiley

Plan to include POS ?

Pool - http://www.hashharder.com/x15/bitblock

Just point and mine. Make sure you have a wallet address.
hero member
Activity: 574
Merit: 500
C:\Users\Administrator\Desktop\BitBlock Miner>minerd -a bitblock -o stratum+tcp:
//www.hashharder.com:9678 -u Xym7inuJKzEH9WiH9SQpS1xXzUHNX5sWuR -p Anything -deb
ug
minerd: unknown option -- d
Try `minerd --help' for more information.

C:\Users\Administrator\Desktop\BitBlock Miner>pause


Can anyone help me
Waht happen ..

Intel G1620 and Intel X5650

Remove -debug. What's that? For what?
hero member
Activity: 574
Merit: 500
Thanks... did all that, but it still shuts the minerd down after it opens... do I need to run the wallet with -server at the end?  also, haven't found a block in over 30 minutes now Sad

Yes, I'm running with -server key at the end.
Add pause command in the end of bat and see what miner says you before close.
hero member
Activity: 750
Merit: 511
BitBlock was forked from Darkcoin, as I see. Same tray icon, same reward formula.
hero member
Activity: 506
Merit: 510
C:\Users\Administrator\Desktop\BitBlock Miner>minerd -a bitblock -o stratum+tcp:
//www.hashharder.com:9678 -u Xym7inuJKzEH9WiH9SQpS1xXzUHNX5sWuR -p Anything -deb
ug
minerd: unknown option -- d
Try `minerd --help' for more information.

C:\Users\Administrator\Desktop\BitBlock Miner>pause


Can anyone help me
Waht happen ..

Intel G1620 and Intel X5650
member
Activity: 140
Merit: 10
so in the last 20 minutes, I have mined 3 blocks with my 1st gen i7... haven't found anything in about 10 minutes... so those first 3 blocks came in the first 10 minutes.. anyone else having similar results?


I'm still finding blocks with compiled miner. I have i5-3470.

I downloaded the miner... not sure how to get it started though! Smiley  when I double click "minerd.exe" it just opens and closes quickly...  any suggestions?

here is what I'm getting with the wallet...



{
"blocks" : 2556,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 48911,
"networkhashps" : 10418093,
"pooledtx" : 0,
"testnet" : false
}


Edit or create new bat file.

Your cmd line in bat must be something like that:

Code:
minerd.exe -a bitblock -o http://127.0.0.1:7577 -u solo -p pass

If you want to solo.

And in conf file of wallet must be:

Code:
maxconnections=100
rpcallowip=*
rpcuser=solo
rpcpassword=pass
rpcport=7577
server=1
daemon=1

If you wanna mine at pool, then

Code:
minerd.exe -a bitblock -o stratum+tcp://www.hashharder.com:9678 -u  -p Anything


Thanks... did all that, but it still shuts the minerd down after it opens... do I need to run the wallet with -server at the end?  also, haven't found a block in over 30 minutes now Sad
hero member
Activity: 574
Merit: 500
newbie
Activity: 58
Merit: 0
Will setup a POOL soon. Smiley

Plan to include POS ?
hero member
Activity: 574
Merit: 500
so in the last 20 minutes, I have mined 3 blocks with my 1st gen i7... haven't found anything in about 10 minutes... so those first 3 blocks came in the first 10 minutes.. anyone else having similar results?


I'm still finding blocks with compiled miner. I have i5-3470.

I downloaded the miner... not sure how to get it started though! Smiley  when I double click "minerd.exe" it just opens and closes quickly...  any suggestions?

here is what I'm getting with the wallet...



{
"blocks" : 2556,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 48911,
"networkhashps" : 10418093,
"pooledtx" : 0,
"testnet" : false
}


Edit or create new bat file.

Your cmd line in bat must be something like that:

Code:
minerd.exe -a bitblock -o http://127.0.0.1:7577 -u solo -p pass

If you want to solo.

And in conf file of wallet must be:

Code:
maxconnections=100
rpcallowip=*
rpcuser=solo
rpcpassword=pass
rpcport=7577
server=1
daemon=1

If you wanna mine at pool, then

Code:
minerd.exe -a bitblock -o stratum+tcp://www.hashharder.com:9678 -u  -p Anything
hero member
Activity: 750
Merit: 511
Code:
    if(nHeight >= 5465) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 25;
            if (nSubsidy < 5) nSubsidy = 5;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 500) nSubsidy = 500;
            if (nSubsidy < 25) nSubsidy = 25;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 1) nSubsidy = 1;
    }

    // printf("height %u diff %4.2f reward %i \n", nHeight, dDiff, nSubsidy);
    nSubsidy *= COIN;

    // yearly decline of production by 7% per year, projected 21.3M coins max by year 2050.
    for(int i = 210240; i <= nHeight; i += 210240) nSubsidy *= 0.93;

What is that means? Sorry, I'm not a coder.

It's reward calculation. Before block height 5465 is: reward = (1111.0 / (pow((dDiff+1.0), 2.0)));
With current diff (0.01562500) is 500.

EDIT: After 5465 it's lower than 153, after 24000 (or 17000  with diff > 75) < 26 BBL. If I'm not mistaken.
legendary
Activity: 1036
Merit: 1000
member
Activity: 140
Merit: 10
so in the last 20 minutes, I have mined 3 blocks with my 1st gen i7... haven't found anything in about 10 minutes... so those first 3 blocks came in the first 10 minutes.. anyone else having similar results?


I'm still finding blocks with compiled miner. I have i5-3470.

I downloaded the miner... not sure how to get it started though! Smiley  when I double click "minerd.exe" it just opens and closes quickly...  any suggestions?

here is what I'm getting with the wallet...



{
"blocks" : 2556,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 48911,
"networkhashps" : 10418093,
"pooledtx" : 0,
"testnet" : false
}
hero member
Activity: 574
Merit: 500
Code:
    if(nHeight >= 5465) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 25;
            if (nSubsidy < 5) nSubsidy = 5;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 500) nSubsidy = 500;
            if (nSubsidy < 25) nSubsidy = 25;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 1) nSubsidy = 1;
    }

    // printf("height %u diff %4.2f reward %i \n", nHeight, dDiff, nSubsidy);
    nSubsidy *= COIN;

    // yearly decline of production by 7% per year, projected 21.3M coins max by year 2050.
    for(int i = 210240; i <= nHeight; i += 210240) nSubsidy *= 0.93;

What is that means? Sorry, I'm not a coder.
hero member
Activity: 750
Merit: 511
Code:
    if(nHeight >= 5465) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 25;
            if (nSubsidy < 5) nSubsidy = 5;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 500) nSubsidy = 500;
            if (nSubsidy < 25) nSubsidy = 25;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 1) nSubsidy = 1;
    }

    // printf("height %u diff %4.2f reward %i \n", nHeight, dDiff, nSubsidy);
    nSubsidy *= COIN;

    // yearly decline of production by 7% per year, projected 21.3M coins max by year 2050.
    for(int i = 210240; i <= nHeight; i += 210240) nSubsidy *= 0.93;
Pages:
Jump to: