diff --git a/coins b/coins index 8536fb5..adede1a 100644 --- a/coins +++ b/coins @@ -1,4 +1,14 @@ [ + { + "coin": "SBTC", + "name": "superbitcoin", + "rpcport": 28282, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "confpath": "USERHOME/.sbtc/sbtc.conf" + } { "coin": "FJC", "name": "fujicoin", diff --git a/explorers/SBTC b/explorers/SBTC new file mode 100644 index 0000000..d2175de --- /dev/null +++ b/explorers/SBTC @@ -0,0 +1 @@ +["http://block.superbtc.org/tx/"] diff --git a/icons/sbtc.png b/icons/sbtc.png new file mode 100644 index 0000000..f695ef9 Binary files /dev/null and b/icons/sbtc.png differ