diff --git a/coins b/coins index adede1a..934ef43 100644 --- a/coins +++ b/coins @@ -1,4 +1,13 @@ [ + { + "coin": "DYN", + "name": "dynamic", + "rpcport": 33350, + "pubtype": 30, + "p2shtype": 10, + "wiftype": 140, + "txfee": 10000 + } { "coin": "SBTC", "name": "superbitcoin", diff --git a/explorers/DYN b/explorers/DYN new file mode 100644 index 0000000..5af7d78 --- /dev/null +++ b/explorers/DYN @@ -0,0 +1 @@ +["http://dyn.blocksandchain.com/tx/"] diff --git a/icons/dyn.png b/icons/dyn.png new file mode 100644 index 0000000..923946e Binary files /dev/null and b/icons/dyn.png differ