ghscuuo
ghscuuo
To reduce scam risk, 1. please repeat your current problem by using the exact same process that you used to generate your old seed phrase, 2. generate a new test...
Me and my million monkeys just now got this self-taught first-draft prototype working after a few days: $ ts-node bitkit.ts (input prompt) Enter 128 0s and 1s: 10010010111111010010101011010011000110000111111000100110011000001101010000001000010101011110111011111010111001011101010101000110 (output) BIP39...
I verify [edit: standalone html file integrity] by uploading the well-exercised old-faithful 0.5.4 standalone here: https://www.virustotal.com/gui/file/8b8e3c1be03501f57e395781de8a59fd553808e1eb1278710bd7b96dacb6d0f6 (Can also check the pgp signature. https://github.com/iancoleman/bip39/releases/tag/0.5.6)
What version? Did it used to work? Maybe post some screenshots or videos? Try incognito mode? Try guest mode? Can browser dev tools help shed light on what's going on?
Good to hear you have a reasonable workaround with version 0.5.4. How about version 0.5.5? Maybe ios doesn't like the ```span class="text-danger"``` or the bad grammar: ```"your your secret"``` or...
Good evening! That kind of points to [this](https://github.com/iancoleman/bip39/compare/0.5.4...0.5.5): ``` function generateClicked() { if (isUsingOwnEntropy()) { return; } // Pressing enter on BIP85 index field triggers generate click event. // See...
I found this very helpful for recently teaching myself derivation paths and descriptors: https://waterst0ne.github.io/bdk-cli-basics/ They are a little mind-boggling, but if you can get the descriptor right, I think you...