Sha256: 4dffbc1120c5345f2ddc0b5576e1b33745a049f48ce8acd0db2ed107eb794934
Contents?: true
Size: 878 Bytes
Versions: 1
Compression:
Stored size: 878 Bytes
Contents
Feature: satoshi-wallet show-addresses In order to enable easily transitioning from the Satoshi Client As a Bitcoin owner I want to inspect the contents of my Satoshi Wallet Scenario: Viewing all addresses # addressbook_wallet.dat is a wallet with some known addresses but no transactions Given a new Satoshi Wallet "addressbook_wallet.dat" When I successfully run `rbcoin satoshi-wallet show-addresses addressbook_wallet.dat` # I don't know what drives the address book order yet - I think it's the address itself Then the output should contain: """ # All addresses in addressbook_wallet.dat 13f2t2WKnCZh1rZbDhdUKB6fY1rZNWZVzd Receiving address 2 14Z1mazY4HfysZyMaKudFr63EwHqQT2njz Bitcoin Monitor 16kzGRdP8LToECecna3EynghiApUM9duLw Receiving address 1 1Nqr3MqVyUp6k3o3QPePAdn4Yg4tzgB9kw Bitcoincharts """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitcoin-0.1.2 | ./features/descriptions/satoshi_wallet/show_addresses.feature |