Bitcoin Forum
June 30, 2024, 11:29:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 ... 247 »
1241  Bitcoin / Group buys / Re: DRILLBIT SYSTEM Miners - Thumbs (Temp NA), 8 Boards (0 left) on: January 12, 2014, 11:20:44 PM
Here's some quick documentation I wrote up from the cgminer driver code, in preparation of writing the BFGMiner driver:
Code:
L	Identify*
I Get info
0x10 bytes response:
uint8: protocol version
protocol version 2 has an implicit external clock if chip count is 1
char[8]: product name
if "DRILLBIT", fill in "Thumb" or "Eight" appropriately
uint32le: serial number
uint8: chip count
uint16le: capability bitmask
0x0001  Temperature sensor
0x0002  External clock
R Reset*
C Configure
Request followed by 6 bytes:
1 byte: core voltage config
0x01  850mV
uint8: clock level
uint8: "clock_div2"
uint8: use external clock? 0 or 1
uint16le: external clock frequency
1 byte response: 'C'
T Get temperature
2 byte response:
uint16le: Temperature in decidegrees celcius
E Get completed work
Response:
uint32le: number of works finished (max 1024)
For each work, 68 bytes:
uint16le: chip id
uint8: number of nonces found (max 16)
uint8: non-zero if chip idle, otherwise 0 if busy
uint32le[16]: nonces
W Send work to chip
Request followed by 46 bytes:
uint16le: chip id
uint256le: midstate
uint8[12]: data tail
1 byte response: 'W'
1242  Bitcoin / Pools / Re: ghash.io is becoming SHOCKINGLY AGGRESSIVE NOW, closing in 45% on: January 12, 2014, 03:12:07 PM
There isn't a problem with solo mining nor GBT here.
The entity which controls the hardware has control of it period.
1243  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 10, 2014, 07:39:12 PM
Also. What software driver is needed to comm with the Klondike series.  Receiving 2 later today
Klondike is a direct USB device, so use Zadig for it.
1244  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 10, 2014, 03:59:20 PM
Just picked up a Bitburner Fury - how is bfg's support for these things?

Also got a Bitburner XX (Avalon chips).  Again, I assume bfg supports these things?
Not sure why you assume that.
Bitburner still hasn't provided and docs, sample units, code, or even communicated.
1245  Alternate cryptocurrencies / Altcoin Discussion / Re: Project - Coingen.io Clone bot - Let's stop the madness and unleash Armageddon on: January 09, 2014, 01:45:27 PM
Cīmon Luke. You can Smiley
I don't have time for what I'm already working on, let alone taking on something mostly pointless like this.
1246  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 09, 2014, 01:38:45 PM
Are we ever going to get Drillbit support?
Yes, this is on my table. Just busy moving still, so not as much free time as usual Sad
1247  Alternate cryptocurrencies / Altcoin Discussion / Re: Project - Coingen.io Clone bot - Let's stop the madness and unleash Armageddon on: January 09, 2014, 03:59:13 AM
The most obvious way to do this would be to produce a minimal patch that rebrands Bitcoin-Qt based on a xml config file, then generate new ZIP files for it on the fly with a custom xml config Wink
1248  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA miner monitoring fanspeed RPC linux/win/osx/mip/arm/r-pi 3.9.0 on: January 09, 2014, 03:53:38 AM
You can't mine via using a GPU in a VM anyway, so you're barking up the wrong tree.
You can if you run an AMD CPU or an Intel CPU with VT-d support (note: not VT-x).
1249  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 08, 2014, 07:17:43 PM
When running a windows terminal, how do you configure/disable the colors of the terminal?

I want to remove of the red background on the top line, remove the blue background on the second line, and change the top line font color to the default light-grey.

