mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
564 B
564 B
Updated RPCs
getmininginfonow returnsnBitsand the current target in thetargetfield. It also returns anextobject which specifies theheight,nBits,difficulty, andtargetfor the next block.getblockandgetblockheadernow return the current target in thetargetfieldgetblockchaininfoandgetchainstatesnow returnnBitsand the current target in thetargetfield
REST interface
GET /rest/block/<BLOCK-HASH>.jsonandGET /rest/headers/<BLOCK-HASH>.jsonnow return the current target in thetargetfield