moneywagon
moneywagon copied to clipboard
Universal bitcoin/altcoin blockchain client library for Python and the command line
Updated bitcoin.com BCH API URLs and tags Added method override for getting latest block number to account different API format for latest block
Hi, when I try to use the HistoricalTransactions() function to search 'doge' the result didn't show up, but I try 'btc' it works, wonder if there's any bug or something...
Hi @priestc, is it possible to deal with ERC20 tokens using this library? Would be really cool.
Hey guys, Can this library be used for any altcoin? I have currently setup my own cryptocoin which is based on litecoin, but this is limited to my test environment...
Hello, First, let me say that I really appreciate your efforts in creating this code-- thank you. It looks nice but I haven't been able to put it to practice....
Multiexplorer Wallet is stuck generating QR codes, and never loads existing Wallet.
This explorer has a few currencies supported, but has no json API. Maybe someone could implement this using BeautifulSoup.
Here's the error message: ``` /moneywagon/__init__.py", line 333, in generate_keypair pub_byte, priv_byte = get_magic_bytes(crypto) /moneywagon/core.py", line 823, in get_magic_bytes if priv_byte >= 128: TypeError: '>=' not supported between instances of...