Basically I want the entire window to be a uniform black background and light grey text.
Not supported at this time.
What is the use case?
1250  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 07, 2014, 11:05:53 PM
That's interesting, somehow bfgminer 3.9.0 or btcguild pool switched from worker's diff 8 to diff 16 with olddifficulty rejection message
...
Expected. There is a workaround for very old (no longer a problem?) pools that treated difficulty wrong. This results in invalid shares being submitted unnecessarily, but is otherwise harmless.
Seems strange, because bfgminer never lowers the diff, even if it is set to lower number in worker's property while mining. Can bfgminer only get worker difficulty correctly only at start?
It does, just not right away.
Essentially it works as lowest-of(job-difficulty, current-difficulty)
1251  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 07, 2014, 10:39:32 PM
That's interesting, somehow bfgminer 3.9.0 or btcguild pool switched from worker's diff 8 to diff 16 with olddifficulty rejection message
Code:
[2014-01-04 23:43:21] Accepted 194f432f NFY 3  pool 0 Diff 10/8
[2014-01-04 23:43:21] Stratum from pool 0 requested work update
[2014-01-04 23:43:21] Pool 0 stale share detected, submitting as user requested
[2014-01-04 23:43:21] Rejected 1795e873 NFY 5  pool 0 Diff 10/8 (olddifficulty)
[2014-01-04 23:43:21] Rejected 0cb8968a BPM 1  pool 0 Diff 20/8 (olddifficulty)
[2014-01-04 23:43:22] Pool 0 stale share detected, submitting as user requested
[2014-01-04 23:43:22] Rejected 1536fed3 BPM 0  pool 0 Diff 12/8 (olddifficulty)
[2014-01-04 23:43:25] Accepted 0491d025 NFY 2  pool 0 Diff 56/16
btw, 6NFY+2BPM around 20GH/s. Worker's diff is set to 8 instead 16 intentionally in btcguild worker's properties.
After restart it happened again without olddifficulty rejection message:
Code:
[2014-01-07 23:37:23] Accepted 07a5238f NFY 1  pool 0 Diff 33/8
[2014-01-07 23:37:23] Stratum from pool 0 requested work update
[2014-01-07 23:37:24] Accepted 00313cb6 NFY 2  pool 0 Diff 1.33k/16
[2014-01-07 23:37:27] Accepted 06385d7a BPM 0  pool 0 Diff 41/16
Expected. There is a workaround for very old (no longer a problem?) pools that treated difficulty wrong. This results in invalid shares being submitted unnecessarily, but is otherwise harmless.
1252  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 07, 2014, 08:34:33 PM
Make sure you used Zadig to install the driver for the IceFurys. It is needed for those.
It shouldn't be... Icefury is just a nanofury, right? Those are HID...
1253  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [ANN] Automatic Altcoin Generator on: January 05, 2014, 01:31:24 AM
This should really offer all the Bitcoin pull requests as optional features to include...
For unmergable ones, it can have a warning that you will need to wait 3 days for a quote, and (after confirming the deposit) allow competent developers to bid on merging it.
1254  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [ANN] Automatic Altcoin Generator on: January 04, 2014, 05:52:49 PM
Please add:
  • Prime POW support
  • Unit system config (decimal, tonal, dozenal, octal)
  • Mac builds (this should be simple now that gitian can do it)
  • BitcoinTalk announcement post creator

Bonus if you can setup automatic pool hosting...
1255  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: January 04, 2014, 03:32:38 AM
Sounds like Luke-Jr has his Baby-Jet and is trying to get it going at full speed (30gh/s at last check with cgminer and bfgminer). Check out the Eligius IRC channel for more info.

30gh/s? I don't even know if should i cry or should i laugh.
This is just with unfinished code, and possibly some problems with the unit.
Also, it's 30 Gh/s average. More like 600 Gh/s (haven't measured exactly), but not working 95% of the time.

I know it's not your code, but while you're sleeping, can you fire it up with cgminer and tell us what happens?  

I'm somehow doubting that it's going to churn along happily at 400gh+.
cgminer was working for a few seconds then losing the device, detected it again, repeat.

I tracked this down to an unconnected power cable.
Now that the power cable is connected, cgminer is churning along happily at over 400 Gh/s.
BFGMiner is still only getting 40 Gh/s, but that's my job to finish the code Smiley
1256  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: January 03, 2014, 11:35:53 PM
Sounds like Luke-Jr has his Baby-Jet and is trying to get it going at full speed (30gh/s at last check with cgminer and bfgminer). Check out the Eligius IRC channel for more info.

30gh/s? I don't even know if should i cry or should i laugh.
This is just with unfinished code, and possibly some problems with the unit.
Also, it's 30 Gh/s average. More like 600 Gh/s (haven't measured exactly), but not working 95% of the time.
1257  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: January 03, 2014, 03:58:18 AM
There, you lazy bums...

http://speedy [Adware link broken by mods] .sh/GtUYH/Refund-Request-Form-Customer-Rights-Enabled-Edition.doc
Looks like a virus at the link above, beware!
1258  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 03, 2014, 02:50:01 AM
Update on my investigations on ARM and NFY;-

Arch Linux on x86/64 bfgminer 3.9.0 = No problems, works as expected.

Arch Linux on Raspberry Pi (ARMv6) bfgminer 3.9.0 = Detects but cannot initialize, often segfaults and core dumps.

Rasberian on Raspberry Pi (ARMv6) bfgminer 3.9.0 = Detects but cannot initialize, often segfaults and core dumps.

Arch Linux on CubieBoard2 (ARMv7) bfgminer 3.9.0 = Detects, initializes, bfgminer often has to reset the NFY's because the hashrate falls below 50%, often segfaults and core dumps.

Arch Linux on BeagleBone Black (ARMv7) bfgminer 3.9.0 = Detects, initializes, occasionally segfaults and core dumps.  Does not handle unplug events and a restart (of bfgminer or the ARM device) will often leave the NFY's locked.
Curious you have trouble on non-RPI platforms too...
Can you post backtraces for those crashes?
1259  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: January 02, 2014, 07:43:49 PM
Yes, my mistake/misunderstanding: the unit I received is apparently an engineering sample.
1260  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 01, 2014, 09:10:46 PM
Hi Luke,

Hope the holiday session is going well.

I am struggling and need a hand with NFY devices on the Raspberry PI.
It's the usual "Raspberry Pi has broken USB" problem... workaround seems to be to set it to USB 1.1 mode (dwg_otc.speed=1 in cmdline.txt).
Pages: « 1 ... 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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 ... 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!