Author

Topic: ListGenerated and GetKHPS RPC Methods Patch (Read 8139 times)

newbie
Activity: 22
Merit: 0
July 17, 2010, 03:09:04 AM
#2
I'd love this functionality, but the patch doesn't work for me.  Neither against 102 or against 106 (the HEAD as of this post).

You're referencing a variable dHashesPerSec, but that a local variable of a function in another file!  Pretty sure you're missing some of the patch!
full member
Activity: 210
Merit: 104
Hello all,

I've made a patch against svn-r102 that adds three RPC methods:
ListGenerated [pendingOnly=false]
Returns a list of generated transactiosn. If pendingOnly is true, includes only accepted but not yet matured transactions.
Here's an example output:
[
    {
        "value" : 50.00000000000000,
        "maturesIn" : 0,
        "accepted" : true,
        "confirmations" : 8184,
        "genTime" : 1275586091
    },
    {
        "value" : 50.00000000000000,
        "maturesIn" : 0,
        "accepted" : true,
        "confirmations" : 7545,
        "genTime" : 1275963218
    }
]

I released a similar patch is the past, but this one is finally production-quality.

I also added two more functions:
gethps and getkhps

Those just return the hash rate and the hash rate / 1000. getkhps was also added as a key in getinfo.

Anyway, this patch can be downloaded at:
http://www.alloscomp.com/bitcoin/patches/bitcoin-svn-102-rpccalls-2010-07-14.patch

If you're using Linux x86_64, you can try out my binaries at:
http://www.alloscomp.com/bitcoin/binaries
Jump to: