Bitcoin Forum
May 21, 2024, 02:42:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: btcrpcclient: a Websocket-enabled Bitcoin JSON-RPC client package for Go  (Read 1317 times)
davec (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
May 12, 2014, 04:59:32 PM
 #1

See https://blog.conformal.com/btcrpcclient-bitcoin-rpc-made-easy/ for the full blog, but I've syndicated the major points here.

Major Features of the btcrpcclient Package:

  • Supports Websockets (btcd and btcwallet) and HTTP POST mode (Bitcoin Core)
  • Provides callback and registration functions for btcd and btcwallet notifications
  • Supports btcd and btcwallet extensions
  • Translates to and from high-level statically-typed Go types
  • Offers a synchronous (blocking) and asynchronous (non-blocking) API
  • When running in Websockets mode (the default):
    • Provides automatic reconnect handling (can be disabled if desired)
    • Outstanding commands are automatically reissued on reconnect
    • Registered notifications are automatically re-registered on reconnect
    • Back-off support on reconnect attempts

q119108
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 15, 2014, 04:10:15 PM
 #2

This blog describes in great detail.

Chillance
Sr. Member
****
Offline Offline

Activity: 310
Merit: 250


View Profile
July 09, 2014, 02:48:16 PM
 #3

This is sweet! Using it myself! However, is it just me or is "move" missing? How do I move bitcoins between accounts?
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!