Browse Source

Merge pull request #77 from cipig/master

add missing fnames for couple of coins
master
jl777 7 years ago
committed by GitHub
parent
commit
2823b0f781
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      coins

13
coins

@ -2,6 +2,7 @@
{ {
"coin":"SPK", "coin":"SPK",
"name":"Sparks", "name":"Sparks",
"fname": "Sparks",
"rpcport":8892, "rpcport":8892,
"pubtype":38, "pubtype":38,
"p2shtype":10, "p2shtype":10,
@ -11,6 +12,7 @@
{ {
"coin":"ORE", "coin":"ORE",
"name":"galactrum", "name":"galactrum",
"fname": "Galactrum",
"rpcport":6269, "rpcport":6269,
"pubtype":38, "pubtype":38,
"p2shtype":16, "p2shtype":16,
@ -20,11 +22,13 @@
{ {
"coin":"EQL", "coin":"EQL",
"asset":"EQL", "asset":"EQL",
"fname": "Equaliser",
"rpcport":10306 "rpcport":10306
}, },
{ {
"coin":"PEW", "coin":"PEW",
"name":"brofist", "name":"brofist",
"fname": "Brofist",
"rpcport":12454, "rpcport":12454,
"pubtype":55, "pubtype":55,
"p2shtype":10, "p2shtype":10,
@ -68,6 +72,7 @@
{ {
"coin":"GRLC", "coin":"GRLC",
"name":"garlicoin", "name":"garlicoin",
"fname": "Garlicoin",
"rpcport":42068, "rpcport":42068,
"pubtype":38, "pubtype":38,
"p2shtype":5, "p2shtype":5,
@ -87,6 +92,7 @@
{ {
"coin":"DIN", "coin":"DIN",
"name":"dinero", "name":"dinero",
"fname": "Dinero",
"rpcport":9998, "rpcport":9998,
"pubtype":30, "pubtype":30,
"p2shtype":13, "p2shtype":13,
@ -119,6 +125,7 @@
{ {
"coin": "BUCK", "coin": "BUCK",
"name": "buck", "name": "buck",
"fname": "Buck",
"rpcport": 5739, "rpcport": 5739,
"taddr": 28, "taddr": 28,
"pubtype": 184, "pubtype": 184,
@ -138,6 +145,7 @@
}, },
{ {
"coin": "RAP", "coin": "RAP",
"fname": "Rapture",
"name": "rapture", "name": "rapture",
"rpcport": 14476, "rpcport": 14476,
"pubtype": 60, "pubtype": 60,
@ -149,6 +157,7 @@
{ {
"coin": "RADIUS", "coin": "RADIUS",
"name": "radius", "name": "radius",
"fname": "Radius",
"rpcport": 4089, "rpcport": 4089,
"pubtype": 60, "pubtype": 60,
"p2shtype": 16, "p2shtype": 16,
@ -159,6 +168,7 @@
{ {
"coin": "SEQ", "coin": "SEQ",
"name": "sequence", "name": "sequence",
"fname": "Sequence",
"rpcport": 16663, "rpcport": 16663,
"isPoS": 1, "isPoS": 1,
"pubtype": 63, "pubtype": 63,
@ -169,6 +179,7 @@
{ {
"coin": "DYN", "coin": "DYN",
"name": "dynamic", "name": "dynamic",
"fname": "Dynamic",
"rpcport": 33350, "rpcport": 33350,
"pubtype": 30, "pubtype": 30,
"p2shtype": 10, "p2shtype": 10,
@ -178,6 +189,7 @@
{ {
"coin": "SBTC", "coin": "SBTC",
"name": "superbitcoin", "name": "superbitcoin",
"fname": "Super Bitcoin",
"rpcport": 28282, "rpcport": 28282,
"pubtype": 0, "pubtype": 0,
"p2shtype": 5, "p2shtype": 5,
@ -188,6 +200,7 @@
{ {
"coin": "FJC", "coin": "FJC",
"name": "fujicoin", "name": "fujicoin",
"fname": "FujiCoin",
"rpcport": 3776, "rpcport": 3776,
"pubtype": 36, "pubtype": 36,
"p2shtype": 16, "p2shtype": 16,

Loading…
Cancel
Save