Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Solana accounts in add command. #460

Closed
jthiller opened this issue Sep 15, 2023 · 0 comments · Fixed by #461
Closed

Support Solana accounts in add command. #460

jthiller opened this issue Sep 15, 2023 · 0 comments · Fixed by #461

Comments

@jthiller
Copy link

Currently user must look up their legacy L1 address in order to onboard a data-only Hotspot.

Should allow users to onboard using their Solana address.

Currently lookup looks like,

./helium-wallet info
{
  "address": {
    "helium": "<Helium Address>",
    "solana": "<Solana Address>"
  },
  "pwhash": "Argon2id13",
  "sharded": false
}

Add currently looks like,

./helium_gateway add --owner <helium_OWNER> --payer <helium_PAYER>

Solana OWNER or PAYER returns an error

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

Successfully merging a pull request may close this issue.

1 participant