Bitcoin Forum
July 30, 2024, 08:23:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANNOUNCE] New alternate cryptocurrency - Geist Geld on: October 06, 2011, 07:03:01 AM
Using simplecoin to pool mine my GG coins.

were in the portable software can I find my GG address.

I setup one using the getnewaddress and added it to simplecoin.

moved some mined coin out of simplecoin but it is not showing when i use getbalance.

am I doing it worng?
2  Other / Beginners & Help / Re: Modular FPGA Miner Hardware Design V1.0 (27/6/11) on: July 02, 2011, 08:55:50 AM
Are there any FPGA boards that one can actually purchase for less than one arm and one leg?

As a test and for some time to learn i was thinking about one of these http://www.altera.com/b/nios-bemicro-evaluation-kit.html

offered at $49

how ever it may be to small to run the miner code.
3  Other / Beginners & Help / Re: Modular FPGA Miner Hardware Design V1.0 (27/6/11) on: July 01, 2011, 07:52:43 AM
Quote
Just wanted to put in my 0.02/16.9 bitcents of wisdom. If you go for the ATX power supply, you could put a connector for it on the board, with the proper "hotwiring" of the green lead etc. so people don't have to mod/vandalize their power supplies.

http://reprap.org/wiki/File:Cache-3408779902_7575952594.jpg

or maybe it is way to early for this kind of practical considerations... :-)

Thanks for the link. as it was around 3:30am when i did the first post i was not in full control of my brain.

Quote
Why not get rid of the x86 board and arduino, and just get a embedded system that will cover it, has lower power consumption, and all that great stuff? Some come with OSes on it. Xilinx has FPGAs with embedded POWER cores too, so that avoids the crappy I2C or SPI interface.

Thanks for the ideas on control of the system. this was just a brain dump to empty out my head so i could get some sleep after seeing the forum post http://forum.bitcoin.org/index.php?topic=22426

untill i get a new job this type of build will sit in the back of my brain trying to get out.

jonboy
4  Bitcoin / Development & Technical Discussion / Re: Modular FPGA Miner Hardware Design Development on: June 28, 2011, 07:37:27 PM
Ethernet - the motherboard has a 10/100/1000 link. As i thought the data rate of the bitcoin network was low?

Would there be far more data moving over the dimm (usb or what ever chip is chosen) link than the ehternet?

Why are you assuming a large data rate? The connection is extremely slow: JTAG can be thought of as the acoustic coupler of the on-PCB data busses: every station understands what they say and it is robust, but not really fast. We don't need more for this project.

If you are referring to me mentioning Ethernet: there are some participants of this board who would love to design an Ethernet capable backplane that has its own host computer included. You basically plug it into power and network and it starts mining! It was decided to postpone this for the second version, though: once the USB connected version works, adding the CPU on the backplane is straightforward: there is no extra work involved by going over another iteration of boards and that way is safer.

The question regarding ethernet speed was asked in a diffent forum post some time ago. i think it was asked if the data transfered was bigger that a bittorrent transfer.

but once again i get speed and data transfer mixed up.

How are you planing to connect the dimm bay board to the computer? EDIT - sorry spoted my own error here as you said it would be by usb.

jonboy
5  Bitcoin / Development & Technical Discussion / Re: Modular FPGA Miner Hardware Design Development on: June 28, 2011, 06:56:36 PM
What do you need an Arduino for? The FT2232 does I2C. Edit: Or whatever other USB-chip we decide upon. And I2C has not even been firmly included, yet AFAIK.

The 100mil post system is much worse that the DIMM to hold vertical cards. Only if you have the card parallel to the backplane and use a connector on each end of the elongated board will it be sufficiently stable (my opinion, but plug in a largish card on a few pins and then move it to get a feel).

The text for the pushbutton sounds like hot-plugging. I don't think we want to to there in the first revision: get it wrong and you have fried one or more cards. As for card detection: no mechanics needed: just short two pins in the connector on the FPGA card and the backplane can detect the presence of this connection. And you mentioned the Arduino again. If the backplane becomes "intelligent" in a later revision, I think a bit more powerful CPU would be in order to also handle Ethernet. Or use an even smaller MCU or even a CPLD if all you want is a bit of control logic...

I was thinking that the arduino could be used for the spi interface mainly but i will bow to the more electronic people in the group.

At a later stage of the idea i was looking at a card desgined like this



But once again with no design or circuit skill i will bow to the group.

Hot-plugging with the arduino in spi interface mode was an idea for the next card not powered by the motherboard to signal it's need for power and prompt the arduino to power up the 400watt psu. Adding cards wuld only be done with the system turned off.

Ethernet - the motherboard has a 10/100/1000 link. As i thought the data rate of the bitcoin network was low?

