Bitcoin Forum
May 30, 2024, 05:18:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 [163] 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 ... 247 »
3241  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.1 on: July 30, 2012, 10:03:30 PM
FWIW, any BFGMiner issues (including bugs in the FPGA drivers, that CGMiner copied from BFGMiner) should be reported in detail here.
I'm also available in #Eligius for real-time troubleshooting.
3242  Bitcoin / Mining software (miners) / Re: BFGMiner modular FPGA/GPU overclock monitor fanspeed GCN RPC Linux/Windows 2.5.0 on: July 30, 2012, 05:42:32 PM
For some reason when I use 2.4.4 and save out the configuration file. When I restart it comes up with fatal JSON error.

And I have to enter all my pools again.

Phil

I am also getting this error.  Has this issue been fixed.  Thanks.

Yes, that was fixed in 2.5.2
3243  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclock/fanspeed, scrypt, RPC, Linux/Windows 2.6.1 on: July 30, 2012, 05:37:51 PM
There are reports of BFL Single support being broken in the current build of bfgminer (and cgminer). See messages surrounding:

https://bitcointalk.org/index.php?topic=28402.msg1065423#msg1065423

I have experienced issues with the current build across 3 machines running Singles; generally takes several minutes, perhaps up to an hour, for these issues to surface. Rolling back to a previous build resolved this.
Could you open an Issue with as much details as possible, please? Especially useful is:
  • Can anything be done to trigger it (as opposed to "it just happens eventually")?
  • What messages appear in the log immediately before and when it goes SICK?
  • Which versions did you find are working, and which ones have the problem?

Thanks!
Understood. I will collect detailed information this evening.
If you can reproduce it, making the log with --debug enabled may be helpful. You'll need to be sure to redirect it to a log file so it doesn't just scroll off the screen, by adding 2>logfile to your commandline.
3244  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclock/fanspeed, scrypt, RPC, Linux/Windows 2.6.1 on: July 30, 2012, 05:10:10 PM
There are reports of BFL Single support being broken in the current build of bfgminer (and cgminer). See messages surrounding:

https://bitcointalk.org/index.php?topic=28402.msg1065423#msg1065423

I have experienced issues with the current build across 3 machines running Singles; generally takes several minutes, perhaps up to an hour, for these issues to surface. Rolling back to a previous build resolved this.
Could you open an Issue with as much details as possible, please? Especially useful is:
  • Can anything be done to trigger it (as opposed to "it just happens eventually")?
  • What messages appear in the log immediately before and when it goes SICK?
  • Which versions did you find are working, and which ones have the problem?

