Bitcoin Forum
May 28, 2024, 12:52:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 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 ... 421 »
5401  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC! on: March 16, 2012, 10:44:34 PM
I agree that it's 11131.
5402  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC! on: March 16, 2012, 08:15:50 PM
Good point therymos although you just need to re-roll when the random number is > the largest even MULTIPLE of the ticket #.

Right. I was assuming that the max random number would be chosen to be the smallest power of two larger than the largest ticket.
5403  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC! on: March 16, 2012, 08:10:42 PM
(last-10-digits-of-block-hash) % (number-of-tickets) = winning ticket number

The results of this aren't evenly distributed in most cases.

Say the random number is between 0 and 7, and there are 5 tickets from 0-4. Then the possible results are:
0 mod 5 = 0 (0 is the winner)
1 mod 5 = 1
2 mod 5 = 2
3 mod 5 = 3
4 mod 5 = 4
5 mod 5 = 0
6 mod 5 = 1
7 mod 5 = 2
As you can see, tickets 0-2 have a better chance than 3-4

For proper randomness, you actually need to re-roll when the random number is greater than your range of winners. This could be done by hashing the block hash again or choosing a different block. (There are probably other algorithms for properly distributing the randomness, but AFAIK they're always less efficient when generating random numbers and I don't know any such algorithms off-hand.)
5404  Bitcoin / Bitcoin Technical Support / Re: message: Displayed transactions may not be correct! You may need to upgrade on: March 15, 2012, 03:31:20 PM
Probably your block database is getting corrupted for some reason. Maybe due to an antivirus or a bad disk.
5405  Other / Off-topic / Re: How many accounts has Atlas made and why isn't he banned yet? on: March 15, 2012, 03:28:33 PM
Boss
Jon

These two are the same account. He just used his donator status to change his name.
5406  Other / Meta / Re: Stop Posting "Subscribing..." on: March 15, 2012, 12:24:16 AM
I'm very annoyed by them, but I feel bad about deleting them because the people who post them are just trying to get some extra functionality out of the board. I do delete them on the most serious of threads, and you can ban them with local rules.
5407  Economy / Services / Re: Looking for someone to create/modify software for this forum [1100+ BTC] on: March 14, 2012, 04:45:27 AM
Status:

Of the bids that have been formally submitted, I'm only considering Request's seriously at this point. If you think I didn't give your bid a fair chance (especially if I don't mention you below), PM me with more details.

- nhodges: I sent you a PM requesting more details but didn't get a response as far as I know.
- Red Emerald's work sounds promising, but he hasn't given me enough detail yet.
- Matthew N. Wright hasn't sent me a bid yet.
- BinoX hasn't sent me a bid yet
- danieldaniel isn't qualified.
- I'm uncomfortable with using CIYAM Pty. Ltd.'s experimental (in my mind) code-generating software for something where security and performance are important.
- windowsdefender probably isn't qualified.
- Maybe Xenland or FlipPro could do it, but I don't feel confident enough to give either of them the job.

There's now 1700+ BTC in the forum fund, and I'm still accepting bids.

I've been too busy (and unmotivated) to do any coding, though I've been thinking about the design a lot. I think it would work well to put all of the business logic into the database. PostgreSQL allows you to create new database functions using any of several languages (including C++, PHP, Perl, and Python). This design would be very modular, easy to extend, and easy to break into parts for many people to work on. Making many different front-ends would also be easy, and the front-ends could be "stupid", working only with views covered by many triggers/rules. I'm not a very experienced programmer, though -- what do guys you think of this design?

These two requirements can't both be achieved - unfortunately these are the two most 'accident prone' languages in wide use... making security nearly impossible.

Bitcoin uses C++. Hopefully Bitcoin is secure...

I don't find security to be very difficult on either. You do need to know what you're doing, but this is a prerequisite to winning this bid anyway.
5408  Bitcoin / Bitcoin Technical Support / Re: jsonrpc "move" history? on: March 14, 2012, 03:41:10 AM
Will I have to pay a higher transaction fee because of that?

No. The accounting entries created by move aren't real Bitcoin transactions.
5409  Other / Meta / Re: [Feature added] Color besides usernames for Ignored by % of established members. on: March 14, 2012, 02:33:01 AM
Thanks!
5410  Other / Meta / Re: [Feature added] Color besides usernames for Ignored by % of established members. on: March 14, 2012, 01:55:57 AM
Where do I send the 5BTC for the bounty btw?

Send it either to the forum at 17RTTUAiiPqUTKtEggJPec8RxLMi2n9EZ9 (used for forum expenses only) or to me at 1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD (used for anything I want).
5411  Bitcoin / Bitcoin Technical Support / Re: jsonrpc "move" history? on: March 14, 2012, 01:03:44 AM
It is recorded. You can see them in listtransactions.
5412  Bitcoin / Development & Technical Discussion / Re: Withdrawing BIP 17, and proposing BIP 18; please review patch on: March 14, 2012, 12:14:28 AM
I don't see a point in "officially" depreciating something that must be supported forever anyway.
5413  Other / Off-topic / Re: Boaters, shout out! on: March 13, 2012, 11:28:05 PM
The boat's harbored on Lake Winnebago in Wisconsin, so it won't ever see the ocean unless we want to go on a really long sailing trip. (Though two of my uncles sailed from Wisconsin to Florida when they were young, so it's definitely possible.) This year we'll probably try taking it to Lake Michigan, though this alone will take a long time.

Quote from: RandyFolds
I have worked on boats my whole life

What do you do?
5414  Other / Off-topic / Re: Boaters, shout out! on: March 13, 2012, 09:40:08 PM
My dad bought a C&C 27' Mk3 sailboat last year. We haven't been on any long excursions yet, though it's been nice to just sail around.
5415  Other / Meta / Re: [Feature added] Color besides usernames for Ignored by % of established members. on: March 13, 2012, 08:16:53 PM
People with an ignore color now see the ignore range they fall in instead of the ":-(". Also, people with 0.35% see a range in the same spot as a warning.
5416  Other / Meta / Re: [Feature Request] "Ignored by # peoples" besides usernames (10 BTC bounty) on: March 13, 2012, 07:29:26 PM
I don't ignore anyone, either. RandyFolds often has good posts, actually. Maybe people immediately assume he's a troll when they see his avatar.

I just figured out this exists! Where do I rank?

You're fourth in global numbers, with 19 ignores.

Here are all of the people who currently have any ignore color along with their ignore count (edit: this is the very-established ignore count):
Code:
15 PinkiePie (banned)
14 bulanula
10 RandyFolds
 8 Surawit (banned)
 8 plastic.elastic (banned)
 8 smoothie
 7 JeffK
 7 Matthew N. Wright
 7 The_Duke
 6 Boss
 6 ALPHA. (banned)
 6 CoinHunter
 6 buttcoin1 (banned)
 6 Synaptic (banned)
 5 psy
 5 panerai (banned)
 5 Edward50

This list looks pretty reasonable to me.
5417  Other / Meta / Re: Get Donator status by donating 10 BTC on: March 13, 2012, 07:15:36 PM
New VIP donator: gigavps. Thanks!
5418  Other / Meta / Re: Site keeps going down? on: March 13, 2012, 03:09:35 AM
I haven't noticed any outages recently.

Does it always happen at the same time, or randomly? A slow backup script does run daily. That's possibly the cause.
5419  Other / Meta / Re: [Feature Request] "Ignored by # peoples" besides usernames (10 BTC bounty) on: March 12, 2012, 11:25:02 PM
How/where does this show up? I guess I'm not very ignored, since I can't see anything.

It shows up in the same spot. Someone will probably post a screenshot.
5420  Other / Meta / Re: [Feature Request] "Ignored by # peoples" besides usernames (10 BTC bounty) on: March 12, 2012, 10:12:40 PM
LOL. It looks like I am the most ignored on this whole forum.

Can theymos confirm this Huh

Nope. Counting all users (not just very-established), PinkiePie (now banned) is the most-ignored with 30 ignorers, you have 22, and Matthew has 20.

@theymos
I think that the "ignore color" should be visible even to themselves.

Done.
Pages: « 1 ... 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 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 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!