Hi realbminer,
Not sure if you are aware of this but I am experiencing a issue with using your miner at equipool.1ds.us mining BitcoinZ.
Your mine_equihash1445.sh example script does work correctly at 2miners.com for me in Linux.
I have modified it for the address and pool to point at equipool using the BitcoinZ community fund wallet for testing as I intent to include it in the next release of ZhashOS.
Here is the script:
#!/bin/sh
# Change the following address to your Equihash1445 addr.
ADDRESS=t3cEmCiE9q2So7m7fBi8awEcS6BRDR8LHN9
USERNAME=$ADDRESS.w
POOL=mine-btcz-na.equipool.1ds.us:50062
SCHEME=equihash1445
# =====================================================================
# Change pers according to the coin you want to mine. For example:
# Coin: Pers
# BitcoinZ: BitcoinZ
# Safe Coin: Safecoin
# ZelCash: ZelProof
# SnowGem: sngemPoW
# Bitcoin Gold: BgoldPoW
# You can also use PERS=auto for certain pools, e.g. altpool, zergpool
# =====================================================================
PERS=BitcoinZ
./bminer -uri $SCHEME://$USERNAME@$POOL -api 127.0.0.1:1880 -pers $PERS
#################### Script End ###############################
When I run this script, I get these errors:
[INFO] [2018-10-12T19:36:53-04:00] Bminer: When Crypto-mining Made Fast (v10.4.0-b73432a)
[INFO] [2018-10-12T19:36:53-04:00] Watchdog has started.
[INFO] [2018-10-12T19:36:53-04:00] Starting miner on devices
[INFO] [2018-10-12T19:36:53-04:00] Starting the management API at 127.0.0.1:1880
[INFO] [2018-10-12T19:36:54-04:00] Starting miner on device 0...
[INFO] [2018-10-12T19:36:54-04:00] Connected to mine-btcz-na.equipool.1ds.us:50062
[INFO] [2018-10-12T19:36:54-04:00] Started miner on device 0
[INFO] [2018-10-12T19:36:54-04:00] Subscribed to stratum server
[INFO] [2018-10-12T19:36:54-04:00] Set nonce to 7fffee7a
[INFO] [2018-10-12T19:36:54-04:00] Set target to 0000000000000000000000000000000000000000000000000000000000005000
panic: interface conversion: interface {} is bool, not string
[WARN] [2018-10-12T19:36:54-04:00] Miner died! It will be restarted soon...
[INFO] [2018-10-12T19:37:02-04:00] Bminer: When Crypto-mining Made Fast (v10.4.0-b73432a)
[INFO] [2018-10-12T19:37:02-04:00] Watchdog has started.
[INFO] [2018-10-12T19:37:02-04:00] Starting miner on devices
[INFO] [2018-10-12T19:37:02-04:00] Starting the management API at 127.0.0.1:1880
[INFO] [2018-10-12T19:37:02-04:00] Connected to mine-btcz-na.equipool.1ds.us:50062
[INFO] [2018-10-12T19:37:02-04:00] Subscribed to stratum server
[INFO] [2018-10-12T19:37:02-04:00] Set nonce to 38000e08
[INFO] [2018-10-12T19:37:02-04:00] Set target to 0000000000000000000000000000000000000000000000000000000000005000
panic: interface conversion: interface {} is bool, not string
[WARN] [2018-10-12T19:37:02-04:00] Miner died! It will be restarted soon...
For what it is worth. EWBF,miniZ and Gminer are tested mining correctly there. My first thoughts are there may be a stratum incompatibility between your miner and equipool. But since the other three miners *do* work there, I am leaning that the issue may be on your side.
Any ideas?
Thanks in advance.