--- !ruby/object:Gem::Specification name: bitcoin-ruby version: !ruby/object:Gem::Version version: 0.0.2 prerelease: platform: ruby authors: - lian autorequire: bindir: bin cert_chain: [] date: 2013-11-04 00:00:00.000000000 Z dependencies: [] description: This is a ruby library for interacting with the bitcoin protocol/network email: - meta.rb@gmail.com executables: - bitcoin_dns_seed - bitcoin_gui - bitcoin_node - bitcoin_shell - bitcoin_wallet extensions: [] extra_rdoc_files: [] files: - .gitignore - COPYING - Gemfile - README.rdoc - Rakefile - bin/bitcoin_dns_seed - bin/bitcoin_gui - bin/bitcoin_node - bin/bitcoin_shell - bin/bitcoin_wallet - bitcoin-ruby.gemspec - concept-examples/blockchain-pow.rb - doc/CONFIG.rdoc - doc/EXAMPLES.rdoc - doc/NAMECOIN.rdoc - doc/NODE.rdoc - doc/STORAGE.rdoc - doc/WALLET.rdoc - examples/balance.rb - examples/bbe_verify_tx.rb - examples/connect.rb - examples/forwarder.rb - examples/generate_tx.rb - examples/relay_tx.rb - examples/simple_network_monitor_and_util.rb - examples/verify_tx.rb - lib/bitcoin.rb - lib/bitcoin/builder.rb - lib/bitcoin/config.rb - lib/bitcoin/connection.rb - lib/bitcoin/electrum/mnemonic.rb - lib/bitcoin/ffi/openssl.rb - lib/bitcoin/gui/addr_view.rb - lib/bitcoin/gui/bitcoin-ruby.png - lib/bitcoin/gui/bitcoin-ruby.svg - lib/bitcoin/gui/conn_view.rb - lib/bitcoin/gui/connection.rb - lib/bitcoin/gui/em_gtk.rb - lib/bitcoin/gui/gui.builder - lib/bitcoin/gui/gui.rb - lib/bitcoin/gui/helpers.rb - lib/bitcoin/gui/tree_view.rb - lib/bitcoin/gui/tx_view.rb - lib/bitcoin/key.rb - lib/bitcoin/litecoin.rb - lib/bitcoin/logger.rb - lib/bitcoin/namecoin.rb - lib/bitcoin/network/command_client.rb - lib/bitcoin/network/command_handler.rb - lib/bitcoin/network/connection_handler.rb - lib/bitcoin/network/node.rb - lib/bitcoin/protocol.rb - lib/bitcoin/protocol/address.rb - lib/bitcoin/protocol/alert.rb - lib/bitcoin/protocol/aux_pow.rb - lib/bitcoin/protocol/block.rb - lib/bitcoin/protocol/handler.rb - lib/bitcoin/protocol/parser.rb - lib/bitcoin/protocol/tx.rb - lib/bitcoin/protocol/txin.rb - lib/bitcoin/protocol/txout.rb - lib/bitcoin/protocol/version.rb - lib/bitcoin/script.rb - lib/bitcoin/storage/dummy/dummy_store.rb - lib/bitcoin/storage/models.rb - lib/bitcoin/storage/sequel/migrations.rb - lib/bitcoin/storage/sequel/migrations/001_base_schema.rb - lib/bitcoin/storage/sequel/migrations/002_tx.rb - lib/bitcoin/storage/sequel/migrations/003_change_txin_script_sig_to_blob.rb - lib/bitcoin/storage/sequel/sequel_store.rb - lib/bitcoin/storage/storage.rb - lib/bitcoin/storage/utxo/migrations/001_base_schema.rb - lib/bitcoin/storage/utxo/migrations/002_utxo.rb - lib/bitcoin/storage/utxo/utxo_store.rb - lib/bitcoin/validation.rb - lib/bitcoin/version.rb - lib/bitcoin/wallet/coinselector.rb - lib/bitcoin/wallet/keygenerator.rb - lib/bitcoin/wallet/keystore.rb - lib/bitcoin/wallet/txdp.rb - lib/bitcoin/wallet/wallet.rb - spec/bitcoin/bitcoin_spec.rb - spec/bitcoin/builder_spec.rb - spec/bitcoin/fixtures/000000000000056b1a3d84a1e2b33cde8915a4b61c0cae14fca6d3e1490b4f98.json - spec/bitcoin/fixtures/03d7e1fa4d5fefa169431f24f7798552861b255cd55d377066fedcd088fb0e99.json - spec/bitcoin/fixtures/0961c660358478829505e16a1f028757e54b5bbf9758341a7546573738f31429.json - spec/bitcoin/fixtures/0f24294a1d23efbb49c1765cf443fba7930702752aba6d765870082fe4f13cae.json - spec/bitcoin/fixtures/23b397edccd3740a74adb603c9756370fafcde9bcc4483eb271ecad09a94dd63.json - spec/bitcoin/fixtures/315ac7d4c26d69668129cc352851d9389b4a6868f1509c6c8b66bead11e2619f.json - spec/bitcoin/fixtures/35e2001b428891fefa0bfb73167c7360669d3cbd7b3aa78e7cad125ddfc51131.json - spec/bitcoin/fixtures/3a17dace09ffb919ed627a93f1873220f4c975c1248558b18d16bce25d38c4b7.json - spec/bitcoin/fixtures/3e58b7eed0fdb599019af08578effea25c8666bbe8e200845453cacce6314477.json - spec/bitcoin/fixtures/514c46f0b61714092f15c8dfcb576c9f79b3f959989b98de3944b19d98832b58.json - spec/bitcoin/fixtures/51bf528ecf3c161e7c021224197dbe84f9a8564212f6207baa014c01a1668e1e.json - spec/bitcoin/fixtures/60a20bd93aa49ab4b28d514ec10b06e1829ce6818ec06cd3aabd013ebcdc4bb1.json - spec/bitcoin/fixtures/69216b8aaa35b76d6613e5f527f4858640d986e1046238583bdad79b35e938dc.json - spec/bitcoin/fixtures/7208e5edf525f04e705fb3390194e316205b8f995c8c9fcd8c6093abe04fa27d.json - spec/bitcoin/fixtures/761d8c5210fdfd505f6dff38f740ae3728eb93d7d0971fb433f685d40a4c04f6.json - spec/bitcoin/fixtures/aea682d68a3ea5e3583e088dcbd699a5d44d4b083f02ad0aaf2598fe1fa4dfd4.json - spec/bitcoin/fixtures/bc179baab547b7d7c1d5d8d6f8b0cc6318eaa4b0dd0a093ad6ac7f5a1cb6b3ba.json - spec/bitcoin/fixtures/bd1715f1abfdc62bea3f605bdb461b3ba1f2cca6ec0d73a18a548b7717ca8531.json - spec/bitcoin/fixtures/block-testnet-0000000000ac85bb2530a05a4214a387e6be02b22d3348abc5e7a5d9c4ce8dab.bin - spec/bitcoin/fixtures/cd874fa8cb0e2ec2d385735d5e1fd482c4fe648533efb4c50ee53bda58e15ae2.json - spec/bitcoin/fixtures/ce5fad9b4ef094d8f4937b0707edaf0a6e6ceeaf67d5edbfd51f660eac8f398b.json - spec/bitcoin/fixtures/f003f0c1193019db2497a675fd05d9f2edddf9b67c59e677c48d3dbd4ed5f00b.json - spec/bitcoin/fixtures/freicoin-block-000000005d231b285e63af83edae2d8f5e50e70d396468643092b9239fd3be3c.bin - spec/bitcoin/fixtures/freicoin-block-000000005d231b285e63af83edae2d8f5e50e70d396468643092b9239fd3be3c.json - spec/bitcoin/fixtures/freicoin-genesis-block-000000005b1e3d23ecfd2dd4a6e1a35238aa0392c0a8528c40df52376d7efe2c.bin - spec/bitcoin/fixtures/freicoin-genesis-block-000000005b1e3d23ecfd2dd4a6e1a35238aa0392c0a8528c40df52376d7efe2c.json - spec/bitcoin/fixtures/litecoin-block-80ca095ed10b02e53d769eb6eaf92cd04e9e0759e5be4a8477b42911ba49c78f.bin - spec/bitcoin/fixtures/litecoin-block-80ca095ed10b02e53d769eb6eaf92cd04e9e0759e5be4a8477b42911ba49c78f.json - spec/bitcoin/fixtures/litecoin-genesis-block-12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2.bin - spec/bitcoin/fixtures/litecoin-genesis-block-12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2.json - spec/bitcoin/fixtures/rawblock-0.bin - spec/bitcoin/fixtures/rawblock-0.json - spec/bitcoin/fixtures/rawblock-1.bin - spec/bitcoin/fixtures/rawblock-1.json - spec/bitcoin/fixtures/rawblock-131025.bin - spec/bitcoin/fixtures/rawblock-131025.json - spec/bitcoin/fixtures/rawblock-170.bin - spec/bitcoin/fixtures/rawblock-170.json - spec/bitcoin/fixtures/rawblock-9.bin - spec/bitcoin/fixtures/rawblock-9.json - spec/bitcoin/fixtures/rawblock-auxpow.bin - spec/bitcoin/fixtures/rawblock-testnet-26478.bin - spec/bitcoin/fixtures/rawblock-testnet-26478.json - spec/bitcoin/fixtures/rawtx-01.bin - spec/bitcoin/fixtures/rawtx-01.json - spec/bitcoin/fixtures/rawtx-02.bin - spec/bitcoin/fixtures/rawtx-02.json - spec/bitcoin/fixtures/rawtx-03.bin - spec/bitcoin/fixtures/rawtx-03.json - spec/bitcoin/fixtures/rawtx-04.json - spec/bitcoin/fixtures/rawtx-0437cd7f8525ceed2324359c2d0ba26006d92d856a9c20fa0241106ee5a597c9.bin - spec/bitcoin/fixtures/rawtx-05.json - spec/bitcoin/fixtures/rawtx-14be6fff8c6014f7c9493b4a6e4a741699173f39d74431b6b844fcb41ebb9984.bin - spec/bitcoin/fixtures/rawtx-2f4a2717ec8c9f077a87dde6cbe0274d5238793a3f3f492b63c744837285e58a.bin - spec/bitcoin/fixtures/rawtx-2f4a2717ec8c9f077a87dde6cbe0274d5238793a3f3f492b63c744837285e58a.json - spec/bitcoin/fixtures/rawtx-406b2b06bcd34d3c8733e6b79f7a394c8a431fbf4ff5ac705c93f4076bb77602.json - spec/bitcoin/fixtures/rawtx-52250a162c7d03d2e1fbc5ebd1801a88612463314b55102171c5b5d817d2d7b2.bin - spec/bitcoin/fixtures/rawtx-b5d4e8883533f99e5903ea2cf001a133a322fa6b1370b18a16c57c946a40823d.bin - spec/bitcoin/fixtures/rawtx-ba1ff5cd66713133c062a871a8adab92416f1e38d17786b2bf56ac5f6ffdfdf5.json - spec/bitcoin/fixtures/rawtx-c99c49da4c38af669dea436d3e73780dfdb6c1ecf9958baa52960e8baee30e73.json - spec/bitcoin/fixtures/rawtx-de35d060663750b3975b7997bde7fb76307cec5b270d12fcd9c4ad98b279c28c.json - spec/bitcoin/fixtures/rawtx-f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16.bin - spec/bitcoin/fixtures/rawtx-testnet-a220adf1902c46a39db25a24bc4178b6a88440f977a7e2cabfdd8b5c1dd35cfb.json - spec/bitcoin/fixtures/rawtx-testnet-e232e0055dbdca88bbaa79458683195a0b7c17c5b6c524a8d146721d4d4d652f.bin - spec/bitcoin/fixtures/rawtx-testnet-e232e0055dbdca88bbaa79458683195a0b7c17c5b6c524a8d146721d4d4d652f.json - spec/bitcoin/fixtures/reorg/blk_0_to_4.dat - spec/bitcoin/fixtures/reorg/blk_3A.dat - spec/bitcoin/fixtures/reorg/blk_4A.dat - spec/bitcoin/fixtures/reorg/blk_5A.dat - spec/bitcoin/fixtures/testnet/block_0.bin - spec/bitcoin/fixtures/testnet/block_1.bin - spec/bitcoin/fixtures/testnet/block_2.bin - spec/bitcoin/fixtures/testnet/block_3.bin - spec/bitcoin/fixtures/testnet/block_4.bin - spec/bitcoin/fixtures/testnet/block_5.bin - spec/bitcoin/fixtures/tx-313897799b1e37e9ecae15010e56156dddde4e683c96b0e713af95272c38aee0.json - spec/bitcoin/fixtures/tx-3da75972766f0ad13319b0b461fd16823a731e44f6e9de4eb3c52d6a6fb6c8ae.json - spec/bitcoin/fixtures/tx-44b833074e671120ba33106877b49e86ece510824b9af477a3853972bcd8d06a.json - spec/bitcoin/fixtures/tx-d3d77d63709e47d9ef58f0b557800115a6b676c6a423012fbb96f45d8fcef830.json - spec/bitcoin/fixtures/txdp-1.txt - spec/bitcoin/fixtures/txdp-2-signed.txt - spec/bitcoin/fixtures/txdp-2-unsigned.txt - spec/bitcoin/key_spec.rb - spec/bitcoin/namecoin_spec.rb - spec/bitcoin/network_spec.rb - spec/bitcoin/node/command_api_spec.rb - spec/bitcoin/protocol/addr_spec.rb - spec/bitcoin/protocol/alert_spec.rb - spec/bitcoin/protocol/aux_pow_spec.rb - spec/bitcoin/protocol/block_spec.rb - spec/bitcoin/protocol/getblocks_spec.rb - spec/bitcoin/protocol/inv_spec.rb - spec/bitcoin/protocol/notfound_spec.rb - spec/bitcoin/protocol/ping_spec.rb - spec/bitcoin/protocol/tx_spec.rb - spec/bitcoin/protocol/version_spec.rb - spec/bitcoin/script/opcodes_spec.rb - spec/bitcoin/script/script_spec.rb - spec/bitcoin/spec_helper.rb - spec/bitcoin/storage/reorg_spec.rb - spec/bitcoin/storage/storage_spec.rb - spec/bitcoin/storage/validation_spec.rb - spec/bitcoin/wallet/coinselector_spec.rb - spec/bitcoin/wallet/keygenerator_spec.rb - spec/bitcoin/wallet/keystore_spec.rb - spec/bitcoin/wallet/txdp_spec.rb - spec/bitcoin/wallet/wallet_spec.rb homepage: https://github.com/lian/bitcoin-ruby licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: bitcoin-ruby rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: bitcoin utils and protocol in ruby test_files: - spec/bitcoin/bitcoin_spec.rb - spec/bitcoin/builder_spec.rb - spec/bitcoin/fixtures/000000000000056b1a3d84a1e2b33cde8915a4b61c0cae14fca6d3e1490b4f98.json - spec/bitcoin/fixtures/03d7e1fa4d5fefa169431f24f7798552861b255cd55d377066fedcd088fb0e99.json - spec/bitcoin/fixtures/0961c660358478829505e16a1f028757e54b5bbf9758341a7546573738f31429.json - spec/bitcoin/fixtures/0f24294a1d23efbb49c1765cf443fba7930702752aba6d765870082fe4f13cae.json - spec/bitcoin/fixtures/23b397edccd3740a74adb603c9756370fafcde9bcc4483eb271ecad09a94dd63.json - spec/bitcoin/fixtures/315ac7d4c26d69668129cc352851d9389b4a6868f1509c6c8b66bead11e2619f.json - spec/bitcoin/fixtures/35e2001b428891fefa0bfb73167c7360669d3cbd7b3aa78e7cad125ddfc51131.json - spec/bitcoin/fixtures/3a17dace09ffb919ed627a93f1873220f4c975c1248558b18d16bce25d38c4b7.json - spec/bitcoin/fixtures/3e58b7eed0fdb599019af08578effea25c8666bbe8e200845453cacce6314477.json - spec/bitcoin/fixtures/514c46f0b61714092f15c8dfcb576c9f79b3f959989b98de3944b19d98832b58.json - spec/bitcoin/fixtures/51bf528ecf3c161e7c021224197dbe84f9a8564212f6207baa014c01a1668e1e.json - spec/bitcoin/fixtures/60a20bd93aa49ab4b28d514ec10b06e1829ce6818ec06cd3aabd013ebcdc4bb1.json - spec/bitcoin/fixtures/69216b8aaa35b76d6613e5f527f4858640d986e1046238583bdad79b35e938dc.json - spec/bitcoin/fixtures/7208e5edf525f04e705fb3390194e316205b8f995c8c9fcd8c6093abe04fa27d.json - spec/bitcoin/fixtures/761d8c5210fdfd505f6dff38f740ae3728eb93d7d0971fb433f685d40a4c04f6.json - spec/bitcoin/fixtures/aea682d68a3ea5e3583e088dcbd699a5d44d4b083f02ad0aaf2598fe1fa4dfd4.json - spec/bitcoin/fixtures/bc179baab547b7d7c1d5d8d6f8b0cc6318eaa4b0dd0a093ad6ac7f5a1cb6b3ba.json - spec/bitcoin/fixtures/bd1715f1abfdc62bea3f605bdb461b3ba1f2cca6ec0d73a18a548b7717ca8531.json - spec/bitcoin/fixtures/block-testnet-0000000000ac85bb2530a05a4214a387e6be02b22d3348abc5e7a5d9c4ce8dab.bin - spec/bitcoin/fixtures/cd874fa8cb0e2ec2d385735d5e1fd482c4fe648533efb4c50ee53bda58e15ae2.json - spec/bitcoin/fixtures/ce5fad9b4ef094d8f4937b0707edaf0a6e6ceeaf67d5edbfd51f660eac8f398b.json - spec/bitcoin/fixtures/f003f0c1193019db2497a675fd05d9f2edddf9b67c59e677c48d3dbd4ed5f00b.json - spec/bitcoin/fixtures/freicoin-block-000000005d231b285e63af83edae2d8f5e50e70d396468643092b9239fd3be3c.bin - spec/bitcoin/fixtures/freicoin-block-000000005d231b285e63af83edae2d8f5e50e70d396468643092b9239fd3be3c.json - spec/bitcoin/fixtures/freicoin-genesis-block-000000005b1e3d23ecfd2dd4a6e1a35238aa0392c0a8528c40df52376d7efe2c.bin - spec/bitcoin/fixtures/freicoin-genesis-block-000000005b1e3d23ecfd2dd4a6e1a35238aa0392c0a8528c40df52376d7efe2c.json - spec/bitcoin/fixtures/litecoin-block-80ca095ed10b02e53d769eb6eaf92cd04e9e0759e5be4a8477b42911ba49c78f.bin - spec/bitcoin/fixtures/litecoin-block-80ca095ed10b02e53d769eb6eaf92cd04e9e0759e5be4a8477b42911ba49c78f.json - spec/bitcoin/fixtures/litecoin-genesis-block-12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2.bin - spec/bitcoin/fixtures/litecoin-genesis-block-12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2.json - spec/bitcoin/fixtures/rawblock-0.bin - spec/bitcoin/fixtures/rawblock-0.json - spec/bitcoin/fixtures/rawblock-1.bin - spec/bitcoin/fixtures/rawblock-1.json - spec/bitcoin/fixtures/rawblock-131025.bin - spec/bitcoin/fixtures/rawblock-131025.json - spec/bitcoin/fixtures/rawblock-170.bin - spec/bitcoin/fixtures/rawblock-170.json - spec/bitcoin/fixtures/rawblock-9.bin - spec/bitcoin/fixtures/rawblock-9.json - spec/bitcoin/fixtures/rawblock-auxpow.bin - spec/bitcoin/fixtures/rawblock-testnet-26478.bin - spec/bitcoin/fixtures/rawblock-testnet-26478.json - spec/bitcoin/fixtures/rawtx-01.bin - spec/bitcoin/fixtures/rawtx-01.json - spec/bitcoin/fixtures/rawtx-02.bin - spec/bitcoin/fixtures/rawtx-02.json - spec/bitcoin/fixtures/rawtx-03.bin - spec/bitcoin/fixtures/rawtx-03.json - spec/bitcoin/fixtures/rawtx-04.json - spec/bitcoin/fixtures/rawtx-0437cd7f8525ceed2324359c2d0ba26006d92d856a9c20fa0241106ee5a597c9.bin - spec/bitcoin/fixtures/rawtx-05.json - spec/bitcoin/fixtures/rawtx-14be6fff8c6014f7c9493b4a6e4a741699173f39d74431b6b844fcb41ebb9984.bin - spec/bitcoin/fixtures/rawtx-2f4a2717ec8c9f077a87dde6cbe0274d5238793a3f3f492b63c744837285e58a.bin - spec/bitcoin/fixtures/rawtx-2f4a2717ec8c9f077a87dde6cbe0274d5238793a3f3f492b63c744837285e58a.json - spec/bitcoin/fixtures/rawtx-406b2b06bcd34d3c8733e6b79f7a394c8a431fbf4ff5ac705c93f4076bb77602.json - spec/bitcoin/fixtures/rawtx-52250a162c7d03d2e1fbc5ebd1801a88612463314b55102171c5b5d817d2d7b2.bin - spec/bitcoin/fixtures/rawtx-b5d4e8883533f99e5903ea2cf001a133a322fa6b1370b18a16c57c946a40823d.bin - spec/bitcoin/fixtures/rawtx-ba1ff5cd66713133c062a871a8adab92416f1e38d17786b2bf56ac5f6ffdfdf5.json - spec/bitcoin/fixtures/rawtx-c99c49da4c38af669dea436d3e73780dfdb6c1ecf9958baa52960e8baee30e73.json - spec/bitcoin/fixtures/rawtx-de35d060663750b3975b7997bde7fb76307cec5b270d12fcd9c4ad98b279c28c.json - spec/bitcoin/fixtures/rawtx-f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16.bin - spec/bitcoin/fixtures/rawtx-testnet-a220adf1902c46a39db25a24bc4178b6a88440f977a7e2cabfdd8b5c1dd35cfb.json - spec/bitcoin/fixtures/rawtx-testnet-e232e0055dbdca88bbaa79458683195a0b7c17c5b6c524a8d146721d4d4d652f.bin - spec/bitcoin/fixtures/rawtx-testnet-e232e0055dbdca88bbaa79458683195a0b7c17c5b6c524a8d146721d4d4d652f.json - spec/bitcoin/fixtures/reorg/blk_0_to_4.dat - spec/bitcoin/fixtures/reorg/blk_3A.dat - spec/bitcoin/fixtures/reorg/blk_4A.dat - spec/bitcoin/fixtures/reorg/blk_5A.dat - spec/bitcoin/fixtures/testnet/block_0.bin - spec/bitcoin/fixtures/testnet/block_1.bin - spec/bitcoin/fixtures/testnet/block_2.bin - spec/bitcoin/fixtures/testnet/block_3.bin - spec/bitcoin/fixtures/testnet/block_4.bin - spec/bitcoin/fixtures/testnet/block_5.bin - spec/bitcoin/fixtures/tx-313897799b1e37e9ecae15010e56156dddde4e683c96b0e713af95272c38aee0.json - spec/bitcoin/fixtures/tx-3da75972766f0ad13319b0b461fd16823a731e44f6e9de4eb3c52d6a6fb6c8ae.json - spec/bitcoin/fixtures/tx-44b833074e671120ba33106877b49e86ece510824b9af477a3853972bcd8d06a.json - spec/bitcoin/fixtures/tx-d3d77d63709e47d9ef58f0b557800115a6b676c6a423012fbb96f45d8fcef830.json - spec/bitcoin/fixtures/txdp-1.txt - spec/bitcoin/fixtures/txdp-2-signed.txt - spec/bitcoin/fixtures/txdp-2-unsigned.txt - spec/bitcoin/key_spec.rb - spec/bitcoin/namecoin_spec.rb - spec/bitcoin/network_spec.rb - spec/bitcoin/node/command_api_spec.rb - spec/bitcoin/protocol/addr_spec.rb - spec/bitcoin/protocol/alert_spec.rb - spec/bitcoin/protocol/aux_pow_spec.rb - spec/bitcoin/protocol/block_spec.rb - spec/bitcoin/protocol/getblocks_spec.rb - spec/bitcoin/protocol/inv_spec.rb - spec/bitcoin/protocol/notfound_spec.rb - spec/bitcoin/protocol/ping_spec.rb - spec/bitcoin/protocol/tx_spec.rb - spec/bitcoin/protocol/version_spec.rb - spec/bitcoin/script/opcodes_spec.rb - spec/bitcoin/script/script_spec.rb - spec/bitcoin/spec_helper.rb - spec/bitcoin/storage/reorg_spec.rb - spec/bitcoin/storage/storage_spec.rb - spec/bitcoin/storage/validation_spec.rb - spec/bitcoin/wallet/coinselector_spec.rb - spec/bitcoin/wallet/keygenerator_spec.rb - spec/bitcoin/wallet/keystore_spec.rb - spec/bitcoin/wallet/txdp_spec.rb - spec/bitcoin/wallet/wallet_spec.rb