Post
Topic
Board Project Development
Merits 7 from 2 users
Re: Bitcoin Visual private key generator
by
Decker
on 08/07/2025, 07:22:07 UTC
⭐ Merited by ABCbits (5) ,dkbit98 (2)
Inspired by BTCKeyGen, I created a similar tool called private-key-visualiser, sources available here: https://github.com/DeckerSU/private-key-visualiser

Live demo: https://keyz.decker.im/

It’s similar in functionality but with added support for nested and native SegWit addresses, as well as Taproot addresses.

I also implemented basic "image shifting" routines for a bit of fun – for example, you can draw a square and move it across the board using the A, W, S, D keys.

Everything is packed into a single HTML file, with libraries loaded externally from esm.sh and cdn.jsdelivr.net. Have fun Wink