Skip to content

Troubleshooting Guide

Solutions to common problems when using EVMORE.


Wallet Issues

I can't see EVMORE in my wallet

Symptoms: - EVMORE balance shows as 0 - Token doesn't appear in token list - Sent EVMORE but it's not showing

Solutions:

  1. Add EVMORE as a custom token
  2. Open MetaMask → Import tokens → Custom token
  3. Enter the EVMORE contract address
  4. Click Add

  5. Check you're on the correct network

  6. EVMORE is on Ethereum Mainnet
  7. Switch network in MetaMask if needed

  8. Refresh your wallet

  9. Close and reopen the wallet
  10. Clear cache if available

  11. Verify the transaction

  12. Check Etherscan using your address
  13. Confirm the tokens were actually sent

My wallet password isn't working

Solutions:

  1. Check caps lock - passwords are case-sensitive

  2. Try your recovery phrase

  3. If you have your 12/24 word phrase
  4. Use "Import wallet" instead of unlocking

  5. Check for updates

  6. Update your wallet software
  7. Old versions may have bugs

I lost my recovery phrase

If you still have wallet access: 1. Create a new wallet immediately 2. Write down the new recovery phrase 3. Transfer all funds to the new wallet

If you've lost wallet access: - Unfortunately, funds cannot be recovered - This is a feature, not a bug - it prevents theft - Learn from this for future wallets


Transaction Issues

Transaction is stuck (pending)

Causes: - Gas price too low - Network congestion - Nonce issues

Solutions:

  1. Wait - transactions often confirm eventually

  2. Speed up the transaction (MetaMask)

  3. Click the pending transaction
  4. Select "Speed up"
  5. Increase gas price
  6. Confirm

  7. Cancel and retry

  8. Click pending transaction
  9. Select "Cancel"
  10. Re-submit with higher gas

  11. Check gas prices

  12. Visit Etherscan Gas Tracker
  13. Use "Fast" gas price for urgent transactions

Transaction failed

Common causes:

Error Meaning Solution
Out of gas Gas limit too low Increase gas limit
Reverted Contract rejected it Check requirements
Insufficient funds Not enough ETH Add more ETH
Nonce too low Transaction already processed Reset nonce

General solutions:

  1. Check you have enough ETH for gas
  2. Increase gas limit by 20-50%
  3. Verify the receiving address is correct
  4. Check the contract isn't paused

I sent to the wrong address

Unfortunately: - Blockchain transactions are irreversible - There is no undo button - Funds are likely permanently lost

