Pages:
Author

Topic: arOpenCLMAX v0.1b - MAX coin OpenCL miner - Works with AMD, NVIDIA XPT - 1GH! - page 17. (Read 39006 times)

full member
Activity: 170
Merit: 100
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.
full member
Activity: 126
Merit: 100
Geister?! Geister?! Geister???!! Weißbroooot!
is there any chance to get this to work with stratum?
full member
Activity: 137
Merit: 100
The networkhashps is 280G when ypool is down. There must be some hiding pools going on.
hero member
Activity: 644
Merit: 500
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
newbie
Activity: 36
Merit: 0
// 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?
sr. member
Activity: 406
Merit: 250
WTF are doing in ypool???  Huh Huh
sr. member
Activity: 248
Merit: 250
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....
full member
Activity: 170
Merit: 100
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.
sr. member
Activity: 248
Merit: 250
I tried running it with maxcoinpoll.com and it connects to the server but does NOT start mining...
member
Activity: 62
Merit: 10
How change ypool for  another??? =_=
sr. member
Activity: 252
Merit: 250
NEED A 32bit version of this program! pls!

Yes! People forget that half the world is still on Windows 32bit versions!
newbie
Activity: 1
Merit: 0
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.
member
Activity: 62
Merit: 10
newbie
Activity: 56
Merit: 0
no way to make it work with stratum+tcp pools ?
legendary
Activity: 1148
Merit: 1000
can we use it to solomine?
sr. member
Activity: 248
Merit: 250
okay HAS ANYONE SUCCESSFULLY USED THIS WITH POOLS OTHER THAN Ypool?Huh like  http://maxcoinpool.com or 1gh?
newbie
Activity: 56
Merit: 0
it says invalid checksum and then lost connection to server. is that because the pool is down?
how can i fix the invalid checksum please?

by waiting that the pool comes back
hero member
Activity: 1036
Merit: 520
1KoMmKPMG6xaWcqB8CPP3WJ8avRSVRHtP2
it says invalid checksum and then lost connection to server. is that because the pool is down?
how can i fix the invalid checksum please?
full member
Activity: 190
Merit: 100
yes, now ypool down again... Shocked

We are down for maintenance, expected downtime around 20-60 minutes. <--- off. from ypool
full member
Activity: 148
Merit: 100
Does this tool work on another pool ? ypool down.
Pages:
Jump to: