<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Original_Bitcoin_client%2FAPI_calls_list</id>
	<title>Original Bitcoin client/API calls list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Original_Bitcoin_client%2FAPI_calls_list"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Original_Bitcoin_client/API_calls_list&amp;action=history"/>
	<updated>2026-05-15T09:21:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Original_Bitcoin_client/API_calls_list&amp;diff=2868&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{#seo: |title= Original Bitcoin client/API calls list - zaoniao Wiki |keywords=blockchain projects, Original Bitcoin client, API calls list, api, first bitcoin client, client...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Original_Bitcoin_client/API_calls_list&amp;diff=2868&amp;oldid=prev"/>
		<updated>2019-04-03T04:42:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{#seo: |title= Original Bitcoin client/API calls list - zaoniao Wiki |keywords=blockchain projects, Original Bitcoin client, API calls list, api, first bitcoin client, client...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#seo:&lt;br /&gt;
|title= Original Bitcoin client/API calls list - zaoniao Wiki&lt;br /&gt;
|keywords=blockchain projects, Original Bitcoin client, API calls list, api, first bitcoin client, client, bitcoin, api calls, list&lt;br /&gt;
|description=Original Bitcoin client/API calls list allows to do the listing the bitcoin addresses in your wallet easily via ''listreceivedbyaddress''. It normally lists only addresses which already have received transactions, however you can list all the addresses by setting the first argument to 0, and the second one to true.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;amp/&amp;gt;&lt;br /&gt;
[[Bitcoin]] API call list (as of version 0.8.0)&lt;br /&gt;
&lt;br /&gt;
Note: up-to-date API reference can be [https://bitcoin.org/en/developer-reference#bitcoin-core-apis found here].&lt;br /&gt;
&lt;br /&gt;
== Common operations ==&lt;br /&gt;
&lt;br /&gt;
=== Listing my bitcoin addresses ===&lt;br /&gt;
Listing the bitcoin [[address|addresses]] in your [[Bitcoin wallet|wallet]] is easily done via ''listreceivedbyaddress''. It normally lists only addresses which already have received [[transactions]], however you can list all the addresses by setting the [[first]] argument to 0, and the second one to true.&lt;br /&gt;
&lt;br /&gt;
Accounts are used to organize addresses.&lt;br /&gt;
&lt;br /&gt;
== Full list ==&lt;br /&gt;
&lt;br /&gt;
Required arguments are denoted inside &amp;lt; and &amp;gt; Optional arguments are inside [ and ].&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Command !! Parameters !! Description !! Requires unlocked wallet? (v0.4.0+)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;addmultisigaddress&amp;lt;/code&amp;gt; || &amp;lt;nrequired&amp;gt; &amp;lt;'[&amp;quot;key&amp;quot;,&amp;quot;key&amp;quot;]'&amp;gt; [account] || Add a nrequired-to-sign [[multisignature]] [[address]] to the wallet. Each key is a [[bitcoin address]] or hex-encoded public key. If [account] is specified, assign address to [account]. Returns a string containing the address. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;addnode&amp;lt;/code&amp;gt; || &amp;lt;[[node]]&amp;gt; &amp;lt;add/remove/onetry&amp;gt; || '''version 0.8''' Attempts add or remove &amp;lt;node&amp;gt; from the addnode list or try a connection to &amp;lt;node&amp;gt; once. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;backupwallet&amp;lt;/code&amp;gt; || &amp;lt;destination&amp;gt; || Safely copies wallet.dat to destination, which can be a directory or a path with filename. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;createmultisig&amp;lt;/code&amp;gt; || &amp;lt;nrequired&amp;gt; &amp;lt;'[&amp;quot;key,&amp;quot;key&amp;quot;]'&amp;gt; || Creates a multi-signature address and returns a json object ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;createrawtransaction&amp;lt;/code&amp;gt; || [{&amp;quot;txid&amp;quot;:txid,&amp;quot;vout&amp;quot;:n},...] {address:amount,...} || '''version 0.7''' Creates a [[Raw Transactions|raw transaction]] spending given inputs. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;decoderawtransaction&amp;lt;/code&amp;gt; || &amp;lt;hex string&amp;gt; || '''version 0.7''' Produces a human-readable JSON object for a [[Raw Transactions|raw transaction]]. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dumpprivkey&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; || Reveals the [[private key]] corresponding to &amp;lt;bitcoinaddress&amp;gt; || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;dumpwallet&amp;lt;/code&amp;gt; || &amp;lt;filename&amp;gt; || '''version 0.13.0''' Exports all wallet [[private keys]] to file || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;encryptwallet&amp;lt;/code&amp;gt; || &amp;lt;passphrase&amp;gt; || Encrypts the wallet with &amp;lt;passphrase&amp;gt;. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getaccount&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; || Returns the account associated with the given address. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getaccountaddress&amp;lt;/code&amp;gt; || &amp;lt;account&amp;gt; || Returns the current bitcoin address for receiving payments to this account. If &amp;lt;account&amp;gt; does not exist, it will be created along with an associated new address that will be returned. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getaddednodeinfo&amp;lt;/code&amp;gt; || &amp;lt;dns&amp;gt; [node] || '''version 0.8''' Returns information about the given added node, or all added nodes&lt;br /&gt;
(note that onetry addnodes are not listed here)&lt;br /&gt;
If dns is false, only a list of added nodes will be provided,&lt;br /&gt;
otherwise connected information will also be available.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getaddressesbyaccount&amp;lt;/code&amp;gt; || &amp;lt;account&amp;gt; || Returns the list of addresses for the given account. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getbalance&amp;lt;/code&amp;gt; || [account] [minconf=1] || If [account] is not specified, returns the server's total available balance.&amp;lt;br/&amp;gt;If [account] is specified, returns the balance in the account. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getbestblockhash&amp;lt;/code&amp;gt; || || '''version 0.9''' Returns the [[hash]] of the best (tip) [[block]] in the longest block [[chain]]. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getblock&amp;lt;/code&amp;gt; || &amp;lt;hash&amp;gt; || Returns information about the block with the given hash. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getblockcount&amp;lt;/code&amp;gt; || || Returns the number of [[blocks]] in the longest [[block chain]]. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getblockhash&amp;lt;/code&amp;gt; || &amp;lt;index&amp;gt; || Returns hash of block in best-block-chain at &amp;lt;index&amp;gt;; index 0 is the [[genesis block]] || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getblocknumber&amp;lt;/code&amp;gt; || || '''Deprecated'''. '''Removed in version 0.7'''. Use getblockcount. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getblocktemplate&amp;lt;/code&amp;gt; || [params] || Returns data needed to construct a block to work on. See [[ BIP_0022]] for more info on params.|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getconnectioncount&amp;lt;/code&amp;gt; || || Returns the number of connections to other nodes. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getdifficulty&amp;lt;/code&amp;gt; || || Returns the [[proof-of-work]] [[difficulty]] as a multiple of the minimum difficulty. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getgenerate&amp;lt;/code&amp;gt; || || Returns true or false whether [[bitcoind]] is currently generating hashes || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;gethashespersec&amp;lt;/code&amp;gt; || || Returns a recent hashes per second performance measurement while generating. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getinfo&amp;lt;/code&amp;gt; || || Returns an object containing various state info. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getmemorypool&amp;lt;/code&amp;gt; || [data] || '''Replaced in v0.7.0 with [[getblocktemplate]], submitblock, getrawmempool''' || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getmininginfo&amp;lt;/code&amp;gt; || || Returns an object containing [[mining]]-related information:&lt;br /&gt;
* blocks&lt;br /&gt;
* currentblocksize&lt;br /&gt;
* currentblocktx&lt;br /&gt;
* difficulty&lt;br /&gt;
* errors&lt;br /&gt;
* generate&lt;br /&gt;
* genproclimit&lt;br /&gt;
* hashespersec&lt;br /&gt;
* pooledtx&lt;br /&gt;
* [[testnet]]&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getnewaddress&amp;lt;/code&amp;gt; || [account] || Returns a new bitcoin address for receiving payments. If [account] is specified payments received with the address will be credited to [account]. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getpeerinfo&amp;lt;/code&amp;gt; || || '''version 0.7''' Returns data about each connected node. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getrawchangeaddress&amp;lt;/code&amp;gt; || [account]|| '''version 0.9''' Returns a new Bitcoin address, for receiving [[change]]. This is for use with [[Raw Transactions|raw transactions]], NOT normal use. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getrawmempool&amp;lt;/code&amp;gt; || || '''version 0.7''' Returns all [[transaction]] ids in [[memory pool]] || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getrawtransaction&amp;lt;/code&amp;gt; || &amp;lt;txid&amp;gt; [verbose=0] || '''version 0.7''' Returns [[Raw Transactions|raw transaction]] representation for given transaction id. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getreceivedbyaccount&amp;lt;/code&amp;gt; || [account] [minconf=1] || Returns the total amount received by addresses with [account] in transactions with at least [minconf] confirmations. If [account] not provided return will include all transactions to all accounts. (version 0.3.24) || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;getreceivedbyaddress&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; [minconf=1] || Returns the amount received by &amp;lt;bitcoinaddress&amp;gt; in transactions with at least [minconf] confirmations. It correctly handles the [[case]] where someone has sent to the address in multiple transactions. Keep in mind that addresses are only ever used for receiving transactions. Works only for addresses in the local wallet, external addresses will always show 0. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;gettransaction&amp;lt;/code&amp;gt; || &amp;lt;txid&amp;gt; || Returns an object about the given transaction containing:&lt;br /&gt;
* &amp;quot;amount&amp;quot; : total amount of the transaction&lt;br /&gt;
* &amp;quot;confirmations&amp;quot; : number of confirmations of the transaction&lt;br /&gt;
* &amp;quot;txid&amp;quot; : the transaction ID&lt;br /&gt;
* &amp;quot;time&amp;quot; : time associated with the transaction&amp;lt;ref&amp;gt;From [[block timestamp]], unless transaction was already in memory pool then the local time when the [[client]] added the transaction to its memory pool&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* &amp;quot;details&amp;quot; - An array of objects containing:&lt;br /&gt;
** &amp;quot;account&amp;quot;&lt;br /&gt;
** &amp;quot;address&amp;quot;&lt;br /&gt;
** &amp;quot;category&amp;quot;&lt;br /&gt;
** &amp;quot;amount&amp;quot;&lt;br /&gt;
** &amp;quot;fee&amp;quot;&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;gettxout&amp;lt;/code&amp;gt; || &amp;lt;txid&amp;gt; &amp;lt;n&amp;gt; [includemempool=true] || Returns details about an unspent transaction output (UTXO) || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;gettxoutsetinfo&amp;lt;/code&amp;gt; || || Returns statistics about the unspent transaction output (UTXO) set || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;[[getwork]]&amp;lt;/code&amp;gt; || [data] || If [data] is not specified, returns formatted hash data to work on:&lt;br /&gt;
* &amp;quot;midstate&amp;quot; : precomputed hash state after hashing the first half of the data&lt;br /&gt;
* &amp;quot;data&amp;quot; : block data&lt;br /&gt;
* &amp;quot;hash1&amp;quot; : formatted hash buffer for second hash&lt;br /&gt;
* &amp;quot;[[target]]&amp;quot; : little endian hash target&lt;br /&gt;
If [data] is specified, tries to solve the block and returns true if it was successful. &lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;help&amp;lt;/code&amp;gt; || [command] || List commands, or get help for a command. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;importprivkey&amp;lt;/code&amp;gt; || &amp;lt;bitcoinprivkey&amp;gt; [label] [rescan=true]|| Adds a private key (as returned by dumpprivkey) to your wallet. This may take a while, as a [[How_to_import_private_keys#Import_Private_key.28s.29|rescan]] is done, looking for existing transactions. '''Optional [rescan] parameter added in 0.8.0.''' Note: There's no need to import public key, as in [[Elliptic_Curve_Digital_Signature_Algorithm|ECDSA]] (unlike RSA) this can be computed from private key. || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;invalidateblock&amp;lt;/code&amp;gt; || &amp;lt;hash&amp;gt; || Permanently marks a block as invalid, as if it violated a [[consensus]] rule.|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;keypoolrefill&amp;lt;/code&amp;gt; || || Fills the keypool, requires wallet passphrase to be set. || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listaccounts&amp;lt;/code&amp;gt; || [minconf=1] || Returns Object that has account names as keys, account balances as values. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listaddressgroupings&amp;lt;/code&amp;gt; || || '''version 0.7''' Returns all addresses in the wallet and info used for coincontrol. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listreceivedbyaccount&amp;lt;/code&amp;gt; || [minconf=1] [includeempty=false] || Returns an array of objects containing:&lt;br /&gt;
* &amp;quot;account&amp;quot; : the account of the receiving addresses&lt;br /&gt;
* &amp;quot;amount&amp;quot; : total amount received by addresses with this account&lt;br /&gt;
* &amp;quot;confirmations&amp;quot; : number of confirmations of the most recent transaction included&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listreceivedbyaddress&amp;lt;/code&amp;gt; || [minconf=1] [includeempty=false] || Returns an array of objects containing:&lt;br /&gt;
* &amp;quot;address&amp;quot; : receiving address&lt;br /&gt;
* &amp;quot;account&amp;quot; : the account of the receiving address&lt;br /&gt;
* &amp;quot;amount&amp;quot; : total amount received by the address&lt;br /&gt;
* &amp;quot;confirmations&amp;quot; : number of confirmations of the most recent transaction included&lt;br /&gt;
To get a list of accounts on the system, execute bitcoind listreceivedbyaddress 0 true&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listsinceblock&amp;lt;/code&amp;gt; || [blockhash] [target-confirmations] || Get all transactions in blocks since block [blockhash], or all transactions if omitted. [target-confirmations] intentionally '''does not''' affect the list of returned transactions, but only affects the returned &amp;quot;lastblock&amp;quot; value.[https://github.com/bitcoin/bitcoin/pull/199#issuecomment-1514952] || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listtransactions&amp;lt;/code&amp;gt; || [account] [count=10] [from=0] || Returns up to [count] most recent transactions skipping the first [from] transactions for account [account]. If [account] not provided it'll return recent transactions from all accounts.&lt;br /&gt;
|| N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listunspent&amp;lt;/code&amp;gt; || [minconf=1] [maxconf=999999] || '''version 0.7''' Returns array of unspent transaction inputs in the wallet. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;listlockunspent&amp;lt;/code&amp;gt; || || '''version 0.8''' Returns list of temporarily unspendable outputs&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;lockunspent&amp;lt;/code&amp;gt; || &amp;lt;unlock?&amp;gt; [array-of-objects] || '''version 0.8''' Updates list of temporarily unspendable outputs&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;move&amp;lt;/code&amp;gt; || &amp;lt;fromaccount&amp;gt; &amp;lt;toaccount&amp;gt; &amp;lt;amount&amp;gt; [minconf=1] [comment] || Move from one account in your wallet to another || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;sendfrom&amp;lt;/code&amp;gt; || &amp;lt;fromaccount&amp;gt; &amp;lt;tobitcoinaddress&amp;gt; &amp;lt;amount&amp;gt; [minconf=1] [comment] [comment-to] || &amp;lt;amount&amp;gt; is a [[REAL|real]] and is rounded to 8 decimal places. Will send the given amount to the given address, ensuring the account has a valid balance using [minconf] confirmations. Returns the transaction ID if successful (not in JSON object). || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;sendmany&amp;lt;/code&amp;gt; || &amp;lt;fromaccount&amp;gt; {address:amount,...} [minconf=1] [comment] || amounts are double-precision floating point numbers || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;sendrawtransaction&amp;lt;/code&amp;gt; || &amp;lt;hexstring&amp;gt; || '''version 0.7''' Submits [[Raw Transactions|raw transaction]] (serialized, hex-encoded) to local node and [[network]]. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;sendtoaddress&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;amount&amp;gt; [comment] [comment-to] || &amp;lt;amount&amp;gt; is a real and is rounded to 8 decimal places. Returns the transaction ID &amp;lt;txid&amp;gt; if successful. || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;setaccount&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;account&amp;gt; || Sets the account associated with the given address. Assigning address that is already assigned to the same account will create a new address associated with that account. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;setgenerate&amp;lt;/code&amp;gt; || &amp;lt;generate&amp;gt; [genproclimit] || &amp;lt;generate&amp;gt; is true or false to turn generation on or off.&amp;lt;br/&amp;gt;Generation is limited to [genproclimit] processors, -1 is unlimited. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;settxfee&amp;lt;/code&amp;gt; || &amp;lt;amount&amp;gt; || &amp;lt;amount&amp;gt; is a real and is rounded to the nearest 0.00000001 || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;signmessage&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;message&amp;gt; || Sign a message with the private key of an address. || Y&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;signrawtransaction&amp;lt;/code&amp;gt; || &amp;lt;hexstring&amp;gt; [{&amp;quot;txid&amp;quot;:txid,&amp;quot;vout&amp;quot;:n,&amp;quot;scriptPubKey&amp;quot;:hex},...] [&amp;lt;privatekey1&amp;gt;,...] || '''version 0.7''' Adds signatures to a [[Raw Transactions|raw transaction]] and returns the resulting raw transaction. || Y/N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;stop&amp;lt;/code&amp;gt; || || Stop [[Bitcoin Server|bitcoin server]]. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;submitblock&amp;lt;/code&amp;gt; || &amp;lt;hex data&amp;gt; [optional-params-obj] || Attempts to submit new block to network. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;validateaddress&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; || Return information about &amp;lt;bitcoinaddress&amp;gt;. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;verifymessage&amp;lt;/code&amp;gt; || &amp;lt;bitcoinaddress&amp;gt; &amp;lt;signature&amp;gt; &amp;lt;message&amp;gt; || Verify a signed message. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;walletlock&amp;lt;/code&amp;gt; || || Removes the [[wallet encryption]] key from memory, locking the wallet. After calling this method, you will need to call walletpassphrase again before being able to call any methods which require the wallet to be unlocked. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;walletpassphrase&amp;lt;/code&amp;gt; || &amp;lt;passphrase&amp;gt; &amp;lt;timeout&amp;gt; || Stores the wallet decryption key in memory for &amp;lt;timeout&amp;gt; seconds. || N&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;walletpassphrasechange&amp;lt;/code&amp;gt; || &amp;lt;oldpassphrase&amp;gt; &amp;lt;newpassphrase&amp;gt; || Changes the wallet passphrase from &amp;lt;oldpassphrase&amp;gt; to &amp;lt;newpassphrase&amp;gt;. || N&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Error Codes==&lt;br /&gt;
See [https://github.com/bitcoin/bitcoin/blob/62f2d769e45043c1f262ed45babb70fe237ad2bb/src/rpc/protocol.h#L30 rpcprotocol.h] for the list of error codes and their meanings.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
* [https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Original Bitcoin client]]&lt;br /&gt;
* [[Running Bitcoin]]&lt;br /&gt;
* [[Protocol specification]]&lt;br /&gt;
* [[API reference (JSON-RPC)]]&lt;br /&gt;
* [[Lazy_API]]&lt;br /&gt;
* [[Elis-API]] - A more detailed version of this page - for [[developers]]!&lt;br /&gt;
* [http://code.gogulski.com/bitcoin-php/class_bitcoin_client.html PHP BitcoinClient Class Reference]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Bitcoin Core documentation}}&lt;br /&gt;
[[Category:Bitcoin Core documentation]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>