Bitcoin Forum
June 21, 2024, 04:00:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 247 »
2921  Bitcoin / Development & Technical Discussion / Re: Handle much larger MH/s rigs : simply increase the nonce size on: October 05, 2012, 07:46:09 PM
Realistically, GBT (BIP 22/23) solved this for the pool/software end a long time ago, and stealing 8 bits from the ntime (about 3 minutes of rolling) is probably plenty for the hardware side for a while...

While using [part of] the block version as another nonce was at one time a possibility, starting with 0.7.0 any changes there will cause the client to report an upgrade required. And again, it's not necessary.
2922  Bitcoin / Hardware / Re: Algorithmically placed FPGA miner: 255MH/s/chip, supports all known boards on: October 05, 2012, 12:35:36 PM
Indeed, besides pushing a new bitstream he also implemented difficulty >1 support, wow!

Yeah, because I had a similar unexpected-downtime experience with EclipseMC -- they recently started rejecting two-low-difficulty shares.

Unfortunately since the X-Reject-Reason headers aren't standardized the safest thing to do is assume that when a share is rejected that work ought to be thrown out.  This wrecks the hashrate.
Well, the reasons are standardized as part of BIP 22.
Obviously it's not necessarily a rule for the now-obsolete getwork protocol, but there's no reason not to use the same strings either.

But more importantly: if your miner had supported the target - which has been standard since getwork was created - you wouldn't have these rejects at all.
2923  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 04, 2012, 10:58:44 PM
This is a bad idea, because the browser isn't guaranteed to copy the invisible TC.
Are you sure? The characters are "visible", but the font defines them to have zero width.
Is the "TC" supposed to actually be invisible? I see it as "B⃦TC"
(Ok, seriously, are you talking about this: BTC? So either it should load the Webfont resulting in BTC being displayed as "B with decoration", "invisible T", "invisible C" or your w3c/lynx on a non-unicode console should just display BTC … or your smart browser decides that there is something wrong with letters that have zero width so it defaults to another font. Which browser are you using?)
"B⃦TC" is shown by Konqueror/KHTML, Rekonq, and QupZilla.
"B⃦" alone is shown by Chromium and Firefox.
2924  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 04, 2012, 10:45:21 PM
This is a bad idea, because the browser isn't guaranteed to copy the invisible TC.
Are you sure? The characters are "visible", but the font defines them to have zero width.
Is the "TC" supposed to actually be invisible? I see it as "B⃦TC"
2925  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 04, 2012, 06:11:06 PM
[...]

Websites and websites, I want bitcoin symbol in my text files, dammit!
Ok, so use a working text editor/viewer... Unicode's only been around for well over a decade now.
2926  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclk/fans, GBT, RPC, Linux/PPA/Windows 2.8.1 on: October 04, 2012, 06:09:52 PM
If you can, try running it in valgrind for a few minutes with the --leak-check=full valgrind option, --debuglog bfgminer option, and stderr piped to a file. Upload that file somewhere and link it in a new issue.
2927  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 04, 2012, 04:14:23 PM
Technically speaking, BitcoinTalk is using a "webfont" for this, not a regular image.

You're asking to install custom font, just to have currency symbol properly displayed in a spreadsheet or email. How many people are going to do that? Think about it. The web is easier as this only has to be done once per site, but that's one extra uneccesary step. We should make life easier, not harder.
No. Webfonts are automatically downloaded and used by your browser.

Point is, it doesn't work for majority of users here with modern computers and modern, very popular, operating systems who also happen to have technical skills way above the average. If it doesn't work for us, it won't work for general population, period.
And that's why most Bitcoin websites are still using images for the BTC symbol...
2928  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 04, 2012, 02:44:34 PM
BTC853 - stands out only because it looks bolded, so sucks anyway (being an image earns three bonus sucks)
Technically speaking, BitcoinTalk is using a "webfont" for this, not a regular image.

B⃦ sucks extra hard for being 2 chars (we invented new problems for you!)
B⃦ is itself a single character, even if comprised of two codepoints.
It's also the same character the forum is using a webfont to render in BTC.
Using multiple codepoints for a single character is not new.

and not being displayed properly on my unicode friendly win7 machine, despite 64bit processor and 8gb of ram.
Obviously not very Unicode-friendly, if it can't display Unicode.
2929  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 04, 2012, 02:33:50 AM
The B double vertical strokes is a Unicode symbol?  What is its code?  I can't find it on any list of Unicode symbols (maybe I'm not looking in the right place?).
Yep. Unicode defines symbols like this using "combining" characters (the "already combined" characters exist only for compatibility with legacy encodings such as Latin-1), so for B⃦ you do:This works to some extent for all possible combinations (apparently some people are getting blocks, though?).
From there, fonts can specialize with "ligatures" (renderings that represent a sequence of characters) - which is where things can definitely use improvement.
2930  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 03, 2012, 11:27:35 PM
Iman, when I run yaourt i give it an ignore architecture flag. "yaourt -AS packagename" That alone should not solve my first error, but it is probably the fact that it configures everything through autogen.sh and not ./configure.

