Bitcoin Forum
May 11, 2024, 04:56:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 98 »
  Print  
Author Topic: [ANN] [BEN] Benjamins ◄ SHA-256 ►◄ BOUNTY AVAILABLE to make BEN merge mineable!!  (Read 94320 times)
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 09:48:27 AM
 #601

http://www.reddit.com/r/Benjamins

Come make some posts and comments! I'll see if I can find someone to make one of those tip bots. None of us have much experience with Reddit, but we will do our best!
1715403395
Hero Member
*
Offline Offline

Posts: 1715403395

View Profile Personal Message (Offline)

Ignore
1715403395
Reply with quote  #2

1715403395
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 10:03:26 AM
 #602

Let's see if we can give some BENJAMINS away for FREE!

Benjamins Giveaway: http://www.reddit.com/r/Benjamins/comments/1xp4xl/benjamins_giveaway_right_here
lmazzola
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
February 12, 2014, 01:08:02 PM
 #603

OK I added these to the console in the wallet and it worked. Do it like this for each one

addnode xx.xx.xx.xxx add     hit enter under debug:console
 
addnode=95.85.39.131
addnode=97.112.91.126
addnode=192.227.160.84
addnode=71.240.166.229






Can someone help my wallet sync. I went to the console and add a few nodes is that correct? I added them like this

addnode xxx.xxx.xxx.xxx  add


Is that the correct command?

addnode=ip

Put those in benjamins.conf in your Roaming folder
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 01:20:29 PM
 #604

For those of you asking for it

http://benjaminsbaby.com/BEN/Benjamins-getnetworkhash.rar

It's getnetworkhashps to return the network hashrate. This will only work if you compile your own clients (just an updated source link for pools and explorers, etc)

not sure it's made a difference...

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
February 12, 2014, 04:09:09 PM
 #605

For those of you asking for it

http://benjaminsbaby.com/BEN/Benjamins-getnetworkhash.rar

It's getnetworkhashps to return the network hashrate. This will only work if you compile your own clients (just an updated source link for pools and explorers, etc)

not sure it's made a difference...

I see it in there. Its givin hash rate just fine

crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 04:10:34 PM
 #606

For those of you asking for it

http://benjaminsbaby.com/BEN/Benjamins-getnetworkhash.rar

It's getnetworkhashps to return the network hashrate. This will only work if you compile your own clients (just an updated source link for pools and explorers, etc)

not sure it's made a difference...

I see it in there. Its givin hash rate just fine

strange... my pool just shows the same rate net vs pool

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 04:25:51 PM
 #607

For those of you asking for it

http://benjaminsbaby.com/BEN/Benjamins-getnetworkhash.rar

It's getnetworkhashps to return the network hashrate. This will only work if you compile your own clients (just an updated source link for pools and explorers, etc)

not sure it's made a difference...

I see it in there. Its givin hash rate just fine

Where are you seeing this?

I get 0

benjaminsd getmininginfo
{
    "blocks" : 19093,
    "currentblocksize" : 3081,
    "currentblocktx" : 2,
    "difficulty" : 253036.70799887,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "pooledtx" : 2,
    "testnet" : false
}

nethashps isn't listed...

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 04:27:11 PM
 #608

For those of you asking for it

http://benjaminsbaby.com/BEN/Benjamins-getnetworkhash.rar

It's getnetworkhashps to return the network hashrate. This will only work if you compile your own clients (just an updated source link for pools and explorers, etc)

not sure it's made a difference...

I see it in there. Its givin hash rate just fine

strange... my pool just shows the same rate net vs pool

There were a few other changes to get it in, but this is the main part:

