Bitcoin Forum
June 26, 2024, 06:31:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 [365] 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 ... 570 »
7281  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: October 12, 2013, 12:33:26 AM
it'll come preinstalled with cgminer which ckolivas has already seen and will be working on.

I think this gets overlooked a lot.  Having an experienced mining software developer woking on product software before launch has not been usual way around here.  It's a very nice change and I'm looking forward to the results. +1 to hashfast for being proactive on this.

Agreed.
Thanks for your approval. Remember I just write the software though and have no control over the how when and what of the hardware performance, delivery, price, schedule etc. etc. My sum input into the hardware is only to do with the communication protocol and some input into how the microcontroller works. For my part, I have been pleased with what I've been involved in. That should not be taken as any kind of comment positive or negative about the hardware.

con, i'm thinking of installing the integrated cgminer/controller drivers directly onto my solo mining server which runs Stratum.  how well would that work?
The final driver will be just part of a regular cgminer release so you can do whatever you want with it, so running it from any sort of PC or embedded device that can run cgminer would be fine. To run the stratum server as well as the mining software it'd probably need to be a real PC though, as the RPi isn't really up to that.
7282  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: October 12, 2013, 12:15:45 AM
it'll come preinstalled with cgminer which ckolivas has already seen and will be working on.

I think this gets overlooked a lot.  Having an experienced mining software developer woking on product software before launch has not been usual way around here.  It's a very nice change and I'm looking forward to the results. +1 to hashfast for being proactive on this.

Agreed.
Thanks for your approval. Remember I just write the software though and have no control over the how when and what of the hardware performance, delivery, price, schedule etc. etc. My sum input into the hardware is only to do with the communication protocol and some input into how the microcontroller works. For my part, I have been pleased with what I've been involved in. That should not be taken as any kind of comment positive or negative about the hardware.
7283  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.5.1 on: October 11, 2013, 08:35:34 PM
New release: Version 3.5.1, 11th October 2013

I've temporarily branched the stable code into a 3.5 branch, making this release a stable release update with a few minor improvements and bugfixes while the main code branch undergoes more radical change. The master branch is incorporating asynchronous transfer code and has a new locking scheme designed to allow much better concurrent reading/writing to USB devices.

Are the windows versions correct?  I noticed the file sizes are significantly smaller than normal.
- Ztex driver and its bistreams have been REMOVED. No one was maintaining the code, it wasn't working, and it was making release archives much larger than necessary.
7284  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.5.1 on: October 11, 2013, 02:12:38 PM
I'm too late for 3.5.1 but is there anyway to push the works to memory and not pc. I started noticing my pc hardrive coming on and off for each share it got and I'd like to eliminate that. I ended up turning off cgminer last night because of it.

Thanks
By default cgminer does not write a single thing to disk so unless you turned on some kind of logging, you're doing something else.
7285  Bitcoin / Hardware / Re: Blue Fury Miners V2 2.6Gh/s on: October 11, 2013, 09:52:09 AM
There's a bug in 3.5.0 where if you start BF1s after your machine has been up for a while, they will refuse to hash. The fix is to reboot your machine until I get a new version of cgminer out. If your BF1s are already hashing you will not have this problem.
cgminer 3.5.1 is out which should fix this problem.
7286  Bitcoin / Mining software (miners) / CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.5.1 on: October 11, 2013, 07:59:47 AM
New release: Version 3.5.1, 11th October 2013

I've temporarily branched the stable code into a 3.5 branch, making this release a stable release update with a few minor improvements and bugfixes while the main code branch undergoes more radical change. The master branch is incorporating asynchronous transfer code and has a new locking scheme designed to allow much better concurrent reading/writing to USB devices.


Human readable changelog:

- Fixed a couple of hangs when shutting down - you will no longer get temps and fanspeeds in the final status line on shutting down, but at least it won't hang.
- Failed connect to stratum as a message will only show in verbose logging now.
- Smoother reporting of hashrate on BF1 devices.
- Fix for the crash when --usb BAS: or similar commands were used when the relevant driver wasn't actually compiled in.
- Fixes for CMR
- Slower USB devices that die/are unplugged will now properly zombie.
- A few more failure checks on starting BF1 devices.
- Serious USB read or write errors will now be accompanied by a message during regular logging describing the error.
- USB errors now use the internal libusb explanations.
- Fixed a bug where some devices would never start hashing if your PC was up for a few days (specifically BF1 devices).
- If we switch away from a pool in failover mode, we will now only switch back to it if it's up for at least 5 minutes to avoid reconnecting to pools that are only intermittently up - good for DDoS situations which we've seen a lot of lately.
- Ztex driver and its bistreams have been REMOVED. No one was maintaining the code, it wasn't working, and it was making release archives much larger than necessary.
- First draft of klondike driver - note binaries do not have this built in since the devices aren't in the wild yet.
- When devices are unplugged on windows, cgminer will cleanly remove them now instead of getting into an endless loop of failing to talk to them with IO errors.
- Statistics on locking delays in usb code (this will be deprecated in 3.6 branch due to changes in the locking design).
- Other internal changes, fixes, low level code for further development.


