Skip to content

Add Jumpcoin (JUMP) to AtomicDEX#1761

Open
Jumperbillijumper wants to merge 2 commits intoGLEECBTC:masterfrom
Jumperbillijumper:add-jumpcoin-gleec
Open

Add Jumpcoin (JUMP) to AtomicDEX#1761
Jumperbillijumper wants to merge 2 commits intoGLEECBTC:masterfrom
Jumperbillijumper:add-jumpcoin-gleec

Conversation

@Jumperbillijumper
Copy link
Copy Markdown

Coin Information

Technical Parameters

  • coin: JUMP
  • rpcport: 31240
  • pubtype: 43 (0x2B)
  • p2shtype: 122 (0x7A)
  • wiftype: 171 (0xAB)
  • isPoS: 1
  • required_confirmations: 5
  • mature_confirmations: 100
  • avg_blocktime: 60

Files Added

  • coins: JUMP configuration entry
  • icons/JUMP.png: 82x82 logo
  • explorers/JUMP: Explorer URL
  • electrums/JUMP.json: Electrum server configuration

ElectrumX Server

Status: Running and fully synced
Block Height: 944,811+

Atomic Swap Verified

Successfully completed atomic swap (JUMP/LTC) on AtomicDEX:

  • 0.1 JUMP ↔ 0.001 LTC
  • NetID: 8777
  • 10 events completed successfully
  • Trustless atomic swap protocol verified

@cipig
Copy link
Copy Markdown
Collaborator

cipig commented Mar 31, 2026

Thanks for the PR.
Will need some changes:

  • the file with the electrum servers should be called ‎electrums/JUMP (without .json)
  • the file explorers/JUMP has a wrong syntax, needs to be proper json, else parsing failes... see other files anlready in repo... the URL also needs the / at the end
  • the icon should be in icons_original/jump.png ... the files in icons are generated from the ones in icons_original... it's also important that the file is named jump.png, lowercase
  • electrum servers, explorers and api_ids are not configured in coins file, they have their distinct place... electrums are under electrum, explorers under explorer and for the api_ids there is the directory https://github.com/GLEECBTC/coins/tree/master/api_ids with the different files for the different price providers

@cipig
Copy link
Copy Markdown
Collaborator

cipig commented Apr 2, 2026

thanks for the changes

but what about all the removals in coinpaprika_ids.json for other coins?

btw, the ids of JUMP are wrong... for coinpaprika it would be "jump-jumpcoin" as of
image from https://coinpaprika.com/coin/jump-jumpcoin/
and the one for livecoinwatch would be "_JUMP" as of https://www.livecoinwatch.com/price/Jumpcoin-_JUMP ... the _ is important, it distinguishes JUMP from other JUMP coins like https://www.livecoinwatch.com/price/JumpTom-____JUMP
on coingecko it's not listed, so simply skip that

## Changes
- coins: Add JUMP entry (UTXO PoS, rpcport 31240)
- electrums/JUMP: ElectrumX servers (TCP + SSL)
- explorers/JUMP: Block explorer URL
- utils/JUMP.json: Configuration file
- api_ids/coinpaprika_ids.json: Add JUMP with id 'jump-jumpcoin'
- api_ids/livecoinwatch_ids.json: Add JUMP with id '_JUMP'
- icons_original/jump.png: Coin icon

## Note
- CoinGecko: JUMP not listed, not added to coingecko_ids.json
- Only JUMP added, no modifications to other coins

## Apology
Previous versions of this PR accidentally modified other coins' entries
(removed requires_notarization, changed required_confirmations, modified
whitespace in livecoinwatch_ids.json). This version is clean.
Thank you @cipig for the review feedback.
@Jumperbillijumper
Copy link
Copy Markdown
Author

Sorry for that. I hope, its okay now.

@cipig
Copy link
Copy Markdown
Collaborator

cipig commented Apr 2, 2026

thanks for the changes
i merged to my own repo for testing... btw, the file utils/JUMP.json is not needed, please remove it
i wanted to activate the coin in order to test a swap, but the electrum server is unreachable, getting "connection refused" on both ports (TCP/SSL)
one more thing: the Web version of the DEX https://dex.gleec.com needs WSS on the electrum, it doesn't work with TCP or SSL (only Desktop and Mobile can handle TCP/SSL)
since you already have SSL, adding WSS is easy... just use a seeting ike this SERVICES = tcp://:10069,rpc://:8069,ssl://:20069,wss://:30069, with your own ports
keep in mind that self-signed SSL certs won't work... but letsencrypt issues real ones for free

@Jumperbillijumper
Copy link
Copy Markdown
Author

Should be solved now. Thanks for your tipps and your effort :)

@cipig
Copy link
Copy Markdown
Collaborator

cipig commented Apr 2, 2026

i could enable JUMP now
can you please send me some JUMP to JcQ75Wv1YmepcmE5vb76wfEV5TRdceMFko ? i would like to do a test swap.

@Jumperbillijumper
Copy link
Copy Markdown
Author

Sure. I sent you some coins. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants