Bitcoin Forum
June 28, 2024, 03:44:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  Print  
Author Topic: arOpenCLMAX v0.1b - MAX coin OpenCL miner - Works with AMD, NVIDIA XPT - 1GH!  (Read 38978 times)
SirWilliam
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


View Profile
February 07, 2014, 08:37:12 PM
 #181

okay HAS ANYONE SUCCESSFULLY USED THIS WITH POOLS OTHER THAN Ypool?Huh like  http://maxcoinpool.com or 1gh?
aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
February 07, 2014, 08:38:59 PM
 #182

can we use it to solomine?
Alcohoin
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
February 07, 2014, 08:41:01 PM
 #183

no way to make it work with stratum+tcp pools ?
Vitadream
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
February 07, 2014, 08:48:52 PM
 #184

no way to make it work with stratum+tcp pools ?
+1000000
thatches
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 07, 2014, 08:50:23 PM
 #185

Having kernel errors on hd7850, endless list.

Hoe do I fix this?

same card, same problems. I have the latest Catalyst drivers installed, 13.12

ERROR: -48, CL_INVALID_KERNEL, if kernel is not a valid kernel object.
ERROR: -48, CL_INVALID_KERNEL, if kernel is not a valid kernel object.
ERROR: -48, CL_INVALID_KERNEL, if kernel is not a valid kernel object.
ERROR: -48, CL_INVALID_KERNEL, if kernel is not a valid kernel object.
ernie-
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile WWW
February 07, 2014, 08:50:30 PM
 #186

NEED A 32bit version of this program! pls!

Yes! People forget that half the world is still on Windows 32bit versions!
Vitadream
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
February 07, 2014, 08:57:03 PM
 #187

How change ypool for  another??? =_=
SirWilliam
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


View Profile
February 07, 2014, 09:01:08 PM
 #188

I tried running it with maxcoinpoll.com and it connects to the server but does NOT start mining...
fcode
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile
February 07, 2014, 09:05:48 PM
 #189

I think maxcoinpool is using a regular stratum server (where did they get that?) not x.pushthrough

It also seems to not work that great.
SirWilliam
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


View Profile
February 07, 2014, 09:12:24 PM
 #190

Just FYI I tried it with igh also, using the command string listed on 1gh, that is

//maxpool.1gh.com:17333 -u WALLET -p x

and it doesn't seem to work....
atleticofa
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
February 07, 2014, 09:16:40 PM
 #191

WTF are doing in ypool???  Huh Huh
BernoulliS
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
February 07, 2014, 09:18:31 PM
 #192

// validate checksum
   uint8 addressHash[32];
   sha256_ctx s256c;
   sha256_init(&s256c);
   sha256_update(&s256c, walletAddressRaw, walletAddressRawLength-4);
   sha256_final(&s256c, addressHash);
   sha256_init(&s256c);
   sha256_update(&s256c, addressHash, 32);
   sha256_final(&s256c, addressHash);
   if( *(uint32*)(walletAddressRaw+21) != *(uint32*)addressHash )
   {
      printf("xptClient_addDeveloperFeeEntry(): Invalid checksum\n");
      return;
   }
// address ok, check if there is still free space in the list
   if( xptClient->developerFeeCount >= XPT_DEVELOPER_FEE_MAX_ENTRIES )
   {
      printf("xptClient_addDeveloperFeeEntry(): Maximum number of developer fee entries exceeded\n");
      return;
   }



This is causing the problem  I imagine. Can anyone modify the client assuming they are following the same code sha checks. I wouldn't know where to start

[/quote]

Were did you find the sources of the miner btw?  Can we have a look?
blade87
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
February 07, 2014, 09:23:35 PM
 #193

I really wish this could solo mine. My solo mining Titan has found 2 blocks. My AMD GPUs that can do more than 5X the Titan have only mined 1/4th the number of coins that my Titan has, and to make it even better the pool is down and price is crashing so I can't even sell them.

I've been playing around with it but I can't seem to make it work for solo mining.  Embarrassed
BitRock
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
February 07, 2014, 09:27:27 PM
 #194

The networkhashps is 280G when ypool is down. There must be some hiding pools going on.
Camilio
Full Member
***
Offline Offline

Activity: 126
Merit: 100

Geister?! Geister?! Geister???!! Weißbroooot!


View Profile
February 07, 2014, 09:27:44 PM
 #195

is there any chance to get this to work with stratum?
fcode
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile
February 07, 2014, 09:30:45 PM
 #196

The networkhashps is 280G when ypool is down. There must be some hiding pools going on.

The big farms have their own OpenCL miner and are using it to "solo" while DDOS'ing the only few public pools.

What we need is a normal stratum OpenCL miner and then the stratum backend needs to be made public so that dozens of pools can start (been waiting for this myself; I get no response whatsoever from the max devs). They couldn't DDOS them all at that point.
litecoin123
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 07, 2014, 09:32:24 PM
 #197

Can i with that miner mine only with CPU or also with GPU (sapphire r9 280x) Huh
ernie-
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile WWW
February 07, 2014, 09:32:40 PM
 #198

Where is the source code? Why are people running binaries without the source code to check for malware etc?

How do you know you are not suddenly part of the bot net DDoS'ing the other pools?
atlet_ante
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
February 07, 2014, 09:36:06 PM
 #199

Can i with that miner mine only with CPU or also with GPU (sapphire r9 280x) Huh

gpu Smiley
SirWilliam
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250


View Profile
February 07, 2014, 09:37:11 PM
 #200

Where is the source code? Why are people running binaries without the source code to check for malware etc?


good point!!!!!!!!!!!
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!