Make finished compiling but building the package failed because I got a write error. I assume I ran out of space on /tmp (this thing only has 128mb ram), so I moved the compiling temp directory to one on the hard drive. I'm still getting an error though. The executable is under /var/abs/local/yaourtbuild/bfgminer-git/src/bfgminer-build, so I can run it, but I would like to have it packaged.

Code:
make[2]: Leaving directory `/var/abs/local/yaourtbuild/bfgminer-git/src/bfgminer-build'
make[1]: Leaving directory `/var/abs/local/yaourtbuild/bfgminer-git/src/bfgminer-build'
==> Tidying install...
  -> Purging unwanted files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Compressing package...
/usr/bin/makepkg: line 1290: 4821 Killed                  xz -c -z -
bsdtar: Write error
==> ERROR: Failed to create package file.
==> ERROR: Makepkg was unable to build bfgminer-git.


That sounds like some kind of OOM killed xz. dmesg?
2931  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 03, 2012, 08:44:01 PM
Honestly, everyone should just continue using BTC until a Bitcoin symbol is standardized and viewable on 95% of computers without modifying the default fonts or encodings.
Everyone is already using B⃦ via images Smiley
2932  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 03, 2012, 08:17:49 PM
This guy is a nut. Plain and simple.
Coming from someone promoting Bitcoin as a tool for illegal activities (and thus harming Bitcoin), I guess I should take this as a compliment...
2933  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclk/fans, GBT, RPC, Linux/PPA/Windows 2.8.1 on: October 03, 2012, 08:11:16 PM
I'm running ubuntu and I'm trying to mine with more then one modminer.  When I start the program it only picks one up.  I'm using ./bfgminer at the command line.  Isn't the newer version supposed to autodetect the boards?

Is anyone able to answer this question?
Are you running the latest firmware? Using BFGMiner from PPA or source?

It was built from source following the instructions outlined on on the wiki for the mmq.
With older MCU firmwares, you need libudev-dev for autodetect to pick up more than one.

If you want to use more than one MMQ, don't you have to specify it with multiple uses of the -S flag and its arguments?
No, every device except Icarus and Lancelot support autodetection.
2934  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 03, 2012, 07:24:42 PM
It's missing libjansson-dev; and -S auto is the default.
2935  Bitcoin / Mining software (miners) / Re: BFGMiner: modular FPGA/GPU, overclk/fans, GBT, RPC, Linux/PPA/Windows 2.8.1 on: October 03, 2012, 06:56:21 PM
I'm running ubuntu and I'm trying to mine with more then one modminer.  When I start the program it only picks one up.  I'm using ./bfgminer at the command line.  Isn't the newer version supposed to autodetect the boards?

Is anyone able to answer this question?
Are you running the latest firmware? Using BFGMiner from PPA or source?
2936  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 03, 2012, 06:01:51 PM
Luke-Jr, if you go to Tools/Encoding in your Chrome browser while in Wikipedia, you should have the UTF-8 option checked. Is that so?
I'm not the one having problems...
2937  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 03, 2012, 06:01:16 PM
My autotools skills aren't so great, and I'd appreciate any input in how it could be improved.
2938  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 03, 2012, 04:39:07 PM
I noticed nothing in a scan of the README (though I was looking for 'arm' and not 'mips' which was a mistake since I've not done this kinds of stuff in a while) and noticed no assembly for anything but x86's.  But it is not unheard of for people to optimize for an architecture with assembly while supporting other architectures with compiled code.  And also common to build a sub-set of functionality on less well supported architectures.  That's why I said 'or at least not fully.
Assembly is only used (optionally) for CPU mining, though that does support both x86 (SSE) and PowerPC (Altivec). CPU mining is mostly pointless, though, so I wouldn't consider other platforms really "less" supported.

But, since you are here, is it known that the code should work on his platform, or is he blazing trails in trying to get it going?
I know a number of users have had success on Raspberry Pi, at least.

That's hopeful, and probably useful info to someone trying to build the code.  Do you know what OS's they might have been running?
I presume whatever RPi ships with.

The guy's initial attempt (with ./configure presumably from the release) crashed in platform recognition.  Ideally the user could trust that message to indicate whether the platform is supported, but it's understandable if/when it cannot be 100% reliable.  Much of the time (imho) when there is a failure here, the maintainer has simply not leveraged the autoconf system to it's potential.
Possible... but Google has never heard of armv6l-unknown-linux-eabihf either, so not sure what I can do there.
2939  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 03, 2012, 04:23:00 PM
Uh, guys... what am I missing here?

A working web browser, perhaps.

Explain to me how Chrome 22.0.1229.79 m is not a working browser?
Chromium 21.0.1180.89 works fine here.

More to the point, I can see the other symbols here just fine.  If B⃦ is supposed to be the best symbol, and I (and others) cannot see it properly on standard systems, perhaps it would be better to move to a different symbol that IS displayed properly on a standard system.
Images seem to be working fine until mainstream fonts are updated. Thankfully, we also have webfonts now. Smiley
2940  Bitcoin / Bitcoin Discussion / Re: The Thai Baht (฿) has always been the most frequently used Bitcoin symbol right? on: October 03, 2012, 04:16:54 PM
Uh, guys... what am I missing here?

A working web browser, perhaps. Or maybe it's a font issue with your system.
Pages: « 1 ... 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 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 ... 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!