Newbie learning to mine
Posted: Sun Sep 24, 2017 3:18 pm
Hi,
I am trying to mine for the first time in the meantime my asic arrive.
I am using cpuminer-multi [1] on a VPS.
The commandline I am using is the following:
If I understood properly I could be able to automagically mine Verge and I don't need to setup the algorithm nor any other parameter. However I receive the following error:
If I try to use the x17 algo and more parameter as follows:
I get the same error.
Any help please? Thanks!
[1]: https://github.com/tpruvot/cpuminer-multi.git
I am trying to mine for the first time in the meantime my asic arrive.
I am using cpuminer-multi [1] on a VPS.
Code: Select all
> $ ./cpuminer --version [±linux ✓]
** cpuminer-multi 1.3.3 by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)
built with GCC 5.4.0 the Sep 24 2017
compiled for AVX2
config features: x86_64 SSE2 XOP AVX AVX2
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3
jansson/2.7
Code: Select all
> $ ./cpuminer -o stratum+tcp://prohashing.com:3333 -u vonpupp -p "c=Verge" --debug
Code: Select all
** cpuminer-multi 1.3.3 by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)
[2017-09-24 17:45:45] 1 miner threads started, using 'scrypt' algorithm.
[2017-09-24 17:45:45] Starting Stratum on stratum+tcp://prohashing.com:3333
[2017-09-24 17:45:53] Stratum authentication failed
[2017-09-24 17:45:53] ...retry after 10 seconds
Code: Select all
> $ ./cpuminer -o stratum+tcp://prohashing.com:3333 -u vonpupp -p "a=X17 u=vonpupp c=Verge" --debug
Any help please? Thanks!
[1]: https://github.com/tpruvot/cpuminer-multi.git