bitcoin-ruby-wallet
bitcoin-ruby-wallet copied to clipboard
simple wallet based on bitcoin-ruby, bitcoin-ruby-blockchain and bitcoin-ruby-node
``` ➜ bitcoin-ruby-wallet git:(master) ✗ ruby bin/bitcoin_wallet /Users/glaksmono/.rvm/gems/ruby-2.4.2/bundler/gems/bitcoin-ruby-9eeccd7af0e0/lib/bitcoin/logger.rb:8: warning: constant ::Fixnum is deprecated bin/bitcoin_wallet:22:in `': uninitialized constant Bitcoin::Config (NameError) Did you mean? RbConfig ``` Thoughts?
The wallet should be reworked to interact with the storage differently. Currently, it relies on having access to the whole blockchain, when it could just receive notifications about relevant transactions,...