Bitcoin Forum
October 02, 2025, 12:17:27 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Games and rounds / Re: 1000 BTC GIVEAWAY! From your friend rekcahxfb on: August 04, 2016, 08:14:19 AM
16upE8HTRJDwGb5aKLqVU4Cq6watRonk2R
2  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: November 18, 2014, 06:42:18 AM
So has anyone actually gotten these to work on a standard Linux machine yet? I keep getting the "Unexpected value 00 received" error. I've tried different git branches suggested in previous posts. I've re-cabled this in various ways also with no success.

I have a Pi somewhere I will try to repurpose for this if that is what it takes.

Try their cgminer branch which got updated recently.
https://github.com/blockerupter/cgminer

If this doesn't affect hash rate(around 350GH/s per board), just ignore this kind of error. I got several boards with occasional errors like this, yet all works well.
3  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: November 16, 2014, 11:31:37 AM
Finally got more prisma to debug!

Please checkout https://github.com/blockerupter/cgminer, I pushed my update of prisma driver to blockerupter's repo.

This update should fix board detection issues and many of the sync errors.
4  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: October 29, 2014, 04:38:18 AM
Is there anyone that can tell me what the pin layout of the uart is.

Which is GND/TXD/RXD?

Code:
+----+     +--------+    +-----+
|    |     |        |    |     |
|    |     |        |    |     |
|    |     |        |    |     |
|    +-----+        +----+     |
|                              |
|                              |
|                              |
|                              |
+------------------------------+


if we look at the port for data cable on board this way, from left to right: GND, TX, RX

Awesome thanks. Just to be certain that's left to right with the port facing me (fan facing me)?

Code:
RX                                                                                            
TX   +-+-------------------------------------------------------------------------------------+
GND  | | Data Port                                                                           |
RX   +-+                                                                                     |
TX   | |                                                                                     |
GND  +-+                                                                                     |
     |                                                                                       |
     |                                                                                       |
     |                                                                                       |
     |                                                                                       |
     |                                                                                       |
     |                                                                                       |
     |                                                                                       |
     +----+                                                                                  |
     |    |  Power                                                                           |
     +----+                                                                                  |
     |    |                                                                                  |
     +----+                                                                                  |
     +----+----------------------------------------------------------------------------------+

5  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: October 28, 2014, 07:17:33 AM
Is there anyone that can tell me what the pin layout of the uart is.

Which is GND/TXD/RXD?

Code:
+----+     +--------+    +-----+
|    |     |        |    |     |
|    |     |        |    |     |
|    |     |        |    |     |
|    +-----+        +----+     |
|                              |
|                              |
|                              |
|                              |
+------------------------------+


if we look at the port for data cable on board this way, from left to right: GND, TX, RX
6  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: October 18, 2014, 04:55:28 AM
A single USB controller can control up to 4 units (full Prisma with 4 boards). Detailed info of each board can be found with cgminer api.

Info in the OP says 8 devices = 32 units, same as with the Tube, because each hashing board has a 5 bit DIP switch = 32 different addresses.

As I tested, each prisma board would be identified as two boards (seems they purposely do this to make it compatible with ethernet controller). Also the 5th bit on switch is ignored by prisma board. So it's 16 prisma boards or 32 tube boards.
7  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: October 17, 2014, 05:16:30 AM
A single USB controller can control up to 4 units (full Prisma with 4 boards). Detailed info of each board can be found with cgminer api.
8  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: October 13, 2014, 08:31:22 AM
ASICMINER has released their branch of cgminer:   https://github.com/blockerupter/cgminer

This branch supports both Tube and Prisma, you'll need AM's USB adapter to connect to your USB port. A random CP2102X usb to uart adapter might work as well if you can customize the adpater by adding a pull resistor to the TXD.

How to build:
  • ./autogen.sh
  • ./configure --enable-blockerupter
  • make

There's also a win32 binary here:
https://mega.co.nz/#!NY1FQbqB!4HFdFED73LbtrdNLU9ixJ-3asjmI1jhwc-7Qik9_x3w

How to run:
No extra command line parameters are needed. The Tube or Prisma will be identified as "BET" in cgminer.
Code:
./cgminer -o YOUR_POOL -u WORKER -p PASSWORD



can I use this with any mining pool ? like nicehash ?


Said yes before, but there turns out many "job not found" errors which causes hash rate loss after long time test.
Now I realize that nicehash has its own modification with stratum protocol, it seems either we patch official cgminer or we fork from nicehash's own branch and add driver for PRISMA.


9  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: October 09, 2014, 01:29:54 PM
ASICMINER has released their branch of cgminer:   https://github.com/blockerupter/cgminer

This branch supports both Tube and Prisma, you'll need AM's USB adapter to connect to your USB port. A random CP2102X usb to uart adapter might work as well if you can customize the adpater by adding a pull resistor to the TXD.

