monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
245 stars 79 forks source link

Address generation #8

Closed lalanza808 closed 6 years ago

lalanza808 commented 6 years ago

Hi Michal, is there plans to handle new wallet generation within this repo similar to Bigreddmachine's implementation, Or do you consider that to be outside of the scope?

emesik commented 6 years ago

It's definitely within the scope. Tools for generating offline wallets are super important. Ideally, I'd like to have it:

I'm not familiar with algorithms used there and my priorities now are to finish the docs, extend functionality of wallet wrapper (payment proofs, multisig) and investigate the libwallet backend.

But perhaps you are interested in coding those offline tools?

lalanza808 commented 6 years ago

Yeah, I'll take a crack at it. I'll probably just make a few issues and knock it out one piece at a time

lalanza808 commented 6 years ago

Started this on my fork's branch, mnemonics: https://github.com/lalanza808/monero-python/blob/mnemonics/monero/seed.py

cryptochangements34 commented 6 years ago

9 is ready to be merged which provides the basic functionality required for this.

lalanza808 commented 6 years ago

We covered the basics with the recent PR's - closing this issue and making specific issues to address the remainder of functionality.