Post
Topic
Board Development & Technical Discussion
Re: Creating a Bitcoin Core seed using base 6 number (Dice roll)
by
xx879
on 07/09/2023, 16:16:32 UTC
Entropy -> 32 byte hex -> prefix network byte -> calculate and append checksum -> encode to Base58

This is what I would like to do with Bitcoin Core.  I feel that using an additional program outside of Core (either an offline version of bitaddress.org, custom python script, etc.) to do this introduces a chance for mistakes. Do you know if this can be done with Bitcoin Core somehow?