make sure you have the most updated block chain b4 you start mining.
I downloaded from http://bitcoin.bluematt.me/bitcoin-nightly/blockchain-nightly/ and extracted two .dat files out, but not quite sure where to put it. But after changing my miner from cgminer to cpuminer, it can work now!!! A bug of cgminer or something? Thanks anyway=)
P.S. Could you tell me where to put the two .dat files
[2011-08-20 02:21:08] Discarded work due to new blocks: 1986 [2011-08-20 02:21:08] Stale submissions discarded due to new blocks: 38 [2011-08-20 02:21:08] Unable to get work from server occasions: 37 [2011-08-20 02:21:08] Work items generated locally: 809 [2011-08-20 02:21:08] Submitting work remotely delay occasions: 0 [2011-08-20 02:21:08] New blocks detected on network: 95
[2011-08-20 02:21:08] Summary of per device statistics:
Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx
by
ollie0108
on 18/08/2011, 08:49:14 UTC
Hi there... I configured the program with ./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" on FreeBSD. But when I type make next, it showed up like this:
Quote
make all-recursive Making all in lib make all-recursive Making all in compat Making all in jansson Making all in ccan gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson -I./lib -I./lib -I/usr/local/include -MT cgminer-util.o -MD -MP -MF .deps/cgminer-util.Tpo -c -o cgminer-util.o `test -f 'util.c' || echo './'`util.c In file included from util.c:35: miner.h:33:1: warning: "alloca" redefined In file included from util.c:16: /usr/include/stdlib.h:237:1: warning: this is the location of the previous definition util.c: In function 'json_rpc_call_sockopt_cb': util.c:268: error: 'SOL_TCP' undeclared (first use in this function) util.c:268: error: (Each undeclared identifier is reported only once util.c:268: error: for each function it appears in.) util.c:268: error: 'TCP_KEEPCNT' undeclared (first use in this function) util.c:271: error: 'TCP_KEEPIDLE' undeclared (first use in this function) util.c:274: error: 'TCP_KEEPINTVL' undeclared (first use in this function) *** Error code 1
Stop in /usr/home/users/xxxxxxx/xxxxxxxx/cgminer-1.5.6. *** Error code 1
Stop in /usr/home/users/xxxxxxx/xxxxxxxx/cgminer-1.5.6. *** Error code 1
Stop in /usr/home/users/xxxxxxx/xxxxxxxx/cgminer-1.5.6.
I didn't throw -t 16 to it, but it seems like the program did that for me because it showed [2011-08-18 10:17:38] 16 miner threads started, using SHA256 'c' algorithm. Don't know if I got it wrong
And I just tried to throw -t 16 to it, doesn't change anything Are you using Jgarzik + FreeBSD also?
Post
Topic
BoardBeginners & Help
Re: CPU mining problem... 8 cores VS 16 cores.
by
ollie0108
on 18/08/2011, 01:58:51 UTC
Anybody? Please help me=( Or I can only blame it to OS? But how come Linux is slower than Wins
Post
Topic
BoardBeginners & Help
Re: BitCoin miner for Android?
by
ollie0108
on 17/08/2011, 18:05:51 UTC
Nope, I won't do this. It'll probably might break up my phone way before it mined a share
Yea, that's doesn't sound right. Are you sure that the linux server is mining from both the 2 core and 16 core. With that slow mining, it almost seems that its only mining using the 2 core only.
I thought the thread number is same as the working cores? How can I make sure
Post
Topic
BoardBeginners & Help
Re: Introduce yourself :)
by
ollie0108
on 17/08/2011, 06:50:15 UTC
I'm your father, Sky Walker.
Post
Topic
BoardBeginners & Help
Topic OP
CPU mining problem... 8 cores VS 16 cores.
by
ollie0108
on 17/08/2011, 06:42:05 UTC
Hello everyone, sorry to bother, but this question just can't get out of my mind. I've got 3 servers now mining.(I don't have to pay for the electricity, of course) One with 2 cores, one with 8 cores, and one with 16 cores. I know CPU mining is much slower than GPU mining, but I have no choice Anyway, the problem is: My 8 core server, installed with Windows Server 2008 can hash up to 2XM/s http://i1102.photobucket.com/albums/g452/ollie0108/8.jpg But my 16 core and 2 core server, installed with FreeBSD, can only hash about 4~5M/s in total... http://i1102.photobucket.com/albums/g452/ollie0108/16.jpg Is my setting wrong? Or it's because the OS are different? Hope y'all can help me out Thanks