Whereas we hope that the expertise of shopping for Ether goes easily for everybody, we acknowledge that there’ll at all times be conditions the place issues do not go in keeping with plan. Your web connection could drop in the course of your buy. You might need unintentionally clicked the again button or a hyperlink or just hit refresh whereas the acquisition was in progress. Perhaps you forgot to obtain your pockets. Maybe you assume you have forgotten your password, and also you wish to ensure you’ve entered it appropriately. For all of those conditions, the consumer expertise is sadly going to be a bit trickier than downloading an internet app; a little bit of command line motion with python script Might have it.
First, let’s take a look at downloading the Python script. To put in the script, obtain zip archive From right here, and unpack it. Then, go to the listing, and you must see a number of recordsdata together with pyethsaletool.py. At this level, open a command line on this listing. run python pyethsaletool.pyAnd you must see an inventory of assist directions.
Now, let’s focus on the commonest doable points one after the other.
1) I forgot to obtain my pockets earlier than closing the browser tab.
You need to have obtained your pockets backup in your e-mail. Should you’ve entered a faux e-mail deal with, and forgot to obtain your pockets as properly, you sadly haven’t any recourse.
2) I wish to make sure that my Ether was truly bought.
run python pyethsaletool.py checklist -w /path/to/your/pockets.json, substitute that path with the trail from the place you downloaded your pockets. You need to see a report of your purchases. if not then run python pyethsaletool.py getbtcaddress -w /path/to/your/pockets.json see extra deal with blockchain.data, If the rest is nonzero, you are in place #4.
3) I wish to be certain I keep in mind my password.
run python pyethsaletool.py getbtcprivkey -w /path/to/your/pockets.json, substituting the trail. When it prompts you for the password, enter it and see should you get any errors. Should you get an error associated to PKCS7 padding, you entered the improper password; Should you discover the BTC non-public key (i.e. a sequence of 51 characters beginning with 5), you are high-quality.
4) I despatched my BTC to the intermediate deal with, nevertheless it by no means reached the exit.
run python pyethsaletool.py getbtcprivkey -w /path/to/your/pockets.json, substituting the trail appropriately. Then, import this non-public key into blockchain.data pockets Or cryptokit, Alternatively, you too can run python pyethsaletool.py finalize -w /path/to/your/pockets.json To finish the acquisition course of via Python.
5) I wish to be certain I am going to be capable to entry my Ether later.
run python pyethsaletool.py getethprivkey -w /path/to/your/pockets.json, substituting the trail. then, obtain pytheriumset up and use it pythontools pvtaddr c85ef7d79691fe79573b1a7064c19c1a9819ebdbd1faaab1a8ec92344438aaf4, substituting within the Ethereum PrivyKey that you simply received from step one. If the deal with you get matches the deal with you noticed whenever you purchased Ether, then you already know you could have your Ethereum non-public key.
6) After the online app is finalized, I ship extra BTC to the intermediate deal with.
That is just like place #4. You’ll be able to get well BTC or finalize it at your leisure.
In case you have some other points, please ask them within the feedback and they are going to be added to this text.