Bitcoin Forum
May 05, 2024, 03:30:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 »
221  Bitcoin / Mining software (miners) / Re: AOCLBF (was Phoenix Rising): Front End GUI to Phoenix/POCLBM on: June 21, 2011, 08:17:47 PM
Excellent work with integrating support for poclbm client with phatk kernel, many thanks!  Grin
222  Bitcoin / Mining software (miners) / Re: Using poclbm With The phatk Kernel on: June 21, 2011, 03:34:46 AM
Ah, with Python 2.7 this looks better than Python 3.2 however it also seems to need the PyOpenCL module to run Undecided
223  Bitcoin / Mining software (miners) / Re: Phoenix Rising: Front End GUI to Phoenix Miner on: June 21, 2011, 01:57:09 AM
Running 1.7b and loving it Smiley

Can we get an option to run minimised upon opening?

I have a shortcut to the app in my startup folder.

Infact, an option for running at startup in the app would be good too Cheesy

Cheers!
224  Bitcoin / Project Development / Re: WatchMine (beta) - Mobile website for mining pool stats and bitcoin prices on: June 20, 2011, 09:02:46 PM
OK then, it would have been nice to simply see how long each round is taking Wink

They will have an API key working soon where you can get individual stats _b

PS: Yip sure am, happy to see NZ people around these parts  Grin
225  Bitcoin / Project Development / Re: WatchMine (beta) - Mobile website for mining pool stats and bitcoin prices on: June 20, 2011, 08:46:40 PM
It would be great to have this pool included: https://www.bitcoins.lc/
Sure. Added to my list feature list. I have a couple of things I've promised to do first but should have this mining pool added within 48 hours.

EDIT: this pool does not yet offer JSON data that I can consume. I'll wait until they have that implemented first. I'll look again in a week or so.
(I considered writing an HTML scraper, but I'm not happy with the privacy implications of taking username/password details that I'd need from users to make that work)

Hi there Smiley

There is now JSON data: https://www.bitcoins.lc/stats.json and https://www.bitcoins.lc/rounds.json

Can you use that?

Cheers!

PS: are you a kiwi?
226  Other / CPU/GPU Bitcoin mining hardware / Re: Video cards for Asus P5K motherboard on: June 18, 2011, 12:28:10 PM
1 yes, 4 no
227  Other / CPU/GPU Bitcoin mining hardware / Re: Let's dispel two Windows GPU mining myths.. on: June 18, 2011, 11:55:11 AM
Remember AMD APP SDK support for Windows XP stops at v2.4 Smiley
228  Bitcoin / Mining support / Re: Very high rejection rate to bitcoins.lc on: June 18, 2011, 11:32:03 AM
I am over 300ms away from bitcoins.lc and I still only get 1% rejection rate, I am not sure it is purely latency you have a problem with
229  Bitcoin / Pools / Re: Cooperative mining (1.5Thash/s) on: June 16, 2011, 03:48:35 AM
We have to wait until the Confirmed Reward crosses the Send Threshold for the payment to go out, right?
230  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: June 14, 2011, 07:30:32 AM
Success!

I can now compile the latest code, thank you so much for your swift fix there team Smiley

Is the 4way algorithm still the best?
231  Bitcoin / Pools / Re: [Pool] EcoCoin - Offset your carbon footprint! Profits buy trees and rainforest on: June 14, 2011, 07:18:24 AM
Yeah, whats happening here guys?
232  Bitcoin / Pools / Re: BitLotto Mining Pool - [Mine to win!] [Proportional + Jackpots + 0% Fees] on: June 14, 2011, 05:11:19 AM
After registering and logging in I get a blank page in both Chrome and Firefox Huh
233  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: June 14, 2011, 03:03:00 AM
I can get the tarball 1.0.1 to compile OK however the source from github gives the following problem when compiling on debian 6 (amd64):

