-
Couldn't load subscription status.
- Fork 165
ADD RXC || Update cryptocurrencies.py #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Add testing section in readme
Fix: Incorrect output of Base58 decoding.
add ZECTEST, fix LTC/LTCTEST Changed -> Litecoin (LTC) mainnet extend private key from `0x019d9cfe` to `0x488ade4` and public key from `0x019da462` to `0x488b21e` prefixes.
Corrected the spec link for BIP141.
Fixed BIP141 link
Fixed links in readme
Added version info
…ivate and xpublic functions.
Update from pysha3 (deprecated) to pycryptodome for Keccak-256
Added Flux Cryptocurrency
Add Ycash cryptocurrency support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| WIF_SECRET_KEY = 0xcc | ||
|
|
||
|
|
||
| class RuxCrypto(Cryptocurrency): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| class RuxCrypto(Cryptocurrency): | |
| class RuxCryptoMainnet(Cryptocurrency): |
| NAME = "RuxCrypto" | ||
| SYMBOL = "RXC" | ||
| NETWORK = "mainnet" | ||
| SOURCE_CODE = "https://git.toni.software" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| SOURCE_CODE = "https://git.toni.software" | |
| SOURCE_CODE = None |
Added rxc