If you sent to: - A typo address → Funds are lost (address likely doesn't exist) - Wrong but valid address → Contact recipient, ask for return - Smart contract → Funds may be recoverable if contract has function

Prevention: - Always double-check addresses - Send a small test amount first - Use address book for frequent recipients

Gas fees are too high

Immediate solutions:

  1. Wait for lower congestion
  2. Weekends typically have lower fees
  3. Early morning (US time) often cheaper
  4. Check Etherscan Gas Tracker

  5. Set custom gas price

  6. Use "Slow" option if not urgent
  7. Set manual gas price below current average

  8. Optimize transaction

  9. Batch multiple operations when possible
  10. Avoid peak times

Long-term solutions: - Use Layer 2 when EVMORE bridges are available - Plan transactions during low-fee periods


Mining Issues

Mining software won't start

Checklist:

  1. Check dependencies

    uv --version  # Should show version
    python --version  # Python 3.12+
    

  2. Reinstall dependencies

    uv sync
    

  3. Check for error messages

  4. Read the full error output
  5. Common issues: missing packages, wrong Python version

  6. Verify configuration

  7. Check wallet address format
  8. Verify RPC URL is accessible

No solutions found

Possible causes: - Hardware working correctly but low probability - Configuration issues - Network connectivity problems

Solutions:

  1. Be patient - mining is probabilistic
  2. Solutions may take minutes or hours
  3. This is normal, not a problem

  4. Check hashrate

  5. If hashrate is 0, there's a problem
  6. If hashrate is normal, just wait

  7. Verify challenge is current

  8. Old challenges won't be accepted
  9. Restart miner to get fresh challenge

  10. Check network connection

  11. Test RPC endpoint is responding
  12. Verify internet is stable

Low hashrate

Causes and solutions:

Cause Symptom Solution
Thermal throttling High temps Improve cooling
Power limits GPU limiting power Increase power limit
Background apps High CPU/GPU usage Close other apps
Driver issues Errors in logs Update drivers
Memory issues Low RAM available Close apps, add RAM

Optimization steps:

  1. Monitor temperatures
  2. GPU should be under 80°C
  3. CPU should be under 85°C

  4. Check power settings

  5. Set Windows to High Performance
  6. Disable power saving on GPU

  7. Update drivers

  8. Latest GPU drivers
  9. Chipset drivers for CPU mining

  10. Verify RAM is accessible

  11. Mining needs significant memory
  12. Close memory-heavy applications

Submitted solution rejected

Causes:

  1. Stale solution - challenge changed before submission
  2. Invalid solution - computation error
  3. Duplicate - someone else submitted first
  4. Low gas - transaction not included in time

Solutions:

  1. Reduce time between finding and submitting
  2. Use faster RPC endpoint
  3. Increase gas for faster confirmation

  4. Verify solution locally before submitting

  5. Check logs for validation errors

  6. Switch pools if using pool mining

  7. Some pools have lower latency

Gas too expensive for mining

Solutions:

  1. Batch submissions
  2. If possible, submit multiple proofs together

  3. Time your submissions

  4. Submit during low gas periods
  5. Set gas price alerts

  6. Calculate profitability

  7. Ensure mining profit > gas costs
  8. May need to wait for better conditions

  9. Consider pool mining

  10. Pool handles submissions
  11. Lower individual gas costs

DeFi Issues

Swap failed on DEX

Common causes:

  1. Slippage too low
  2. Increase slippage tolerance (try 1-3%)
  3. High volatility needs higher slippage

  4. Insufficient liquidity

  5. Large trades may not have enough liquidity
  6. Try smaller amounts

  7. Token approval needed

  8. First transaction approves token spending
  9. Second transaction is the actual swap

  10. Insufficient balance

  11. Check you have enough tokens AND ETH for gas

Solutions: - Increase slippage to 2-3% - Split large trades into smaller ones - Approve token first, then swap - Add more ETH for gas

Can't add liquidity

Checklist:

  1. Do you have both tokens in correct ratio?
  2. Have you approved both tokens?
  3. Is there enough ETH for gas?
  4. Is the pool accepting new liquidity?

Impermanent loss concerns

Understanding IL: - IL occurs when token prices change after providing liquidity - You end up with different ratios than you deposited - It's "impermanent" until you withdraw

Mitigation: - Only provide liquidity for stable pairs - Consider LP token yield vs IL risk - Monitor your positions regularly - Understand IL fully before providing liquidity


Security Issues

I think my wallet was compromised

Immediate actions:

  1. Don't panic, but act fast

  2. Create a new wallet

  3. On a clean device if possible
  4. Write down new recovery phrase

  5. Transfer remaining funds

  6. Move all tokens to new wallet
  7. Revoke all token approvals first if safe

  8. Check what happened

  9. Review transaction history on Etherscan
  10. Identify the malicious transaction

  11. Revoke approvals

  12. Use Revoke.cash
  13. Remove all unnecessary token approvals

Prevention for future: - Never share recovery phrase - Use hardware wallet for significant funds - Be cautious of phishing sites - Don't click unknown links

Suspicious tokens in my wallet

What they are: - Scam tokens airdropped to your address - Usually valueless or malicious - May have fake high values

What to do: - Do NOT interact with them - Don't try to sell or transfer - Hide them in your wallet if possible - They can't harm you if you don't interact

Why ignoring is important: - Interacting may trigger malicious code - Could lead to approvals you don't want - Selling may incur unexpected costs

Phishing attempt detected

Signs of phishing: - Unexpected emails/DMs asking for recovery phrase - Websites that look slightly wrong - Urgent requests for action - Offers that seem too good to be true

Protection: - Never share your recovery phrase - Bookmark official sites, don't click links - Verify URLs carefully (evmore.org vs evmor3.org) - Enable 2FA on exchanges


Getting More Help

Before asking for help

  1. Search existing resources
  2. Check this troubleshooting guide
  3. Read the FAQ
  4. Search community Discord

  5. Gather information

  6. Error messages (exact text)
  7. Transaction hashes
  8. Steps to reproduce
  9. Screenshots if helpful

Where to get help

Issue Type Where to Ask
General questions Discord - #help channel
Technical bugs GitHub Issues
Transaction issues Include TX hash
Security concerns DM trusted moderators

What NOT to do

  • Never share your recovery phrase - real support never asks
  • Don't trust DMs - scammers pretend to be support
  • Don't click links from strangers - use official links only
  • Don't download files - malware risk

Quick Fixes Summary

Problem Quick Fix
Token not showing Add as custom token
Transaction stuck Speed up with more gas
High gas fees Wait for off-peak times
Mining no solutions Be patient, check hashrate
Swap failed Increase slippage
Wallet compromised Move funds to new wallet

Still having issues? Join the community Discord for support.