Search content
Sort by

Showing 20 of 333 results by int3ractivodular
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
int3ractivodular
on 22/08/2015, 00:36:51 UTC
As others have reported, I am getting higher local quark hashrate reports but nicehash shows I'm down by a lot.


Also having an issue now where when mining Lyra2REv2 where the miner will say its launching 6 threads for my 6 cards, but only 1 card starts hashing. Dunno what's causing that, doesn't happen with other algorithms.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
int3ractivodular
on 21/08/2015, 06:48:06 UTC
Great improvements on all my 750 Ti's, thanks for the awesome work!
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.5.4 - Auto profit switching miner controller
by
int3ractivodular
on 13/11/2014, 23:03:24 UTC
Great work as usual, keep it up! Love the remote console features.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.4.3 - Auto profit switching miner controller
by
int3ractivodular
on 22/10/2014, 23:31:56 UTC
Well, seems like I got it working via using both text only output and the "usewindow" command and all is well. Smiley

On a semi-related note, I haven't been keeping up with GPU mining super closely recently, what are the expected speeds for a 280X on each algo nowadays?

Are their newly released modded kernels? Did people figure out the settings/clocks better? What settings/software are you guys mining with/could you redirect me to a better resource?
I don't know a lot about AMD cards, so perhaps someone else here could help you more with that.  But I do know that NVIDIA cards seem to be the best for any of the X## algorithms, and AMD cards are best for some others.

Okay, thanks for your help Smiley
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.4.3 - Auto profit switching miner controller
by
int3ractivodular
on 22/10/2014, 23:25:00 UTC
Well, seems like I got it working via using both text only output and the "usewindow" command and all is well. Smiley

On a semi-related note, I haven't been keeping up with GPU mining super closely recently, what are the expected speeds for a 280X on each algo nowadays?

Are their newly released modded kernels? Did people figure out the settings/clocks better? What settings/software are you guys mining with/could you redirect me to a better resource?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.4.3 - Auto profit switching miner controller
by
int3ractivodular
on 22/10/2014, 23:14:09 UTC
That's basically what I was thinking was happening but I wasn't sure. Alright, I'll try that.

I was trying to get the miners to launch in a separate window with  the "usewindow" command but I guess I am still not doing it right.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.4.3 - Auto profit switching miner controller
by
int3ractivodular
on 22/10/2014, 22:35:47 UTC
So I got it all working properly on my Nvidia rigs and ccminer, but I'm running into some issues with my AMD rig with sgminer.

Here is the output I get whenever I try to launch (x15 in this example, using bitblock kernel):

Code:
[15:15:48] Starting NiceHash x15
[15:15:48] Set default algorithm to bitblock
[15:15:48] Global quota greatest common denominator set to 1
[15:15:48] Default Devices = all
[15:15:48] set_devices(all)
[15:15:48] Loading settings from default_profile for pool 0
[15:15:48] Pool 0 Algorithm set to "bitblock"
[15:15:48] Pool 0 devices set to "all"
[15:15:48] Pool 0 lookup gap set to "(null)"
[15:15:48] Pool 0 Intensity set to "19"
[15:15:48] Pool 0 XIntensity set to "(null)"
[15:15:48] Pool 0 Raw Intensity set to "(null)"
[15:15:48] Pool 0 Thread Concurrency set to "8192"
[15:15:48] Pool 0 GPU Clock set to "1100"
[15:15:48] Pool 0 GPU Memory clock set to "1250"
[15:15:48] Pool 0 GPU Threads set to "2"
[15:15:48] Pool 0 GPU Fan set to "(null)"
[15:15:48] Pool 0 GPU Powertune set to "(null)"
[15:15:48] Pool 0 GPU Vddc set to "(null)"
[15:15:48] Pool 0 Shaders set to "(null)"
[15:15:48] Pool 0 Worksize set to "256"

Redirection is not supported.

No clue what "Redirection is not supported." means. I'm also not entirely sure that everything is being passed correctly to sgminer, it seems like it is getting most of what I tell it but it's still not working properly.. Also I get the same set of errors regardless of which algo I attempt to use, except that the output changes respective to that algorithm and it's specific passed arguments.

Here's my Nicehash x15 config:

Code:
{ "algo": "x15", "folder": "", "command": "sgminer.exe", "arguments": " -k bitblock -o stratum+tcp://stratum.nicehash.com:3339 -u 1MyBTCAddresshere.worker -p x --thread-concurrency 8192 -I 19 -w 256 -g 2 --gpu-engine 1100 --gpu-memclock 1250" }

Any ideas as to what I might be doing wrong? I wasn't even able to get miners to fully start when I was using the SPARAMs etc so I just removed them and manually input the arguments, which seems to have worked for the most part, but obviously it's still not quite right or I'd be hashing away. Any help is greatly appreciated  Smiley

EDIT: Here is what appears in the error.log right after I attempt to launch it.

Code:
10/22/2014 3:47:48 PM
----------------------------------------------
Type: TargetInvocationException
Message: An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.
Stack trace:    at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at System.Net.DownloadStringCompletedEventArgs.get_Result()
   at MinerControl.Utility.WebUtil.DownloadJsonComplete(Object sender, DownloadStringCompletedEventArgs e)

10/22/2014 3:47:48 PM
----------------------------------------------
Type: WebException
Message: The underlying connection was closed: The connection was closed unexpectedly.
Stack trace:    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)