Code:
Value GetNetworkHashPS(int lookup, int height) {
     CBlockIndex *pb = pindexBest;
 
     if (height >= 0 && height < nBestHeight)
         pb = FindBlockByHeight(height);
 
     if (pb == NULL || !pb->nHeight)
         return 0;
 
     // If lookup is -1, then use blocks since last difficulty change.
     if (lookup <= 0)
         lookup = pb->nHeight % 2016 + 1;
 
     // If lookup is larger than chain, then set it to chain length.
     if (lookup > pb->nHeight)
         lookup = pb->nHeight;
 
     CBlockIndex *pb0 = pb;
     int64 minTime = pb0->GetBlockTime();
     int64 maxTime = minTime;
     for (int i = 0; i < lookup; i++) {
         pb0 = pb0->pprev;
         int64 time = pb0->GetBlockTime();
         minTime = std::min(time, minTime);
         maxTime = std::max(time, maxTime);
     }
 
     // In case there's a situation where minTime == maxTime, we don't want a divide by zero exception.
     if (minTime == maxTime)
         return 0;
 
     uint256 workDiff = pb->nChainWork - pb0->nChainWork;
     int64 timeDiff = maxTime - minTime;
 
     return (boost::int64_t)(workDiff.getdouble() / timeDiff);
 }
 
 Value getnetworkhashps(const Array& params, bool fHelp)
 {
     if (fHelp || params.size() > 2)
         throw runtime_error(
             "getnetworkhashps [blocks] [height]\n"
             "Returns the estimated network hashes per second based on the last 120 blocks.\n"
             "Pass in [blocks] to override # of blocks, -1 specifies since last difficulty change.\n"
             "Pass in [height] to estimate the network speed at the time when a certain block was found.");
 
     return GetNetworkHashPS(params.size() > 0 ? params[0].get_int() : 120, params.size() > 1 ? params[1].get_int() : -1);
 }
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 04:34:09 PM
 #609

For those of you asking for it

http://benjaminsbaby.com/BEN/Benjamins-getnetworkhash.rar

It's getnetworkhashps to return the network hashrate. This will only work if you compile your own clients (just an updated source link for pools and explorers, etc)

not sure it's made a difference...

I see it in there. Its givin hash rate just fine

strange... my pool just shows the same rate net vs pool

There were a few other changes to get it in, but this is the main part:

Code:
Value GetNetworkHashPS(int lookup, int height) {
     CBlockIndex *pb = pindexBest;
 
     if (height >= 0 && height < nBestHeight)
         pb = FindBlockByHeight(height);
 
     if (pb == NULL || !pb->nHeight)
         return 0;
 
     // If lookup is -1, then use blocks since last difficulty change.
     if (lookup <= 0)
         lookup = pb->nHeight % 2016 + 1;
 
     // If lookup is larger than chain, then set it to chain length.
     if (lookup > pb->nHeight)
         lookup = pb->nHeight;
 
     CBlockIndex *pb0 = pb;
     int64 minTime = pb0->GetBlockTime();
     int64 maxTime = minTime;
     for (int i = 0; i < lookup; i++) {
         pb0 = pb0->pprev;
         int64 time = pb0->GetBlockTime();
         minTime = std::min(time, minTime);
         maxTime = std::max(time, maxTime);
     }
 
     // In case there's a situation where minTime == maxTime, we don't want a divide by zero exception.
     if (minTime == maxTime)
         return 0;
 
     uint256 workDiff = pb->nChainWork - pb0->nChainWork;
     int64 timeDiff = maxTime - minTime;
 
     return (boost::int64_t)(workDiff.getdouble() / timeDiff);
 }
 
 Value getnetworkhashps(const Array& params, bool fHelp)
 {
     if (fHelp || params.size() > 2)
         throw runtime_error(
             "getnetworkhashps [blocks] [height]\n"
             "Returns the estimated network hashes per second based on the last 120 blocks.\n"
             "Pass in [blocks] to override # of blocks, -1 specifies since last difficulty change.\n"
             "Pass in [height] to estimate the network speed at the time when a certain block was found.");
 
     return GetNetworkHashPS(params.size() > 0 ? params[0].get_int() : 120, params.size() > 1 ? params[1].get_int() : -1);
 }

