Hello I'm trying solo mining !
This is my yenten.conf
rpcallow=127.0.0.1
rpcallow=192.168.0.153
server=1
daemon=1
listen=1
bind=192.168.0.150
rpcuser=user
rpcpassword=x
port=9981
rpcport=9982
The miner is ********** cpuminer-opt 3.8.8.1 ***********
this the script
cpuminer-sse2 -a yescryptr16 -o http://127.0.0.1:9982 -u user -p x --coinbase-addr=Y****fhw6WQasHS9fdbkQ3WUM94XyrzD
and works fine!
I'm trying mining from another PC (192.168.0.153) in the same LAN and the node have 192.168.0.150 address:
using this script
cpuminer-sse2 -a yescryptr16 -o http://192.168.0.150:9982 -u user -p x --coinbase-addr=Y****fhw6WQasHS9fdbkQ3WUM94XyrzD
C:\Users\tester\Downloads\cpuminer-opt-3.8.8.1-windows\cpuminer-opt-3.8.8.1-windows>cpuminer-sse2 -a yescryptr16 -o http
://192.168.0.150:9982 -u user -p x --coinbase-addr=Y****fhw6WQasHS9fdbkQ3WUM94XyrzD
********** cpuminer-opt 3.8.8.1 ***********
A CPU miner with multi algo support and optimized for CPUs
with AES_NI and AVX2 and SHA extensions.
BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT
CPU: AMD A8-7650K Radeon R7, 10 Compute Cores 4C+6G .
SW built on May 11 2018 with GCC 5.3.1.
CPU features: SSE2 AES SSE4.2 AVX.
SW features: SSE2.
Algo features: SSE2 SHA.
Start mining with SSE2.
[2019-02-25 12:39:17] 4 miner threads started, using 'yescryptr16' algorithm.
[2019-02-25 12:39:39] HTTP request failed: Failed to connect to 192.168.0.50 port 9982: Timed out
[2019-02-25 12:39:39] json_rpc_call failed, retry after 10 seconds
[2019-02-25 12:40:10] HTTP request failed: Failed to connect to 192.168.0.50 port 9982: Timed out
[2019-02-25 12:40:27] json_rpc_call failed, retry after 10 seconds
don't works
Even if i run the script on node I get same result!
The rpc seems working only using 127.0.0.1 as ip address ...