-
Notifications
You must be signed in to change notification settings - Fork 22
Description
How to send DASH using "Import Private Key" old.mydashwallet.org (Feb 2024);
There is a problem - "explorer.mydashwallet.org" no longer works;
Without it, the balance check returns zero, and the protection does not allow sending;
But can bypass it by replacing it with "insight.dash.org";
-
Win+R "cmd"
ping insight.dash.org
Copy IP (example "52.25.116.61") -
Open folder
"C:\Windows\System32\drivers\etc"
File "host", add string and save:
52.25.116.61 explorer.mydashwallet.org -
If it doesn't allow to save (Win-8,10,11)
Need to assign write permissions to the file:
Properties, Security, Edit, Add, enter "All" and click OK;
Select the user "Everyone", check the box "Full access" Allow; -
Need to run the Chrome browser with certificate checking disabled.
(otherwise the balance request to the spoofed site will fail due to an incorrect ssl certificate)
To do this, create a shortcut on the desktop, adding "--ignore-certificate-errors" to the end;
"C:\Program Files\Google\Chrome\Application\chrome.exe" --ignore-certificate-errors -
Done;
(used translate.google.com, sry if incorrect)
This may not be the most suitable place, but I haven't found a better one.
The main thing is that other users can find a solution to this problem. Thx!