Would there be far more data moving over the dimm (usb or what ever chip is chosen) link than the ehternet?

jonboy

6  Bitcoin / Development & Technical Discussion / Re: Modular FPGA Miner Hardware Design Development on: June 28, 2011, 02:56:05 PM
Hi

Please check out http://forum.bitcoin.org/index.php?topic=23015 if you need any ideas on the computer interface side of your project.

At the bottom of the message is my take on a FPGA card. Please could anyone guild me as to what i may be missing on it?

thanks

jonboy
7  Other / Beginners & Help / Re: Modular FPGA Miner Hardware Design V1.0 (27/6/11) on: June 28, 2011, 02:36:51 PM
FPGA board design

http://imageshack.us/photo/my-images/696/fpga1.jpg/

Please be aware that the design is not finial and may be missing some parts.
8  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: June 27, 2011, 12:18:25 PM
Hi

I would like to move into the open forum so i can continue with this idea http://forum.bitcoin.org/index.php?topic=23015.0 and get some input from this group http://forum.bitcoin.org/index.php?topic=22426.0

thank you

jonboy
9  Other / Beginners & Help / Re: Modular FPGA Miner Hardware Design V1.0 (27/6/11) on: June 27, 2011, 07:52:06 AM
http://forum.bitcoin.org/index.php?topic=22426.20

The members of the above group are looking into this. This is just my take on there project.

They have yet to make up there minds as to what FPGA to use. Yes they are looking to prefab the FPGA cards.

Like i said at the bottom of the first post this is just the computer hardward side of the system.
10  Other / Beginners & Help / Re: Modular FPGA Miner Hardware Design V1.0 (27/6/11) on: June 27, 2011, 02:41:18 AM
this is what i do at 3:30 in the morring when i can not sleep!
11  Other / Beginners & Help / Modular FPGA Miner Hardware Design V1.0 (27/6/11) on: June 27, 2011, 02:19:44 AM
Note : - this post should be here http://forum.bitcoin.org/index.php?topic=22426.20 but as a noob I can not post there. So I will post it here in hopes that the group will see it.

1.   CPU base & bitcoin server – Intel DE945GSEJT

Motherboard
Intel z-u130 ssd

  • Low profile motherboard in ITX form factor.
  • Intel ATOM N270 CPU
  • Single 200-pin DDR2 SO-DIMM connector: Support for up to 2 GB single-channel system memory.
  • On board DC to DC power system.
  • Realtek 10/100/1000 Ethernet Controller.
  • Mini-pcie port (wifi card)
  • 7 USB 2.0 ports (3 back panel ports, 4 front panel ports) one internal header can be used with the Intel Z-U130 usb ssd card (as a boot drive).
  • With Z-U130 installed you could use the sata power lead to supply power to the FPGA boards (just build / buy a Molex to Molex lead).

2.   SPI or I2C interface - Arduino Nano

Arduino Nano
30 pin socket

  • SPI interface - SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
  • I2C interface - I2C: 4 (SDA) and 5 (SCL). Support I2C (TWI) communication using the Wire library (documentation on the Wiring website).
  • Plugged into dip socket on FPGA backplane.
  • USB link to motherboard for power and data transfer between motherboard and FPGA cards.

3.   Interface bridging – FPGA connecting

  • .100” PITCH SQUARE POST SYSTEM
Backplane mounting (ELEVATED SOCKET STRIP) & FPGA card mounting (LOW PROFILE .025" (0,64MM) SQUARE HEADER)
  • Push to make button
The TP series of ultraminiature, through hole mount single pole momentary action push switch.
Used to detect card installed (info transfered to arduino witch would then link the card to the system)

4.   Power Needs

  • Motherboard power -  Laptop power block (65watts). Number of FPGA cards to the motherboard will determine power needs.

  • ATX power unit (Diablotek DA Series 400-Watt).

  • All but eight black ground leads and the green lead (pin 16) can be cut out of the PSU header lead. The Arduino Nano can be programmed to check the active push buttons on the system and then force the green lead (pin 16) to ground to support more FPGA cards.
  • Each molex chain could power upto 6 cards (just a guest at this time based on watts per card)


5. Cost

  • Motherboard - £100
  • Memory - £25 / £30
  • Z-U130 ssd - no idea
  • Arduino Nano - £50 ish
  • Power supplys - £60 ish
  • Backplane parts - no idea as it would be based on total number of cards

As a computer builder for the last 15 years. I could plan the computer part of this build but I have no skills when it comes to cirkit building (FPGA) / arduino programing / cirkit design (backplane).

If based on the top FPGA score of 120M/hash per chip. A single chip card in a set of 20 would max out at 2.4G/hash with a power level at 465watts (matches one ati hd6990 at full power with a 835M/hash speed)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!