You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi :)
Thanks for the library..
Is there a way to generate more than the default number of addresses?
Also Once an address gets used are more generated automatically?
I looked through the cardano-cli docs but couldn't find anything..
Thank you
The text was updated successfully, but these errors were encountered:
Address generation is currently done by the backend entirely. That means, with cardano-wallet you'll get a pool of pre-generated addresses and while they are being used, new ones are being generated. Your guess is correct, although I can't provide you with technical details.
Python-based address generation is a must but I stumbled upon strange obstacles. It seems the bech32 algorithm used in Cardano is somewhat different from the one in Bitcoin. If you find any docs (or ideally a Python implementation) of this bech32 flavor, I'll be happy to add it.
Hi :)
Thanks for the library..
Is there a way to generate more than the default number of addresses?
Also Once an address gets used are more generated automatically?
I looked through the cardano-cli docs but couldn't find anything..
Thank you
The text was updated successfully, but these errors were encountered: