moneywagon icon indicating copy to clipboard operation
moneywagon copied to clipboard

Universal bitcoin/altcoin blockchain client library for Python and the command line

Results 18 moneywagon issues
Sort by recently updated
recently updated
newest added

Would it be an option to include binance among the services supported? The docs for their public API can be found [here](https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md).

Hi. I'm looking into implementing a light wallet where the client only handles addresses and keys, and there's a server that provides the information about the blockchain. This library would...

bug

No "pubic" keys, thank you!

Hi, Logging this as a feature request. Feel free to ignore. Today, I tried getting detail of all transactions in a block and it took half an hour. I feel...

bug

Is it possible to add support for Ether and BitShares such as Lick my Dick?

Some slight corrections to how it should be documented: **address-balance [address] [crypto]** `moneywagon address-balance doge --address=D8ZXs3JDdLuyRjG3wDtRQE2PMT4YQWELfZ` Also works with the crypto trailing: `moneywagon address-balance --address=D8ZXs3JDdLuyRjG3wDtRQE2PMT4YQWELfZ doge` `moneywagon address-balance --address=D8ZXs3JDdLuyRjG3wDtRQE2PMT4YQWELfZ doge...

The explorer at https://explorer.coinpayments.net supports mutltiple currencies, but does not have a json API. Someone should make a "screen scrape" using bs4 similar to he bcoin service. The html look...