Bitcoin Forum
May 14, 2024, 05:46:46 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 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28]
541  Alternate cryptocurrencies / Mining (Altcoins) / Re: Quad XC6SLX150 Board - Initial Price £400/$640/520€ on: June 08, 2012, 06:35:47 AM
This shipment will be issue 1.1?
542  Other / Beginners & Help / Re: Running an FPGA on Raspberry Pi, possible? on: June 04, 2012, 09:24:37 PM
Has anyone gotten Raspberry Pi to work with Ztex boards?

Edit: Hashing happily away!
543  Bitcoin / Hardware / Re: Spartan6's on P2Pool using a RaspberryPi? on: June 04, 2012, 07:35:11 PM
Check out the post I have made here:
https://bitcointalk.org/index.php?topic=69183.msg919685#msg919685

It's BFL, but the cgminer install is very similar, just activate the proper FPGA type for ./configure



Cheers!
544  Bitcoin / Hardware / Re: Sparten6's on P2Pool using a RaspberryPi? on: June 04, 2012, 06:34:31 PM
I used the Debian preinstall image from raspberrypi.org then

apt-get install git build-essential autoconf pkg-config libcurl4-openssl-dev libncurses5-dev

got the latest from github and built it. Binaries seem to be GTG!

Just make sure your micro usb charger is at least 1 amp or it will act squirrely. I'm using an HP 2 amp designed for their no defunct webos tablet (you can pick one up for about 5 bucks).

I tried this, run autogen.sh then tried CFLAGS="-O2 -Wall -march=native" ./configure --enable-ztex but I get:
Code:
checking whether the C compiler works... no
configure: error: in `/home/pi/git/cgminer':
configure: error: C compiler cannot create executables
See `config.log' for more details
545  Bitcoin / Pools / Re: [605 GH] Eligius: Decentralized, 0Fee SMPPS, no reg, BTC+NMC on: May 27, 2012, 09:59:32 PM
+1 for #1 here. Mind publishing the address of the miner who submitted that block? He might come forward and help resolve this.
546  Bitcoin / Hardware / Re: ZTEX USB-FPGA Modules 1.15x and 1.15y: 210 and 850 MH/s FPGA Boards on: May 27, 2012, 07:51:20 PM
What about Win7 32 ? Tried it today, downloaded Zadig and installed the WinUSB drivers. Was working fine, the boards showed up as ZTEX Modules. When i started cgminer it froze and said something like "capability missing 0 7"... what did i wrong ? I also use a BitForce single and 2 GPUs on this machine.

