Skip to content

Conversation

@Toni-d-e-v
Copy link

Added rxc

meherett and others added 30 commits May 27, 2021 09:10
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.
pjkundert and others added 28 commits November 8, 2022 06:17
Update from pysha3 (deprecated) to pycryptodome for Keccak-256
Copy link
Collaborator

@meherett meherett left a 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):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class RuxCrypto(Cryptocurrency):
class RuxCryptoMainnet(Cryptocurrency):

NAME = "RuxCrypto"
SYMBOL = "RXC"
NETWORK = "mainnet"
SOURCE_CODE = "https://git.toni.software"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SOURCE_CODE = "https://git.toni.software"
SOURCE_CODE = None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.