diff --git a/coins b/coins index 21340fa..e7c04a9 100644 --- a/coins +++ b/coins @@ -1099,6 +1099,16 @@ "wiftype": 128, "txfee": 400000 }, + { + "coin": "PGN", + "name": "pigeon", + "fname": "Pigeon", + "rpcport": 8756, + "pubtype": 55, + "p2shtype": 122, + "wiftype": 128, + "txfee": 10000 + }, { "coin": "PURA", "name": "pura", diff --git a/explorers/PGN b/explorers/PGN new file mode 100644 index 0000000..808c2d5 --- /dev/null +++ b/explorers/PGN @@ -0,0 +1 @@ +["http://explorer.pigeoncoin.org/tx/"] diff --git a/icons/pgn.png b/icons/pgn.png new file mode 100644 index 0000000..4e06198 Binary files /dev/null and b/icons/pgn.png differ