Full changelog:

- Avoid calling get_statline_before on exit to avoid trying to use it on drivers
in an indeterminate state.
- Avoid calling get_statline on exit.
- Drop logging level for failed to connect to stratum to verbose mode only since
we hit it regularly.
- Use fractional hashrate return values in bitfury_scanhash to minimise the
number of times we return 0 based on hashrate so far to further damp out
displayed hashrate.
- Check for presence of driver name in DRIVER_COUNT_FOUND to prevent strcmp on a
null pointer when a driver is not built in.
- CMR allow sending flash and clock commands
- Kill off threads that have failed using hash_sole_work instead of just
disabling them.
- Make the bf1 getinfo size a macro
- Failing to add_cgpu in bitfury should be a terminal failure.
- Check return values when attempting to open a BF1 device and set the msg size
as a macro.
- Display errors on failed usb read and write and consider sequential IO errors
a permanent failure.
- Use libusb's own error name function instead of hand coding the error names.
- Limit ms_tdiff to 1 hour as a sanity check.
- Try switching pools if for some reason we end up with only idle pools and have
ended up current_pool set to an idle one.
- Check a pool is stable for >5 mins before switching back to it.
- Prevent overflows in us_tdiff and ms_tdiff.
- Change second initialise message on bitfury verbose mode.
- Submitting an ntime offset nonce needs to be done on a copy of the work
instead of the original so abstract out shared components as much as possible,
minimising strdups in copy_work and make submit_work_async work take copied
work, cleaning up code in the process.
- Provide a way for drivers to submit work that it has internally rolled the
ntime value by returning the amount it has ntime rolled to be added.
- Typo in configure.ac
- Remove unmaintained broken ztex driver.
- Icarus CMR2 detect FPGA setup
- Icarus - use a data structure for I/O rather than magic numbers
- klondike correct cvtKlnToC() temperature calculation
- klondike - correct 1st reply debug based on define
- klondike - debug dump structured replies
- klondike - avoid division by zero if maxcount is unexpectedly zero
- klondike store and report errorcount and noise
- klondike - fix chipstats api stats buffer overrun with 16 chips
- klondike add new nonecount only once
- klondike - report mh/s based on nonces found + put old estimate into API stats
- klondike use a memcpy
- klondike fix bracket tabs indenting
- api.c missing Klondike from ASIC list
- Add 2nd CMR to 01-cgminer.rules
- Add Klondike to 01-cgminer.rules
- Klondike to main directory
- Klondike consistent code spacing
- Klondike update driver code to current git
- update firmware for 16 chips, add dist files
- beta final 0.3.0 release
- updated firmware, IOC method
- prevent nonces when not state W
- added driver config option support
- fixes for 300 MHz, fix K1 parts list
- update driver, docs
- update firmware & utils
- updated cgminer driver for 3.3.1
- update firmware and driver, create new cgminer fork
- update klondike driver
- add cgminer driver file as-is
- Get statistics on how long usb reads and writes wait on the devlock.
- Display stats regarding locking delays in API.
- Disable bitfury device thread on it disappearing.
7287  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: October 11, 2013, 06:32:17 AM
So, the overclock speed of a babyjet is 540 gh/s? The screen also shows that it has 0 % hardware errors, is that true?
The device doesn't exist yet so no idea where you saw that.
7288  Bitcoin / Mining support / Re: CGminer configuration help on: October 11, 2013, 05:34:14 AM
Guys, I am having some problem configuring my cgminer.

1) Can I have 1 Worker per GPU? I tried typing this into bat file but it won't work -u x1,x2,x3 -p x,x,x.

2) Can I have different GPU thread for each GPU? some of my gpu works better on GPU thread 1 and some works better on GPU thread 2. Can I combine all my GPU into one mining rig and set different GPU thread?

Thanks in advance
No

No
7289  Bitcoin / Hardware / Re: Blue Fury Miners V2 2.6Gh/s on: October 11, 2013, 04:47:59 AM
There's a bug in 3.5.0 where if you start BF1s after your machine has been up for a while, they will refuse to hash. The fix is to reboot your machine until I get a new version of cgminer out. If your BF1s are already hashing you will not have this problem.
7290  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.5.0 on: October 10, 2013, 08:41:09 PM
Using the libusb version from:

http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.16-rc10/libusb-1.0.16-rc10.tar.bz2

instead of the one in the cgminer libusbx github branch fixed the Block Erupter timeout error messages on MacOSX.

Still having a small issue where pressing q on the keyboard doesn't quit cgminer, you have to ctrl-C




Master branch uses that exact code. The libusbx branch was for experimenting only. Do you have the timeout error messages with the master branch?
The main branch doesn't fix the problem, you have to use the libusbx branch and install libusb-1.0.16-rc10.tar.bz2 I have tested on both Snow Leopard 10.6.8 and Mountain Lion 10.8.5

