diff --git a/api_ids/coinpaprika_ids.json b/api_ids/coinpaprika_ids.json index 0046fbad5..4a901d397 100644 --- a/api_ids/coinpaprika_ids.json +++ b/api_ids/coinpaprika_ids.json @@ -473,6 +473,7 @@ "REV-ERC20": "rev-revain", "RIC": "ric-riecoin", "RIC-BEP20": "ric-riecoin", + "RIN": "rin-rincoin", "RLC-ERC20": "rlc-iexec-rlc", "RLC-PLG20": "rlc-iexec-rlc", "RNDR-ERC20": "rndr-render-token", diff --git a/api_ids/livecoinwatch_ids.json b/api_ids/livecoinwatch_ids.json index 78eaa562d..8d9de7d81 100644 --- a/api_ids/livecoinwatch_ids.json +++ b/api_ids/livecoinwatch_ids.json @@ -278,6 +278,7 @@ "REP": "REP", "REQ": "REQ", "REV": "REV", + "RIN": "_RIN", "RLC": "RLC", "RNDR": "RNDR", "RPL": "RPL", diff --git a/coins b/coins index 2bc01bcf6..e0fb90b41 100644 --- a/coins +++ b/coins @@ -11921,6 +11921,63 @@ }, "derivation_path": "m/44'/60'" }, + { + "coin": "RIN", + "name": "rincoin", + "fname": "Rincoin", + "is_privacy_coin": true, + "sign_message_prefix": "rincoin Signed Message:\n", + "rpcport": 9556, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 188, + "txfee": 10000, + "dust": 5460, + "segwit": true, + "bech32_hrp": "rin", + "mm2": 1, + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/9555'", + "links": { + "github": "https://github.com/Rin-coin/rincoin", + "homepage": "https://rincoin.net" + } + }, + { + "coin": "RIN-segwit", + "name": "rincoin", + "fname": "Rincoin", + "is_privacy_coin": true, + "sign_message_prefix": "rincoin Signed Message:\n", + "rpcport": 9556, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 188, + "txfee": 10000, + "dust": 5460, + "segwit": true, + "bech32_hrp": "rin", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "RIN", + "mm2": 1, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/9555'", + "links": { + "github": "https://github.com/Rin-coin/rincoin", + "homepage": "https://rincoin.net" + } + }, { "coin": "DOC", "asset": "DOC", diff --git a/electrums/RIN b/electrums/RIN new file mode 100644 index 000000000..f7df73c7f --- /dev/null +++ b/electrums/RIN @@ -0,0 +1,28 @@ +[ + { + "url": "peer1.rincoin.net:50002", + "protocol": "SSL", + "contact": [ + { + "email": "takologi@proton.me" + }, + { + "discord": "tk.lg" + } + ], + "ws_url": "peer1.rincoin.net:50004" + }, + { + "url": "peer2.rincoin.net:50002", + "protocol": "SSL", + "contact": [ + { + "email": "takologi@proton.me" + }, + { + "discord": "tk.lg" + } + ], + "ws_url": "peer2.rincoin.net:50004" + } +] diff --git a/explorers/RIN b/explorers/RIN new file mode 100644 index 000000000..78c219bf6 --- /dev/null +++ b/explorers/RIN @@ -0,0 +1,5 @@ +[ + "https://www.rinscan.org/", + "https://explorer.rincoin.net/", + "https://old.rinscan.net/" +] diff --git a/explorers/explorer_paths.json b/explorers/explorer_paths.json index f7e4efba9..7454a4fe6 100644 --- a/explorers/explorer_paths.json +++ b/explorers/explorer_paths.json @@ -196,5 +196,25 @@ "explorer_tx_url": "transaction/", "explorer_address_url": "address/", "explorer_block_url": "block/" + }, + "https://explorer.rincoin.net/": { + "explorer_tx_url": "tx/", + "explorer_address_url": "address/", + "explorer_block_url": "block/" + }, + "https://explorer.rincoin.net/": { + "explorer_tx_url": "tx/", + "explorer_address_url": "address/", + "explorer_block_url": "block/" + }, + "https://www.rinscan.org/": { + "explorer_tx_url": "tx/", + "explorer_address_url": "address/", + "explorer_block_url": "block/" + }, + "https://old.rinscan.net/": { + "explorer_tx_url": "tx/", + "explorer_address_url": "address/", + "explorer_block_url": "block/" } } diff --git a/icons_original/rin.png b/icons_original/rin.png new file mode 100644 index 000000000..507b06c1c Binary files /dev/null and b/icons_original/rin.png differ