Bitcoin Forum
May 05, 2024, 08:18:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Where I can find updated bitcoind API ?  (Read 247 times)
Uniex (OP)
Jr. Member
*
Offline Offline

Activity: 115
Merit: 2


View Profile
November 14, 2017, 07:51:50 PM
 #1

Hi all!

For a long time I am using this API https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
to build own bitcoin related applications.

I know that in new version of bitcoin were implemented many new
functions - where I can find updated API list and explanation for it ?
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714897111
Hero Member
*
Offline Offline

Posts: 1714897111

View Profile Personal Message (Offline)

Ignore
1714897111
Reply with quote  #2

1714897111
Report to moderator
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
November 14, 2017, 10:06:14 PM
 #2

Use the help command (e.g. bitcoin-cli help)

That will list each of the available RPC commands. You can then do help <command name> to get the help for each command. That will explain what the command does and what the arguments are.

Uniex (OP)
Jr. Member
*
Offline Offline

Activity: 115
Merit: 2


View Profile
November 15, 2017, 09:06:59 AM
 #3

Use the help command (e.g. bitcoin-cli help)

That will list each of the available RPC commands. You can then do help <command name> to get the help for each command. That will explain what the command does and what the arguments are.

Thanks! That's what I needed  Smiley
Pages: [1]
  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!