its_bridge
Totally with you on that. I wouldn’t put all my savings in a bank. Just enough for daily stuff. Huge savings in banks means losing value over time, thanks to inflation. Banks use our money, and what do we get? Zilch.
Nah, I think you’re missing the point. Most people are here to improve their finances and that’s legit. But yeah, don’t treat it like a lottery.
Totally get why folks jump into Bitcoin. Everyone wants better finances, especially with bills piling up. But if you're new, focus on learning first, not just making risky trades.
- The Real Risks of Shor's Algorithm for BitcoinJun 28, 2022
Been looking into Shor's Algorithm, and honestly, it's still a huge theoretical threat. It can solve the discrete logarithm problem, which means it can potentially derive private keys from public keys on vulnerable…
- AI and Bitcoin: Will Scarcity Survive?Oct 13, 2019
I see your point now. When something's not desired, even a little can seem like too much. If demand shifts, then that could affect how we value Bitcoin.
- AI and Bitcoin: Will Scarcity Survive?Oct 13, 2019
I didn’t say AI will create Bitcoin. Chill. If AI creates abundance, it could devalue other things, but not Bitcoin. I’m just saying it’s about perception, not supply.
- AI and Bitcoin: Will Scarcity Survive?Oct 13, 2019
You gotta read Musk’s thoughts more carefully. AI will solve problems, creating abundance of goods and services. That makes things like money less valuable. Bitcoin will still be scarce, no doubt.
- AI and Bitcoin: Will Scarcity Survive?Oct 13, 2019
Dude, I think you're missing the point. AI is not just a study tool; it's set to replace many jobs soon. It's evolving fast, and it'll impact how we see resources, including Bitcoin.
- AI and Bitcoin: Will Scarcity Survive?Oct 12, 2019
Hey guys, checked out what Elon Musk said about AI ending scarcity and making life easier. He thinks retirement savings may become useless because AI will handle everything. Got me wondering, how does this affect…
I think I’m starting to understand your points better. Quick question though. It seems like ambiguous failure messages can complicate things. How do current implementations decide to penalize a channel when there's a…
Hey guys, I've been diving into how the Lightning Network works, especially regarding channel balances and the asymmetries we see in the market. I'm trying to figure out some limitations in the current setups. It seems…
Sure, here it is: python btcrecover.py listpass passwordlist token.txt The token.txt contains: line1: ee line2: tt And I get only 2 combinations: ee tt I expected more combinations, especially with something like ee%3d,…
I'm trying to use btcrecover and running into issues. I write one word per line in a text file like this: ee tt But when I run btcrecover.py, I only get two combinations: ee and tt. I thought it should give me more like…
- Keeping Your Full Node Safe and PrivateFeb 21, 2018
Totally agree. Last I checked, Bitcoin Core doesn’t even turn on RPC server by default. And if it’s enabled, it only listens to localhost. So any breaches are really due to bad setups by the node owners.
- Keeping Your Full Node Safe and PrivateFeb 19, 2018
Full nodes do all the heavy lifting by verifying transactions and blocks. But to do this right, they need to run the consensus rules, manage the UTXO set, and gossip across the network. To keep everything trustworthy,…