10/22/2014 3:47:49 PM
----------------------------------------------
Type: TargetInvocationException
Message: An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.
Stack trace:    at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at System.Net.DownloadStringCompletedEventArgs.get_Result()
   at MinerControl.Utility.WebUtil.DownloadJsonComplete(Object sender, DownloadStringCompletedEventArgs e)

10/22/2014 3:47:49 PM
----------------------------------------------
Type: WebException
Message: The underlying connection was closed: The connection was closed unexpectedly.
Stack trace:    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.4.3 - Auto profit switching miner controller
by
int3ractivodular
on 22/10/2014, 09:06:09 UTC
Stoked that this is still getting updated, keep up the awesome work! Smiley
Post
Topic
Board Mining (Altcoins)
Re: [ANN] NiceHash Control 1.1.1 - Auto profit switching control for NiceHash servic
by
int3ractivodular
on 02/08/2014, 00:45:12 UTC
I may have to put a base URL parameter in to allow users to select which site to go to.  Haven't decided yet.  If this turns into too much of a debacle I may start looking at other options for mining instead.

maybe just do a bit like bfgminer does. Lose the fixed binding "slot to coin" and add a parameter for name and provider to the config. e.g.

Code:
{ "slot":0, "provider":"nicehash:0", "name":"Scrypt", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS.bat scrypt _ADDRESS_" },
{ "slot":1, "provider":"westhash:0", "name":"Scrypt, too", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS_w.bat scrypt _ADDRESS_" },
{ "slot":2, "provider":"fixprice:0.68965", "name":"Scrypt, three", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c mypool.cmd" },

With time you could add more providers.

That's actually along the lines of what I was thinking for my "version 2" which will support TradeMyBit.  Still, I'll have to wire in more support for getting pay rates to monitor both (or all three) NiceHash sites.

This would be freaking awesome, keep up the great dev
Post
Topic
Board Mining (Altcoins)
Re: [ANN] NiceHash Control 1.0.4 - Auto profit switching control for NiceHash servic
by
int3ractivodular
on 11/07/2014, 22:45:43 UTC

Question.  Are all of your machines on the same network?  I'm thinking about trying to create a monitor app that could get redirected output from all mining rigs on one network.  Will probably use multicast for simplicity, which means it would not cross a router.  Just curious if there is any demand for something like this.

PS: Dang flicker!  I really need to get the minimum time hooks in. I'm bouncing between X11 and X13 again tonight.  Spent one whole minute on X13 before switching back.

I'd be very interested in a monitoring app that is networked! Please do Smiley

Also, yeah the bouncing back and forth between algos seems to happen too frequently.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] NiceHash Control 1.0.4 - Auto profit switching control for NiceHash servic
by
int3ractivodular
on 11/07/2014, 22:43:11 UTC
Thanks for your continued work on this, love the utility! Just a minor note regarding UI conventions, the tabindex is a bit out of order on the buttons. Obviously, nothing that's a major issue just figured you'd want to know Smiley
Post
Topic
Board Mining (Altcoins)
Re: [ANN] NiceHash Control - Profit switch mining control for NiceHash cloud service
by
int3ractivodular
on 04/07/2014, 05:03:34 UTC
This is an answer to my prayers! Awesome, can't wait to see it progress further.

EDIT: x14 Support! Since apparently xX is the new fad for algos these days  Roll Eyes
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
int3ractivodular
on 03/07/2014, 20:46:42 UTC
Can't seem to get X15 working with the v5 miner for the life of me... always getting share above target HW errors.
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
int3ractivodular
on 17/05/2014, 00:11:40 UTC
So glad I stumbled upon this awesome site/service. Very well done, super excited to be mining with you guys!
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
int3ractivodular
on 14/05/2014, 07:34:24 UTC
This is what I'm getting:

and then it eventually exits

It all looks right, maybe it's a worker/account issue.

maybe just as a test try

sgminer -k darkcoin -o stratum+tcp://east01.us.trademybit.com:4440 -u dmpotter.test -p x -X 4

I'm an idiot. There was a typo that I had somehow missed even after going over it like 30 times... lol
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
int3ractivodular
on 14/05/2014, 03:56:49 UTC
This is what I'm getting:

and then it eventually exits
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
int3ractivodular
on 14/05/2014, 03:53:21 UTC
Super neat to find an x11 multipool, hopefully I can get it working right. Seems to be unable to find any work from the pool when I try and run sgminer...

It takes a little to start up, so you can compare command lines this is what I'm using.

sgminer -k darkcoin -o stratum+tcp://east01.us.trademybit.com:4440 -u user.worker -p x -X 4

That's what I'm using, it just sits here waiting for work though... dunno what's wrong  Huh
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
int3ractivodular
on 14/05/2014, 03:31:26 UTC
Super neat to find an x11 multipool, hopefully I can get it working right. Seems to be unable to find any work from the pool when I try and run sgminer...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][JACKPOT]JackpotCoin, innovative and fun! Current Jackpot: 2477693
by
int3ractivodular
on 27/04/2014, 20:42:55 UTC
Interesting idea, gonna point some of my hashrate this way. Hopefully coins like this catch on, I like the idea of independent PoW/PoS coins.
Post
Topic
Board Announcements (Altcoins)
Re: BTCtalkcoin [BCC] Airdrop Details (Opens April 25)
by
int3ractivodular
on 25/04/2014, 18:24:30 UTC
PM'd but posting here just in case:

my address: CaZxKinzB8syKFEQZruZfajGkoKmSmpWaR