input-output-hk / nami

Nami Wallet is a browser based wallet extension to interact with the Cardano blockchain. Support requests: https://iohk.zendesk.com/hc/en-us/requests/new
https://namiwallet.io
Apache License 2.0
373 stars 167 forks source link

Nami can not sent ada #245

Open marioggil opened 2 years ago

marioggil commented 2 years ago

I try load a wallet in nami but this failed but i can created a wallet aditional but this wallet can not sent ada, make staking or others actions.

domoben commented 2 years ago

I'm having the same issue. I checked out sundae's discord and seems like other are having the same issue. Perhaps congestion? Sorry, wish I had an answer.

marioggil commented 2 years ago

Captura de pantalla de 2022-01-20 14-46-52

ever says transaction fallied Captura de pantalla de 2022-01-20 15-14-13

.

marioggil commented 2 years ago

I'm having the same issue. I checked out sundae's discord and seems like other are having the same issue. Perhaps congestion? Sorry, wish I had an answer.

I try to send it between my accounts, but ever fail.

ikamran commented 2 years ago

somebody say what's happening i lost 800 ADA

pascallapointe commented 2 years ago

There is actually to much activity going on and Nami backend provider mempool is saturated. A mempool is like a queue where your transaction is waiting to get pushed to the blockchain.

Read this twitter chain post to learn more on what's going on: https://twitter.com/berry_ales/status/1483936557954486272

Try another wallet to send transaction, they are all relying on different server to communicate with the blockchain, they might not all be full. With Daedalus you have your own "waiting queue", but it's more heavy to run.

Also, if you have a transaction that is waiting to be pushed to the blockchain, all subsequent transaction attempt will fail since your wallet UTxO are already "engage" and the change as not been returned yet.