Post
Topic
Board Project Development
Re: Bitcoin Visual private key generator
by
ABCbits
on 08/07/2025, 08:42:40 UTC
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


I tried it a bit and it looks cool. I have some thought and feedback (such as not showing uncompressed WIF despite showing Bitcoin address uncompressed), but i would recommend you to create separate thread for your tool.