Bitcoin Forum
July 15, 2024, 11:12:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 ... 1374 »
7501  Bitcoin / Project Development / Re: List of all Bitcoin addresses with a balance on: June 22, 2022, 08:42:21 AM
I'll take this quote from another topic here:
In the list of founded addresses there is unnecessary line "address"  (kind of column header) between addresses "3.." and "bc..", line 31808561. Like you had separated lists and you concatenated them.
Thanks! That "address" should have been removed (but due to copying code I tried to remove the header from another file). It will be fixed in tomorrow's update.
7502  Bitcoin / Bitcoin Technical Support / Re: Problems with Bitcoins Mined in 2009 on: June 22, 2022, 06:48:29 AM
You must be talking about P2PK UTXOs, if so, Bitcoin Core can spend those.
Just import the "Private Key" into a new non-descriptor wallet and it should be able to find those transactions.
If OP really has 50 (or more) Bitcoins mined to pubkey, he shouldn't mess with it on an online computer. Sync Bitcoin Core and unplug your internet. Then import the private key, without risking any online exposure. Create, verify and sign a transaction offline, copy it, and broadcast it online.
Alternative: Import the pubkey, let Bitcoin Core sync until 2010 (that shouldn't take long), and if anything shows up, you can take it offline to import the privkey. Or let it sync completely to be sure the funds are still there.
7503  Economy / Reputation / Re: Bitlucy withdrawal problem, does this acceptable? on: June 22, 2022, 06:37:05 AM
3- The maximum total winnings for any player on a single day is 100,000 EURO.
I'm pretty sure Bitlucy doesn't have 100,000 euro.

Quote
7- Rule 18.5 says "To the extent permitted by law, our maximum liability arising out of or in connection with your use of the Websites, regardless of the cause of actions (whether in contract, tort, breach of warranty or otherwise), will not exceed €100."
They copied (plagiarized!) the Terms from Betcoin.ag, who's had them since 2015.

Quote
So if anything goes wrong, you are only liable to cover losses worth max €100?
Maybe that's all they have Roll Eyes
7504  Economy / Service Discussion / Re: [Blacklist] of unreliable, 'taint proclaiming' Bitcoin services / exchanges on: June 22, 2022, 06:30:14 AM
Known scam site Bitlucy(crap).com is apparently very concerned about mixed coins:
They copied it from betcoin.ag (2015). And it's also copied by playbetr.com (2018). This is going to be a long list.
7505  Other / Meta / Re: Ninjastic.space - BitcoinTalk Post/Address archive + API on: June 21, 2022, 05:13:32 PM
You should check out and follow lowendbox.com website, they have some great hosting and VPS deals, among other things.
Don't trust all webhosts there, I've been scammed by their "offers". Lowendtalk.com (more or less the same) has good offers too, and I've come to trust some of them (after I got scammed by another one). But I wouldn't expect better uptime than Contabo. High uptime doesn't go well with "low end".

Quote
I am not sure if they can beat Contabo but hetzner.com should be solid and reliable alternative.
They don't accept Bitcoin. I don't want to pay by creditcard.
7506  Bitcoin / Bitcoin Technical Support / Re: Any way to run a server providing any address balance and using pruned node? on: June 21, 2022, 04:54:45 PM
But full UTXO database is still kept in chainstate DB in pruned node, isn't it?
I think so, yes.

Quote
If so, what is the technical problem of making a sum for a given address?
You can try https://github.com/in3rsha/bitcoin-utxo-dump to dump all addresses and their balance. I haven't tested it myself, so use at your own risk.
7507  Bitcoin / Project Development / Re: The logic behind betting bots on: June 21, 2022, 04:08:07 PM
The best logic to reduce losses is to reduce wagering. Your average loss is your total wagered amount multiplied by the house edge.
And this is why I think is better to bet on big multipliers against the low ones.
Correct. That's what makes the Landen strategy so good.

Quote
Yesterday I was thinking about the 95% chance to win, The question is, how many losses you can get consecutive.
There's no upper limit. That's what often seems to surprise people, and if you play often enough, you'll get more losses than you can afford.
At 95% win chance, the house edge is huge compared to the amount you win!

Quote
And after making some tests in the simulator I found is really complex to get 4 or 5 consecutive losses
But your profits are small compared to what you're risking.
7508  Bitcoin / Bitcoin Technical Support / Re: Any way to run a server providing any address balance and using pruned node? on: June 21, 2022, 12:45:37 PM
If you have fixed list of address you want to watch, you can create watch only wallet and import the list of the address before you start sync process.
You can also add a new watch-only address to a pruned node before it gets funded. Example:
Code:
importaddress 1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD theymos false
Okay, I'm cheating, the address above is funded already. Your pruned node will only know about new transactions.
7509  Bitcoin / Project Development / Re: The logic behind betting bots on: June 21, 2022, 11:25:05 AM
the goal is to run the bot with multiple accounts and have a bigger number of winning bots than the losing ones.
That won't work. Casino games are EV- for the user, which means on average you will lose. That's because of the house edge.

Quote
So, if someone has a betting logic for the long run with low risk, please share it with us and I will code the bot.
The best logic to reduce losses is to reduce wagering. Your average loss is your total wagered amount multiplied by the house edge.



Years ago, back when rollin.io still existed, there was a user (Landen) running a bot for months. He won big before he busted.
I made a spreadsheet of what I called the Landen strategy. If your bankroll is big enough, the chance to win one round is incredible high. But if you repeat it a million times, you will at some point lose. In the end, it's just Martingale.



I've seen an interesting way of reaching a 50% odds bet by making many smaller bets at higher risk and the same winning result, but I can't find it back. The math made sense, the total chance of winning was the same, but because you wager less in total, you lose less to the house edge. Or the other way around: you risk the same amount in total, but win slighty more if you win.
I'm pretty sure I've merited the post, but that list is too long to find it back.
7510  Bitcoin / Project Development / Re: [BACK ONLINE] Bitcoin block data (665 GB): inputs, outputs and transactions on: June 21, 2022, 11:07:54 AM
Would anyone be interested in block data for Ethereum?
Update: I have downloaded "calls", "erc-20" and "transactions". The total size is 712 GB, and I don't have the server space to store it on. I have it on my local storage (so I can upload it in about 2 days).

Unfortunately, 2 files are corrupted:
  • blockchair_ethereum_calls_20200113.tsv.gz
  • blockchair_ethereum_calls_20211110.tsv.gz
I contacted Blockchair, but they "haven't detected the issue".

Quote
I'm currently downloading it to compile a list of Eth addresses and their balance from this data. Amazingly, I couldn't find a complete list anywhere.
By now Blockchair has the complete Ethereum address list online: blockchair_ethereum_addresses_latest.tsv.gz. That ends my efforts to compile this list myself.
7511  Other / Meta / Re: No, the forum server did not go down. on: June 21, 2022, 10:12:26 AM
Looks like something exploded in cloudflare's data centers.
It looked like a quarter of the internet was gone this morning. As theymos said:
The Internet is seriously flawed if everyone needs to huddle behind these huge centralized anti-DDoS companies in order to survive...
7512  Economy / Reputation / Re: 60M posts! View unedited/deleted posts (search per post, per user or per topic) on: June 21, 2022, 08:01:10 AM
I missed posts 60409954-60410008, my scraper couldn't catch them because of Cloudflare.
The nearest ones I have are 60409953 and 60410009. That leaves a 15 minute gap.
7513  Other / Meta / Re: [TELEGRAM] Yet Another BitcoinTalk Notification BOT (merits, mentions, topics,+) on: June 21, 2022, 07:27:02 AM
Your scraper stopped working too, right?
For the past 30 minutes, there seems to be a large outage at Cloudflare, and Bitcointalk now shows the "Checking your browser" screen before I can view a normal page.
My scraper gets this:
Code:
HTTP request sent, awaiting response... 503 Service Temporarily Unavailable
2022-06-21 09:24:05 ERROR 503: Service Temporarily Unavailable.

Update: It works again.
I missed posts 60409954-60410008
7514  Other / Meta / Re: Ninjastic.space - BitcoinTalk Post/Address archive + API on: June 21, 2022, 05:57:34 AM
or I'll move somewhere else. Sad
Contabo's rates are hard to beat, better uptimes can get quite expensive. I'm on the lookout too, my (sponsored) AWS is running out soon.
7515  Economy / Services / Re: LoyceV's Bitcoin Fork claiming guide (and service) on: June 21, 2022, 05:54:40 AM
I guess you already figured it out, but no, you can't do that. Any Fork with some value has replay protection against Bitcoin, so the Forkcoins don't move when the Bitcoin moves.
7516  Economy / Reputation / Re: Bitlucy withdrawal problem, does this acceptable? on: June 21, 2022, 05:15:14 AM
I knew something was fishy when Rose777 muted every communication channel!! It's strange how everyone went blind overnight. Nobody is questioning him, and no one is supporting the flag against him.
I've been in contact, and recommended to respond here. Unfortunately, he (she?) didn't.
The lack of communication is something I've seen in other cases, and that's what destroys reputations.

The Flag has been active since it got it's first DT-support. I'm not in a rush to add to that.
7517  Other / Meta / Re: Ninjastic.space - BitcoinTalk Post/Address archive + API on: June 20, 2022, 04:49:13 PM
For some reason the site has stopped working. Is it just me or is there anyone else who doesn't have it working?
TryNinja announced the downtime.
7518  Economy / Service Announcements / Re: [ANN] ChipMixer.com - Bitcoin mixer / Bitcoin tumbler - mixing reinvented on: June 20, 2022, 03:43:41 PM
it is difficult to determine whether these domains are really owned by the original Chipmixer.
Actually, it's easy: ChipMixer only owns these sites:
Tor v3 link: http://chipmixorflykuxu56uxy7gf5o6ggig7xru7dnihc4fm4cxqsc63e6id.onion (chip mix or fly, new Segwit)
Tor v2 link: http://chipmixerwzxtzbw.onion/ (obsolete, non Segwit)
Clearnet link: https://chipmixer.com/
(only one clearnet domain)

The fake site showing the real .onion is only meant to trick people into believing it's the real site (and judging by your post: it works!). They know that clearnet-users won't switch to .onion if they don't have to.
7519  Economy / Service Discussion / Re: [Blacklist] of unreliable, 'taint proclaiming' Bitcoin services / exchanges on: June 20, 2022, 01:24:29 PM
Isn't this banking system weird all together?
It's absurd, for sure.
No arguing there. It's probably the weirdest business we have. Then again, "money" is weird too. To quote Henry Ford:
Quote
It is well enough that people of the nation do not understand our banking and monetary system, for if they did, I believe there would be a revolution before tomorrow morning.
I believe this is still true. Why work all your life for a tiny amount of money, while central banks create a million times more money than you earn in a lifetime in a millisecond?

This, by the way, is why I'm in Bitcoin. Central banks can't create more. And I believe they truely fear that.
7520  Bitcoin / Development & Technical Discussion / Re: Prospects for a simplified Lightning Network on: June 20, 2022, 07:14:51 AM
Losing custody of their money, but being able to use Lightning in a simple manner. (e.g., BlueWallet, Phoenix etc.) [emphasis mine]
Small, but important correction!

Lightning Network mobile apps:
|Custodial|Non-custodial|
|BlueWallet (the LN portion of it)|Phoenix by Acinq|
||Breez.io|
While we're doing small corrections: opening a channel in Phoenix Wallet requires trust.
Pages: « 1 ... 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 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 ... 1374 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!