From c8e5a1dda59e58e6558d9b353c3f5ee74e48f320 Mon Sep 17 00:00:00 2001 From: Antti Kaipila Date: Wed, 4 Feb 2015 13:51:09 +0200 Subject: [PATCH] Update commands.js --- lib/commands.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/commands.js b/lib/commands.js index 0224d7e..8c72792 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -9,6 +9,8 @@ module.exports = { dumpPrivKey: 'dumpprivkey', dumpWallet: 'dumpwallet', // bitcoind v0.9.0+ encryptWallet: 'encryptwallet', + estimateFee: 'estimatefee', // bitcoind v0.10.0x + estimatePriority: 'estimatepriority', // bitcoind v0.10.0+ getAccount: 'getaccount', getAccountAddress: 'getaccountaddress', getAddedNodeInfo: 'getaddednodeinfo', // bitcoind v0.8.0+ @@ -20,6 +22,7 @@ module.exports = { getBlockCount: 'getblockcount', getBlockHash: 'getblockhash', getBlockTemplate: 'getblocktemplate', // bitcoind v0.7.0+ + getChainTips: 'getchaintips', // bitcoind v0.10.0+ getConnectionCount: 'getconnectioncount', getDifficulty: 'getdifficulty', getGenerate: 'getgenerate', @@ -44,6 +47,7 @@ module.exports = { getWalletInfo: 'getwalletinfo', // bitcoind v0.9.2+ getWork: 'getwork', help: 'help', + importAddress: 'importaddress', // bitcoind v0.10.0+ importPrivKey: 'importprivkey', keypoolRefill: 'keypoolrefill', keyPoolRefill: 'keypoolrefill',