Thanks!
3245  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclock/fanspeed, scrypt, RPC, Linux/Windows 2.6.1 on: July 29, 2012, 11:54:17 PM
poolpriority has 2 bugs in it - yes there was a reason why I rewrote it ...
What bugs are those? From what I saw you just removed the thread-race crash-resistence and went to effort to handle errors nicer. I'm planning to merge your changes into 0.6.2 regardless since you are the RPC maintainer, but I'm still curious as to what bugs there were.
1) If there is a problem with the parameter, it will still change the pools and then report an error
(shouldn't change anything until it's sure it's OK)
2) If you specify the same pool twice it leaves a gap in the pool priority numbers (unless it's the last priority pool)
(should just report an error and do nothing)
OK, nothing major then...
  • the first one was intentional (the alternative is slower, not that it matters much)
  • both issues only matter when the caller uses it wrong anyway
  • neither problem can cause any real problems

Thanks Kano, I have to admit you deserve more credit than I give you sometimes...
3246  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclock/fanspeed, scrypt, RPC, Linux/Windows 2.6.1 on: July 29, 2012, 11:15:29 PM
poolpriority has 2 bugs in it - yes there was a reason why I rewrote it ...
What bugs are those? From what I saw you just removed the thread-race crash-resistence and went to effort to handle errors nicer. I'm planning to merge your changes into 0.6.2 regardless since you are the RPC maintainer, but I'm still curious as to what bugs there were.
3247  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 29, 2012, 08:17:50 PM

A merge and a fix from a guy who is known for is loathing of LTC? Really!
I didn't merge it for Litecoin. I'm pretty sure Con loathes Litecoin too, and only did it for the bounty.
3248  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 29, 2012, 07:53:20 PM
Merged into BFGMiner (minus the sick bug)
3249  Bitcoin / Mining software (miners) / Re: BFGMiner modular FPGA/GPU overclock monitor fanspeed GCN RPC Linux/Windows 2.6.1 on: July 29, 2012, 07:52:38 PM
NEW VERSION 2.6.1, JULY 29 2012

Note that this does not have CGMiner's scrypt "sick" bug, and only adds scrypt support (2.5.3 has everything else).

Human readable changelog:
  • Major feature upgrade: Scrypt support. This is non-trivial to get working well and I suggest reading the SCRYPT-README included before asking any questions. While I do not in general support other currencies to bitcoin, with a large enough bitcoin bounty Con added this feature; see: https://bitcointalk.org/index.php?topic=92887.0

Full changelog
  • Autoselect --scrypt iff all pools send scrypt work
  • Adapt SCRYPT-README to BFGMiner (directing Bitcoin donations the correct direction to reach Con)
  • Remove mentions of Litecoin specifically
  • Bugfix: Fix build without OpenCL but with scrypt
  • make-release: Add SCRYPT-README
  • Bump version 2.6.0, adding SCRYPT README to makefile.
  • Smarter autogen.sh script.
  • Sleeping on intensity decrease is broken, remove it.
  • Sleep only the extra amount of time we overran the dynamic interval in dynamic mode.
  • Add scrypt documentation in the form of a separate readme.
  • Fix build error without scrypt enabled.
  • Limit thread concurrency for scrypt to 5xshaders if shaders is specified.
  • Simplify repeated use of gpus[gpu]. in ocl.c
  • Find the nearest power of 2 maximum alloc size for the scrypt buffer that can successfully be allocated and is large enough to accomodate the thread concurrency chosen, thus mapping it to an intensity.
  • Don't make opt_scrypt mandatory blocking with opencl code.
  • Update kernel versions reflecting changes in the API.
  • Make the thread concurrency and lookup gap options hidden on the command line and autotune parameters with a newly parsed --shaders option.
  • Fix target testing with scrypt kernel as it would have been missing shares below target.
  • Always create the largest possible padbuffer for scrypt kernels even if not needed for thread_concurrency, giving us some headroom for intensity levels.
  • Use the detected maximum allocable memory on a GPU to determine the optimal scrypt settings when lookup_gap and thread_concurrency parameters are not given.
  • Check the maximum allocable memory size per opencl device.
  • Add debugging output if buffer allocation fails for scrypt and round up bufsize to a multiple of 256.
  • Nonce testing for btc got screwed up, leading to no accepted shares. Fix it.
  • Display size of scrypt buffer used in debug.
  • Allow intensities up to 20 if scrypt is compiled in.
  • Add name to scrypt kernel copyright.
  • Allow lookup gap and thread concurrency to be passed per device and store details in kernel binary filename.
  • Ignore negative intensities for scrypt.
  • Change the scale of intensity for scrypt kernel and fix a build warning.
  • Correct target value passed to scrypt kernel.
  • Use 256 output slots for kernels to allow 1 for each worksize.
  • Test the target in the actual scrypt kernel itself saving further calculations.
  • Reinstate GPU only opencl device detection.
  • Decrease lookup gap to 1. Does not seem to help in any way being 2.
  • Fix build.
  • Make pad0 and pad1 local variable in scrypt kernel.
  • Constify input variable in scrypt kernel.
  • Send correct values to scrypt kernel to get it finally working.
  • Create command queue before compiling program in opencl.
  • Fix external scrypt algo missing.
  • Limit scrypt to 1 vector.
  • Handle KL_SCRYPT in config write.
  • Get rid of stuff.
  • Don't enqueuewrite buffer at all for pad8 and pass work details around for scrypt in dev_blk.
  • Set the correct data for cldata and prepare for pad8 fixes.
  • Get rid of spaces in arrays in scrypt kernel.
  • Start with smaller amount of hashes in cpu mining to enable scrypt to return today sometime.
  • Free the scratchbuf memory allocated in scrypt and don't check if CPUs are sick since they can't be. Prepare for khash hash rates in display.
  • Add cpumining capability for scrypt.
  • Set scrypt settings and buffer size in ocl.c code to be future modifiable.
  • Cope with when we cannot set intensity low enough to meet dynamic interval by inducing a forced sleep.
  • Make dynamic and scrypt opencl calls blocking.
  • Fix nonce submission code for scrypt.
  • Make sure goffset is set for scrypt and drop padbuffer8 to something manageable for now.
  • Set up buffer8 for scrypt.
  • Build fix for opt scrypt.
  • Don't check postcalc nonce with sha256 in scrypt.
  • Don't test nonce with sha and various fixes for scrypt.
  • Make scrypt buffers and midstate compatible.
  • Use specific output array entries in scrypt kernel.
  • Provide initial support for the scrypt kernel to compile with and mine scrypt with the --scrypt option.
  • Enable completely compiling scrypt out.
  • Begin import of scrypt opencl kernel from reaper.
3250  Bitcoin / Mining software (miners) / Re: BFGMiner modular FPGA/GPU overclock monitor fanspeed GCN RPC Linux/Windows 2.5.3 on: July 29, 2012, 07:29:01 PM
NEW VERSION 2.5.3, JULY 29 2012

Human readable changelog:
  • This should fix the issue Epoch reported Smiley

Full changelog
  • Bugfix: Add zlib1.dll to Win32 release archive
  • Bugfix: SICK low-hashrate is now determined by being under 1/3 the runtime average hashrate
  • Bugfix: cpu_set_t is never #defined, so use CPU_ZERO which is a macro
3251  Bitcoin / Mining software (miners) / Re: BFGMiner modular FPGA/GPU overclock monitor fanspeed GCN RPC Linux/Windows 2.5.2 on: July 29, 2012, 07:15:29 PM
Trying to run 2.5.2 I get the following error message under Win7/64: 'the program cannot start because zlib1.dll is missing from your computer'.

Bfgminer 2.5.1 runs fine. Neither the 2.5.1 or 2.5.2 archives contain zlib1.dll, so it seems to be runtime dependency introduced in 2.5.2.  Sad
Can you try replacing libcurl-4.dll with the one from 2.5.1?
3252  Bitcoin / Mining software (miners) / Re: BFGMiner modular FPGA/GPU overclock monitor fanspeed GCN RPC Linux/Windows 2.5.2 on: July 29, 2012, 04:50:14 PM
NEW VERSION 2.5.2, JULY 29 2012

2.6.0 with scrypt support will follow soon, but since it potentially introduces many new bugs, I felt it prudent to release 2.5.2 first.

Human readable changelog:
  • Found and fixed a major bug where --failover-only would flood your current pool with requests if a secondary one longpolled first
  • Refactored stale detection algorithm to only flag shares that are actually stale
  • For BitFORCE devices, abandon nonce searches at the expense of any shares found in them, only if shares found would be guaranteed to be stale anyway; this is similar to how CGMiner abandons searches on any work restart, but shouldn't lose any valid shares
  • If you have more devices than fit in your BFGMiner console window, you can scroll them with the Up/Down arrow keys. This obviously also means it no longer crashes on Windows Wink
  • Moved the "Q" (requested getworks) in the overall curses summary to the second status line as "GW", since it makes more sense there (and balances better on the screen)
  • Improved config file parsing - you can use real JSON Numbers and false (for boolean options) now
  • New "poolpriority" RPC command that can be used to set the priority order of failover - this is mainly for improved handling of failover with Puppet Master
  • Submit stale shares, even during failure retries, if the user or pool wants them
  • Many various other minor bugfixes

Full changelog
  • Limit total number of curls recruited per pool to the number of mining threads to prevent blasting the network when we only have one pool to talk to.
  • Bugfix: Skip writing configuration of range-limited int options with negative values
  • Bugfix: Correctly attempt to load ~/.bfgminer/bfgminer.conf or ~/.cgminer/cgminer.conf as defaults
  • Send X-Minimum-Wait header on longpolls, to explicitly inform pools we will handle a response with no delay
  • bitforce: Abandon (only) stale searches for work restarts
  • Keep a counter of enabled pools and use that instead of iterating over the pool list. Use that value to ensure we don't set the last remaining active pool to the rejecting state.
  • bitforce: Skip out of sending work if work restart requested
  • RPC: Writeup on poolpriority command usage
  • Bugfix: API: Report errors from poolpriority command
  • RPC: New "poolpriority" command to set the order of pool priorities
  • strtok_ts: Thread-safe strtok that work on POSIX or Windows
  • Bugfix: Supress "caught up" event when first switching to a pool
  • Announce and restart work immediately when current pool has caught up to the current block
  • Bugfix: Don't consider work stale due to other pools' longpolls, if --failover-only is active
  • Refactor stale_work function to only flag actual stale shares
  • stale_work: Don't factor getwork delay into expiry for shares (only for work itself)
  • Bugfix: Use pool number rather than numeric pointer to strict pool, in block found notice
  • Accept JSON Numbers in config file parameters
  • Improve readability of OPT_HASARG in parse_config
  • Allow JSON false as a valid value for strictly boolean options
  • Include scan-serial in example configuration file
  • fpgautils: add support for 57.6 kBd serial
  • miner.php add a socket RCV timeout for if cgminer is hung and the API thread is still running
  • BFL force all code to timeout to avoid hanging
  • Detach pthread from within the api thread in case it is terminated due to not being instantiated before pthread_cancel is called from main, leading to a segfault.
  • Initialise mdplatform.
  • Find the gpu platform with the most devices and use that if no platform option is passed.
  • Allow more platforms to be probed if first does not return GPUs.
  • Bugfix: It is not a hardware error if nonces returned from modminer don't meet the pool target
  • bitforce & icarus: Log detection failures at debug log level, so we don't confuse users who have different devices (which is why these drivers are failing detection!)
  • Show "WAIT" (LIFE_WAIT status) if a cgpu is idle waiting for work (pool slow/dead)
  • Instead of quitting on failing N retries, just discard the share
  • Bugfix: Don't discard stale shares after submission failure, if user or pool wants stales submitted
  • Bugfix: Record discard-during-retry shares in the sharelog
  • Bugfix: Only show Algorithm in RPC summary if CPU mining is actually active
  • OpenCL: Remove intensity from statline, since it overflowed
  • Move "Q" (requested getworks) to second status line as "GW" to balance out better
  • Bugfix: Use a mutex to control non-curses output
  • Simplify code to a single vprintf path for curses-less printing
  • Move opt_quiet check to my_log_curses, so it works for curses-less builds
  • Use log_generic for vapplog to cut down on code duplication
  • Add space to log output now that there is more screen real estate available.
  • Bugfix: Copy argv[0] given to dirname()
  • Find the gpu platform with the most devices and use that if no platform option is passed.
  • Allow more platforms to be probed if first does not return GPUs.
  • Detach pthread from within the api thread in case it is terminated due to not being instantiated before pthread_cancel is called from main, leading to a segfault.
  • Debug output per thread hashrate is out by a factor of 1000.
  • Don't check if CPUs are sick since they can't be.
  • Calculate midstate in separate function and remove likely/unlikely macros since they're dependent on pools, not code design.
  • Display in debug mode when we're making the midstate locally.
  • Bugfix: Document --no-adl and --gpu-platform
  • Bugfix: Remove redundant documentation of --auto-fan and --auto-gpu (they are in GPU-specific options)
  • CPU mining may not be included in binaries, but it's not deprecated for BFGMiner either
  • Bugfix: Restore case-insensitivity to input
  • Scroll the device list with up/down arrow keys, if it is overflowed
  • Use select statement to handle input
  • Bugfix: Actually check that the device fits in the individual summary window before trying to print it
  • Bugfix: Fix build without curses but with OpenCL
  • Bugfix: Don't show a Temperature key if it isn't known
  • BFGMiner-specific NEWS fix
3253  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 27, 2012, 08:37:44 PM
Finally, if you think the coins will never be worth the electricity paid for them, you have a pretty pessimistic outlook, why bother at all if the damn things will never be worth that much?
Why pay $10 electric for 1 BTC when you can buy them for $9 on MtGox?
Going this way network will be down in matter of days - no miners, everyone want to buy, but noone to close blocks.
No, because other miners can still get 1 BTC for $8 of electricity or less Wink
3254  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 27, 2012, 08:20:25 PM
Finally, if you think the coins will never be worth the electricity paid for them, you have a pretty pessimistic outlook, why bother at all if the damn things will never be worth that much?
Why pay $10 electric for 1 BTC when you can buy them for $9 on MtGox?
3255  Bitcoin / Mining software (miners) / Re: BFGMiner modular FPGA/GPU overclock monitor fanspeed GCN RPC Linux/Windows 2.5.1 on: July 27, 2012, 05:31:29 PM
I have sent it in already... though in my experience they usually don't do much without contact from someone involved in the production or compilation of the software.  :/

Quote
AVG Research Lab has analyzed the file(s) you have sent from your AVG Virus Vault. Below you can find the results for each file. The final verdict on the file is either a correct detection or a false positive detection.

Further information about the verdicts are available at our website:
http://www.avg.com/faq-1184

"c:\Users\Chris Howie\Desktop\bfgminer-2.5.1-win32\pdcurses.dll" - detection is correct

Yeah, that's more or less what I expected.
Actually, on further thought, it is possible that file could be infected (though very unlikely). It is an exception to my general "compile everything" policy - I just used their official DLL binary.

Anyhow, here's what I sent to AVG:
Quote
One of my users is reporting that AVG insists my software is a virus, even after sending to you for review. Please correct your procedures to actually do proper checking and not flag innocent software.

The flagged file is pdcurses.dll, which I am using the official Windows binary distributed at:

http://voxel.dl.sourceforge.net/project/pdcurses/pdcurses/3.4/pdc34dllw.zip

If this official binary is indeed infected, please provide evidence so that it is removed from SourceForge (a highly respected software website).

In the meantime, want to see if it detects one I compile myself?
http://luke.dashjr.org/tmp/code/pdcurses.dll
e8bc66188d8f0503a5850bb11340e0eb8d60491a827ce27add2b460b65096780  pdcurses.dll
3256  Bitcoin / Mining software (miners) / Re: BFGMiner modular FPGA/GPU overclock monitor fanspeed GCN RPC Linux/Windows 2.5.1 on: July 27, 2012, 06:36:54 AM
After extracting the Windows binaries, AVG detects "PSW.KeyLogger.AVU" in pdcurses.dll.  Since the functionality of pdcurses is to read keystrokes, this doesn't surprise me terribly, but it is a bit disconcerting.  Can this be resolved somehow?
Report it to your AVG as a false positive?
3257  Alternate cryptocurrencies / Altcoin Discussion / Re: The problem of 51% attacking alt-chains on: July 26, 2012, 06:11:07 AM
You trolls sure do like your misinformation and propaganda.
3258  Alternate cryptocurrencies / Altcoin Discussion / Re: BBQCoin being 51% attacked by Luke-Jr on: July 26, 2012, 04:20:28 AM
Guys who are actually mining with it: Good job!
Let me applaud you for drawing miners and their hashing power away from LTC to do your bidding. Why don't you make an effort at increasing the LTC hashing power when we really need it, instead of trying to fuck up a coin that wasn't going anywhere anyway, you fucking tool? You didn't 'save' anyone from a 'scam'.
Litecoin is a scam too, so no loss.
3259  Alternate cryptocurrencies / Altcoin Discussion / Re: BBQCoin being 51% attacked by Luke-Jr on: July 26, 2012, 04:09:13 AM
I'd never even heard of this coin till yesterday and as soon as I saw it I assumed it was a joke, so I have to ask.

Is most of the Bitcoin community always this spitefull? Or only when they get board?
These "coin" scams are nothing new, and make Bitcoin look bad. Stopping them in their tracks before they can scam people, when possible, is a logical way to help Bitcoin keep its reputation clean.
3260  Alternate cryptocurrencies / Altcoin Discussion / Re: BBQCoin being 51% attacked by Luke-Jr on: July 25, 2012, 11:57:54 PM
It was fun to joke about, oh well.

And luke I hope your kidding, it wasn't a "scam" it was literally just a fork to fuck around with. It wasn't going to go anywhere anyway.
Yeah, that's why they were rushing to get exchanges trading it...
Pages: « 1 ... 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 [163] 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 ... 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!