forex.pm forex forum binary options trade

 Сryptocurrency exchanges => Binance - Сryptocurrency exchanges => Topic started by: Bitcoin on Apr 24, 2022, 08:30 am

Title: entropy to mnemonic converter
Post by: Bitcoin on Apr 24, 2022, 08:30 am
entropy to mnemonic converter

how to make an entropy to mnemonic converter
to read a file with an array line by line
in python or javascript
there


var bip39 = require('bip39')


var mnemonic = bip39.entropyToMnemonic('00000000000000000000000000000000')
console.log(mnemonic)


but I can't figure out how to read from the file
if there is a python easier tell me


Source: entropy to mnemonic converter (https://bitcoin.stackexchange.com/questions/113410/entropy-to-mnemonic-converter)