Bitcoin Forum
July 04, 2025, 09:28:15 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 354 355 356 357 358 359 [360] 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 ... 425 »
7181  Economy / Marketplace / Re: BitLotto May 4th Syndicate (Unofficial) on: April 11, 2011, 04:17:12 AM
Thanks I didn't know that, I thought the client always just used the oldest or smallest addresses first Smiley

It tries to choose coins that add up to not much more than your send amount. There's also randomization involved.
7182  Economy / Marketplace / Re: BitLotto May 4th Syndicate (Unofficial) on: April 11, 2011, 04:02:36 AM
In Bitcoin GUI open the Address Book. In the receiving Tab select the address. (You'll notice that the 'Your Bitcoin address" text box changes to whatever you highlight. Send the money. AFAIK as long as the funds are actually there it will use the account listed. If there is not enough it takes from other accounts.

It doesn't work like that. The money is sent from arbitrary addresses.
7183  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 11, 2011, 12:28:52 AM
Thanks!
7184  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 10, 2011, 10:47:24 PM
That does make it more difficult.

I think we reached the point of "good enough" long ago. The last big Bitcoin lottery, TAABL, just used a plain block hash, and no one complained about that.
7185  Bitcoin / Development & Technical Discussion / Re: Does the bitcoin client auto upgrade? on: April 10, 2011, 04:40:51 PM
You need to reinstall. wallet.dat won't be touched, and the data format didn't change between those versions.
7186  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 10, 2011, 03:47:08 PM
Once a block is 'in the system' the time is set though right?

Yes.
7187  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 10, 2011, 03:04:11 PM
That should be pretty secure. Whoever gets the last block has the opportunity to do 1-3 "re-rolls" if he is really lucky. I'd hash the final hash a few trillion times just to be safe.

Some potential problems:
- It's possible that no blocks will be solved in an hour. It's happened before.
- The block time can go past 0:00, then go before 0:00 in the next block, and then go forward again. Which time is used?

Also, it's possible that a series of blocks are replaced by other blocks if the network is segmented or there is an attack going on. The blocks used to calculate the winner could be replaced after the funds are awarded. To make this less likely, you should wait at least 120 blocks after the blocks are solved before awarding anything. Reversals of that size will only happen in response to major events that you will almost certainly hear about.
7188  Other / Off-topic / Re: Missing forum reply notification feature on: April 10, 2011, 02:26:36 PM
It was disabled:

I suspect the reason e-mails from bitcoin.org such as the validation e-mail from the wiki are getting spamblocked is because we didn't have e-mail validation turned on for the forum, so maybe spammers used the forum to set their e-mail to people they wanted to send spam to and then PM themselves so it would e-mail there.  The only way to really know would be to look at the mail server logs and see if there's a large volume and what it is.

I turned on e-mail validation of new accounts on the forum, but now people can't sign up because the validation e-mail gets spamblocked.  Someone said gmail is one case.

So here we are, nobody new can sign up to the forum.

It would help if we could turn off the forum's notification e-mail features.  I tried to disable what I could, but it only had settings for forum thread notifications.  Can someone tell me if PM notifications are still active or any e-mail notification anywhere else on the forum.

Maybe we should disable the forum's access to the e-mail server entirely, then turn off registration e-mail until we work this out further.  I don't know where that setting is in the SMF interface.
7189  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 10, 2011, 05:09:28 AM
Using time probably won't work. Whoever creates the block can specify the block time within a large range. They can even put the timestamp before the last block's timestamp.

You could just hash the block hash 200 trillion times or something to get the final hash. There's no way a miner could do that while mining.
7190  Bitcoin / Bitcoin Technical Support / Re: Forgot my passphrase on bitcoin-otc Help with bruteforce or finding another way on: April 10, 2011, 03:18:15 AM
That's a terrible password. You should be able to crack it in not too much time by using a bash script and GPG with the --passphrase option.
7191  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 10, 2011, 03:15:02 AM
Whoever solves the 7th block still has the ability to choose between the 16 different starting values (assuming they have infinite CPU power), though I think mixing like that is better than not.
7192  Economy / Marketplace / Re: Earn 34BTC or 20-21BTC for getting shops/organisations to accept Bitcoin on: April 10, 2011, 03:03:59 AM
How do you get that windows with all the extra transaction details?! How do you enter comments?

Run with the -debug switch. Bitcoin does a lot of unnecessary extra stuff when it's in debug mode, though, so I don't recommend running in that mode all the time.

I think you can only add comments through bitcoind.
7193  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 09, 2011, 08:04:52 PM
Quote from: bitlotto
By getting a block I'm assuming solving it right?

Yes.

I wouldn't use it if changing one or two numbers is ever meaningful. If the attacker needs to get all six numbers, it's good.
7194  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 09, 2011, 06:54:14 PM
Got ya. So if I use the last digit it's all good. So when you say lucky how hard would it be to get the last digit to match what the person wanted?

First they need to get the block. Then, there's a 1 in 16 chance (or 1 in 10 chance if you're using decimal) that they get the right number. Probably they'll have to re-do the block a few times. So if you're really lucky, you might get one number, but getting two blocks in a row is very difficult by itself, and getting the correct number two times in a row is even more difficult.
7195  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 09, 2011, 06:10:08 PM
That's similar. You'd want to take the digits from the end, though, since the first digits after the 0 are not completely random. Or hash the hash to get a random number again.

