Bitcoin Forum
May 24, 2024, 10:59:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 ... 247 »
1561  Bitcoin / Pools / Re: [231Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: October 21, 2013, 11:50:42 PM
Only problem is, my miner stops mining because bfg goes weird, or unexpectedly quits about 4 times a day. If I can't check the stats I don't know if it's working or not:(
How about reporting the crash info? :p
1562  Bitcoin / Pools / Re: [231Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: October 21, 2013, 11:06:42 PM
Let's all donate to wizkid057 to help get the stat's back up! Anyone know his donation address?
1StatsgBq3C8PbF1SJw487MEUHhZahyvR
1563  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/nix/Mobl/Ava on: October 21, 2013, 08:47:13 PM
I've made a simple test case:
http://luke.dashjr.org/tmp/code/setlocale.exe
If you run it with no arguments, it should always print "1.234"
If you run it with 2 arguments (eg, setlocale 1 2), it should print "1,234" in your non-english locale.
If you run it with 1 argument (eg, setlocale 1), it should always print "1.234"

Please let me know what you get...

I have done your little test and the results are exactly as you predicted. 1.234, 1,234 and 1.234 respectively.
Please see if http://luke.dashjr.org/tmp/code/webisect/webisect.php?dobuild=localetest fixes this problem.
1564  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 21, 2013, 06:42:24 PM
Hi Luke,
I think that the KnCMiner is in your plans.
Do you have an estimation when you release the KncMiner version?
Thank you very much for your contribution to Cryptocoin Mining!!!
The next major version will support KnC units.
You can see the (working) code-in-progress in the git "knc" branch.
1565  Bitcoin / Pools / Re: [231Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: October 21, 2013, 06:20:57 PM
What DDoS? Just webserver problems, no big deal.
1566  Bitcoin / Pools / Re: [231Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: October 21, 2013, 05:19:54 PM
Stats problems are messing up my ability to benchmark cgminer vs BFGMiner on KnC units Sad
1567  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 21, 2013, 04:40:05 PM
Ah dude, every time I go out my miner stops working. It's a bfl 60gh. Usually it says something like this
Bugs don't get fixed unless they're reported Wink
Can you run BFGMiner in valgrind? It'll use a lot more CPU time, but it will also give a lot more info.
Code:
valgrind --leak-check=full --track-origins=yes bfgminer YOUR OPTIONS --debuglog 2>valgrind.log
1568  Bitcoin / Pools / Re: [231Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: October 20, 2013, 08:36:51 PM
Luke, sorry for a n00b question, but seriously....

I haz bfl pr0ductz.

Stratum, GBT or Getwork? (I'm using bfgminer on ubuntu).

(Also, my miner just stops working all the time, the application crashes in terminal, or it just randomly fills the screen with gibberish and I have to close bfgminer and start again- anyone else get this? If I'm out I have to rush home in order to preserve my 1337 hashr4t3)
Stratum for now. I'll get back to finishing GBT up later.
1569  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 20, 2013, 02:16:48 PM
Oh, OK, so you're changing the terms, because classically a stratum proxy (like slush's one) allows a getwork client to mine on a stratum pool.  Wink
Slush's Stratum proxy refers only to the upstream protocol.
It supports both getwork and Stratum clients. Wink

So, back to the question - is the getwork proxy available on OpenWRT?
Should be.
1570  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 20, 2013, 02:07:18 PM
The stratum proxy is fully supported on all platforms, including Win64.
It's only the getwork proxy that can't do Win64.

 Huh

There's a difference? 

Surely:
stratum proxy is for allowing getwork clients to mine on a stratum pool? 
getwork proxy is for allowing getwork clients to mine on a stratum pool?

Confused.  Huh
Stratum proxy is for allowing stratum clients to mine on stratum pool(s).
getwork proxy is for allowing getwork clients to mine on any pool(s).
1571  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 20, 2013, 02:00:11 PM
Luke-Jr, have you any idea if/when you'll be adding the stratum proxy module to the OpenWRT version of BFGMiner?
IIRC, it should be there in 3.3.0?

OK, cool.  I didn't see anything specific in the READMEs about it being added, so assumed it was still not on OpenWRT, like it's still not on Win64 version.

I'll give it a spin sometime on OpenWRT...
The stratum proxy is fully supported on all platforms, including Win64.
It's only the getwork proxy that can't do Win64.
1572  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 20, 2013, 05:06:18 AM
./bfgminer: --http-port: unrecognized option
This means libmicrohttpd wasn't found when you ran configure.
1573  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: October 20, 2013, 05:05:33 AM
I'm thinking of getting a refund for November.  I have a feeling I am going to be battling that one.  Sam was such a nice person back in May.  (When I had money of course)  Now they all seem like a bunch of dicks.  They are probably just busy engineers but it sucks seeing how they don't really want to work with people anymore.
They seem to be pretty open to working with people still IMO.
I wouldn't pay too much attention to the troll(s).

(Not to say KnC is The Perfect Company, but they seem to be getting a lot of FUD and exaggerations...)
1574  Bitcoin / Pools / Re: [231Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: October 19, 2013, 08:54:06 PM
Can't hurt. Eligius doesn't pay for stale shares, but cgminer doesn't detect stale shares correctly anyway.
Could you please explain further? Specifically how cgminer doesn't do this correctly.
With getwork (and GBT?), it assumes a work update (longpoll) always makes the previous job(s) stale. Result: cgminer thinks shares are stale that aren't.
With stratum, it doesn't act on work updates unless the server tells it previous jobs are now stale. Result: cgminer keeps mining jobs long after they've been replaced, getting close to (and possibly beyond) their expiration time.

There is in fact no reliable way for mining software to know when previous jobs are in fact stale.
Stratum provides a hint, which works in one case (but not others). GBT also provides hints that cover some other cases (but not the one case stratum hints about).
BFGMiner will take these hints into account, but otherwise only assumes a job is stale if the previous-block-hash has changed (ie, the job is considered globally stale to the Bitcoin network).
1575  Bitcoin / Pools / Re: [231Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: October 19, 2013, 08:06:19 PM
Quick question: Can we / should we set cgminer to submit stale shares here? Do they count?

Thanks.
Can't hurt. Eligius doesn't pay for stale shares, but cgminer doesn't detect stale shares correctly anyway.
1576  Bitcoin / Group buys / Re: [CLOSED] NanoFury NF1 USB stick - Group Buy + Product Assembly on: October 19, 2013, 03:52:19 PM
This hub seems to work well
1577  Bitcoin / Development & Technical Discussion / Re: [BRAINWALLET] NoBrainr - a hackproof cold wallet generator in 1024 bytes on: October 18, 2013, 09:54:47 PM
- makes 90-bit strong and easy-to-remember passphrases (this can be modified if needed)
Contradiction? How is 90-bit strong when the norm is 256-bit?
And usually "easy-to-remember" and "strong" are inherently opposites...
1578  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 18, 2013, 08:28:10 PM

Luke-Jr:

Any reason why the extended-core information for BFL's (seeing all cores per Single, for example) went away from 3.2.90 to 3.3.0 via the API?

I used to get all 16 cores per single, now I see only summary information.


Per README.RPC...
Quote
API V2.0 (BFGMiner v3.3.0)

Removed API commands:
 'devdetail' - Use newer 'devdetails' for same information.

Modified API commands:
 'devs' - display status of each full device only (not processors)
 'pga' - lookup and display device by device (not processor) number
 'pgacount' - count only full devices (not processors)
 'pgaenable' - enable all processors for a numbered full device
 'pgadisable' - disable all processors for a numbered full device
 'pgaidentify' - choose first processor of numbered full device
 'pgaset' - choose first processor of numbered full device

Added API commands:
 'procs'
 'proc'
 'proccount'
 'procenable'
 'procdisable'
 'procidentify'
 'procset'
1579  Bitcoin / Mining software (miners) / Re: BFGMiner 3.3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BE Blade on: October 18, 2013, 02:36:15 PM
Luke-Jr, have you any idea if/when you'll be adding the stratum proxy module to the OpenWRT version of BFGMiner?
IIRC, it should be there in 3.3.0?
1580  Alternate cryptocurrencies / Mining (Altcoins) / Re: Swedish ASIC miner company kncminer.com on: October 18, 2013, 03:18:39 AM
I started a thread on the KnC subforum on abitcoin.org to discuss the Jupiter's low-level SPI protocol.
Pages: « 1 ... 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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 ... 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!