Bitcoin Forum
May 27, 2024, 05:41:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 348 349 350 351 352 353 ... 421 »
6041  Other / Off-topic / Re: Looking for a cheap programmable device on: September 26, 2011, 10:04:15 PM
Thanks for the suggestions! I'm going to use it to hold some encrypted Bitcoin private keys and then deal with decryption and transaction signing. By storing it in a safe deposit box, I'll then have a device immune from hardware keyloggers where I can input passwords safely.

I have almost no experience with soldering, etc., which is why I wanted an integrated input method. Theoretically I could use only one button, though more buttons would be easier. The Arduino's USB port can probably be used with a keyboard, which would work.

I'll also check out those Atmel microcontrollers. This looks useful:
Quote
All AVR microcontrollers contain lock mechanisms to prevent reading and copying the program stored in on-chip Flash.
6042  Bitcoin / Bitcoin Technical Support / Re: How do I speed up confirmation? on: September 26, 2011, 08:53:13 PM
Does this mean a fee of greater than 0.01/kB wouldn't increase the 1st confirmation speed?

In most cases, yes. If your fee is enough to get all miners to include your transaction, then there's no point in adding more.

The network increases the minimum fee automatically when there are many transactions queued. Nowadays the default minimum fee is lower, though, so 0.01/kB will usually be sufficient even when the network is being spammed.
6043  Other / Meta / Re: RFC: new forum software specifications on: September 26, 2011, 08:37:15 PM
With the extensive list of requirements in mind, does anything at all come close to satisfying them?

Not any existing software, probably. The forum will be paying for someone to either modify existing software to support all of this or write new forum software from scratch.
6044  Other / Meta / Re: RFC: new forum software specifications on: September 26, 2011, 01:56:30 AM
Feature request that some forums have:

Subscribe to thread - without having to make a post.
Unsubscribe - remove it from new posts/unread list so you can leave the thread behind when it's degenerated into bickering.

Both are very useful and missing from SMF.

This is already in the feature list. See "watchlist".
6045  Other / Off-topic / Looking for a cheap programmable device on: September 25, 2011, 08:01:36 PM
What's the cheapest programmable device with some integrated storage, an integrated input method, and some way of interfacing with a real computer? The cheapest devices fitting this criteria I know of are the TI-8x calculators, but it seems that there should be cheaper ones.
6046  Other / Meta / Re: RFC: new forum software specifications on: September 25, 2011, 02:47:17 AM
Ah, there's a misunderstanding here. I was referring specifically to buying and selling, not to forum reputation in general.

Maybe the forum could integrate with #bitcoin-otc for trade ratings.
6047  Other / Off-topic / Re: PinkiePie Troll History on: September 25, 2011, 02:34:54 AM
I have no problem with this trolling (which was fun to watch), but wasting my time with "account recovery" after posting shock images gets you permabanned.
6048  Bitcoin / Development & Technical Discussion / Re: Is blockexplorer's total bitcoins in existance accurate? on: September 24, 2011, 11:58:48 PM
Yeah, I was definitely off by 100 BTC. The number lost is actually 100.01000001. All losses are accounted for, then: 100 BTC from duplicates and 0.01000001 from the transaction dree12 linked to (0.01 fee that BBE mishandles plus the satoshi dropped purposefully by the miner).

You wasted 10 minutes to help me - I'm honored! I sent a tiny donation as a token of thanks.

Thanks!
6049  Bitcoin / Development & Technical Discussion / Re: Is blockexplorer's total bitcoins in existance accurate? on: September 24, 2011, 11:50:35 PM
Quote from: maaku
@theymos: that's an awfully round number. Are there 4 blocks that didn't generate bitcoins at all?

At least two blocks didn't generate any BTC:
http://blockexplorer.com/block/00000000000a4d0a398161ffc163c503763b1f4360639393e0e4c8e300e0caec
http://blockexplorer.com/block/00000000000743f190a18c5577a3c2d2a1f610ae9601ac046a38084ccb7cd721

I'm not sure where where the other BTC was lost. My current database structure doesn't allow me to easily get the particulars. It's also possible my calculation was incorrect.
6050  Bitcoin / Development & Technical Discussion / Re: Is blockexplorer's total bitcoins in existance accurate? on: September 24, 2011, 08:26:21 PM
Okay, thanks. How did you obtain that number: ran a script over the blockchain? ABE?

I queried the BBE database. It currently takes like 10 minutes to compute, though, which is why I don't make it available on any page.
6051  Bitcoin / Development & Technical Discussion / Re: Is blockexplorer's total bitcoins in existance accurate? on: September 24, 2011, 08:17:38 PM
It's the upper limit. If you remove coins that have been obviously destroyed in that way, the number would be 200.01000001 less than the upper limit (at the moment).
6052  Other / Meta / Re: bitcointalk.org not found on google? on: September 24, 2011, 07:43:11 PM
I don't think it should matter what the error code is, but I created an empty one anyway.
6053  Bitcoin / Development & Technical Discussion / Re: Is this a failure of tx fee scheduling? on: September 24, 2011, 05:23:32 AM
Usually you'd get that error quicker, but the database needed a lot of time to even gather the counts and basic data. That ledger would have 16,850 rows if it was actually displayed.

One fee method I've been thinking about is charging more for increasing the total block chain size. If these transactions are all 0.01 BTC -> 0.01 BTC, then the spent transactions can be forgotten and there's not much cost to the network. But if it's splitting 100 BTC into 0.01 BTC coins, then fees per transaction should be much higher to reflect the extra storage required by everyone.
6054  Bitcoin / Bitcoin Technical Support / Re: This makes absolutely no sense. on: September 24, 2011, 04:51:50 AM
Remove the <>s.
6055  Bitcoin / Development & Technical Discussion / Re: Accessing the network through a "lite" node on: September 24, 2011, 04:37:16 AM
I'm talking about my personal client development.  I can set NODE_NETWORK to whatever I want... though it sounds like 0 or 1 are the only options that are meaningful.

NODE_NETWORK is a constant flag that is applied to nServices, a bitfield. Not applying it leaves nServices at 0, but NODE_NETWORK remains at 1.

Without NODE_NETWORK, you are not a "network node".
6056  Bitcoin / Development & Technical Discussion / Re: Accessing the network through a "lite" node on: September 24, 2011, 04:30:39 AM
By "not set" I assume you mean setting NODE_NETWORK to zero.  It sounded like the reference client doesn't really take this into account yet, but that's not a reason to ignore it...

Well, NODE_NETWORK is a constant always equal to 1, so you don't set that... It is taken into account in places, and Bitcoin will even unset the flag for itself when it is compiled to behave as a lightweight client.

Does this mean that I should be relaying full blocks if this value is set (i.e. other nodes expect me to respond to getdata requests)?

Right. Bitcoin expects to be able to download the entire block chain from you.
6057  Other / Meta / Re: bitcointalk.org not found on google? on: September 24, 2011, 04:23:04 AM
So, you are using .htaccess tricks to force robots.txt? or...you just don't have the file there so you show an error instead?

There is no robots.txt.
6058  Bitcoin / Development & Technical Discussion / Re: Accessing the network through a "lite" node on: September 23, 2011, 11:51:38 PM
Not having NODE_NETWORK set indicates that you're a lightweight client. When Bitcoin doesn't set NODE_NETWORK, it means that Bitcoin is downloading full blocks but then throwing them away except for the Merkle trees. So Bitcoin lightweight-client nodes currently do relaying and as much verification as possible, but they don't have old blocks on hand.

There's not yet any way to show that you're running in an even more lightweight mode, though you should definitely not set NODE_NETWORK.
6059  Other / Meta / Re: RFC: new forum software specifications on: September 23, 2011, 05:29:51 PM
Another feature that should exist in the forum software: OpenID as an alternative to normal username/password authentication.
6060  Other / Meta / Re: RFC: new forum software specifications on: September 23, 2011, 05:18:17 PM
Would a trust system almost exactly like eBay (before they removed negative feedback) work?

I don't like any trust system that has a global trust rating. It disincentives people from posting controversial ideas.

Past versions of an edited post being available to mod/admins (or maybe even just admins) with the ability to revert a post to a previous version would be extremely helpful. Also, the ability for a mod or admin to prevent someone with lower rank (including the original poster) from editing a specific post. This would mostly be used after a mod has to edit a post for some reason, and would likely be a checkbox on the edit page.

Good ideas. I'll add that to the final version of the specification.

One thing I've started seeing custom forums do is have the server cache external images. We can charge for this image mirroring if we want or just give it to donators. This can even be outsourced to a different company.

I thought about that, but I don't really like embedded images, anyway. I can only think of a few cases where embedded images are actually useful.
Pages: « 1 ... 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 348 349 350 351 352 353 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!