wonder why I'm not seeing it....

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 04:35:14 PM
 #610

Do getnetworkhashps and post what it spits out
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 04:36:23 PM
 #611

Do getnetworkhashps and post what it spits out

Ok... that works...

$ benjaminsd getnetworkhashps
2171755945065
$

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 04:37:22 PM
 #612

Do getnetworkhashps and post what it spits out

Ok... that works...

$ benjaminsd getnetworkhashps
2171755945065
$

Looks good to me  Smiley  Little under 2.2 Terahash currently. Looks like difficulty might drop soon
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 04:42:57 PM
 #613

Do getnetworkhashps and post what it spits out

Ok... that works...

$ benjaminsd getnetworkhashps
2171755945065
$

Looks good to me  Smiley  Little under 2.2 Terahash currently. Looks like difficulty might drop soon

right, does look ok there... but I think it should show up in the getmininginfo call...

so add it to:

rpcmining.cpp

Value getmininginfo(const Array& params, bool fHelp)
{
    if (fHelp || params.size() != 0)
        throw runtime_error(
            "getmininginfo\n"
            "Returns an object containing mining-related information.");

    Object obj;
    obj.push_back(Pair("blocks",        (int)nBestHeight));
    obj.push_back(Pair("currentblocksize",(uint64_t)nLastBlockSize));
    obj.push_back(Pair("currentblocktx",(uint64_t)nLastBlockTx));
    obj.push_back(Pair("difficulty",    (double)GetDifficulty()));
    obj.push_back(Pair("errors",        GetWarnings("statusbar")));
    obj.push_back(Pair("generate",      GetBoolArg("-gen")));
    obj.push_back(Pair("genproclimit",  (int)GetArg("-genproclimit", -1)));
    obj.push_back(Pair("hashespersec",  gethashespersec(params, false)));
    obj.push_back(Pair("networkhashps", getnetworkhashps(params, false)));
   obj.push_back(Pair("pooledtx",      (uint64_t)mempool.size()));
    obj.push_back(Pair("testnet",       fTestNet));
    return obj;
}


Take much to add it there properly?

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 04:47:03 PM
 #614

Do getnetworkhashps and post what it spits out

Ok... that works...

$ benjaminsd getnetworkhashps
2171755945065
$

Looks good to me  Smiley  Little under 2.2 Terahash currently. Looks like difficulty might drop soon

right, does look ok there... but I think it should show up in the getmininginfo call...

so add it to:

rpcmining.cpp

Value getmininginfo(const Array& params, bool fHelp)
{
    if (fHelp || params.size() != 0)
        throw runtime_error(
            "getmininginfo\n"
            "Returns an object containing mining-related information.");

    Object obj;
    obj.push_back(Pair("blocks",        (int)nBestHeight));
    obj.push_back(Pair("currentblocksize",(uint64_t)nLastBlockSize));
    obj.push_back(Pair("currentblocktx",(uint64_t)nLastBlockTx));
    obj.push_back(Pair("difficulty",    (double)GetDifficulty()));
    obj.push_back(Pair("errors",        GetWarnings("statusbar")));
    obj.push_back(Pair("generate",      GetBoolArg("-gen")));
    obj.push_back(Pair("genproclimit",  (int)GetArg("-genproclimit", -1)));
    obj.push_back(Pair("hashespersec",  gethashespersec(params, false)));
   obj.push_back(Pair("networkhashps", getnetworkhashps(params, false)));
   obj.push_back(Pair("pooledtx",      (uint64_t)mempool.size()));
    obj.push_back(Pair("testnet",       fTestNet));
    return obj;
}


Take much to add it there properly?

Actually, looks like that's all that needed to be added....

$ benjaminsd getmininginfo
{
    "blocks" : 19098,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 253036.70799887,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
   "networkhashps" : 2168253578791,
   "pooledtx" : 0,
    "testnet" : false
}


