ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.44k stars 2.12k forks source link

Ethereum wallet hung on creating wallet contract #3001

Closed Gunna01 closed 6 years ago

Gunna01 commented 7 years ago

Updated Ethereum Wallet to v9.0

Attempted to create a wallet contract, accepted the required ether\gas price, entered my password and the amount was deducted from my balance and now it has hung for over 15 hours creating the wallet contract. It's also stopped processing transactions but my wallet is in sync. My last 2 transactions have 0 of 12 confirmations but checking the TXID from 15 hours ago has many block confirmations

Closing the wallet and reopened has not resolved the issue.

Transaction for the creation is on the block chain and has many block confirmations capture

edit: After closing and reopening ALL my listed transaction now appear as greyed out and have 0 of 12 confirmations despite previously been marked as complete

shenzhun commented 6 years ago

I find a way to solve this problem. Go to Developer Tools -> Console.

Wallets.find().fetch() it will list the creating wallet contract. Wallets.remove(_id) the wallet contract will be removed.

image

ismailmayat commented 6 years ago

@shenzhun brilliant that worked for me

MungiRumba commented 6 years ago

Where do I find Developer Tools --> Console?

Is this is chrome? Or Terminal? I tried Chrome and it didn't seem to work.

Morgan Robinson Documentary Film and Television Producer www.morganrobinson.com 347-524-8489

On Tue, Mar 6, 2018 at 12:41 PM, Ismail Mayat notifications@github.com wrote:

@shenzhun https://github.com/shenzhun brilliant that worked for me

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ethereum/mist/issues/3001#issuecomment-370865146, or mute the thread https://github.com/notifications/unsubscribe-auth/AhMQn1hiuQS48-oyPi1OFv9C2aq0OVefks5tbspBgaJpZM4PGr6O .

MungiRumba commented 6 years ago

Ah, figured it out. I just need to go into the keystore, open the coinbase account with atom, and then edit out the ID value to make it "" Now the miner starts up like it should.

Morgan Robinson Documentary Film and Television Producer www.morganrobinson.com 347-524-8489

On Wed, Mar 7, 2018 at 12:43 AM, Morgan Robinson morganmrobinson@gmail.com wrote:

Where do I find Developer Tools --> Console?

Is this is chrome? Or Terminal? I tried Chrome and it didn't seem to work.

Morgan Robinson Documentary Film and Television Producer www.morganrobinson.com 347-524-8489 <(347)%20524-8489>

On Tue, Mar 6, 2018 at 12:41 PM, Ismail Mayat notifications@github.com wrote:

@shenzhun https://github.com/shenzhun brilliant that worked for me

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ethereum/mist/issues/3001#issuecomment-370865146, or mute the thread https://github.com/notifications/unsubscribe-auth/AhMQn1hiuQS48-oyPi1OFv9C2aq0OVefks5tbspBgaJpZM4PGr6O .

shenzhun commented 6 years ago

@MungiRumba Mu it's Chrome, and open the console.

seraphjiang commented 6 years ago

@shenzhun remove from console work for me, thanks

shenzhun commented 6 years ago

@seraphjiang no biggie. I just shared a gist to remove transactions, wallet contracts & watch contracts in Mist, it is super easy to clean the mess.https://gist.github.com/shenzhun/61126c3ba8a6dc895594e77f52731afc

Boterick commented 6 years ago

Issues all sorted for me now. Hung wallets eventually completed. @shenzhun solution to remove unwanted wallets also since used to clean up in Mist | Develop | Toggle developer tools | Console.

doyajii1 commented 6 years ago

@shenzhun solution worked for me too. For osx users, console is at Development > Development tools > Ethereum Wallet > Console