hello, here my config file for EXP expance coin
===========================================================
# Select Ethereum ETH or Expanse EXP
COIN = "EXP"
# Host and port for your workers
HOST = "127.0.0.1"
PORT = 8080
# Coin address where money goes
WALLET = "0xe786c74d176a78add6300443d5b97a8c325ea2c2"
# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"
# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = Enable
# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "
mail@example.com"
# Main pool
POOL_HOST = "exp-eu.dwarfpool.com"
POOL_PORT = 8018
# Failover pool
POOL_FAILOVER_ENABLE = True
POOL_HOST_FAILOVER1 = "exp-us.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8018
# Logging
LOG_TO_FILE = True
===================================================
when i start .exe file, window flashes and nothing else.
at log file we have:
2017-08-20 13:51:38,838 ERROR proxy # Wrong WALLET!
2017-08-20 13:51:45,242 ERROR proxy # Wrong WALLET!
2017-08-20 13:51:48,125 ERROR proxy # Wrong WALLET!
but i started it noy only 3 times, why another attemts not at log file?
why program says that my wallet wrong? it is 100% expance wallet
please help