diff --git a/api_ids/coinpaprika_ids.json b/api_ids/coinpaprika_ids.json index 4f29d68da8..84d72caeee 100644 --- a/api_ids/coinpaprika_ids.json +++ b/api_ids/coinpaprika_ids.json @@ -653,6 +653,7 @@ "ZOIN": "zoin-zoin", "ZRX-AVX20": "zrx-0x", "ZRX-ERC20": "zrx-0x", - "ZRX-PLG20": "zrx-0x" + "ZRX-PLG20": "zrx-0x", + "JUMP": "jump-jumpcoin" } diff --git a/api_ids/livecoinwatch_ids.json b/api_ids/livecoinwatch_ids.json index f536b4279c..9377bca677 100644 --- a/api_ids/livecoinwatch_ids.json +++ b/api_ids/livecoinwatch_ids.json @@ -374,5 +374,6 @@ "ZDEEX": "ZDEEX", "ZIL": "ZIL", "ZINU": "ZINU", - "ZRX": "ZRX" + "ZRX": "ZRX", + "JUMP": "_JUMP" } diff --git a/coins b/coins index 0403559e34..38aeb7ab54 100644 --- a/coins +++ b/coins @@ -17270,5 +17270,31 @@ "github": "https://github.com/casraw/cascoin", "homepage": "https://cascoin.net" } + }, + { + "coin": "JUMP", + "name": "jumpcoin", + "fname": "Jumpcoin", + "sign_message_prefix": "Jumpcoin Signed Message:\n", + "isPoS": 1, + "rpcport": 31240, + "pubtype": 43, + "p2shtype": 122, + "wiftype": 171, + "txfee": 10000, + "dust": 10000, + "mm2": 1, + "mature_confirmations": 100, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/278'", + "links": { + "homepage": "https://jumpcoin.net", + "explorer": "https://explorer.jumpcoin.net", + "github": "https://github.com/jumpcoin" + } } ] diff --git a/electrums/JUMP b/electrums/JUMP new file mode 100644 index 0000000000..242cb86105 --- /dev/null +++ b/electrums/JUMP @@ -0,0 +1,14 @@ +[ + { + "url": "electrum1.jumpcoin.net:50001", + "protocol": "TCP" + }, + { + "url": "electrum1.jumpcoin.net:50002", + "protocol": "SSL" + }, + { + "url": "electrum1.jumpcoin.net:50003", + "protocol": "WSS" + } +] diff --git a/explorers/JUMP b/explorers/JUMP new file mode 100644 index 0000000000..1ef812dc40 --- /dev/null +++ b/explorers/JUMP @@ -0,0 +1 @@ +["https://explorer.jumpcoin.net/"] diff --git a/icons_original/jump.png b/icons_original/jump.png new file mode 100644 index 0000000000..fc38ad4741 Binary files /dev/null and b/icons_original/jump.png differ diff --git a/utils/JUMP.json b/utils/JUMP.json new file mode 100644 index 0000000000..bcfaf16d0b --- /dev/null +++ b/utils/JUMP.json @@ -0,0 +1,26 @@ +{ + "coin": "JUMP", + "name": "jumpcoin", + "fname": "Jumpcoin", + "sign_message_prefix": "Jumpcoin Signed Message:\n", + "isPoS": 1, + "rpcport": 31240, + "pubtype": 43, + "p2shtype": 122, + "wiftype": 171, + "txfee": 10000, + "dust": 10000, + "mm2": 1, + "mature_confirmations": 100, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/278'", + "links": { + "homepage": "https://jumpcoin.net", + "explorer": "https://explorer.jumpcoin.net", + "github": "https://github.com/jumpcoin" + } +}