Bitcoin Forum
July 12, 2024, 01:38:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 [297] 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 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 ... 570 »
5921  Bitcoin / Hardware / Re: [ANN] NEW USB MINER - 5 Gh/s NANO FURY II USB MINER, **LOWER PRICE** on: April 17, 2014, 02:39:48 PM
- cgminer uses its own version of the HID driver (Zadig). So in order to use cgminer you have to trick Windows to replace the driver for a particular device with Zadig's.
I hate to be pedantic but this is not quite true.

The device talks USB while HID is a driver designed for user interface devices like keyboards and mice, so when using software that uses this driver, it goes device -> usb -> hid driver -> software. Zadig is not actually a driver; it's a utility to tell windows to remove the driver and use the microsoft direct usb communication protocol (effectively a Microsoft driver called WinUSB). So while WinUSB appears to be a "driver" it's actually telling windows to just give the raw usb data to the software. So software that uses WinUSB (like cgminer which uses it for every single USB device) is talking directly to the usb device, bypassing the need for any driver, so it is going device -> usb -> cgminer.

Having said that, we don't have support for 2+ chip nanofury based devices, but VS3 is kindly sending me some devices to add support to cgminer, thanks!
5922  Economy / Service Discussion / Re: AMT fucks us over again on: April 17, 2014, 11:27:06 AM
did they delete the unofficial/official self moderated users thread?  whatever the hell it was.

https://bitcointalk.org/index.php?topic=569772.0


There was a conflict of interest as far as I was concerned with there being an apparent "unofficial amt users thread" which should be posted in and run by the users but was actually a moderated thread by AMT, and there were already 2 or 3 other AMT user threads that served that purpose. Hence I deleted it.
5923  Bitcoin / Hardware / Re: New Official AMT Thread on: April 16, 2014, 04:41:43 PM
So wait, everybody is talking about the unofficial AMT users thread.

Is it still up and I have been locked out or has it bee removed?


"The topic or board you are looking for appears to be either missing or off limits to you."



Quote
This topic has been moved to Trashcan.

by ckolivas
There was a conflict of interest as far as I was concerned with there being an apparent "unofficial amt users thread" which should be posted in and run by the users but was actually a moderated thread by AMT, and there were already 2 or 3 other AMT user threads that served that purpose. Hence I deleted it.
5924  Bitcoin / Hardware / Re: SHIPPING NOW - 3x25+ GH/s special offer: 3 BARE BOARDS for 1 BTC incl. shipping on: April 16, 2014, 01:05:21 PM
That would then discriminate against any other cscape based bitfury mining hardware that comes out with >6 chips and alas they all have no unique identifier apart from:
Code:
  iManufacturer           1 c-scape
  iProduct                2 bi?fury
Which the bi*fury, hex*fury and these OSMs have as well. Now if you wanted to get the designer to change the iProduct in your devices it would be mighty helpful for both of us.
I agree, we had thought about it but valued compatibility with existing cgminer program higher than the additional time required to create our own driver in cgminer.

Now that you are supporting our OSMs, it's a different story. (It was our choice to not get you on board earlier).

What do you think of naming the product OneStringMiner15, or OSM15 to have a unique iProduct and an indication of the number of chips on it ?

The existing customers can chose to update their firmware once there is an advantage in doing so.
In the mean time their OneStringMiner just keeps on running with the default Bitfury driver and settings.
OSM or even a longer name without the number is enough since the communication protocol already reports back the number of chips, otherwise I'd need to manually add any unique combination that comes out every time you design a new board Wink
5925  Other / Meta / Re: Sorry Phinnaeus Gage, you are banned from using this forum! Trolling on: April 16, 2014, 12:08:55 PM
It's 7 days. I could care less who he calls a scammer but the off topic nonsense and trolling is excessive, has been for a while.

