Post
Topic
Board Development & Technical Discussion
Re: convert 256 bit to WIF - compress
by
stalker00075
on 10/05/2022, 08:39:51 UTC
@stalker00075
For compressed just add 01 at end.
fullkey = "80"+"7542FB6685F9FD8F37D56FAF62F0BB4563684A51539E4B26F0840DB361E0027C" + "01"
Also i recommend use good python lib to do this not manually.
For example this one
https://ofek.dev/bit/


thank you very much!