@foenix
I have contacted ePic support but no luck with this issue. I have tried using without http:// in the server address as well. Please see my toml file data below. Thanks.
Sample Server Configuration File for epic-boost-miner
epic-boost-miner will look for this file in these places: in the following
order:
-The working directory
-The directory in which the executable resides
#########################################
LOGGING CONFIGURATION
#########################################
[logging]
Whether to log to stdout
log_to_stdout = true
Log level for stdout: Critical, Error, Warning, Info, Debug, Trace
stdout_log_level = “Info”
Whether to log to a file
log_to_file = true
Log level for file: Critical, Error, Warning, Info, Debug, Trace
file_log_level = “Info”
Log file path
log_file_path = “epic-boost-miner.log”
Whether to append to the log file (true), or replace it on every run (false)
log_file_append = true
#########################################
MINING CLIENT CONFIGURATION
#########################################
[mining]
whether to run the tui
run_tui = true
stratum_server_addr = “http://grin.2miners.com:3030”
stratum_server_login = “xxxx”
stratum_server_password = “”
stratum_server_tls_enabled = true
#The directory in which mining plugins are installed
#if not specified, ePIC Boost Miner will look in the directory /deps relative
#to the executable
#miner_plugin_dir = “target/debug/plugins”
###############################################################
CUCKAROO (i.e. GPU-Friendly) MINER PLUGIN CONFIGURATION
###############################################################
Multiple plugins can be specified, (e.g. a cpu
miner and a gpu miner running in parallel)
Use a single plugin instance per device, as
demonstrated below.
Multiple instances of the same plugin can be loaded
and used with different devices. On CPU plugins
you’ll likely only be using a single instance
but in OPENCL plugins the device number can be set
corresponding to the device ID. (use clinfo to find this)
#[[mining.miner_plugin_config]]
#plugin_name = “cuckaroo_mean_opencl_amdgpu_29”
#plugin_name = “cuckaroo_mean_opencl_rocm_29”
#[mining.miner_plugin_config.parameters]
#device = 0
###############################################################
CUCKATOO (i.e. ASIC-Friendly) MINER PLUGIN CONFIGURATION
###############################################################
#mean hip (unlikely to work on consumer cards, need 14GB+)
[[mining.miner_plugin_config]]
plugin_name = “cuckatoo_mean_opencl_amdgpu_31”
#plugin_name = “cuckatoo_mean_opencl_rocm_31”
[mining.miner_plugin_config.parameters]
device = 0