Simple interface to the Bitcoind JSON-RPC API

How to use

bitclient = Bitclient::Client.new(:username => "asd", :password => "dsa")
bitclient.get_balance # => 0.0000
bitclient.get_info # => {"version": ...}