Has any one mined UBQ with this?
Using one of my rigs that's been mining ZEC and ETH nonstop for the past month I attempted to mine it today and have been unable to connect to any server.
https://imgur.com/a/2NnlLI was initially using V0019-1 but updated to the most recent version and the same problem persists.
So far I've tried all Is and EU servers listed with the same result.
My rig is back to mining ETH while posting this.
So the syntax in the code doesn't fit what the ubiqpool.io wants. So just go to your 3main file and edit the ETHMINER portion for UBQ coin with this:
screen -dmS miner $HCD -F [b]http://us.ubiqpool.io:8888[/b]/$UBQADDR --farm-recheck 200 -U
You don't need to edit the 3main file; you can just edit the 1bash file coin details like this :
UBQ_WORKER=$WORKERNAME
UBQ_ADDRESS="replace_with_your_UBIQ_address"
UBQ_POOL="http://eu.ubiqpool.io:8008"
UBQ_EXTENSION_ARGUMENTS=""
Its just the stratum bit the miner doesn't like (only if you are using ethminer/genoil).
Try this and let me know if you still see issues.