jstefanop / Apollo-Miner-Binaries

Binaries for running the standard unit Apollo BTC on a PC, Laptop, or Raspberry Pi
http://www.futurebit.io
26 stars 7 forks source link

"::: ROLLING_MASK ::: Not supported" error #7

Open github12101 opened 3 years ago

github12101 commented 3 years ago

When I connect to Mining Rig Rentals, SHA256 pool, I get following error:

./apollo-miner -host eu-uk01.miningrigrentals.com -port 3333 -user xxx -pswd x -comport /dev/ttyACM0

apollo-miner d23145d 2021-08-21, msp ver 0xd166
Use "--help" switch to print command line options.

Global tracing is OFF.
Init env
Init slave MCU
Starting Stratum Pool...
Pool: eu-uk01.miningrigrentals.com:3333 (user pioruns.202038)

Enter main cycle.
Stratum Pool started.
Initial difficulty: 1024
Connecting to eu-uk01.miningrigrentals.com:3333...
EVENT: 2021-07-17 00:29:17 ::: MINER_START ::: Enjoy your mining!
>>> /dev/ttyACM0 opened @ 921600
Connection successful
Server setup for us extranonce1: f800002e
Server setup for us size of extranonce2: 4
Authorization succeeded.
EVENT: 2021-07-17 00:29:18 ::: ROLLING_MASK ::: Not supported
ERROR: Connection closed by the other side while receiving data.
EVENT: 2021-07-17 00:29:18 ::: POOL_ERROR ::: Exception: Connection closed by the other side while receiving data.
Disconnected from pool.
EVENT: 2021-07-17 00:29:18 ::: RECONNECTION ::: 
Will retry in 5 seconds...

And it goes on like this in the loop.

Other mining programs, like cgminer, have no trouble connecting to same pool credentials, it's only apollo miner which is incompatible. There are extra arguments to provide to apollo-miner regarding "rolling mask", however, there are no instructions and help description is very vague.

Expected outcome: Error should not appear and mining should start automatically.