diff --git a/coins b/coins index eb4f787..87d8210 100644 --- a/coins +++ b/coins @@ -23,6 +23,17 @@ "txfee":10000, "confpath":"USERHOME/.brofistcore/brofist.conf" }, + { + "coin":"PYRO", + "name":"pyro", + "fname": "Pyro", + "rpcport":9696, + "pubtype":55, + "p2shtype":10, + "wiftype":198, + "txfee":10000, + "confpath":"USERHOME/.pyrocore/pyro.conf" + }, { "coin":"GRLC", "name":"garlicoin", diff --git a/explorers/PYRO b/explorers/PYRO new file mode 100644 index 0000000..a1afeb5 --- /dev/null +++ b/explorers/PYRO @@ -0,0 +1 @@ +["http://138.68.246.198:3001/tx/"] diff --git a/icons/pyro.png b/icons/pyro.png new file mode 100644 index 0000000..73d9112 Binary files /dev/null and b/icons/pyro.png differ