If someone gets lucky, they might be able to change one of these digits, but even two would be almost impossible.
7196  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 09, 2011, 05:12:42 PM
It's not easy to influence, even if there is no random number. The attacker would have to have more than 50% of the Bitcoin network's CPU to have any reasonable chance of influencing the result.
7197  Economy / Marketplace / Re: BitLotto - and obtaining random numbers from within the Bitcoin network on: April 09, 2011, 06:00:26 AM
1. Post the hash of a random number publicly. It is not important that your random number is random, only that it is secret.
2. Pick some block number when the lottery will end. Take the hash of that block and hash it with the random number picked earlier. This is the random data you will use for the draw.
3. Post your random number.

This is immune to manipulation by players. The owner has some ability to manipulate the result, but it's very difficult. You'd need to solve a block at that exact position with a difficulty much higher than normal. You can make owner manipulation even more difficult (almost impossible) by taking winning number 1 from <end block>, number 2 from <end block>+1, etc. This would be better randomness than the Canadian lottery, probably.
7198  Economy / Marketplace / Re: Looking for a 5+ BTC loan, 1-2 days, no interest. EASY OTC rating ;) on: April 09, 2011, 05:42:15 AM
Loans don't add much to my trust of a person, since there's no risk to the borrower. If loans added to your trust, you could quickly get up to 100,000 BTC loans by paying only a few thousand BTC in interest, and you would have no risk. Traders have the risk that their trades will lose them lots of money, so they earn more trust.

What matters most is community participation and time since joining the community, which are both expensive.
7199  Bitcoin / Development & Technical Discussion / Re: Making it easy for merchants to accept Bitcoin as payment on: April 09, 2011, 05:29:07 AM
Can you define "better"?

Definitely interested in hearing ideas...

The existing solutions have very poor documentation. This is the main issue.

Merchant gateways should be using separate wallets so attacks against the EWallet service don't affect merchants. I consider MyBitcoin to be particularly insecure, since it accepts deposits after just 1 confirmation.

Gateways should offer all the features of PayPal, such as gathering shipping info.
7200  Bitcoin / Development & Technical Discussion / Re: Making it easy for merchants to accept Bitcoin as payment on: April 09, 2011, 03:24:18 AM
A merchant gateway better that MyBitcoin's or MtGox's would be useful.
Pages: « 1 ... 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 354 355 356 357 358 359 [360] 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 ... 425 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!