Bitcoin Forum
June 23, 2024, 02:22:16 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 17, 2014, 07:08:03 AM
I've update to the Beta drivers 340.88 and the hash increased slightly. Now getting 7.1 Mh or so but still not the 7.8/7.9 Mh you are getting. I also tried with minep.it pool but as I was expecting it didn't change anything.

Any more ideas?

I have not followed the whole conversation, but I am wondering if one of you is running on risers and the other not?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 17, 2014, 07:06:22 AM
In the latest version of NVminer, with all the combined algos, when I am mining XMR is it suppose to slow the machine down to a crawl?

I would love to get this version for Linux OS !  Sad

It has this facility also, it is just not enabled by default. Add the argument --bfactor=6 to your starting line. This is then the same as Windows default behaviour. You may lose a little hash, but it also drops power usage.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 02, 2014, 09:02:52 PM
A manager for ccMiner that gives failover support amongst other things.

http://www.coindiscussion.co.uk/forum/viewtopic.php?f=46&t=295#p1743

It's only been tested on my rig, and works well for me. Whether it works for you is another story!

Please let me know if it's of any use, either in this thread or the CDUK thread.

Cheers.

Thank you! Clever approach to use temp. Does it autoswitch/check back to primary pool periodically, in case it comes back up?
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy on: June 30, 2014, 06:21:30 PM
OK, thank you. Will give it another go once server fully updated and let you know if still have issues!
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 30, 2014, 06:28:10 AM
Has anyone written a program for managing ccMiner, or is currently writing one? I've put together a shell script to handle ccMiner, and could share if there's demand for it?

Current features:

Failover support.
High GPU temperature temporary mining shutdown.
Miner restart on driver crash.
Monitoring of GPU's
Mining logs.
Error logs.
Email alerts.

Would be happy make this available, but not sure if anyone is working on something more advanced?

I believe there is some ongoing work, but nothing that has been published. A script like this could be really helpful for a lot of us!
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy on: June 28, 2014, 04:15:29 PM
Command line I have been using is:

Code:
java -jar stratum-proxy.jar -h eu1.coinking.io:6666 eu2.coinking.io:6666 am01.eu.trademybit.com:4440 am02.eu.trademybit.com:4440 -u USER.1 USER.1 USER.1 USER.1 -p x x x x --log-directory /home/max/stratum-proxy-0.3.0/logs --log-level WARN

Java version is:
Code:
java version "1.7.0_51"
OpenJDK Runtime Environment (IcedTea 2.4.4) (7u51-2.4.4-0ubuntu0.13.04.2)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)

but am aiming to update server this weekend, so should be newer
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy on: June 27, 2014, 05:40:26 AM
I will be away for 3 days...I will look at these problems when back.
thanks! I am updating my mining rig this weekend, maybe it will resolve it!
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy on: June 26, 2014, 09:47:25 PM
Thanks Pool. I am away from at the moment but will post tomorrow or at the weekend!
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy on: June 26, 2014, 06:53:02 PM
Hi there, i am having some problems with the proxy. have it working great for jackpotcoin, but am struggling with a couple of others. Not sure if I am doing something wrong in my command line, or if it's a bug. Messages below. End up with these on all 4 pools on the config.

Code:
2014-06-25 00:01:01,438 ERROR [Pool-eu1.coinking.io:6666-Thread]: [Pool]    Disconnect of pool Pool [name=eu1.coinking.io:6666, host=eu1.coinking.io:6666, uri=stratum+tcp://eu1.coinking.io:6666, username=USER.1, password=x, difficulty=0.016, extranonce1=f800557a, extranonce2Size=4, activeSince=Tue Jun 24 23:31:06 BST 2014, isActive=true, isEnabled=true, isExtranonceSubscribeEnabled=false, numberOfSubmit=1, priority=0, acceptedDifficulty=21.56599999999939, rejectedDifficulty=0.064].
java.io.IOException: EOF on inputStream.
at strat.mining.stratum.proxy.network.StratumConnection$1.run(StratumConnection.java:156)
2014-06-25 00:01:01,438 WARN  [Pool-eu1.coinking.io:6666-Thread]: [StratumProxyManager]    Pool eu1.coinking.io:6666 is DOWN. Moving connections to another one.
2014-06-25 00:01:07,129 WARN  [Pool-eu1.coinking.io:6666-Thread]: [StratumProxyManager]    Pool eu1.coinking.io:6666 is UP.

Code:
2014-06-25 00:15:04,169 ERROR [TimerExecutorThread-95]: [Pool]    Failed to connect the pool eu1.coinking.io:6666.
java.net.UnknownHostException: eu1.coinking.io
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at strat.mining.stratum.proxy.pool.Pool.startPool(Pool.java:176)
at strat.mining.stratum.proxy.pool.Pool$2.run(Pool.java:609)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
10  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL][BTC][LTC][BCN][MRO][QCN][FCN][duck] Minergate on: June 24, 2014, 06:45:47 PM
Hi guys, what should be used as the username and password if running a command line miner, like Claymore etc.? Is it the website login?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 23, 2014, 02:12:25 PM
A Little Tease Smiley



Wow, nice! Windows only or Linux too?
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 22, 2014, 11:14:01 PM
I'll just leave this here.

Damn, that's slow. Seems to scale almost perfectly with hardware memory bandwidth when comparing with Claymore's AMD miner. R9 290X has 3.7x theoretical memory bandwidth compared to 750 Ti and does around 600 H/s. Surprise, 600 / 3.7 comes to around 162. Same story with 270X and it's rougly 2x mem bandwidth. Guess that's not entirely unexpected since there's a whole lot of global memory access going on with the cryptonight algo. Still poking at it but I doubt it'll improve much without C&C level voodoo magic and that's well beyond my skillset Smiley

Nice work! What sort of power usage do you see?
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy on: June 18, 2014, 08:46:00 PM
Just wanted to say thanks for this, it's a great help when mining on Nvidia. Do you have a donation address (BTC one in sig?). I would like to buy you a beer!

Beer received! Cheers!

No problem! Enjoy!
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 18, 2014, 02:52:29 PM
Just wanted to say thanks again Christian. I am sending a "beer" your way later today! I know it's not too much compared to your earnings, but hopefully it counts for something Smiley
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 18, 2014, 01:02:48 PM
For those looking for a failover Pfool has a handy stratum proxy that can serve this purpose https://bitcointalk.org/index.php?topic=611338.0
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy on: June 18, 2014, 01:00:20 PM
Just wanted to say thanks for this, it's a great help when mining on Nvidia. Do you have a donation address (BTC one in sig?). I would like to buy you a beer!
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 18, 2014, 09:56:29 AM
how is the power consumption 750ti on talkcoin>?

For 2 750Ti I get ~115W for JPC and TAC, so 57 - 58W per Ti
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 18, 2014, 06:42:38 AM
At 10Mh I'm getting around 13k JPC a day. Difficulty yoyos up and down so calculators are usually wrong.
19  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL][BTC][LTC][BCN][MRO][QCN][FCN][duck] Minergate on: June 17, 2014, 06:22:46 PM
Anyone else having problems with balance not showing up on website at the moment? To clarify, it just shows permanently as "Updating..."
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: ! on: June 15, 2014, 05:09:18 PM

Cool hadn't seen this one before.  I'll check it out later tonight. Getting ready to celebrate Father's Day with the kids (young adults).
I really don't need a pool with a lot of features.  Just basic proxy feature and a way to track shares.  I'll do the rest outside of the pool/proxy.

Carlo

BTW, Happy Father's Day to all you Dad's out there!

Enjoy! I'm using it to act as my failover in Linux
Pages: [1] 2 3 4
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!