[bisq-network/bisq] add Runebase (#2891)

bobpepers notifications at github.com
Sat Aug 10 15:29:17 UTC 2019


Is it ERC-20 token?
No

Is it privacy coin like monero?
no, It's a smart contract platform (Bitcoin Core merged with the Ethereum Virtual Machine)

Is it fork of any other coin?
Yes, it's a QTUM fork (Bitcoin fork)

What are the wallet address validation rules?
Base58

start letter: 
R

regex:
^[R][a-km-zA-HJ-NP-Z1-9]{33,34}$

extract public key from ECDSA:
https://github.com/Runebase/extractPubAddressFromECDSA/blob/master/pubkey.py

base58Prefixes:
HEX_MAINNET_PUBKEY = "3C";
HEX_MAINNET_SCRIPT = "7B";

DECIMAL_MAINNET_PUBKEY = "60";
DECIMAL_MAINNET_SCRIPT = "123";

if the address validation rules information mentioned above are not sufficient, kindly let us know. then we will provide you with an address validation script.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/2891#issuecomment-520157538
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190810/0876d7c6/attachment.html>


More information about the bisq-github mailing list