ethereum-mining / ethminer

Ethereum miner with OpenCL, CUDA and stratum support
GNU General Public License v3.0
5.97k stars 2.28k forks source link

Core Dump Boost Exception #1851

Closed uid89626 closed 5 years ago

uid89626 commented 5 years ago

Describe the bug ethminer 0.18.0-alpha.3-26+commit.ded21d37 Build: linux/release/gnu

i 12:00:46 ethminer Configured pool :0 i 12:00:46 ethminer Configured pool :0 i 12:00:46 ethminer Selected pool :0 terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector >' what(): Invalid argument Aborted (core dumped)

To Reproduce Steps to reproduce the behavior:

  1. build per instructions
  2. ./ethminer -P ...

Expected behavior no core dump

Environment (please complete the following information):

AndreaLanfranchi commented 5 years ago

What is the full launch command line ?

uid89626 commented 5 years ago

./ethminer -P eth.pool.minergate.com:45791

AndreaLanfranchi commented 5 years ago

That's not the correct syntax. Should be

./ethminer -P stratum://<youretheraddress>@eth.pool.minergate.com:45791

For reference please read : https://github.com/ethereum-mining/ethminer/blob/master/docs/POOL_EXAMPLES_ETH.md