Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner 0.4
by
UselessGuru
on 17/07/2018, 15:07:52 UTC
In my tests pers must be set to AION0PoW otherwise solutions are invalid

I cannot confim this:

miner --fee 0 --pec --algo aion --server 99.255.106.25 --port 3333 --user 0xa01e968221584946dac1e6842bf985de7ff49c8b9913220ed793d64a150b2864


+-------------------------------------------------+
|         EWBF's Eqihash CUDA miner. v0.4         |
+-------------------------------------------------+
17:01:25 INFO: Configured pools: 1
17:01:25 INFO: Selected pool: 99.255.106.25:3333
17:01:25 INFO: Algorithm: 210_9 "AION0PoW"
17:01:25 INFO: Devices: All.
17:01:25 INFO: Temperature limit: 90
17:01:25 INFO: Api: Disabled
---------------------------------------------------
17:01:26 INFO: Detected new work: 00000e27
17:01:26 CUDA: Device: 0 GeForce GTX 1080 Ti, 11264 MB i:64
17:01:26 CUDA: Device: 1 GeForce GTX 1060 6GB, 6144 MB i:64
17:01:27 INFO: Detected new work: 00000e28
17:01:28 INFO: GPU0 Accepted share 134ms [A:1, R:0]
17:01:29 INFO: GPU1 Accepted share 135ms [A:1, R:0]
17:01:30 INFO: GPU0 Accepted share 131ms [A:2, R:0]
17:01:32 INFO: GPU0 Accepted share 134ms [A:3, R:0]
17:01:32 INFO: GPU0 Accepted share 137ms [A:4, R:0]
17:01:32 INFO: GPU0 Accepted share 133ms [A:5, R:0]
17:01:33 INFO: GPU1 Accepted share 128ms [A:2, R:0]
^C


Request to developers:
Please keep the algo list consistent.

a) Either allow ANY of the numeric algos, like 144_5. Currently 210_9 is not allowed :-(, and allow secondary argument --pers
b) Allow ANY Coin name, like Aion & Zhash, but also BitcoinZ etc.

The current situation is confusing (to say the least) and makes the adaptation for 3rd party miners (e.g. www.multipoolminer.io) unneccesary complicated.