Quote
me@machine:~$ git clone git://github.com/jgarzik/cpuminer.git
Cloning into cpuminer...
remote: Counting objects: 633, done.
remote: Compressing objects: 100% (273/273), done.
remote: Total 633 (delta 404), reused 575 (delta 356)
Receiving objects: 100% (633/633), 138.30 KiB | 196 KiB/s, done.
Resolving deltas: 100% (404/404), done.
me@machine:~$ cd cpuminer
me@machine:~/cpuminer$ ./autogen.sh
configure.ac:15: installing `./compile'
configure.ac:4: installing `./config.guess'
configure.ac:4: installing `./config.sub'
configure.ac:6: installing `./install-sh'
configure.ac:6: installing `./missing'
compat/jansson/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
me@machine:~/cpuminer$ CFLAGS="-O3 -Wall -msse2" ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for yasm... /usr/bin/yasm
checking if yasm version is greater than 1.0.1... no
configure: yasm is required for the sse2_64 algorithm. It will be skipped.
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.21.0
checking for libcurl >= version 7.10.1... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating x86_64/Makefile
config.status: creating cpuminer-config.h
config.status: executing depfiles commands
me@machine:~/cpuminer$ make
make  all-recursive
make[1]: Entering directory `/home/me/cpuminer'
Making all in compat
make[2]: Entering directory `/home/me/cpuminer/compat'
Making all in jansson
make[3]: Entering directory `/home/me/cpuminer/compat/jansson'
gcc -DHAVE_CONFIG_H -I. -I../..     -O3 -Wall -msse2 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -DHAVE_CONFIG_H -I. -I../..     -O3 -Wall -msse2 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -DHAVE_CONFIG_H -I. -I../..     -O3 -Wall -msse2 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -DHAVE_CONFIG_H -I. -I../..     -O3 -Wall -msse2 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -DHAVE_CONFIG_H -I. -I../..     -O3 -Wall -msse2 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -DHAVE_CONFIG_H -I. -I../..     -O3 -Wall -msse2 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ranlib libjansson.a
make[3]: Leaving directory `/home/me/cpuminer/compat/jansson'
make[3]: Entering directory `/home/me/cpuminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/me/cpuminer/compat'
make[2]: Leaving directory `/home/me/cpuminer/compat'
make[2]: Entering directory `/home/me/cpuminer'
gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -Wall -msse2 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
cpu-miner.c: In function ‘drop_policy’:
cpu-miner.c:43: error: ‘SCHED_IDLE’ undeclared (first use in this function)
cpu-miner.c:43: error: (Each undeclared identifier is reported only once
cpu-miner.c:43: error: for each function it appears in.)
make[2]: *** [minerd-cpu-miner.o] Error 1
make[2]: Leaving directory `/home/me/cpuminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/me/cpuminer'
make: *** [all] Error 2

I get the same error with the code from ckolivas' repo Undecided
234  Other / Beginners & Help / Re: bitcoinmarket awol on: June 14, 2011, 02:42:01 AM
Wow, you lost $1200 USD?

That is insane.

Is it because you were waiting for an xfer to get the cash in to a safer place?
235  Other / Beginners & Help / Re: Eelectrity: How much do you need to pay per KW/H on: June 14, 2011, 02:37:11 AM
I pay the equivilent of 0.14 USD /kWh plus 0.91 USD daily connection fee for power
236  Other / Beginners & Help / Re: Introduce yourself :) on: June 14, 2011, 02:33:51 AM
Hey,

I'm new here and am looking to simply contribute and participate in good meaningful discussion Smiley
237  Other / Beginners & Help / Re: Deepbit is sucking lately. on: June 14, 2011, 02:32:50 AM
Have a look at the stats on http://bitcoinwatch.com/

I personally don't use deepbit because of the fees
238  Other / Beginners & Help / Re: 50.4 GHz effective CPU - worth it? on: June 14, 2011, 02:31:31 AM
What does it cost you to rent this farm of CPU's?
239  Bitcoin / Mining / Re: GUIMiner - Problems communicating with bitcoin RPC on: June 10, 2011, 10:54:32 PM
I had to go back to BitCoin v 0.3.21 to not get the RPC connection problem  Undecided
240  Bitcoin / Pools / Re: [Pool] EcoCoin - Offset your carbon footprint! Profits buy trees and rainforest on: June 10, 2011, 10:51:22 PM
I was one of the first people to join so got the lower target

I should have hit 2000 right when the site went offline Undecided
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!