README.md in bit_wallet-0.6.1 vs README.md in bit_wallet-0.7.0

- old
+ new

@@ -17,11 +17,11 @@ $ gem install bit_wallet ## Usage wallet = BitWallet.new(:username => 'username', :password => 'password') - # You can also pass :port and :host + # You can also pass :port, :host, :ssl (Boolean) wallet.accounts.with_balance # returns array of the accounts with balance > 0 account = wallet.accounts.new('account name') account.addresses.count # 1, as it already comes with an address account.balance # returns the balance of the account @@ -54,10 +54,14 @@ - You must set up bitcoind, and it must be in the executable path. See README.txt in `spec/testnet` as to what version to install. ## Contributing +I suggest you do your development in this [Vagrant box](https://github.com/ramontayag/ruby-bitcoin-box). I use it for my development. + 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request + +If you find this useful, consider sharing some BTC love: `1PwQWijmJ39hWXk9X3CdAhEdExdkANEAPk`