Method: Bitbank::Client#get_work
- Defined in:
- lib/bitbank/client.rb
#get_work(data = nil) ⇒ Object
If data is not specified, returns formatted hash data to work on.
If data is specified, bitcoind will try to solve the block and will return true or false indicating whether or not it was successful.
66 67 68 |
# File 'lib/bitbank/client.rb', line 66 def get_work(data=nil) request('getwork', data) end |