Skip to content

Replace defunct PIVX explorer with explorer.duddino.com#451

Open
j0ntz wants to merge 1 commit into
masterfrom
jon/replace-pivx-explorer
Open

Replace defunct PIVX explorer with explorer.duddino.com#451
j0ntz wants to merge 1 commit into
masterfrom
jon/replace-pivx-explorer

Conversation

@j0ntz

@j0ntz j0ntz commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

Asana task

The zkbitcoin.com PIVX block explorer is no longer functional, so "Show in Explorer" on a PIVX address or transaction fails to load.

  • Repoint the PIVX addressExplorer, blockExplorer, and transactionExplorer from zkbitcoin.com to explorer.duddino.com, an in-sync PIVX Blockbook instance. Verified live: /api/v2 reports coin: PIVX, inSync: true, and the /address/, /block/, /tx/ routes all return HTTP 200.
  • Remove wss://zkbitcoin.com from the default PIVX blockbookServers list (the "Custom servers" entry called out in the task), leaving the Edge-hosted wss://pivx-eusa1.edge.app.

Testing

  • yarn types (tsc) clean; husky pre-commit (lint-staged + types + mocha) passed; verify-repo.sh green.
  • Confirmed each new explorer URL template resolves against the live duddino PIVX Blockbook (address/block/tx all HTTP 200).
  • The GUI consumes these strings through currency-agnostic shared code (sprintf(currencyInfo.transactionExplorer, txid) in TransactionListRow/TransactionDetailsScene), so there is no PIVX-specific app path to change; the fix is entirely in the plugin info data.

Note

Low Risk
Static PIVX plugin metadata only; no changes to signing, fees, or shared engine logic beyond default server and explorer strings.

Overview
PIVX “Show in Explorer” and default sync endpoints no longer point at the dead zkbitcoin.com host.

In pivx.ts, the three explorer URL templates (addressExplorer, blockExplorer, transactionExplorer) now use https://explorer.duddino.com/... instead of zkbitcoin.com. Default blockbookServers drops wss://zkbitcoin.com, leaving only wss://pivx-eusa1.edge.app. The unreleased CHANGELOG documents the fix.

Reviewed by Cursor Bugbot for commit 20cae22. Bugbot is set up for automated code reviews on this repo. Configure here.

The zkbitcoin.com explorer is no longer functional. Point the PIVX
address/block/transaction explorers at explorer.duddino.com (an
in-sync PIVX Blockbook instance) and drop wss://zkbitcoin.com from the
default blockbook server list.
@j0ntz j0ntz force-pushed the jon/replace-pivx-explorer branch from 7499e7f to 20cae22 Compare June 12, 2026 22:25
@j0ntz

j0ntz commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

📸 Test evidence — PIVX explorer opens explorer.duddino.com in-app (sim)

pivx transaction list

pivx transaction list

in app show in explorer

in app show in explorer

duddino explorer loaded transaction

duddino explorer loaded transaction

Captured by the agent's in-app test run (build-and-test).

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.

1 participant