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

Cannot new wallet in macos #174

Closed
chenrui333 opened this issue Feb 26, 2023 · 2 comments
Closed

Cannot new wallet in macos #174

chenrui333 opened this issue Feb 26, 2023 · 2 comments

Comments

@chenrui333
Copy link

chenrui333 commented Feb 26, 2023

I am trying to new a wallet in sandbox, but got the following error

$ ./sandbox goal wallet new ruitest
Please choose a password for wallet 'ruitest': Couldn't read password: inappropriate ioctl for device

Here is my sandbox status

$ ./sandbox status

algod - goal node status
Last committed block: 28024301
Time since last block: 1.0s
Sync Time: 0.0s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/44fa607d6051730f5264526bf3c108d51f0eadb6
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/44fa607d6051730f5264526bf3c108d51f0eadb6
Round for next consensus protocol: 28024302
Next consensus protocol supported: true
Last Catchpoint:
Genesis ID: testnet-v1.0
Genesis hash: SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=

indexer - health
Indexer disabled for this configuration.
@nullun
Copy link

nullun commented Feb 27, 2023

It's not the solution, but you can temporarily enter the algod sandbox to create the wallet.

./sandbox enter algod
goal wallet new wallet_name
exit
./sandbox goal account new -w wallet_name

@winder
Copy link
Contributor

winder commented Feb 28, 2023

Thanks for the report, we are tracking this problem in #143

@winder winder closed this as completed Feb 28, 2023
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

No branches or pull requests

3 participants