Author

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

member
Activity: 70
Merit: 10
1GH pool mod i compiled for Windows x64

http://www.datafilehost.com/d/84a2035c

UN-CHECK use downloader on host !

want to donate to me ?

here is my maxcoin addy = mKDAXN66THsZsBxaXQu2aYMxbt7ZmByjbt
i could use it i mined waaaay late and have 1 shitty 550Ti Fermi gpu Sad

have fun

oh man x86 should be faster...
sr. member
Activity: 476
Merit: 250
Solo mining is not working for me...
I have taken the Window wallet and cudamina well configured and this night I have found few YAY with my graphical card but my balance is still at 0 ... This make me crazy !!!!!!

maxcoind listtransasction (in cmd)

I just got one block noted as immature with 58 confirmation yet my balance is 0.00, probably need to have enough confirmations !
Would be noted as orphan other wise, that could be your problem...
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
1GH pool mod i compiled for Windows x64

http://www.datafilehost.com/d/84a2035c

UN-CHECK use downloader on host !

want to donate to me ?

here is my maxcoin addy = mKDAXN66THsZsBxaXQu2aYMxbt7ZmByjbt
i could use it i mined waaaay late and have 1 shitty 550Ti Fermi gpu Sad

have fun
full member
Activity: 140
Merit: 100
ok fine...

i'll post it Wink

you, sir, are on your way to greatness.
newbie
Activity: 34
Merit: 0

so far so good. i could solve a lot of problems, but how to solve this?

Code:
git clone https://github.com/cbuchner1/CudaMiner
cd CudaMiner
./configure
PATH=/usr/local/cuda-5.5/bin:$PATH make

results in:

Code:

cudaminer-cpu-miner.o: In function `miner_thread':
/root/CudaMiner/cpu-miner.c:876: undefined reference to `scanhash_keccak'
collect2: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/root/CudaMiner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/CudaMiner'
make: *** [all] Error 2

you forgot ./autogen.sh (before you run configure)
newbie
Activity: 47
Merit: 0
Can someone share miner with the fixes for the pool?
member
Activity: 70
Merit: 10
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
ok fine...

i'll post it Wink

i am doing 40mh/s on pool with a 550Ti Smiley
hero member
Activity: 826
Merit: 1000
see my profile

so far so good. i could solve a lot of problems, but how to solve this?

Code:
git clone https://github.com/cbuchner1/CudaMiner
cd CudaMiner
./configure
PATH=/usr/local/cuda-5.5/bin:$PATH make

results in:

Code:

cudaminer-cpu-miner.o: In function `miner_thread':
/root/CudaMiner/cpu-miner.c:876: undefined reference to `scanhash_keccak'
collect2: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/root/CudaMiner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/CudaMiner'
make: *** [all] Error 2
sr. member
Activity: 298
Merit: 250
If you're getting "undefined reference" to SHA256 or something similar, look for cudaminer_LDADD in the Makefile and add -lssl and -lcrypto.
thanks, it worked.
newbie
Activity: 11
Merit: 0
Testing the code which was on github and compiled on windows with my gtx660 it works.
For the moment 43 accepted 7 rejected

With a pool ?

yes
https://bitcointalk.org/index.php?topic=392322.40

That is handy! Could You post the compiled version please?
newbie
Activity: 34
Merit: 0
If you're getting "undefined reference" to SHA256 or something similar, look for cudaminer_LDADD in the Makefile and add -lssl and -lcrypto.
sr. member
Activity: 322
Merit: 250
Testing the code which was posted on github with the fixes for the pool (maxpool.1gh) and compiled on windows with my gtx660 it works.
For the moment 43 accepted 7 rejected



Could you share the binary?
full member
Activity: 140
Merit: 100
Testing the code which posted was on github with the fixes for the pool (maxpool.1gh) and compiled on windows with my gtx660 it works.
For the moment 43 accepted 7 rejected

yoda

Can you please post the binary? I also have a gtx660. Smiley Thank you.

Yeah please share, im on gtx770
full member
Activity: 140
Merit: 100
Testing the code which posted was on github with the fixes for the pool (maxpool.1gh) and compiled on windows with my gtx660 it works.
For the moment 43 accepted 7 rejected

yoda

Can you please post the binary? I also have a gtx660. Smiley Thank you.
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
Testing the code which was on github and compiled on windows with my gtx660 it works.
For the moment 43 accepted 7 rejected

With a pool ?

yes
https://bitcointalk.org/index.php?topic=392322.40
newbie
Activity: 6
Merit: 0
Testing the code which was on github and compiled on windows with my gtx660 it works.
For the moment 43 accepted 7 rejected

With a pool ?
sr. member
Activity: 350
Merit: 250
Im going to get my 7970 mining with my gtx 780 later. Boost my hashrate a bit. I made enough last night to buy 2 more 780s :-p
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
in case anyone cares i figured out how to send money via command line on windows Smiley


Use the command:
start /b maxcoind.exe

To send commands type:
maxcoind.exe

for example
maxcoind.exe getinfo

To get a list of commands:
maxcoind.exe help

To stop the daemon
maxcoind.exe stop

To send money
maxcoind.exe sendtoaddress

legendary
Activity: 1400
Merit: 1050
Testing the code which was posted on github with the fixes for the pool (maxpool.1gh) and compiled on windows with my gtx660 it works.
For the moment 43 accepted 7 rejected

Jump to: