Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

how to use monero.seed,secret_view_key() and secret_spend_key() on monero-javascript and monero-golang #126

Open
upgradepa opened this issue Oct 7, 2022 · 2 comments

Comments

@upgradepa
Copy link

In [1]: from monero.seed import Seed

In [2]: s = Seed()

In [3]: s.phrase
Out [3]: 'fewest lipstick auburn cocoa macro circle hurried impel macro hatchet jeopardy swung aloof spiders gags jaws abducts buying alpine athlete junk patio academy loudly academy'

In [4]: s.hex
In [1]: from monero.seed import Seed

In [2]: s = Seed("fewest lipstick auburn cocoa macro circle hurried impel macro hatchet jeopardy swung aloof spiders gags jaws abducts buying alpine athlete junk patio academy loudly academy")

In [3]: s.secret_spend_key()
Out [3]: '0b7a7bac8a5b6de2f483d703ef82b1bb3e37dd834006d02140a6a762b9142d00'

In [4]: s.secret_view_key()
Out [4]: '75ec665f4912cec813ff7f20bc75b1f375ee2f8d4bb7631ae8d1af302732a609'

@upgradepa
Copy link
Author

also on java.

@emesik
Copy link
Contributor

emesik commented Oct 7, 2022

Sorry, but I don't understand what this ticket is about.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants