Verify messages signed with a BIP47 payment code.
Use this tool to confirm that a message was signed by the owner of a specific PayNym (Samourai / Ashigaru).
This app can be started easily using Docker Compose.
version: "3.8"
services:
verifier:
image: dennysubke/bip47-verifier:1.0.0@sha256:cb4099f9991927d1edc3bf444b34cff7352a815e513fdbad5044c68d76d698b2
restart: on-failure
ports:
- "8080:80"
docker-compose up -d
The app will now be available at:
👉 http://localhost:8080
If you want to build the image yourself instead of using the prebuilt version, you can do so with Docker:
git clone https://github.com/dennysubke/bip47-verifier-docker.git
cd bip47-verifier-docker
docker build -t bip47-verifier-docker .
docker run -p 8080:80 bip47-verifier-docker
The app will now be available at:
👉 http://localhost:8080
You’ll see three fields:
- Payment Code – the BIP47 PayNym you want to verify.
- Message – any text message that was signed.
- Signature Code – the signature to verify.
Click Verify and you’ll immediately know if the signature is valid for that PayNym.
🧩 This app is also available in my Umbrel Community App Store:
👉 github.com/dennysubke/dennys-umbrel-app-store
💪 Big thanks to pajasevi (PavelTheCoder) for kicking this off.
⠀⠀⠀
#FREESAMOURAI