Bitcoin Forum
May 11, 2024, 06:58:25 AM *
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 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 247 »
821  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 12, 2014, 09:18:22 PM
If it is more easy then do it :-)

Maybe anyone could wrote personal efficiency algorithm in external include file.

Say me how send you this information

Thanks
Well, if we're using SPI, maybe just repeatedly shift 5555<16-bit length><data> and define data some way?
822  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 12, 2014, 09:06:05 PM
Hi Luke
The goal is set the device for have the best value mW@GHash (in other words best performance)

For do this I need to measure power and I already do it, but I need also to know hash rate and change number of bit.

In summary I need two function:
1 - receive hash rate
2-  set bit number

I have free pin on MCP2210 and of course free pin on micro
1 pin with inaccurate timing is not sufficient for communications AFAIK.
Also, you need to define "hash rate" - there is no good way to measure instantaneous valid-result hashrate, so we'd probably need to coordinate when the averaging is reset etc.
It seems to me it would make more sense to feedback the voltage/current information into BFGMiner and do the logic there?
823  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 12, 2014, 07:46:11 PM
Hi Luke

I use MCP2210 because it have great stability.

I use micro only for extra caratteristic like current, voltage and temperature measurement.

Have you possibility to send information and get information to-from micro?

This could be a new cool feature for your already good bfgminer.

With GHash value and current measurement by hall sensor I could calculare performance GHash/Watt and show information by led meter.

Since I'm almost ready to send PCB please reply me soon for decide if connect and where connect this new communication channel.

After have decided the communication pin, you could develop this caratteristic in all calm and in a while I could produce pcb.

Thanks "lightworker" Luke.

Giuseppe


What does the micro do with the information?
If the mining chip is itself controlled by BFGMiner, it can also control the clocking?
Afraid I'm missing part of the big picture here, and I can't really give good advice without understanding what the actual goals/design are.
SPI might be bitbangable for micro comms, but maybe using a chipselect would work better for that?
824  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 11, 2014, 11:18:39 PM
DITTO!! So what driver do I load for the R-Boxes then? I'm sure I have to switch it back to the standard windows driver instead of the Zadig driver I have had to run them under with CGminer. Or is there a specific one I need to download and install for the R-Boxes?
The R-BOX uses the same cp2102 driver needed for Block Erupters.

I would develop a firmware that measure performance.
For do it I need to know GHash value, hardware errors ecc.
Since on mpc2210 there are free GPIO ports, I would ask you if is possible send the above information by this way. Think it like a read information / set command ( for example set bit number) directly from device.
For example  GPIOa = rx  GPIOb = tx (uart).
I think you would have a hard time getting accurate timing over GPIO, even moreso via mpc2210.
But if you're putting logic in a microcontroller, why use a mcp2210 at all?
825  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 11, 2014, 08:11:17 PM
Hi Luke
Is possible for a micro connected on free pin of mcp2210 read bfgminer information that appeare on screen?
Thanks
What?
826  Bitcoin / Hardware / Re: ROCKMINER ASIC miner official thread on: June 11, 2014, 08:10:07 PM
If you ran cgminer, ensure /dev/ttyUSB0 actually exists - rebooting usually works.
Otherwise, please pastebin the output from:
Code:
bfgminer -S rockminer:all -d? -D
Curiouser and curiouser. It seems like it knows rockminer devices are there but doesn't detect them as as devices?

http://pastebin.com/E50PvhGw
Looks more like a power issue to me.

I might have other issues going on though because bfgminer also crashed thusly when I tried to launch it again.

Code:
/opt/minepeon/bin/bfgminer: symbol lookup error: /opt/minepeon/bin/bfgminer: undefined symbol: blkmk_append_coinbase_safe2

Maybe I screwed something up when compiling it. I'll try again when I get home troubleshooting through SSH makes me antsy.
I'm not sure how MinePeon sets up libblkmaker, but you can probably compile using --with-system-libblkmaker to use its version.
827  Bitcoin / Hardware / Re: ROCKMINER ASIC miner official thread on: June 11, 2014, 06:49:00 PM
BFGMiner 4.2 released with ROCKMINER R-BOX support. Smiley

+1

same commands as cgminer?
No, BFGMiner has a standard interface for all drivers. So something like:
Code:
bfgminer -S rockminer:all --set rockminer:clock=290

Edit: Also note that if you were using cgminer, you had to use Zadig, which breaks the official drivers. You will need to undo this (and restore the original driver) before BFGMiner will work.

Has anyone gotten this working properly on Raspberry pi? -S rockminer:all doesn't work, going into device manager and saying "rockminer:/dev/ttyUSB0" doesn't work either.
If you ran cgminer, ensure /dev/ttyUSB0 actually exists - rebooting usually works.
Otherwise, please pastebin the output from:
Code:
bfgminer -S rockminer:all -d? -D
828  Bitcoin / Hardware / Re: ROCKMINER ASIC miner official thread on: June 11, 2014, 05:21:31 PM
BFGMiner 4.2 released with ROCKMINER R-BOX support. Smiley

+1

same commands as cgminer?
No, BFGMiner has a standard interface for all drivers. So something like:
Code:
bfgminer -S rockminer:all --set rockminer:clock=290

Edit: Also note that if you were using cgminer, you had to use Zadig, which breaks the official drivers. You will need to undo this (and restore the original driver) before BFGMiner will work.
829  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 11, 2014, 05:09:17 PM
Got 4.2.0 compiled and working on Rasberry Pi (Arch/Minepeon)

