Bitcoin Forum
June 22, 2024, 06:46:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cpuminer-multi v1.3.1 (Linux + Windows VStudio/MinGW64) GPL Open Source on: June 08, 2017, 11:35:22 AM
Hi

I would like to know if it's possible to do solo mining with cpuminer-multi?

I have tried but I get  "JSON-RPC call failed: Method not found" messages from the miner.

I am trying with Digibyte, skein algo. I'm on a Ubuntu 16.04 LTS 64-bits.

Code:
Linux ubuntu 4.8.0-52-generic #55~16.04.1-Ubuntu SMP Fri Apr 28 14:36:29 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


Digibyte is installed and synchronised with the network. It takes around 20 hours to sync if you try to. I run the "digibyte-qt  -server" command to launch it. Here is the digibyte.conf file

Code:
rpcallowip=127.0.0.1
rpcallowip=192.168.0.0/24
rpcuser=test
rpcpassword=x
server=1
daemon=1
txindex=1
debug=1
algo=skein
rpcport=14022
port=12024

Here is my command line

Code:
./cpuminer-multi/cpuminer -D -a skein --randomize -o 127.0.0.1:14022 -u test -p x --coinbase-addr=DSpwFFJJ2ueb7QgtG3rgVjXDZZF3bUjVSY --no-getwork


And here is the result (with DSpwFFJJ2ueb7QgtG3rgVjXDZZF3bUjVSY being a digibyte address to receive reward)

Code:
home@ubuntu:~/Miners$ ./cpuminer-multi/cpuminer -D -a skein --randomize -o 127.0.0.1:14022 -u test -p x --coinbase-addr=DSpwFFJJ2ueb7QgtG3rgVjXDZZF3bUjVSY --no-getwork
** cpuminer-multi 1.3.2 by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)

[2017-06-08 13:25:52] Binding thread 0 to cpu 0 (mask 1)
[2017-06-08 13:25:52] 2 miner threads started, using 'skein' algorithm.
[2017-06-08 13:25:52] Binding thread 1 to cpu 1 (mask 2)
[2017-06-08 13:25:53] Current block is 4630883
[2017-06-08 13:25:53] Long-polling on http://127.0.0.1:14022
[2017-06-08 13:25:53] JSON-RPC call failed: Method not found
[2017-06-08 13:25:54] CPU #1: 371.37 kH/s
[2017-06-08 13:25:54] CPU #0: 359.06 kH/s
[2017-06-08 13:26:01] Current block is 4630884
[2017-06-08 13:26:01] JSON-RPC call failed: Method not found


So I get the "JSON-RPC call failed: Method not found" messages from cpuminer-multi. I've added the --no-getwork option but it does not seem to make any difference.

Am I forgetting something?

Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!