How to build:
  • ./autogen.sh
  • ./configure --enable-blockerupter
  • make

There's also a win32 binary here:
https://mega.co.nz/#!NY1FQbqB!4HFdFED73LbtrdNLU9ixJ-3asjmI1jhwc-7Qik9_x3w

How to run:
No extra command line parameters are needed. The Tube or Prisma will be identified as "BET" in cgminer.
Code:
./cgminer -o YOUR_POOL -u WORKER -p PASSWORD



can I use this with any mining pool ? like nicehash ?

Yes. cgminer is handling all the stratum part.
10  Bitcoin / Hardware / Re: Block Erupter Prisma (>=1.4 T/device, 0.75-0.78 W/G, <1 BTC/T, October Shipping) on: October 09, 2014, 08:58:15 AM
ASICMINER has released their branch of cgminer:   https://github.com/blockerupter/cgminer

This branch supports both Tube and Prisma, you'll need AM's USB adapter to connect to your USB port. A random CP2102X usb to uart adapter might work as well if you can customize the adpater by adding a pull resistor to the TXD.

How to build:
  • ./autogen.sh
  • ./configure --enable-blockerupter
  • make

There's also a win32 binary here:
https://mega.co.nz/#!NY1FQbqB!4HFdFED73LbtrdNLU9ixJ-3asjmI1jhwc-7Qik9_x3w

How to run:
No extra command line parameters are needed. The Tube or Prisma will be identified as "BET" in cgminer.
Code:
./cgminer -o YOUR_POOL -u WORKER -p PASSWORD

11  Bitcoin / Hardware / Re: ASICMiner Tube Owners Thread on: September 04, 2014, 07:36:43 AM
Utility = Shares per minute ( Utility*4.29/60 = Prf  Grin )
PwrDn = Power Down ( Chip with "." status )

ForceLP(Long Poll) = Force the board to accept a new job ( the board is doing nTime rolling by itself )
ReClock = Adjust time difference between local and pool
These two buttons are better removed... no one actually need them.


Real_LP = Guess should be the actual forced LP, but the number seems too small here...
RS = ReSync ( indicates errors on data cable)
RC = ReConnect ( reconnect to the pool )
Cmd/s and Ans/s are both looks like stats for the communications between boards and controller

RollNtime[ s] = How many seconds the board should change on nTime ( bigger means less communications to controller, default value should be OK)
WakeUp period[ s] = Huh
Normal/Smart[0/1] = Firmware version would change, but I can't see any difference in hash rate

12  Local / 中文 (Chinese) / Re: 大量买入并持有比特币 4个月账面赢利282% on: March 27, 2013, 07:51:55 AM
发了塞浦路斯的国难财啊 Grin
13  Other / Beginners & Help / Re: How to determine the sender? on: September 26, 2012, 05:10:49 AM

A, B, and C are almost certainly different addresses in the same wallet, and belong to one person. But in case you're wondering, clicking "Show scripts & coinbase" in blockchain.info will show you exactly how much came from each address.


We can find how much BTC came from A, but can we tell how much does A want to send to D and how much to E?
14  Local / 中文 (Chinese) / Re: 周小川:不排除使用各种货币政策工具 on: September 25, 2012, 07:09:35 PM
不排除就是准备用
15  Local / 中文 (Chinese) / Re: 比特币用户起诉Bitcoinica索赔46万美元 on: September 25, 2012, 07:08:51 PM
zhou tong是神人
16  Local / 中文 (Chinese) / Re: 8月央行净投放资金已近4000亿元 on: September 25, 2012, 07:07:59 PM
印得好印得秒,信土共就要尿
17  Local / 中文 (Chinese) / Re: 做私彩的同学注意了,用比特币作为货币,这事儿就不会暴露了。 on: September 25, 2012, 07:06:17 PM
期待该类网站出现
18  Other / Beginners & Help / How to determine the sender? on: September 25, 2012, 02:57:48 PM
Question rises from examples like :
http://blockchain.info/tx/cc4379b54e277492893a6b81a6a838b6bf308caa2ccc02720579277ac50dcf47

and

http://blockchain.info/tx/ed758629beeeac05bb61ffbadcb5a126a806c903b60c2f02489f56b6ba6d73d4

The first link is an example showing trasaction from multiple senders and at most two receivers ( refering from Ch 9 in orginal bitcoin paper).
Suppose we have a transaction as A and B and C send total amount of 5 bitcoins to D and E. From the transaction, we can tell how many
bitcoins sent by A or B or C and how many received by D or E. But how can we tell how many bitcoins sent from A to D?


The second link is an example of transaction from single sender to multiple receivers(more than 2) which is not shown in origianl paper.
Is this introduced by newer version in bitcoin?

Thx!
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!