Skip to content

Commit 44a6f06

Browse files
authoredJul 12, 2026··
Merge pull request #1895 from takologi/add-rincoin
Rincoin update
2 parents 79976bd + ac414a2 commit 44a6f06

4 files changed

Lines changed: 21 additions & 9 deletions

File tree

 

‎coins‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11416,7 +11416,7 @@
1141611416
"derivation_path": "m/44'/9555'",
1141711417
"links": {
1141811418
"github": "https://github.com/Rin-coin/rincoin",
11419-
"homepage": "https://rincoin.net"
11419+
"homepage": "https://rincoin.tech"
1142011420
}
1142111421
},
1142211422
{
@@ -11446,7 +11446,7 @@
1144611446
"derivation_path": "m/84'/9555'",
1144711447
"links": {
1144811448
"github": "https://github.com/Rin-coin/rincoin",
11449-
"homepage": "https://rincoin.net"
11449+
"homepage": "https://rincoin.tech"
1145011450
}
1145111451
},
1145211452
{

‎electrums/RIN‎

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "peer1.rincoin.net:50002",
3+
"url": "peer1.rincoin.tech:50002",
44
"protocol": "SSL",
55
"contact": [
66
{
@@ -10,10 +10,10 @@
1010
"discord": "tk.lg"
1111
}
1212
],
13-
"ws_url": "peer1.rincoin.net:50004"
13+
"ws_url": "peer1.rincoin.tech:50004"
1414
},
1515
{
16-
"url": "peer2.rincoin.net:50002",
16+
"url": "peer2.rincoin.tech:50002",
1717
"protocol": "SSL",
1818
"contact": [
1919
{
@@ -23,6 +23,19 @@
2323
"discord": "tk.lg"
2424
}
2525
],
26-
"ws_url": "peer2.rincoin.net:50004"
26+
"ws_url": "peer2.rincoin.tech:50004"
27+
},
28+
{
29+
"url": "peer3.rincoin.tech:50002",
30+
"protocol": "SSL",
31+
"contact": [
32+
{
33+
"email": "takologi@proton.me"
34+
},
35+
{
36+
"discord": "tk.lg"
37+
}
38+
],
39+
"ws_url": "peer3.rincoin.tech:50004"
2740
}
2841
]

‎explorers/RIN‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[
2-
"https://www.rinscan.org/",
3-
"https://explorer.rincoin.net/",
4-
"https://old.rinscan.net/"
2+
"https://explorer.rincoin.tech/",
3+
"https://explorer-old.rincoin.tech/"
54
]

‎icons_original/rin.png‎

223 KB

0 commit comments

Comments
 (0)
Please sign in to comment.