it wasn't able to detect the R-BOX's though. Is this a thing where I have to program the chips on the miners to identify themselves properly?
R-BOXs so far have shipped with the CP2102 EEPROM unprogrammed, same problem as the Block Erupters had.
You can manually probe them with -S of course, or use cp210x-program to configure them.
I made a template EEPROM firmware for them: http://luke.dashjr.org/tmp/code/eeprom-content.RBOX.hex
Use it like: ./cp210x-program -w -F eeprom-content.RBOX.hex --set-product-string='R-BOX miner' --set-serial-number=somethingunique
830  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 11, 2014, 07:58:52 AM
I'm glad to see people are actually verifying the PGP signatures, but before you report that my key expired, please update your copy from the keyserver, as I updated the expiration date already Wink
831  Bitcoin / Hardware / Re: ROCKMINER ASIC miner official thread on: June 11, 2014, 07:07:51 AM
BFGMiner 4.2 released with ROCKMINER R-BOX support. Smiley
832  Bitcoin / Mining software (miners) / Re: BFGMiner 4.2.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, RockMiner R-BOX on: June 11, 2014, 06:56:49 AM
NEW VERSION 4.2.0, JUNE 11 2014

Human readable changelog:
  • rockminer: New driver for ROCKMINER R-BOX.

Full changelog:
  • Upgraded Windows libmicrohttpd from 0.9.35 to 0.9.38_pre33603
  • SGW: Workaround BE Cube bugs with new libmicrohttpd by forcing HTTP 1.0 response
  • rockminer: Increase hw error count for problems
  • rockminer: Autodetect with "R-BOX miner" or "RX-BOX miner" product strings
  • rockminer: Support for seeing and setting clock frequency in Manage TUI
  • rockminer: Include clock frequency in RPC processor status
  • rockminer: Support for setting clock frequency
  • rockminer: Workaround lost tasks by resending them
  • rockminer: Support for temperature sensors
  • rockminer: Debug messages
  • Bugfix: rockminer: Initialise rockminer_chip_data
  • Bugfix: rockminer: Ensure work actually exists before testing against it
  • rockminer: Mine at 270 MHz
  • rockminer: Implement mining (at 200 MHz)
  • DevAPI: Move device_proc_by_id out of bifury driver, since it is generically useful
  • rockminer: Detection code for new driver
  • bfg_socket wrapper to ensure sockets are close-on-exec
  • set_cloexec_socket: Explicitly cast SOCKET to HANDLE
833  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: June 10, 2014, 08:26:04 PM
whats the maximum hashrate a Raspberry Pi can handle? I'm running 8 Chilis (30GHash each) and the whole things feels quite sluggish - i am using a Raspberry Pi 256 Model B version. is it worth overclocking or adding additional cooling?
Depends on the devices.
Low-overhead drivers: antminer, bifury, bigpic, bitforce, cairnsmore, dualminer, erupter, getwork, hashfast, icarus, rockminer, twinfury, stratum
High-overhead drivers: bfsb, bfx, littlefury, metabank, nanofury, x6500

Note that some devices, even if low-overhead, may have hardware issues with RPi's broken USB bus, though...
834  Bitcoin / Hardware / Re: ROCKMINER ASIC miner official thread on: June 10, 2014, 06:59:05 AM
rockxie,

can you take a look at this thread: https://bitcointalk.org/index.php?topic=250326.0

could you overwrite the generic values with RockMiner and RBOX/RXBOX, so that driver handling can be more precise?

Some people are having issues with the whole driver replacement step.

Also, there would be no way to distinguish rbox vs rxbox on a system in device manager etc...

Luke-Jr can probably help with answering a question you might have regarding this.
FWIW, this is basically the finishing touch needed to release BFGMiner 4.2 with RockMiner support:
What should/will the USB Product string descriptor read?
Maybe "R-BOX miner 32G", "RX-BOX miner 1.2T", etc?
835  Bitcoin / Pools / Re: [6600Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread) on: June 10, 2014, 05:14:43 AM
Is there any plans in the future to open up the ability to manually choose a minimum difficulty/worksize settings?
I don't think so, there's not really a valid use case for this.
Mainline Eloipool already does support miners specifying a requested difficulty, and that might make it onto Eligius eventually.
836  Bitcoin / Pools / Re: Open Letter to Luke-JR About Alt-Coin Attacks on: June 10, 2014, 03:16:12 AM
Luke-Jr, there are many current altcoins deserving of the same fate.
Great, have fun. I don't have time for scammers and their nonsense.
837  Bitcoin / Hardware / Re: The Open Source Block Erupter Project on: June 09, 2014, 02:32:12 AM
Anyone interested in designing a Cube Block Erupter retro-fit?
now we're talking!!!  there's a large market for this and the earlier blades too, since the power boards are out there.
if people could buy replacement blades for either platform, they would.  and if they could replace one at a time that would be phenomenal as well.
Slightly related to this, is there perhaps the possibility of open sourcing some or all of the Cube's information?
It would be nice for someone to try to debug the TCP stack and figure out how to make it work correctly Wink
838  Bitcoin / Mining software (miners) / Re: [ANN] Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy on: June 09, 2014, 02:30:24 AM
Hi,Luke. are there any api docs about Eloipool?  Grin
There's no API, so no.
839  Bitcoin / Pools / Re: [6600Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread) on: June 08, 2014, 07:31:10 PM
Hopefully there are enough non-idiots mining still who know to ignore garbage like this.
840  Bitcoin / Hardware / Re: The Open Source Block Erupter Project on: June 08, 2014, 07:26:56 PM
Any chance the chips might be open source too? Wink
Yes. But there are no written plans in the near term yet.

Also it's much harder than making a piece of software open source, because the whole flow to generate GDS has tons of manual operations and very fab and technology node specific.
Please don't do this in the near future Cheesy
Why not? Open source mining chips benefit the community the best, I think? Or am I missing something?
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 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!