Search content
Sort by

Showing 10 of 10 results by kevdotcom
Post
Topic
Board Mining (Altcoins)
Re: Speed up Afterburner Startup?
by
kevdotcom
on 10/02/2018, 23:44:23 UTC
Open your Start Menu and enter 'Task Scheduler'

You can configure all kinds of stuff there, like for example making your miners start 1 minute after login.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0)
by
kevdotcom
on 26/01/2018, 02:11:49 UTC
I actually switched back to DTSM now...

The pool shows me the same hashrate, so this guy is either lying about the hashrate or he is taking more dev fee than he says he does.

Either way pretty scammy.


Plus, he can't even get e-mail adresses working properly.

I have asked >10 users to try out the feature of putting email into the username and all of them report it is working perfectly. Can you double check your command line?

I told you three times already what I entered and what I got out of it... I'm actually progamming every now and then myself for years now, please don't try to tell me that I'm too dumb to use some simple command line arguments and URL encoding while you need us to put 'stratum://' inside the argument instead of just adding it inside the code of the miner. (with an argument if you need a different protocol, if there even are any others that are still used)

Damn, just make it open source, so I can fix this obnoxious stuff myself.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0)
by
kevdotcom
on 25/01/2018, 11:33:01 UTC
I actually switched back to DTSM now...

The pool shows me the same hashrate, so this guy is either lying about the hashrate or he is taking more dev fee than he says he does.

Either way pretty scammy.


Plus, he can't even get e-mail adresses working properly.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0)
by
kevdotcom
on 25/01/2018, 02:47:15 UTC
My GTX 1060 jumped from 330 Sol/s to 340 Sol/s after updating... Definitely worth.

How did you achieve that speed, my 1060 only does 270~315 with a lot of power increase as it goes higher. pls show me how and thanks

I have my Core Clock on +162 (can go up to +200 and higher but I want it to live longer) and the Memory Clock on +350... Power Limit at 90%, but even at 80% it only goes slightly below 340 Sol/s.

It's a Palit GTX 1060 JetStream (6 GB).

I could probably be more efficient power wise but I don't have to pay for electricity at the moment, anyways. (And I'm not doing it big time either, although my goal is to buy another GPU from it so I can even mine while gaming  Grin)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0)
by
kevdotcom
on 24/01/2018, 04:04:18 UTC
Any advantages regarding Hashrate between 5.2 and 5.1? Actually i am running my 1070 Ti witch 500-510s, at60% PL, +260 Core, +595 Mem with 105-109 Power Consumption.

My GTX 1060 jumped from 330 Sol/s to 340 Sol/s after updating... Definitely worth.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0)
by
kevdotcom
on 23/01/2018, 17:20:36 UTC
The version 5.2.0 has been released. It brings a few improvements on NiceHash and Windows:

  • Introduced the option -logfile to append the logs into a file.
  • Minor optimization on Windows for cards that are mounted on the risers.
  • Improve compatibility for NiceHash.

Enjoy!

When are you gonna fix e-mail adresses?

I tested and it works for me. Can you take another look at https://www.bminer.me/examples/#escaping-characters-in-the-uri ?

I did it exactly like in the link but nanopool got workerFfoo0gmail.com as worker name...
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0)
by
kevdotcom
on 23/01/2018, 07:21:42 UTC
The version 5.2.0 has been released. It brings a few improvements on NiceHash and Windows:

  • Introduced the option -logfile to append the logs into a file.
  • Minor optimization on Windows for cards that are mounted on the risers.
  • Improve compatibility for NiceHash.

Enjoy!

When are you gonna fix e-mail adresses?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.1.0)
by
kevdotcom
on 22/01/2018, 08:54:17 UTC
The reason why it closes instantly is that '-pause' is not a valid command line argument.
You are supposed to just write 'pause' in a new line. Try this:

Quote
SET ADDRESS=3DovKVnnHhaeQhTJ4UDHy7wwbbFz8yXAvg
SET USERNAME=3DovKVnnHhaeQhTJ4UDHy7wwbbFz8yXAvg
SET POOL=equihash.hk.nicehash.com:3357
SET SCHEME=stratum+tcp

bminer -uri stratum://3DovKVnnHhaeQhTJ4UDHy7wwbbFz8yXAvg@stratum+tcp://equihash.hk.nicehash.com:3357 -api 127.0.0.1:1880

pause
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.1.0)
by
kevdotcom
on 21/01/2018, 14:34:43 UTC
Hate to double post, but my last post just got ignored:

How do I make the email adress work?

I followed the example exactly but my nanopool account page just shows

workerFmail0example.com as my worker name when I use -uri stratum://wallet.worker%2Fmail%40example.com@zec-eu1.nanopool.org:6666.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.1.0)
by
kevdotcom
on 21/01/2018, 05:15:05 UTC
Did anybody get the email adress working?

I followed the example exactly but my nanopool account page just shows

workerFmail0example.com as my worker name when I use -uri stratum://wallet.worker%2Fmail%40example.com@zec-eu1.nanopool.org:6666.


This is honestly the worst way I ever saw anybody program something like this.