Steven Buss Bacio

Results 13 issues of Steven Buss Bacio

Primarily, this is deleting the travis config for those versions and cleaning up any files with a build tag for these versions.

In codec.go you [append the onion address to the port](https://github.com/jbenet/go-multiaddr/blob/41d11170520e5b0ea0af2489d7ac5fbdd452e603/codec.go#L196-L201), which results in 12 bytes, but according to your spec, [onion addresses are only 10 bytes (80 bits)](https://github.com/jbenet/go-multiaddr/blob/41d11170520e5b0ea0af2489d7ac5fbdd452e603/protocols.go#L50) This mismatch...

The 837 facade is originally from S. Lott and needs to be double checked for correctness and completeness. It may require complete replacement.

The first character of payer_id is an enum with the following mapping: 1: EIN - Employer Identification Number 3: DUNS - Data Universal Numbering System 9: USER - User Assigned/Unknown

Bitcoin is scary. Write a tutorial for new users.

As it says on the tin

Note that this requires interacting with the blockchain in order to scan an address for transactions, as detailed in the [account discovery](https://github.com/OpenBitcoinPrivacyProject/bips/blob/master/bip-0044.mediawiki#account-discovery) section of BIP43. Therefore support for this requires...

I'm currently using python-ecdsa, a pure-python library. It's quite slow and I'd like to replace it with something much faster. It doesn't look like pyOpenSSL exposes the APIs I need,...

1. Copy the tests that the various coins use to validate their own address generation. 2. Ensure that the addresses are usable on testnet. (Write a script for this) 3....