Pages:
Author

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

newbie
Activity: 1
Merit: 0
How do i get more than 4400khash from my 290? Has Hawaii been left out in the cold?
Its actually averaging 0-4% gpu load in GPU-z, am I missing something obvious?
newbie
Activity: 28
Merit: 0
Is there an argument for this program to specify which card to mine from?  I have both a 660ti and a 270x in my machine and the program defaults to the 660ti.

Have you tried creating 2 batch files?  Set one file to -d 0 and the other to -d 1
newbie
Activity: 58
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
sr. member
Activity: 321
Merit: 250
Is there an argument for this program to specify which card to mine from?  I have both a 660ti and a 270x in my machine and the program defaults to the 660ti.

Edit: Tried the -d arguments, but the 270x doesn't even show up as an option.  Only the 660ti and my 2600k.  Strange.
newbie
Activity: 22
Merit: 0
What is this?

http://sia1.subirimagenes.net/img/2014/02/07/140207064504223166.jpg

This is my command line: arOpenCLMAX.exe -o http://ypool.net:8081 -u Glorthoron.scrypt -p x -d 00,01,02,03

I use Win 7 x64

Help please...

Try this:

-d 0,1,2,3

Invalid cheksum. Is for de DDOS attack?
legendary
Activity: 1596
Merit: 1010
lost the connection with ypool now Huh

Pool is getting DDosed, it just can't handle the traffic
newbie
Activity: 15
Merit: 0
I saw how it was in the beginning, when someone gave link to your miner, archit.
That was not fair to you, but I hope that we can compensate this with our donations.
Thank you very much. I'll send you a little BTCs. Hope overall collected BTC amount would make you millionaire, so the world would knows that programmers on the edge receive the best thanks.

P.S. I registered just to say that, was readonly before Smiley
full member
Activity: 137
Merit: 100
lost the connection with ypool now Huh
hero member
Activity: 935
Merit: 1001
I don't always drink...
archit,

Thank you very much for making this miner available.  Unfortunately, ypool and maxpool are being DDOS'd or are overwhelmed.  Can your miner be set to solo mine?
newbie
Activity: 28
Merit: 0
thanks. Unfortunately the maxcoin wallet is not installing properly on my windows machine. They dont seem to have provided a fix for it yet. I guess I'll have to wait

You don't need a wallet to get this to work.  Your coins go to your account on YPool
member
Activity: 66
Merit: 10
thanks. Unfortunately the maxcoin wallet is not installing properly on my windows machine. They dont seem to have provided a fix for it yet. I guess I'll have to wait
sr. member
Activity: 406
Merit: 250
What is this?



This is my command line: arOpenCLMAX.exe -o http://ypool.net:8081 -u Glorthoron.scrypt -p x -d 00,01,02,03

I use Win 7 x64

Help please...

Try this:

-d 0,1,2,3
newbie
Activity: 22
Merit: 0
What is this?

http://sia1.subirimagenes.net/img/2014/02/07/140207064504223166.jpg

This is my command line: arOpenCLMAX.exe -o http://ypool.net:8081 -u Glorthoron.scrypt -p x -d 00,01,02,03

I use Win 7 x64

Help please...
sr. member
Activity: 406
Merit: 250
Work great but I am worried that ypool share values are all 0.
My shares count increase but not my unconfirmed ballance.

Yes...

Me too
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
win 64bit enterprise here

Code:
C:\Downloads\CryptoCoins\miners\Coins\MAX\arOpenCLMAX0.1a>arOpenCLMAX.exe -o http://ypool.net -u user.MAX_1 -u pwd -d 1,2
╔══════════════════════════════════════════════════╗
║  arOpenCLMAX(v0.1a)                              ║
║  author: archit,jh00 and little help from girino ║
║  http://ypool.net                                ║
╚══════════════════════════════════════════════════╝
Launching miner...
Initializing GPU 1
Initializing Device: Tahiti
Platform 00: Intel(R) OpenCL
  Device 00: Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz
Platform 01: AMD Accelerated Parallel Processing
  Device 01: Tahiti
  Device 02: Tahiti
  Device 03: Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz
Initializing GPU 2
Initializing Device: Tahiti
Platform 00: Intel(R) OpenCL
  Device 00: Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz
Platform 01: AMD Accelerated Parallel Processing
  Device 01: Tahiti
  Device 02: Tahiti
  Device 03: Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz
xptClient_addDeveloperFeeEntry(): Invalid checksum

any ideas for workaround?
member
Activity: 113
Merit: 10
Work great but I am worried that ypool share values are all 0.
My shares count increase but not my unconfirmed ballance.
hero member
Activity: 551
Merit: 500
Appears to not work on 32 bit Windows 7. Works great on 64 bit.
newbie
Activity: 28
Merit: 0
Thanks for that but the program crashes on start and i was thinking it is because i havent set up a config file. Is that line you have shown me supposed to be added to the miner.cl file?

No.  Make a blank .txt file and put that line in.  When you save the file, use Save As, and then rename it to a .bat instead of .txt

Then double click your .bat file
member
Activity: 66
Merit: 10
Thanks for that but the program crashes on start and i was thinking it is because i havent set up a config file. Is that line you have shown me supposed to be added to the miner.cl file?
newbie
Activity: 28
Merit: 0
Can anyone give a little info on how to set this up? I cant figure out how to put in worker details, cheers

arOpenCLMAX.exe -o http://ypool.net:8080 -u username.wallet -p password -d 0

if you have more than 1 card you need to use -d 0,1, and so on

Pages:
Jump to: