scottlingran / bitcoind-ruby

Provides a Ruby library to the complete Bitcoin JSON-RPC API. Implements all methods listed at https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin-Client fork

Changed namespacing from Bitcoin to Bitcoind

api = Bitcoind::API.new("user", "pass")
api.request("getinfo")

About

Provides a Ruby library to the complete Bitcoin JSON-RPC API. Implements all methods listed at https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list .


Languages

Language:Ruby 100.0%