Only seven days? The way he's complaining I thought it was a permaban.
Given the amount of time he spends on these forums, 7 days is a lifetime...
5926  Bitcoin / Pools / Re: BitUndo, the criminal mining pool on: April 16, 2014, 12:06:51 PM
Just don't mine there and discourage anyone from mining there and they'll never have enough hashrate to successfully undo anything.
5927  Other / Meta / Re: Sorry Phinnaeus Gage, you are banned from using this forum! Trolling on: April 16, 2014, 11:43:06 AM
I don't know how the hell he comes up with most of what he says, it's gibberish. But I don't think he should be banned. We don't even ban scammers like bfl.
Having the highest post count on the forum full of mostly trash, sounds like a good reason to ban him permanently IMO.
That 20k post count doesn't count deleted posts and probably half his posts have been deleted so you're seeing the best of the bunch Tongue
5928  Other / New forum software / Better search facility on: April 16, 2014, 05:30:42 AM
Most questions from newcomers to the forum are repeat questions and whenever people are asked why they didn't search first they insist they did and did not find what they were looking for...

Insert discussion about possible improvements to search facility here:
5929  Bitcoin / Hardware / Re: [ANN] HEX•FURY 11+Gh/s USB Stick Miner [ IN STOCK UK, EU ] Shipping Worldwide on: April 16, 2014, 04:52:09 AM
Hi, I am using cgminer 4.2.3, where the changelog says that hexfury should now be called HXF, no BXF, yet I see mine is still called BXF?

From gitbub it does look like the actual change may not have been in the 4.2.3 release, change made the 10th, 4.2.3 released the 3rd?
https://github.com/ckolivas/cgminer/commit/c72d7a7813450c98d3fabc2328e0461cc83f743f

I always run with verbose, and I also get lots of the already mentioned invalid job chip number messages, would be nice to have logs cleaned up.
https://github.com/KnCMiner/cgminer/blob/master/driver-bitfury.c#L481

Is there a place to download nightly builds of cgminer for windows?
The changes in 4.2.3 were generic before I received one. It has since been fixed in git but there is no release with the new changes yet. I do not do nightly builds at this stage, but I'll likely release a new version tomorrow. It being reported as a BXF will NOT adversely affect its performance by the way; it's only cosmetic and the extra information in the API if you are reading it.
5930  Bitcoin / Hardware / Re: CoinTerra announces its first ASIC - Hash-Rate greater than 500 GH/s on: April 16, 2014, 12:44:18 AM
What action did you guys take when one of the 4 cores stopped working? As though its not already bad with 20% less hashrate now one of the cores has stopped working reducing the hash rate to 1.2 Th/s.
Just restart cgminer from the config tab.
5931  Bitcoin / Mining support / Re: Need help understanding technical details on: April 15, 2014, 12:44:12 PM
It's 6.2 billion * 2^32 hashes on average to find a block.
5932  Bitcoin / Mining software (miners) / Re: Is this possible? on: April 15, 2014, 11:18:42 AM
Been asked a thousand times: No; you are mining to a particular address and can't change it afterwards.
5933  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.2.3 on: April 15, 2014, 03:58:20 AM
I have a quick question.
I have a clean Win  system all updated and no issues running my OneString Miner setup and cgminer every 8 hrs or so crashes.  I have ran it alone and on another system and it just says it stops working.  It will take multiple tries to get it restarted.
4.2.3 did not fix it either.  I have no problems with any other miners or software I have tried on it to test if it was the system.

I've not seen this on linux, so try a debug build with the instructions here:
http://ck.kolivas.org/apps/cgminer/debug/
5934  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 15, 2014, 03:33:37 AM
Honestly, I'd much rather help decentralization. 
Easy then, throw everything at p2pool.
5935  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: April 15, 2014, 02:13:23 AM
Who would know the difficulty would be 1000x harder now than last spring.  Even though the btc price increased 6x.
Most informed miners should have known the difficulty would be 1000x more than last spring; this is why so many of us tried to warn newer miners - they just didn't listen and assumed we just wanted the mining to ourselves. The price no one can predict though.
5936  Bitcoin / Pools / Re: [185 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: April 15, 2014, 02:04:37 AM
I've been watching the pool hashrate for several days now.  On 04/09, it was at 201 TH/s, and 4/10 at 2 am CST, it was 214 TH/s.  Right now it's at 126 TH/s.   I think people are jumping ship, but won't that just create a huge variance payout for the ones left behind?  What can we do to make p2pool more efficient?  Are there any ideas?  I don't understand how it works enough to say.  I'm not giving up, I'm staying on p2pool indefinitely.   I'm thinking something else is wrong, some kind of configuration problem maybe?  The expected numbers on the block list are so high after a found block the day before.  I've tweaked latency issues on my own computer, and I get about 92% consistently to maybe 97% efficiency.  And I run nothing else but p2pool and BTC wallet. 
The simple fact is that most miners are a combination of lazy, fickle, uninformed and just all round suspicious and seem to be unable to understand payout schemes, variance and luck no matter how much it's explained to them, and their care factor for things like security of the network, distributing the hashrate etc. etc. just isn't high enough to offset the fact that the primary thing they care about is profits. Then they do pseudo experiments ignoring all the things I said above and show a better payout at some random other pool for that day and they're lost for good.
5937  Other / Meta / Re: A Mod was bored i guess. on: April 14, 2014, 11:38:49 PM
I think bearing in mind how busy a thread is as well. Some of those mining hardware threads can have a hundred posts in a day and they're impossible to navigate if they're also interspersed with extra posts of just LOL, +1, -1, awesome, etc...
5938  Alternate cryptocurrencies / Mining (Altcoins) / Re: Profit on CPU mining? Best way to do it? on: April 14, 2014, 03:11:23 PM
CPU mining bitcoin stopped being profitable 2 and a half years ago. Today you'd spend $1000 in electricity to earn $1 worth of bitcoin, so no...
5939  Bitcoin / Hardware / Re: SHIPPING NOW - 3x25+ GH/s special offer: 3 BARE BOARDS for 1 BTC incl. shipping on: April 14, 2014, 01:17:35 PM
I have received 3 of these bare boards courtesy of BenTuras to aid software development. They are working fine on the current cgminer, though I have added some device specific tweaks which will be in the next release of cgminer due out soon. An example from each board follows:

On screen: (BXF was based on Bi*fury and M specifies multiple, hence they're called MXF in cgminer)
Code:
 5: MXF 3       :  48.2C                  | 30.74G / 30.68Gh/s WU:  430.0/m

And API stats output:
...
Thanks!
And I think the abbreviation should be OSM Wink
Looking forward to the next version of cgminer.
That would then discriminate against any other cscape based bitfury mining hardware that comes out with >6 chips and alas they all have no unique identifier apart from:
Code:
  iManufacturer           1 c-scape
  iProduct                2 bi?fury
Which the bi*fury, hex*fury and these OSMs have as well. Now if you wanted to get the designer to change the iProduct in your devices it would be mighty helpful for both of us.
5940  Bitcoin / Mining software (miners) / Re: CGMINER ASIC miner monitoring RPC linux/win/osx/mips/arm/r-pi 4.2.3 on: April 14, 2014, 11:50:48 AM
After searching on google, look like i found the problem. http://msdn.microsoft.com/en-us/library/windows/desktop/ms737629%28v=vs.85%29.aspx
There is some wrong include on util.h line 32. Base on the article, winsock.h must be include before ws2tcpip.h.
Thanks for your investigating. I build all the official binaries with mxe, so it works either way, but I have shuffled things slightly based on that info and removed the windows.h include entirely. I have no idea what effect that will have on other build environments  Tongue

I see, now i need to ask google about mxe  Cheesy or you maybe can add some guide to windows-build.txt  Roll Eyes
That file is horribly outdated from the GPU days and since I started cross compiling with mxe there is no way I'm going to try and build it directly on windows or any other way any more, sorry. In fact that windows build file wasn't even made by me if you read it, but a very dedicated user...
Pages: « 1 ... 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 [297] 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 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 ... 570 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!