my pool shows it properly now.

cheers!

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 04:51:27 PM
 #615

Do getnetworkhashps and post what it spits out

Ok... that works...

$ benjaminsd getnetworkhashps
2171755945065
$

Looks good to me  Smiley  Little under 2.2 Terahash currently. Looks like difficulty might drop soon

right, does look ok there... but I think it should show up in the getmininginfo call...

so add it to:

rpcmining.cpp

Value getmininginfo(const Array& params, bool fHelp)
{
    if (fHelp || params.size() != 0)
        throw runtime_error(
            "getmininginfo\n"
            "Returns an object containing mining-related information.");

    Object obj;
    obj.push_back(Pair("blocks",        (int)nBestHeight));
    obj.push_back(Pair("currentblocksize",(uint64_t)nLastBlockSize));
    obj.push_back(Pair("currentblocktx",(uint64_t)nLastBlockTx));
    obj.push_back(Pair("difficulty",    (double)GetDifficulty()));
    obj.push_back(Pair("errors",        GetWarnings("statusbar")));
    obj.push_back(Pair("generate",      GetBoolArg("-gen")));
    obj.push_back(Pair("genproclimit",  (int)GetArg("-genproclimit", -1)));
    obj.push_back(Pair("hashespersec",  gethashespersec(params, false)));
   obj.push_back(Pair("networkhashps", getnetworkhashps(params, false)));
   obj.push_back(Pair("pooledtx",      (uint64_t)mempool.size()));
    obj.push_back(Pair("testnet",       fTestNet));
    return obj;
}


Take much to add it there properly?

Actually, looks like that's all that needed to be added....

$ benjaminsd getmininginfo
{
    "blocks" : 19098,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 253036.70799887,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
   "networkhashps" : 2168253578791,
   "pooledtx" : 0,
    "testnet" : false
}


my pool shows it properly now.

cheers!

Awesome, thanks. Yea, you can change it to anything you want as far as commands go. You can make it getthedamnhash if you want to  Smiley
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 04:52:40 PM
 #616

On that note, we still need the hashpower spread out guys. PityThePool is still a majority of the hash power. Let's give some love to these guys!

Benjamins Pool: http://ben.hasher.ca (Pool Op: crackfoo)

Benjamins P2Pool: http://coinminer.net:19986 (Pool Op: RobRoy)


P2Pool: http://p2pool.neocities.org/coin_ben.html (Pool Op: deeppurple72)
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
February 12, 2014, 04:56:13 PM
 #617


Awesome, thanks. Yea, you can change it to anything you want as far as commands go. You can make it getthedamnhash if you want to  Smiley

Might be good to add to the updated src that will go on github.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AllAboutTheBenjaminsBaby (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 12, 2014, 05:01:42 PM
 #618


Awesome, thanks. Yea, you can change it to anything you want as far as commands go. You can make it getthedamnhash if you want to  Smiley

Might be good to add to the updated src that will go on github.

I will. Just wanted to make sure the pools could get the info displayed first so I knew I didn't mess something up lol

Thanks for testing it
Poogasm
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 12, 2014, 05:02:41 PM
 #619

woot!
My single little Antminer managed to get me 10 of em since yesterday.
I am pleased, I rather like this coin.

[ANN] PixxCoin | PoS | Wallet with built in Exchange Dice Game And Fa | Free IPO. PLncxuyTOpsdASEAIweeoweKSJASJDNZETR

Ben: 1FCtLZz3tS7CGYYmq344fyqQqhsdCGtEF9
BTC: 1KDcsttby2F7Ud9vLbXytRh1P2amc7Wocc
Pass the Flutter FPc4LHGS8LNgK6bSWpe6sY7fsrgWWwDwUa
Localbtcbuyer
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 12, 2014, 05:02:54 PM
 #620

It is so awesome seeing that picture I posted as the face of BEN!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 98 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!