tsiv
|
|
November 21, 2014, 09:19:56 AM |
|
Where do I find cudart32_65.dll? nvidia wont start without it Thanks I replaced the latest release with one that includes the dll. Runs fine without it for me but that might be because I have the SDK installed. https://github.com/tsiv/spreadminer/releases
|
|
|
|
grizscom
|
|
November 21, 2014, 09:28:44 AM Last edit: November 21, 2014, 09:38:51 AM by grizscom |
|
AMD miner does not compiling under ubuntu 12.04 (32&64). I got this: driver-opencl.c:1219:5: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration] driver-opencl.c:1219:29: warning: initialization makes pointer from integer without a cast [enabled by default] CC sgminer-ocl.o CC sgminer-findnonce.o CC sgminer-adl.o CC sgminer-scrypt.o CC sgminer-darkcoin.o CC sgminer-qubitcoin.o CC sgminer-quarkcoin.o CC sgminer-myriadcoin-groestl.o CC sgminer-fuguecoin.o CC sgminer-inkcoin.o CC sgminer-animecoin.o CC sgminer-groestlcoin.o CC sgminer-sifcoin.o CC sgminer-twecoin.o CC sgminer-marucoin.o CCLD sgminer sgminer-driver-opencl.o: In function `prepare_work': /home/miner/gpu-miner/driver-opencl.c:1219: undefined reference to `max' collect2: ld returned 1 exit status make[2]: *** [sgminer] Error 1 make[2]: Leaving directory `/home/miner/gpu-miner' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/miner/gpu-miner' make: *** [all] Error 2
but at configure this: OpenCL...............: FOUND. GPU mining support enabled And the linux x64 build wallet does not opening rpcport 41677. Why?
|
|
|
|
mmmaybe
|
|
November 21, 2014, 09:38:03 AM |
|
Where do I find cudart32_65.dll? nvidia wont start without it Thanks I replaced the latest release with one that includes the dll. Runs fine without it for me but that might be because I have the SDK installed. https://github.com/tsiv/spreadminer/releasesThanks! Now it opening, but I still can't mine. *** Spreadminer 0.1 - a SpreadX11 miner for nVidia GPUs *** based on ccminer 1.2 Copyright 2014 Christian Buchner, Christian H. based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler SpreadX11 additions by tsiv [2014-11-21 10:33:52] 2 miner threads started, using 'spreadx11' algorithm. [2014-11-21 10:33:52] HTTP request failed: Recv failure: Connection was aborted [2014-11-21 10:33:52] json_rpc_call failed, retry after 30 seconds [2014-11-21 10:34:22] HTTP request failed: The requested URL returned error: 403 Forbidden [2014-11-21 10:34:22] json_rpc_call failed, retry after 30 seconds
Any idea?
|
|
|
|
casper77
Legendary
Offline
Activity: 2898
Merit: 1035
|
|
November 21, 2014, 09:40:56 AM |
|
i have troubles with sgminer and spreadminer from this topic maybe x64 is the reason ?
|
|
|
|
grizscom
|
|
November 21, 2014, 09:54:58 AM |
|
Wallet does not compiling from source too! main.cpp:16:37: fatal error: boost/algorithm/clamp.hpp: No such file or directory compilation terminated. make: *** [obj/main.o] Error 1 Windows only working?
|
|
|
|
tsiv
|
|
November 21, 2014, 09:55:26 AM |
|
Where do I find cudart32_65.dll? nvidia wont start without it Thanks I replaced the latest release with one that includes the dll. Runs fine without it for me but that might be because I have the SDK installed. https://github.com/tsiv/spreadminer/releasesThanks! Now it opening, but I still can't mine. *** Spreadminer 0.1 - a SpreadX11 miner for nVidia GPUs *** based on ccminer 1.2 Copyright 2014 Christian Buchner, Christian H. based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler SpreadX11 additions by tsiv [2014-11-21 10:33:52] 2 miner threads started, using 'spreadx11' algorithm. [2014-11-21 10:33:52] HTTP request failed: Recv failure: Connection was aborted [2014-11-21 10:33:52] json_rpc_call failed, retry after 30 seconds [2014-11-21 10:34:22] HTTP request failed: The requested URL returned error: 403 Forbidden [2014-11-21 10:34:22] json_rpc_call failed, retry after 30 seconds
Any idea? If you used the spreadcoin.conf from the cudaminer thread, you also might want to add rpcallowip=127.0.0.1 Mine looks something like this: server=1 rpcallowip=127.0.0.1 rpcallowip=192.168.1.* rpcuser=putrpcusernamehere rpcpassword=putrpcpasswordhere
Unless you have a separate mining rig you can forget about the other rpcallowip line. It's there just to allow connections from other computers in your local network and if you're mining on the same computer that the wallet is running on, all you need is 127.0.0.1. Edit: Haven't really looked into it, not sure if a missing allowip also results in a 403 Forbidden. Could also be just a mismatch with the username/password between your conf and miner command line, double check just to make sure.
|
|
|
|
Mr. Spread (OP)
|
|
November 21, 2014, 09:58:56 AM |
|
My immediate plans are: 1. ... 2. ... 3. Make block explorer inside the client. I already have some working code but it is yet incomplete. 4. ...
Is this going to be implemented? Tools -> Blockchain Explorer. You may want to set txindex=1 and addrindex=1 in your spreadcoin.conf to get the full information in explorer.
|
|
|
|
tsiv
|
|
November 21, 2014, 09:59:47 AM |
|
i have troubles with sgminer and spreadminer from this topic maybe x64 is the reason ?
"I have troubles" doesn't really tell much and I don't know about the sgminer version but I'm happily running the CUDA miner on Win 7 x64 so that probably isn't the problem.
|
|
|
|
mmmaybe
|
|
November 21, 2014, 10:03:19 AM |
|
Thanks! Now it opening, but I still can't mine. *** Spreadminer 0.1 - a SpreadX11 miner for nVidia GPUs *** based on ccminer 1.2 Copyright 2014 Christian Buchner, Christian H. based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler SpreadX11 additions by tsiv [2014-11-21 10:33:52] 2 miner threads started, using 'spreadx11' algorithm. [2014-11-21 10:33:52] HTTP request failed: Recv failure: Connection was aborted [2014-11-21 10:33:52] json_rpc_call failed, retry after 30 seconds [2014-11-21 10:34:22] HTTP request failed: The requested URL returned error: 403 Forbidden [2014-11-21 10:34:22] json_rpc_call failed, retry after 30 seconds
Any idea? If you used the spreadcoin.conf from the cudaminer thread, you also might want to add rpcallowip=127.0.0.1 Mine looks something like this: server=1 rpcallowip=127.0.0.1 rpcallowip=192.168.1.* rpcuser=putrpcusernamehere rpcpassword=putrpcpasswordhere
Unless you have a separate mining rig you can forget about the other rpcallowip line. It's there just to allow connections from other computers in your local network and if you're mining on the same computer that the wallet is running on, all you need is 127.0.0.1. Edit: Haven't really looked into it, not sure if a missing allowip also results in a 403 Forbidden. Could also be just a mismatch with the username/password between your conf and miner command line, double check just to make sure. [/quote] Now one rig out of three is running, at least _ Thanks a lot!
|
|
|
|
Mr. Spread (OP)
|
|
November 21, 2014, 10:10:55 AM |
|
AMD miner does not compiling under ubuntu 12.04 (32&64). I got this: driver-opencl.c:1219:5: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration] driver-opencl.c:1219:29: warning: initialization makes pointer from integer without a cast [enabled by default] CC sgminer-ocl.o CC sgminer-findnonce.o CC sgminer-adl.o CC sgminer-scrypt.o CC sgminer-darkcoin.o CC sgminer-qubitcoin.o CC sgminer-quarkcoin.o CC sgminer-myriadcoin-groestl.o CC sgminer-fuguecoin.o CC sgminer-inkcoin.o CC sgminer-animecoin.o CC sgminer-groestlcoin.o CC sgminer-sifcoin.o CC sgminer-twecoin.o CC sgminer-marucoin.o CCLD sgminer sgminer-driver-opencl.o: In function `prepare_work': /home/miner/gpu-miner/driver-opencl.c:1219: undefined reference to `max' collect2: ld returned 1 exit status make[2]: *** [sgminer] Error 1 make[2]: Leaving directory `/home/miner/gpu-miner' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/miner/gpu-miner' make: *** [all] Error 2
but at configure this: OpenCL...............: FOUND. GPU mining support enabled And the linux x64 build wallet does not opening rpcport 41677. Why? Update the source, should be fine now.
|
|
|
|
|
grizscom
|
|
November 21, 2014, 10:23:26 AM |
|
libboost-all-dev is already the newest version.
|
|
|
|
mmmaybe
|
|
November 21, 2014, 10:34:04 AM |
|
Now one rig out of three is running, at least _ Thanks a lot! And now two rigs running - and found my first coins Thanks tsiv! The three rig will jump from 8th floor
|
|
|
|
Palmdetroit
Legendary
Offline
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
|
|
November 21, 2014, 10:43:56 AM |
|
|
|
|
|
e1ghtSpace
Legendary
Offline
Activity: 1540
Merit: 1001
Crypto since 2014
|
|
November 21, 2014, 10:46:59 AM |
|
My immediate plans are: 1. ... 2. ... 3. Make block explorer inside the client. I already have some working code but it is yet incomplete. 4. ...
Is this going to be implemented? Tools -> Blockchain Explorer. You may want to set txindex=1 and addrindex=1 in your spreadcoin.conf to get the full information in explorer. Oh, ok cool! I thought it was going to be a tab in the wallet. I guess this is better, people just need to know where it is.
|
|
|
|
e1ghtSpace
Legendary
Offline
Activity: 1540
Merit: 1001
Crypto since 2014
|
|
November 21, 2014, 10:48:31 AM |
|
Your profile picture matches your post! Nice.
|
|
|
|
qwep1
|
|
November 21, 2014, 11:05:22 AM |
|
Why does not the GPU miner
|
|
|
|
cointhinkers
|
|
November 21, 2014, 12:02:10 PM |
|
My immediate plans are: 1. ... 2. ... 3. Make block explorer inside the client. I already have some working code but it is yet incomplete. 4. ...
Is this going to be implemented? Tools -> Blockchain Explorer. You may want to set txindex=1 and addrindex=1 in your spreadcoin.conf to get the full information in explorer. Oh, ok cool! I thought it was going to be a tab in the wallet. I guess this is better, people just need to know where it is. I've tried it,really cool function.
|
|
|
|
casper77
Legendary
Offline
Activity: 2898
Merit: 1035
|
|
November 21, 2014, 12:22:24 PM |
|
i have troubles with sgminer and spreadminer from this topic maybe x64 is the reason ?
"I have troubles" doesn't really tell much and I don't know about the sgminer version but I'm happily running the CUDA miner on Win 7 x64 so that probably isn't the problem. sgminer crashes at start i tried on x32 & x64 win 7 7970, catalyst 13.12 & 14.4 the same result
|
|
|
|
Palmdetroit
Legendary
Offline
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
|
|
November 21, 2014, 01:07:58 PM |
|
3 days, and we going higher
|
|
|
|
|