Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Lumikor on July 01, 2017, 09:03:04 AM



Title: Issue with ethminer
Post by: Lumikor on July 01, 2017, 09:03:04 AM
Using Linux Mint 18.1, Kernel 4.11.8, Nvidia 381.22. 1080TI X 2

./ethminer -U -S eth.suprnova.cc:5000 -O user.worker:password--cuda-devices 0 1

If I'm using -S I get
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<dev::BadHexCharacter>'
  what():  BadHexCharacter
Aborted
komer@Lumining

If I'm using -F I get
std::exception::what: Exception -32003 : Client connector error: libcurl error: 52

Using other pool (Minergate) works fine by using:
./ethminer -G -F http://eth.pool.minergate.com:55751/email

I've compiled from the latest git from with no errors.
https://github.com/Genoil/cpp-ethereum


What am I missing?


Title: Re: Issue with ethminer
Post by: GaryH on July 01, 2017, 08:07:16 PM
it looks like you've confused the miner lines.. looks like you have EWBF config mixed in your miner line:

https://www.youtube.com/watch?v=n77uUdFYjWc (https://www.youtube.com/watch?v=n77uUdFYjWc)

video shows a guy making a .bat file on Windows, but it will explain the miner line.