D
D
DromHour2021-02-13 15:23:39
Node.js
DromHour, 2021-02-13 15:23:39

How to generate Bitcoin addresses by seed (BIP32 Mnemonic) using JS as well as in Electrum?

I need to implement bitcoin address generation by seed (BIP32 Mnemonic) similar to the method used in Electrum.
I tried to find ready-made solutions, I found ElectrumSeedTester, but the code there is so poorly organized that absolutely nothing is clear.
I tried to find blanks and tools, but they are all either without documentation (in general) or do something, but it’s not clear what.
In general, I couldn’t put together a normal concept for generating addresses in my head, although I’m ready to code a lot. (at the same time, it would be ideal to find an API for this, because the execution speed is not critical)

I found a lot of documentation and guides on seed generation, but no one wants to dedicate to calculating addresses from this seed.

In principle, any method implemented in Node.JS is suitable, and does not require opening or emulating a browser (http requests are possible)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2021-02-13
@rPman

https://iancoleman.io/bip39/
below links to sources and libraries incl. bip32
ps https://electrum.readthedocs.io/en/latest/seedphra...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question