Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
60092040
Topic
5397994
Board
Development & Technical Discussion
Re: convert 256 bit to WIF - compress
by
stalker00075
on
10/05/2022, 08:39:51 UTC
Quote from: stanner.austin on
Today
at 08:36:24 AM
@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!