-
Notifications
You must be signed in to change notification settings - Fork 58
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
【BUG】Create a new account with Automatically generate a key pair and Save automatically generated key pair to keychain is not work #287
Comments
@zwong91 Please format the text as it is really hard to understand it. Also, provide details about your operating system and version of CLI |
@zwong91 There might be an issue with the system keychain not being configured for the root account, try running near cli without |
The same issue on creating new account:
What does it mean in the error "no secret service provider or dbus session found"? |
@VlodkoMr It seems that there is no system secure keychain configured on your system. You can use legacy keychain (which will store keys in |
sudo ./target/release/near
Do you want to check the existence of the specified account so that you don’t waste tokens with sending a transaction that won't succeed? No, I know that this account does not exist and I want to proceed.
Unsigned transaction:
signer_id: root
receiver_id: testnet
actions:
-- function call:
method name: create_account
args: {
"new_account_id": "abc-keyring-ro",
"new_public_key": "ed25519:HDrsfw3BQ1fMLXLPBjV47WgGnDtoLVZCAWen56KN3Ste"
}
gas: 30.0 Tgas
deposit: 0.1 NEAR
Your transaction was signed successfully.
Public key: ed25519:BuKXfQ19qzKkx8Y7h5wamNzg5JU8QHzk7NYrz25zv5vp
Signature: ed25519:4sc6hEzguExRqoNa7UdUo732T2G2mcwsCFApEBc63YjM1AyAZQTxYkSnxKMEETdSLuRPHpTfKQPtnq9BTk8Nj2uS
Location:
src/transaction_signature_options/mod.rs:111
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets
The text was updated successfully, but these errors were encountered: