[Ethereum] transfer ETH without syncing on current pc?

go-ethereumwallets

I have a new pc and want to access the ETH I had in my wallet on my old pc before and send them to poloniex. I have the keystore folder. I downloaded the current Ethereum Wallet (0.8.3) and it started syncing. I realised this would take a couple of days (like before) so closed it and instead ran:

geth –fast –cache=2048 –jitvm
I also replaced the file in keystore with the one I backed up before.
This has run overnight, in the meantime, if I click on "Launch Application" for EW, the balance shows as 0.00. Do I need to sync to be able to get my ETH?

Best Answer

You could use https://www.myetherwallet.com/#send-transaction to send your funds to poloniex

Follow these instructions:

1-Find your keystore file. (%appdata%/Ethereuem/keystore in windows).

2-Open MyEtherWallet and go to the “Send Ether” tab.

3-Select your keystore file or enter your private key.

4-If a password appears, enter your password and then hit “unlock wallet”.

enter image description here

5-then go to Go to Poloniex and get a deposit address.

enter image description here enter image description here 6-Go back to MyEtherWallet and paste that deposit address into the “To Address:” field.

7-Enter the amount to send. It is recommended to test with a small amount first. enter image description here

Related Topic