Skip to content

Add Rincoin#1723

Merged
cipig merged 3 commits intoGLEECBTC:masterfrom
takologi:add-rincoin
Mar 9, 2026
Merged

Add Rincoin#1723
cipig merged 3 commits intoGLEECBTC:masterfrom
takologi:add-rincoin

Conversation

@takologi
Copy link

@takologi takologi commented Mar 7, 2026

Summary

Add Rincoin (RIN), a UTXO-based cryptocurrency forked from Litecoin, with SegWit support.

  • Coin name: Rincoin
  • Ticker: RIN
  • Protocol: UTXO (with SegWit)
  • SLIP-0044 coin type: 9555 (PR #1985)
  • Mainnet live since: 2025

Changes

File Description
coins Add RIN (legacy) and RIN-segwit entries
electrums/RIN Two SSL Fulcrum servers (peer1.rincoin.net:50002, peer2.rincoin.net:50002) with WSS endpoints
explorers/RIN Three block explorers (rinscan.org, explorer.rincoin.net, old.rinscan.net)
explorers/explorer_paths.json URL path config for the explorers
api_ids/coinpaprika_ids.json "RIN": "rin-rincoin"
api_ids/livecoinwatch_ids.json "RIN": "_RIN"
icons/rin.png, icons_original/rin.png Coin icon (128x128 and hi-res)

Coin Parameters

Parameter Value
rpcport 9556
pubtype 60
p2shtype 122
wiftype 188
txfee 10000 (satoshis)
dust 5460
segwit true
bech32_hrp rin
avg_blocktime 60s
required_confirmations 2
derivation_path m/44'/9555' (legacy), m/84'/9555' (segwit)

Infrastructure

  • Electrum servers: currently 2× Fulcrum instances with SSL (port 50002) and WSS (port 50004)
  • Explorers: 3 public block explorers
  • Electrum server contact: takologi@proton.me / Discord: Takologi (tk.lg) / github: @takologi

Testing

It is possible to deposit to and withdraw from the RIN wallet. The wallet amouts are visible on another computer after entering the same seed phrase.

No test swap is included in this PR. I have discussed this with @cipig and they have agreed to test the swap themselves.

Project Links

Checklist

  • Coin entry in coins file with correct parameters
  • SegWit variant (RIN-segwit) with orderbook_ticker set to RIN
  • Electrum servers with SSL and contact details
  • Block explorers and path configuration
  • CoinPaprika and LiveCoinWatch API IDs
  • Coin icons (standard and original)

takologi added 3 commits March 7, 2026 16:14
- Add RIN and RIN-segwit entries to coins file (UTXO, segwit, MWEB privacy)
- Add electrums/RIN with peer1/peer2 SSL servers
- Add explorers/RIN with explorer.rincoin.net
- Add explorer path mapping for explorer.rincoin.net (tx/address/block)
- Add coinpaprika API ID (rin-rincoin)
- Add livecoinwatch API ID (_RIN)
- Add temporary icon files (128x128 placeholder from basicswap-rin)
Copy link
Collaborator

@cipig cipig left a comment

Choose a reason for hiding this comment

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

Image

@cipig cipig merged commit f620f98 into GLEECBTC:master Mar 9, 2026
@takologi takologi mentioned this pull request Mar 10, 2026
2 tasks
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.

2 participants