Hi guys. Does anybody know how to get 32 bite hex private key from your mnemonic?
tonweb is giving 64 bit private key by mnemonic
I need 32 bit key because this library requires 32 bit private_key here in code
Dec 21, 2022, 8:22 PM
Just use the first 32 bytes, it will be ok.
Dec 21, 2022, 8:54 PM
thanks. something in library broken probably, because its not reading private key properly and returning invalid inactive address(
Dec 21, 2022, 9:27 PM
Your wallet is v3r2? and you changed the network in config?
Dec 21, 2022, 10:25 PM
The private key is the same for all versions of addresses, but the address that the library gives does not match mine. And yes I tried both networks
Dec 21, 2022, 10:27 PM