diff --git a/coins b/coins index a796969..529f3a7 100644 --- a/coins +++ b/coins @@ -1,4 +1,14 @@ [ + { + "coin": "BUCK", + "name": "buck", + "rpcport": 5739, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txfee": 10000 + }, { "coin": "RAP", "name": "rapture", diff --git a/explorers/BUCK b/explorers/BUCK new file mode 100644 index 0000000..2b109a7 --- /dev/null +++ b/explorers/BUCK @@ -0,0 +1 @@ +["https://explorer.buck.red/tx/"] diff --git a/icons/buck.png b/icons/buck.png new file mode 100644 index 0000000..1c3cdc1 Binary files /dev/null and b/icons/buck.png differ