Code Monkey home page Code Monkey logo

Comments (29)

aaronsace avatar aaronsace commented on July 20, 2024

Miner files can be added/removed/edited in the 'miners' folder.
Please provide links to the miners that you use and what you use them for.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

https://github.com/KlausT/ccminer/releases
this is miners for anything except lyra(ccminer_nanashi for lyra i get from nicehash's miner bin directory).
but i can see that in ccminer.ps1 is only one path to it...i need minimum two of them.
so.if i don't use sgminer what should i delete and where?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

If you don't have an AMD card then it will attempt to benchmark sgminer but it will just mark it as a zero hash rate. Is it still trying to mine sgminer even after the benchmark? That may have been an oversight if it is; delete 'sgminer.ps1' for now.

Does the release of ccminer that I included not mine everything? If not, what algorithms are missing?

To edit ccminer:
Copy and paste 'ccminer.ps1'.
Call one 'ccminer1.ps1' and the other 'ccminer2.ps1'.
Set the miner path at the top.
Set the hashrates to 'ccminer1' or 'ccminer2' instead of 'ccminer'.
Remove any unused algorithms in each file.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

benchmark not passed cause sgminer and ccminer starts together and then system crashes and reboot.how can i skip benchmark?and can i just enter hashrate manually?if so - is it stil in H/s?

tpruvot is not that fast as klaust on neoscrypt and skein.and tpruvot and klaust not that fast as nanashi in lyra.but now thats three algos+zec is most profitable so need to get as much as ccminer can give.
i'll try to delete sgminer and duplicate ccminer tomorrow.
and one more question - delta.what measure of it?% or BTC?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Are you sure sgminer crashed your system because you don't have any AMD cards? What happens if you open sgminer? Does it not just close straight away?

I see, will look at adding different versions then let them benchmark.

Delta is a decimal percentage so it can be used consistently.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

read carefully and look at first screen=)i start start.bat.benchmarking begins. and because ccminer and sgminer due this process starting together - system freezes and after few seconds - crash.
why delta not in btc?
and you again forget to add in ccminer stratum+tcp:// in -o option=)without it ccminer tries http connection and fail.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

ok.i removed sgminer.ps1. added stratum+tcp://.everything seems going up but eth+sia benchmark with dcri 40 runing in a circle already by 5 times.
image
updated.8 times already=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

What did you add 'stratum+tcp://' to?

If it's only mining eth+sia then it's probably the same issue; remove 'AMD' from the claymore '.ps1' files for now (no trace of AMD left then). Will fix in the next increment. It's only mined it for 5 minutes though on your screen.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

in ccminer cmd... -a skein -o stratum+tcp://$..... or ccminer can't connect to the pool.
not mining!benchmarking.orrr...this was mining already?hmmm.maybe...sorry.my bet.will try again and put my ccminers in...

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

no.this can't be mining.where is the list of profit?or in v2 there is no btc/day list?
and there is no claymore.ps1 file. there is claymore.txt instead.
what folder?what file?what to remove?
p.s. i told you that it is more complicated to understand now=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

I meant '.txt'. Profit is still there; maximize your window or scroll up.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

nahhh...it's benchmarking!now fixated on lyra...
image
.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

emm.so?any thoughts about endless benchmarking?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Your stats name probably does not match; have a look in the stats folder.

It says ccminer on mine but your filename is ccminer1 or ccminer2 now.
HashRates = [PSCustomObject]@{Lyra2RE2 = '$($Stats.Ccminer_Lyra2RE2_HashRate.Day)'}

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

you say that i if i want to use 2 different versions of ccminer i need to duplicate, rename, and add algos.i did that...where this line is?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

In the ccminer '.ps1' files:
"Set the hashrates to 'ccminer1' or 'ccminer2' instead of 'ccminer'."

It's basically the filename.
Ccminer.zip

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

image
here?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Yep, that's it. It's the stats file name.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

finally.benchmark is done.but.need to insert this zec miner for nvidia https://bitcointalk.org/index.php?topic=1707546.0
would you help?

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

rewrote part of code for it.can you check syntax?
"Type": ["NVIDIA"],
"Path": ".\Bin\NVIDIA\miner.exe",
"Arguments": "--server $($Pools.Equihash.Host) --port $($Pools.Equihash.Port) --user $($Pools.Equihash.User) --pass x --cuda_devices 0 1 2",
"HashRates": {"Equihash": "$($Stats.EBFW_Equihash_HashRate.Day)"},
"API": "EWBF"
if miners argument is
miner --server zec.coinmine.pl --user user.1 --pass x --port 7007 --cuda_devices 0 1 2
is it matter "API": "EWBF"???
bencmarking start normally, but again fixated on zec now.do i need to create new miner ps1 file or txt file for this miner?now it is in claymore txt.
seems like now not creating stats file while benchmarking...how to fix it?
p.s.v2 is driving me crazy with this benchmarking=)v1.3 works fine with this miner without any problem=)just a thoughts...waiting for your help.

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

The syntax looks correct but I don't know what the API is for that (does it have one?). You will have to enter your hash rate manually:
"HashRates": {"Equihash": "1000"},

The design is the same; you can still enter manual numbers.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

and thah's all?no extra files?and what to do with api line?delete it?left empty?
and one more thing.
image
every algo benchmarked with +10% compared real speeds.seems like delta's wrong math.will you check it?

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Leave the API set as you have it; it won't matter.

Every algorithm gets an initial 10% boost when benchmarking. The speed will level out once mining.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

strange boost...well.seems like everthing else working fine.but again - v1.3 - better as for me=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Not many people want to wait ages for a 100% accurate benchmark or get lots of manual readings. But as you can see the miner files are highly editable, glad you've got it working well.

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

why ages? run miner for 5-10 minutes and there is result=)

from multipoolminer.

aaronsace avatar aaronsace commented on July 20, 2024

Times that by at least 30; it adds up. :P

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

but no 10%=)

from multipoolminer.

lyolyalya avatar lyolyalya commented on July 20, 2024

#38

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.