Electron Cash: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 9: | Line 9: | ||
=== Balance is not showing === | === Balance is not showing === | ||
*Are you using the correct wallet type (EC or EC SLP) and network (mainnet, testnet, testnet4, scalenet)? | * Are you using the correct wallet type (EC or EC SLP) and network (mainnet, testnet, testnet4, scalenet)? | ||
[[File:Wallet-type.png]] | [[File:Wallet-type.png]] | ||
*Are you using the latest version of [https://electroncash.org Electron Cash] or [https://simpleledger.cash Electron Cash SLP]? | * Are you using the latest version of [https://electroncash.org Electron Cash] or [https://simpleledger.cash Electron Cash SLP]? | ||
*Is your Electron Cash wallet connected and synchronized? | * Is your Electron Cash wallet connected and synchronized? | ||
**If the light is red or orange: change server (Tools->Network->Server) | ** If the light is red or orange: change server (Tools->Network->Server) | ||
**If it is loading: wait for synchronization | ** If it is loading: wait for synchronization | ||
[[File:Synchronized.png]] | [[File:Synchronized.png]] | ||
*Did you use the correct [[Derivation_paths|derivation path]] if you have imported a recovery seed? | * Did you use the correct [[Derivation_paths|derivation path]] if you have imported a recovery seed? | ||
*Did you try: Wallet -> Scan for more addresses...? | * Did you try: Wallet -> Scan for more addresses...? | ||
=== I cannot import a private key === | === I cannot import a private key === |
Revision as of 01:47, 29 March 2021
Website: https://electroncash.org
Source code: https://github.com/Electron-Cash/Electron-Cash/
Translations: https://crowdin.com/project/electron-cash
Troubleshooting
Balance is not showing
- Are you using the correct wallet type (EC or EC SLP) and network (mainnet, testnet, testnet4, scalenet)?
- Are you using the latest version of Electron Cash or Electron Cash SLP?
- Is your Electron Cash wallet connected and synchronized?
- If the light is red or orange: change server (Tools->Network->Server)
- If it is loading: wait for synchronization
- Did you use the correct derivation path if you have imported a recovery seed?
- Did you try: Wallet -> Scan for more addresses...?
I cannot import a private key
If your key is in hexadecimal format:
- Go to cashaddress.org (move your mouse until it shows 100%)
- Click on Wallet Details
- Enter your private key
- Click View Details
- Now import the WIF compressed key (starts with a 'K' or 'L') from this page in Electron Cash or Electron Cash SLP
Error opening Electron-Cash-x.x.x-setup.exe file: "A referral was returned from the server"
Try the following:
Fix 1:
- Hold the Windows Key and press "R".
- Type "regedit", then press "Enter" to bring up the Registry Editor.
- Navigate to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \Windows \ CurrentVersion \ Policies \ System.
- Open "ValidateAdminCodeSignatures" and set "Value data" to "0"
- Open "EnableUIADesktopToggle" and set the "Value data" to "0".
Fix 2:
- Hold the Windows Key and press "R".
- Type "gpedit.msc", then press "Enter" to bring up the Local Group Policy Editor.
- Expand "Computer Configuration" > "Windows Settings" > "Security Settings" > "Local Policies" > "Security Options".
- Change the "User Account Control: Only elevate executable that are signed and validated." policy to "Disabled".