Also there are still some autogen.sh bugs in both branches.

Code:
bash-3.2# ./autogen.sh
readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: dirname path
Running autoreconf -if..
./autogen.sh: line 12: libtoolize: command not found
Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: 'configure.ac' or 'configure.in' is required
Configuring...
./autogen.sh: line 21: /configure: No such file or directory

MacOSX use glibtoolize not libtoolize

Once you fix that typo then you get at the end:

Code:
Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: 'configure.ac' or 'configure.in' is required
Configuring...
./autogen.sh: line 21: /configure: No such file or directory

Another typo, it should be ./configure not /configure.


With the TIMEOUT error fixed, the number of accepted block in an hour seems to have increased a fair bit, so even though the average hash rate was 335Mh/s with the timeouts, the acceptance was down, I could have been as much as 30-40% I was doing a comparison with another BE on ubuntu to the same pool and it was getting way more accepted blocks. Now the Mac is actually beating it.
I don't understand how the main branch doesn't fix it but you using libusb-1.0.16-rc10 fixes it since it has the same code... unless you are benefiting from using the async code that's in that branch? In that case, the 'async' branch, which uses libusb-1.0.16-rc10 and async code should do what you want without you wedging in another libusb. As for the autogen fix, I know, as I've only said release tarballs work. I'm not an autotool wizard and building on osx is something I rarely get to do when I steal my wife's work laptop.
7291  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.5.0 on: October 10, 2013, 08:49:14 AM
Using the libusb version from:

http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.16-rc10/libusb-1.0.16-rc10.tar.bz2

instead of the one in the cgminer libusbx github branch fixed the Block Erupter timeout error messages on MacOSX.

Still having a small issue where pressing q on the keyboard doesn't quit cgminer, you have to ctrl-C




Master branch uses that exact code. The libusbx branch was for experimenting only. Do you have the timeout error messages with the master branch?
7292  Bitcoin / Pools / Re: [~81Th] Semi-private mining pool on: October 09, 2013, 10:13:48 PM
Here's my thread regarding suggested difficulty settings. Read it carefully for there is no right or wrong value and you will not be losing money or efficiency regardless of what the setting is.
https://bitcointalk.org/index.php?topic=274023.0
7293  Bitcoin / Mining / Re: Cgminer and 5 pools at once ? how? on: October 09, 2013, 08:17:21 PM
hi, is it possible to set cgminer to mine at 5 pools atonce ?
I want to achive this:
1 pool = 10GH or 10% of total power
2 pool = 10GH or 10% of total power
3 pool = 10GH or 10% of total power
4 pool = rest of power or 70% of total power

Is it possible ? how can i do this ?
P.S dont ask why
Use --load-balance with the quota command instead of url and set the quota for each

--quota "1;url1" --quota "1;url2" --quota "1;url3" --quota "7;url4"

As the docs clearly state, it works with arbitrary quotas, so you could have also used "10;url" with "70;url" for the same effect.
7294  Bitcoin / Hardware / Re: KNC ASIC Users Thread & FAQ on: October 09, 2013, 12:36:53 PM
Has anyone an idea why Jupiters and p2pool don't like eachother?
Mine is operated by a third person because I can't take care on it my own. But it's delivering only 300 GH/sec because cgminer takes often some thinging breaks. On other pools it works fine so far...
Read from here onwards:
https://bitcointalk.org/index.php?topic=18313.msg3294238#msg3294238
7295  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.5.0 on: October 09, 2013, 10:22:33 AM
Does cgminer support KNC miner hardware ? If yes how to do ?
Nope. KFC support cgminer on their own fork and have yet to reveal their sauce.
7296  Bitcoin / Mining support / Re: is the number of stale/duplicate shares normal? on: October 08, 2013, 08:16:16 PM
Dupes should be close to zero. Earlier avalon firmware had design problems that caused dupes and updating firmware should fix it.
7297  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.5.0 on: October 08, 2013, 10:07:21 AM
Will cgminer support other algorithm than SHA256 and scrypt ?
No
7298  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: October 08, 2013, 02:55:11 AM
Any idea if these will be functional on p2pool?
I can answer that: Yes.

con, have you had a chance to work on the Sierra configuration yet?
I've only seen emulation hardware so far.

do you think there would be any significant differences btwn the Sierra and the BabyJet in regards to the controller software/cgminer?
It should not be dramatically different, and the one cgminer driver should run either of them fine based on how the microcontroller design has evolved.
7299  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: October 08, 2013, 02:47:26 AM
Any idea if these will be functional on p2pool?
I can answer that: Yes.

con, have you had a chance to work on the Sierra configuration yet?
I've only seen emulation hardware so far.
7300  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: October 08, 2013, 02:31:40 AM
Any idea if these will be functional on p2pool?
I can answer that: Yes.
Pages: « 1 ... 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 [365] 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!