I was getting this from time to time on linux (BAMT debian) CGMiner 2.4.1. Changed back to BTCMiner + Phoenix
547  Alternate cryptocurrencies / Mining (Altcoins) / Re: Quad XC6SLX150 Board - Initial Price £400/$640/520€ on: May 23, 2012, 10:02:26 PM
Yohan, any estimate on when you will be able to post performance numbers?
548  Alternate cryptocurrencies / Mining (Altcoins) / Re: Quad XC6SLX150 Board - Initial Price £400/$640/520€ on: May 15, 2012, 09:11:57 AM
Yohan, I think it would be a good idea for you to work together with nelisky (https://bitcointalk.org/index.php?action=profile;u=601) and ckolivas (https://bitcointalk.org/index.php?action=profile;u=19971) early on to provide CGMiner (https://bitcointalk.org/index.php?topic=28402.msg357369#msg357369) support for your boards. There already is Icarus support in CGMiner, so it shouldn't be too hard. Looking forward to getting your boards soon!
549  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 210 MH/s on LX150 on: May 06, 2012, 05:02:11 AM
I just noticed that the efficiency drops tremendously, when primary pool is unavailable. Stales up to 7%, cluster of 8 running pool as backup is getting around 700 Mhash/s to the pool while a cluster of 9 at the same pool, but using it as primary is getting full 1800 Mhash/s

Falling into backup server also makes BTCMiner highly unresponsive (f. ex. re-scanning bus freezes output for over 10s)

Is there a way or plans to improve this?

550  Bitcoin / Hardware / Re: ZTEX USB-FPGA Modules 1.15x and 1.15y: 210 and 850 MH/s FPGA Boards on: May 04, 2012, 10:08:23 PM


If you can live with the color, it's a $11 10-port hub from dealextreme. No problems so far (4 months). I'm running 3 of them. http://www.dealextreme.com/p/high-speed-usb2-0-1-1-10-port-usb-hub-pink-39715?item=8



551  Bitcoin / Hardware / Re: ZTEX USB-FPGA Modules 1.15x and 1.15y: 210 and 850 MH/s FPGA Boards on: April 29, 2012, 09:42:10 AM

No. Do I have to use the pad and thermal compond???


No, you should put about the amount of a tip of a match on to the chip, then spread it evenly. Then put the heatsink on top and attach it using the metal parts and nylon fasteners to the board. Move it around a bit and you're set.

[EDIT] Sorry I noticed you tried this allready. I would say your heatsink is not 100% flat. Try using little extra AS5, put it in the middle, don't spread, press heatsink on and clip it in, then move and twist it a bit to get a better spread.
552  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 210 MH/s on LX150 on: April 29, 2012, 01:05:36 AM
@punin:  do you mean the log that it writes with the -l option or does it write another log file?

I run miner from /etc/rc.local on startup: screen -d -m /root/FPGAstart.sh

FPGAstart.sh just to be just:
Code:
java -cp /home/user/Downloads/ZtexBTCMiner-120417.jar BTCMiner -host "http://mypool:8332" -u myworker -p foo -b "http://mybackup_pool:8332" user pass -v -m c

That resulted in a BTCMiner.log being created in /home/user/Downloads/

Adding option -l /dev/null prevents this.
553  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 210 MH/s on LX150 on: April 28, 2012, 08:35:12 PM
I noticed the BTCMiner creates and writes to a log file. This is a problem for me as I'm running the miners as part of BAMT rig running off a USB stick, so I want to avoid any unnecessary writes. My quick fix to this problem was to run with -l /dev/null

Just wanted to share this so someone else will not have the same problem (I ran out of space on USB stick).
554  Bitcoin / Hardware / Re: ZTEX USB-FPGA Module 1.15x: 210 MH/s FPGA Board on: March 02, 2012, 08:09:07 AM
Hey guys,

We are collecting donations to send a 1.15x board to Con in Australia, so he can make the CGMiner compatible with Ztex boards. Please donate if you feel like this is something you'd wish for/could be useful to you..

http://bountychest.com/bountychest/ztex-support-for-cgminer/

Address for donations: 15vVYfwx2cjkYzHB8yKhGeTw1MZz2NdhrJ
555  Other / Beginners & Help / Re: 102.5 MHash/s - mining worthwhile? on: February 05, 2012, 10:49:15 AM
I guess solo mining is out of the question but I'm curious if its still worthwhile to mine in a pool?

Not really, unless electricity is free for you.
556  Other / Beginners & Help / Re: Introduce yourself :) on: February 02, 2012, 07:57:57 AM
Greetings to all, fuckings to lamers and trolls, gl to all miners out there!
557  Other / Beginners & Help / Ztex miner integration into BAMT on: January 29, 2012, 11:29:47 AM
Anyone here running BAMT and considering Ztex FPGAs? I already went down that path, and have been discussing the possibility of better integration of Ztex miner into BAMT with the developer of BAMT. He want's some BTC for the work, but if we pool together we could have very nice integration with support for gpumon etc. Anyone interested?
558  Bitcoin / Mining / Re: rpcminer binary for Mac on: June 11, 2011, 04:10:18 PM
I get:
Code:
Starting RPCminer (CPU)...
--------------------------
/Applications/RPCminer.app/Contents/MacOS/RPCminer-exe: line 186: ./rpcminer: Bad CPU type in executable
Did something go wrong? Relaunch and enter the Set up wizard by pressing 1 and Enter during start-up, and check your configuration.
logout

[Process completed]

What's wrong? I'm on a 10.6 Hackintosh with Intel Q6600
559  Bitcoin / Mining software (miners) / Re: Mac miner front-ends to Diablo and RPC on: May 28, 2011, 02:17:37 PM
I'm trying to pool mine with http://mining.bitcoin.cz

I keep getting:

Can't connect to Bitcoin: Bitcoin returned unparsable JSON

But in the bottom left corner of the terminal it's displaying khash, and it's changing all the time. Am I mining or not?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!