Last active
May 6, 2018 00:08
-
-
Save prestwich/38ee5f7f60cad7ffb80e9ed0a1bc61da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import riemann | |
from riemann.encoding import addresses | |
# Switch to Litecoin | |
riemann.select_network('litecoin_main') | |
addresses.make_p2pkh_address(pubkey_bytes) | |
# Switch to Bitcoin Cash | |
riemann.select_network('bitcoin_cash_main') | |
addresses.make_p2pkh_address(pubkey_bytes) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment