Code Monkey home page Code Monkey logo

Comments (85)

lyolyalya avatar lyolyalya commented on July 20, 2024 1

реально переключаются всего 2-3.гроестлы - для тестирования.монеро - абы телепалось.в основном,это скейн,неоскрипт и зкеш.
или если ты действительно имел ввиду что их мало - то остальное уже удел асиков.нафига мне с ними тягаться?=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024 1

Oh, thanks! I'll split it.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024 1

ток же ж статистику мою убери и монеру руками если что подправь хешрейт.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024 1

Open command prompt and run this (add your miner path i.e. 'c:\multipoolminer'):

cd "[enter path to the miner here]\Bin\Equihash-EWBF\"
miner.exe --boff --server europe.equihash-hub.miningpoolhub.com --user aaronsace.multipoolminer --pass x --port 17023 --eexit 1 --solver 2

Does it work? What is the output?

What about solver 0 and 1:

cd "[enter path to the miner here]\Bin\Equihash-EWBF\"
miner.exe --boff --server europe.equihash-hub.miningpoolhub.com --user aaronsace.multipoolminer --pass x --port 17023 --eexit 1 --solver 1
cd "[enter path to the miner here]\Bin\Equihash-EWBF\"
miner.exe --boff --server europe.equihash-hub.miningpoolhub.com --user aaronsace.multipoolminer --pass x --port 17023 --eexit 1 --solver 0

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024 1

I will see if I can come up with some tests after work. It's a bit baffling.
I noticed you are using TeamViewer... not sure if that makes any difference...

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Yes, just delete or comment out the line(s).
I'd be interested if there is any difference though so if you could check the stats files; there is rather a lot of forks.

I will remove a lot of them if they are just the same in order to speed up the benchmarking. It should pick itself the miners that you suggested for each ago once benchmarked.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

i wrote that=)
klaust only for neoscrypt, groestl, myr-groestl.
nanashi - lyra.
sp - skein.
tpruvot - just an option.
i already tested them by myself so i knew the results=)
if i don't use cpu mining ang sgminer - same thing?delete ps files?
seems like another things i already know.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Right, I will set tpruvot for all algos and limit the other miners to those specific ones.
Is there any settings needed or is defaults fine?

You can just take CPU out of the start.bat file. Or delete miners like you said.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

ok...ewbf got new options..v0.2.0b
Added option --solver to manual solver selection.(0-3, 0 seems faster for 1070)
Added option --eexit to exit when the miner fails, it will allow you to use a script to automatically restart or perform other actions(1 - worker fail,2 - connection fail, 3 - both)
Added option --log logging to a file.
everything else looks normal.i'm just using -i 27 in skein for intensity.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

seems like ewbf benchmarking issue.
2017-01-20_01-25-54.txt

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

Skein has been already tested for 16 minutes, a return to issue #38 ?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

@lyolyalya, I made a typo on the wrapper hash rate reading.
Try this amendment:
Include.zip

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

@gorilza, I think you're correct; if the miner doesn't close then it's not marking it as failed.
Try this amendment:
MultiPoolMiner.zip

It's too sensitive to marking the benchmark as failed now; will add a timeout after work. I remembered now that was one of the things that I was meant to add.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

emmm.strange...ewbf passed but with red alerts=)
stuck on skein=)
2017-01-20_02-35-17.txt
update...seems like sp ccminer not working via 4068...

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

It can't connect to "127.0.0.1:4068"; is that the port for ccminer? Has the miner failed?

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

no.miner works fine=)maybe sp closed the port...
yepp...i change skein ccminer with klaust and it passed normally,
but always red alerts with new include file=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Yep, it's the same bug then.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

klaust ccminer cryptonight also can't 4068...
2017-01-20_02-53-24.txt

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

but sps help tells us...
image

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

klaust ccminer cryptonight has no api port at all...
E:\miners\ccminer-cryptonight-103-x64-cuda80>ccminer-cryptonight -h
*** ccminer-cryptonight 1.03 (64 bit) for nVidia GPUs by tsiv and KlausT
*** Built with Visual Studio 2013 using the Nvidia CUDA Toolkit 8.0

Usage: minerd [OPTIONS]
Options:
-d, --devices takes a comma separated list of CUDA devices to use.
Device IDs start counting from 0! Alternatively takes
string names of your cards like gtx780ti or gt640#2
(matching 2nd gt640 in the PC)
-f, --diff Divide difficulty by this factor (std is 1)
-l, --launch=CONFIG launch config for the Cryptonight kernel.
a comma separated list of values in form of
AxB where A is the number of threads to run in
each thread block and B is the number of thread
blocks to launch. If less values than devices in use
are provided, the last value will be used for
the remaining devices. If you don't need to vary the
value between devices, you can just enter a single value
and it will be used for all devices. (default: 8x40)
--bfactor=X Enables running the Cryptonight kernel in smaller pieces.
The kernel will be run in 2^X parts according to bfactor,
with a small pause between parts, specified by --bsleep.
This is a per-device setting like the launch config.
(default: 0 (no splitting) on Linux, 6 (64 parts) on Windows)
--bsleep=X Insert a delay of X microseconds between kernel launches.
Use in combination with --bfactor to mitigate the lag
when running on your primary GPU.
This is a per-device setting like the launch config.
-m, --trust-pool trust the max block reward vote (maxvote) sent by the pool
-o, --url=URL URL of mining server
-O, --userpass=U:P username:password pair for mining server
-u, --user=USERNAME username for mining server
-p, --pass=PASSWORD password for mining server
--cert=FILE certificate for mining server using SSL
-x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
-k, --keepalive send keepalive requests to avoid a stratum timeout
-t, --threads=N number of miner threads (default: number of nVidia GPUs)
-r, --retries=N number of times to retry if a network call fails
(default: retry indefinitely)
-R, --retry-pause=N time to pause between retries, in seconds (default: 30)
--timeout=N network timeout, in seconds (default: 270)
-s, --scantime=N upper bound on time spent scanning current work when
long polling is unavailable, in seconds (default: 5)
--no-longpoll disable X-Long-Polling support
--no-stratum disable X-Stratum support
-q, --quiet disable per-thread hashmeter output
-D, --debug enable debug output
-P, --protocol-dump verbose dump of protocol-level activities
--benchmark run in offline benchmark mode
-c, --config=FILE load a JSON-format configuration file
-V, --version display version information and exit
-h, --help display this help text and exit

E:\miners\ccminer-cryptonight-103-x64-cuda80>pause
Для продолжения нажмите любую клавишу . . .

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

cryptonight...nicehash - same as klausT...can we avoid 4068 from using somehow like in old versions of multipoolminer?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

So, there is no api? We can wrap it instead. On the miner, set the api name to 'wrapper' and set wrap to 'true'.

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

After the new update, it became worse. The miners do not start.
Stats.zip

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

i opened an issue on klausT miner cryptonight.
sp - hasn't option issues at all=)
will try wrapper.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

like this?
image
if so - then -
image
seems like it searching wrapper_4068...
image

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

I don't think every miner can be wrapped because some miners don't flush the text out to the correct stream (not sure if the is a work around). It works with cpuminer but not claymore etc.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

i don't know anything about it=)check my changes.are they correct?

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

can i just specify my hashrates in a problem miners manually for now?

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

emmm...maybe...just maybe...
in wrapper.ps1
image
in include -
image

i've changed in include "ps1" to "txt" and red alerts are gone for ewbf miner...
image

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

That's the amend that I sent you, right?

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

no.i got it from release again.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

what delta you are using by default?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

10% but it has a 1% decay.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

what is decay in this case?=)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

just got answer about sp ccminer.need to specify -b 127.0.0.1:4068 manually to activate it.
it's working now.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Nice one.

It takes 1% off the delta every minute so, if I remember correctly, it will be 5% after an hour. The delta decreases slower and slower so it would takes ages (forever?) for the delta to reach 0%.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

i see...but why?=)i mean...i'm not so bad in math, but can't understand it=)as i can see i can just ignore decay,right?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

It makes the switching work well. Switching loses you profit so it has to be able to make it back. The amount in which a switch will cost (as a percentage of the time) decreases as does the delta.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

that's right=)i just don't understand that math=)well.if you sad so...
if i need to lower delta to 5% i need to change this to 0.05?
image

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Oh, a decimal percentage is the percentage divided by 100.
So, yes.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Ha, I only fixed one '.ps1' error; I fixed the other now where you said. Will work through these other changes now then commit it.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

ok...well...summary...for nvidia only.
skein with sp ccminer - manually -b 127.0.0.1:4068
cryptonight by klaust- waiting for answer(not so critical for nvidia now)
ewbf - --eexit 1 --solver 0 (for me) and i've changed in include wrapper "ps1" to "txt".
removing sgminer, nheqminer,
manually set skein only in sp-ccminer,
manually myr-groestl, groestl, neoscrypt in klaust miner,
manually lyra only in nanashi.
manually disarmed tpruvot miner=)
and finally walked through all benchmarking without any issue or warning of powershell=)
p.s. maybe delta seeing anywhere also in powershell?=)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

emmm...why it switched to zcash from neoscrypt?=)
image
update.after 30 minutes - he knew something=)
image

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

забавно, вот вопрос не слишком мало алгоритмов оставил для работы? может еще парочку каких включить ? qubit например ?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

It's very close, maybe the profit changed afterward. What's the log show?

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

2017-01-20_08-54-12.txt
just as my screenshot...it was neoscrypt, and then zcash.not skein somehow...
will leave it for tonight.maybe i forgot something on skein...now with logging it shows me everything=)good night=)
update.skein is fine - just switched=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

I'll run through the logic. Night.

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

С асиками тягаться смысла нет конечно. Но вот либры нехватает, но тут вопрос к хозяину пула уже :)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

если разобраться - тут много чего не хватает=)я бы и аврору скеин добавил и либру и червонец и есть еще, наверное, много неизведанных монеток...либру обещает, но ее профит сейчас не выше зека,потому не критично...да и не о том в этой теме речь=)речь о том,чтобы создать программу-аналог найсхеша, но при этом не сдавать в аренду мощностя а майнить этими мощностями самому=)со временем это можно будет делать на любом пуле=)просто этот - наиболее пригодный для тестирования.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

image
well...it WAS good night=)seems like everything is working well=)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

emm...just little confusion of active time...can you set this for summarising or something for each miner?example - ewbf acive time 5 hours(5 times), spccminer - 7 hours(7 times) and so on...

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

2.4.3.1 Test EWBF always starts with solver 2, and for example to 1070 you need to choose a solver 0.

EWBF Equihash 2,11 KH/s 0,00901 4 264,23260
EWBF Equihash 2,11 KH/s 0,00901 4 264,23260
EWBF Equihash 2,11 KH/s 0,00901 4 264,23260

solver
0 2270-2300
1 2170
2 2110

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

да=)это уже каждый по карточке смотрит=)разраб говорил,что 1-3 это для более старых карт.ручным путем подбирается.

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

Так тут то все три теста проходят с одним и тем же солвером ( 2 ), что бессмысленно

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

@lyolyalya That looks a like nicer way of writing it. I'll change it.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

@gorilza It benchmarks all three solvers, it shouldn't matter which one is benchmarked first.
What do you mean? Does it cause an issue?

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

Uploading Logs21.zip…
@aaronsace The logs all 3 bench with solver #2. Although it was supposed to be 0, 1, 2. it is not critical. But not quite a valid test result.

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

Can't pass the test ccminer-80-x64.exe -a yescrypt.
Trying to constantly run. Does not switch to a different algorithm.
default

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

tpruvot ccminer doesn't work with yescrypt.
klaust ccminer does.
just put # yescrypt in algos in tpruvot miner and delete # in klaust miner.it will benchmark klausT miner instead.

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

000
And so they did. Here is the result.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

hmm...strange...it worked...i'm not at home now.will check tomorrow...but again...this is the same myraid coin.skein or groestl will give much better results...there is no optimised yescrypt miner yet, as i know.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

you can try this if you want.
https://github.com/djm34/ccminer-tpsp

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

This is very old, at 1070 makes no sense to use it.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

no interest to yescrypt makes no miners=)again, i'll check klaust tomorow and let you know.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

yeah.you are right.no one from ccminers i have doesn't work with yescrypt=)only djm...sooo.on your decision...if there is no miners - why mine yescrypt at all?=)

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

To run Bin\Cryptonight-KlausT needed to add a library cudart64_80.dll.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Does it not come with the NVidia drivers? Where did you get it from?

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

From \Bin\Ethash-Claymore\cudart64_80.dll

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

nope=)win10 not telling me this=)no more cudaart=)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

just got the aswer from klausT ccminer cryptonight dev...
KlausT/ccminer-cryptonight#15 (comment)
seems like no api port for this miner in the near future...
so will need to set monero hashrate manually i gues for nvidia users...or set djm ccminer by default but it so slow...on your decision...

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Does this do anything?
Miners.zip

I get this:

    *** ccminer-cryptonight 2.00 (64 bit) for nVidia GPUs by tsiv and KlausT
    *** Built with Visual Studio 2013 using the Nvidia CUDA Toolkit 8.0

 tsiv's BTC donation address:   1JHDKp59t1RhHFXsTw2UQpR3F9BBz3R3cs
 KlausT's BTC donation address: 1QHH2dibyYL5iyMDk3UN4PVvFVtrWD8QKp
 for more donation addresses please read the README.txt
-----------------------------------------------------------------

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

what you mean?klaust ccminer cryptonight is working but need to enter hashrate manually cause there is no api port now.
today it switched once.
klaust ccminer mines neoscrypt, groestl and myraid groestl in my case.
is that what are you asking for?=)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

image

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Does it output anything when using the wrapper? I'll probably just have to use the slower miner but wanted to check that it doesn't output anything on the wrapper.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

klausT ccminer - does...
klaustT ccminer-cryptonight - no.

from multipoolminer.

gorilza avatar gorilza commented on July 20, 2024

@lyolyalya выложи плиз свой настроеный, чет у меня толи powershell мозга компостирует, толи видюхи вразнос пошли...

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

How odd. Sure it will get integrated at some point; worth a shot.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

@aaronsace you see the answer=)suggested tpruvot...not so fast i guess=)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

@gorilza в смысле вразнос?=)
емм...сюда он не влазит=(

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

@gorilza https://drive.google.com/open?id=0BzIjrFYeA7rtUmJuZVMzZnRGVHM

from multipoolminer.

twod85 avatar twod85 commented on July 20, 2024

Reaches benchmark EWBF miner opens a window and immediately closes. Bugs do not have, but the benchmark fails. Windows 10 Anniversary, GTX1070*4.
open
closed

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Does EWBF0, EWBF1 and EWBF2 all fail?
It should try 3 times to launch each one.
It's working in the screenshots that @lyolyalya took unless I've made a mistake in the release.

from multipoolminer.

twod85 avatar twod85 commented on July 20, 2024

ewbf1
ewbf1_cmd
In cmd working. It may need to change settings PowerShell?

from multipoolminer.

twod85 avatar twod85 commented on July 20, 2024

It shortens the way you've written. 'c:\multipoolminer' It works. Thank you.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Ah, I think it's missing quotes in the wrapper file so it won't work on paths with invalid characters. I will check later and issue a fix. Thanks.

from multipoolminer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.