Bitcoin Forum

Bitcoin => Project Development => Topic started by: yourstruly on March 30, 2013, 10:27:33 AM



Title: Ruby-wallet - Robust ruby client for bitcoind
Post by: yourstruly on March 30, 2013, 10:27:33 AM
Hello fellow ruby developers interested in bitcoins. I have been working on a ruby gem for interacting with the bitcoind json RPC.

Ruby-wallet was originally based on a combination the existing projects ‘bitcoin-client’ created by sinisterchimpmunk and ‘bit_wallet’ created by ramontayag.But it has come along way beyond that, many bug fixes and other additional features.

I plan on using it as the base for an open-source spree bitcoin gem.

https://github.com/ruby-wallet/ruby-wallet

Please try it out, request features and report bugs.


Title: Re: Ruby-wallet - Robust ruby client for bitcoind
Post by: donschoe on January 05, 2014, 01:28:57 PM
Hi,

is it possible to read wallet.dat files directly in ruby?
I'm looking for a solution to extract used public keys of a wallet.dat file.

Cheers
donSchoe