Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 891. (Read 3426922 times)

member
Activity: 66
Merit: 10
this tells me that cudaminer gets the difficulty wrong. So I have to compare the code that translates stratum difficulty into hash target.
Code:
if (opt_algo == ALGO_SCRYPT)
diff_to_target(work->target, sctx->job.diff / 65536.0);
else if (opt_algo == ALGO_KECCAK)
diff_to_target(work->target, sctx->job.diff / 256.0);
else
diff_to_target(work->target, sctx->job.diff);

is this the supposed fix? is it working ? I can integrate it if someone confirms it is good.

And if its working, can someone compile it for windows? Im dying to mine some maxcoin, and give you a share of the profit ofcourse, for your birthday ^^
hero member
Activity: 756
Merit: 502
this tells me that cudaminer gets the difficulty wrong. So I have to compare the code that translates stratum difficulty into hash target.
Code:
if (opt_algo == ALGO_SCRYPT)
diff_to_target(work->target, sctx->job.diff / 65536.0);
else if (opt_algo == ALGO_KECCAK)
diff_to_target(work->target, sctx->job.diff / 256.0);
else
diff_to_target(work->target, sctx->job.diff);

is this the supposed fix? is it working ? I can integrate it if someone confirms it is good.

in the cudaminer we also have to take care of scrypt-jane:

Code:
if (opt_algo == ALGO_SCRYPT || opt_algo == ALGO_SCRYPT_JANE)
diff_to_target(work->target, sctx->job.diff / 65536.0);
else if (opt_algo == ALGO_KECCAK)
diff_to_target(work->target, sctx->job.diff / 256.0);
else
diff_to_target(work->target, sctx->job.diff);
newbie
Activity: 7
Merit: 0
Can someone PLEASE help, why i get "cannot connect HTTP" error when trying to solomine?
Code:
C:\cudaminer-2014-02-06\x64\cudaminer.exe --algo=keccak -d 0 -i -0 -C 2 -L 1024 -H 2 -l K1000x32 -R 5 -o http://127.0.0.1:8180 -u x -p z
newbie
Activity: 6
Merit: 0
Same there, if you help me to install cudamina + the new miner on this pool I will give you a big gift above 100$
member
Activity: 70
Merit: 10
Would be amazing if a windows binary could be released compatible with the pools. Christian what is ur maxcoin donation address pls?

This.
sr. member
Activity: 588
Merit: 251
Would be amazing if a windows binary could be released compatible with the pools. Christian what is ur maxcoin donation address pls?
full member
Activity: 140
Merit: 100
cbuchner1, any idea if you have the time to fix the cudaminer to work with the pools?

If you're compiling yourself, stick that code I posted above in the appropriate place in stratum_gen_work, and apply the sha patch that was posted a few pages ago and you're good to go.

I have 61/61 shares accepted on one of my cards in the last 3 minutes. (on 1gh)

Think you could help me in pm's? Perhaps teamviewer etc, Im very new to all of this, but I have a GTX 770, can get around 120Mh/s, would just wanna use it Smiley.

Ofc you would get something if you help me set it up good
newbie
Activity: 34
Merit: 0
cbuchner1, any idea if you have the time to fix the cudaminer to work with the pools?

If you're compiling yourself, stick that code I posted above in the appropriate place in stratum_gen_work, and apply the sha patch that was posted a few pages ago and you're good to go.

I have 61/61 shares accepted on one of my cards in the last 3 minutes. (on 1gh)

edit: randomly just got a dozen boos in a row, followed by more yays. A few cards at at 100%, a few mid 90s, but my 780 is at 75% :/
full member
Activity: 140
Merit: 100
cbuchner1, any idea if you have the time to fix the cudaminer to work with the pools?
full member
Activity: 140
Merit: 100
Can anybody patch xptProxy to work with keccak?

The source is on ypool: http://ypool.net/howto?ct=4
newbie
Activity: 34
Merit: 0
this tells me that cudaminer gets the difficulty wrong. So I have to compare the code that translates stratum difficulty into hash target.
Code:
if (opt_algo == ALGO_SCRYPT)
diff_to_target(work->target, sctx->job.diff / 65536.0);
else if (opt_algo == ALGO_KECCAK)
diff_to_target(work->target, sctx->job.diff / 256.0);
else
diff_to_target(work->target, sctx->job.diff);
hero member
Activity: 938
Merit: 1000
are there any pools besides that 1gh scam that are up?

ypool. But still no stratum pool available.
legendary
Activity: 1400
Merit: 1050
This is insane... just made a sell at 0.04BTC (74MAX)
sr. member
Activity: 350
Merit: 250
I think im going to start up my home wallet properly. In come all my pcs :-p
hero member
Activity: 756
Merit: 502

Can someone help? Why i can't connect? Thanks!

did you ever run maxcoind.exe -server ?
sr. member
Activity: 266
Merit: 250
are there any pools besides that 1gh scam that are up?
hero member
Activity: 938
Merit: 1000
Tell it is not real. It is madness  Grin
I'm going to sleep a few hours and when I wake up, 7 BTCs is in my account. And the price is likely 4-times the price I order to sell last few hours.

That means I could make around 30BTCs in just one night Huh??

Man it is crazy. We make you a big birthday party Christian. All thanks to you.
newbie
Activity: 47
Merit: 0
full member
Activity: 140
Merit: 100
Any ideea why 1GH says this (here: https://bitcointalksearch.org/topic/m.4992414)

Current versions of CUDAMiner and MaxCoin/CPUMiner are broken.

We are working on it to fix it. Stay tuned! I hope, we'll release fixed versions shortly.

All payouts are processed automatically when reaching 0.1 MAX.

I have a hunch it has something to do with tx ids:

newbie
Activity: 7
Merit: 0
Hi guys! Can't get my solo mining to work. I got GTX 660 and my bat file looks like this:
Code:
C:\cudaminer-2014-02-06\x64\cudaminer.exe --algo=keccak -d 0 -i -0 -C 2 -L 1024 -H 2 -l K1000x32 -R 5 -o http://127.0.0.1:8180 -u x -p z

My config file looks like this:
Code:
# Seed nodes
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19
addnode=213.192.56.163:8334
addnode=wombat.dar.sh
addnode=95.85.14.92
addnode=95.85.38.7
addnode=95.85.41.61
addnode=95.85.40.179
addnode=95.85.42.240
addnode=95.85.43.202
addnode=95.85.43.189
addnode=95.85.25.162
addnode=107.170.246.18
addnode=107.170.245.188
addnode=107.170.245.192
addnode=107.170.10.242
addnode=192.241.174.133
addnode=95.85.45.177

# Enable RPC
rpcallowip=all
daemon=1
server=1
listen=1

# RPC information
rpcuser=x
rpcpassword=z
rpcport=8180
rpcconnect=127.0.0.1

# Mining
gen=0

And this is what i get:
https://dl.dropboxusercontent.com/u/9974469/cudaminer.PNG

Can someone help? Why i can't connect? Thanks!
Jump to: