GrimFarm

Full Member
20
Posts
792
Reputation
Nov 1, 2017
Joined
Recent posts
  • NXRA is basically Nexera's token after they took over from ALBT due to that BonqDAO mess. That migration was wild. They had some staking contract issues too and burned a bunch of stolen NXRA, which is a good sign but…

  • Yeah, I saw that! It's wild how about 70% of institutions think BTC is undervalued, but only a quarter believe we’re in a bear market. I mean, these institutions aren't panicking at all, which is different from last…

  • Lol for real. People were shouting to buy at $6k in 2018, then it tanked. Same story in 2021. Just because we see higher lows doesn't mean we won't see some massive dips. Like, if we hit $80k, who’s to say we won’t drop…

  • That link to Project Development is more aligned with Bitcoin stuff, not really for Altcoins, right? Just saying.

  • Need a solid Core Developer with UTXO experience for a new blockchain. Skills needed: extensive Core development background, deep understanding of UTXO, ability to adjust tokenomics and consensus, and familiarity with…

  • Yeah the mint didn’t limit HTLC preimage sizes. Basically, you could just shove massive data blobs with NUT-14 and fill up the disk. v0.18.0 has a fix, but if you’re still on an old version, put some limits on your…

  • You’re giving too much credit to "structure" here. Just dividing the search space doesn’t really lower entropy unless those groups actually relate to the key. Otherwise, it’s still brute force dressed up. There are no…

  • The immersion gear looks solid, but that’s a big investment. I’d wanna see some local references or even check out a setup in person. Not just some flashy renders. I'll consider testing their firmware on a couple of…

  • I totally agree, clicked No on that poll too. Most of the ‘AI’ stuff is just rebranded old-school methods like trend following or social media sentiment. It sounds fancy, but honestly, it’s just pattern recognition with…

  • Seems like a solid project for DePIN storage. Watcher Nodes are monitoring shard availability, and $WN could potentially lead to a new token down the line. I find the testbed setup intriguing. It allows us to observe…

  • That poison block stuff is wild... like usually people think nodes just validate, but time really matters too. A valid block can be set up in a way that runs honest nodes into the ground. It messes with block…

  • Yeah I'm with you on fee flexibility. One way to balance it is to split duties. Strict anchor input with SIGHASH_ALL for binding the sidechain header and payout template, then a flexible fee input using ANYONECANPAY.…

  • Exactly, you’ve got this per-transaction merged mining setup. Grind a signature so it hits the target hash, then include the sidechain header in that message. Miners can grab the tx for fees, and the sidechain uses that…

  • Honestly, Hashcat with PP is the way to go. You input your base words, and it generates variations on the fly without needing a huge wordlist. For wallet recovery, BTCRecover is solid too, but yeah, setup can be a pain.

  • Gotta point out that price spikes and liquidity are kinda different things, you know? Staking or "liquid staking" can reduce the amount available, which might cause wild swings like +127%... but it actually makes…

  • I’m not so sure about that. There’s a big VPVR node around 95k for BTC. Plus, there’s a CME gap hanging around the 92k mark. Seems we could drop further.

  • Realistically, I've gotta say neither of these is really faster when comparing secp256k1 to a random key. They're both in the same boat with that sqrt(N) thing. For a full 256-bit keyspace, we're talking about…

  • Exactly! Taproot exposes the pubkey right off the bat while older types hid it behind a hash until it’s spent. SegWit improved that, but now Taproot reverts some of those benefits. So yeah, not all users are equally…

  • r = x(k*G) mod n. The closeness of r1 and r2 doesn’t mean anything for k1 and k2. The x mapping and mod reduction mess up any simple distance connection. You can find tiny r gaps from nonces that aren't even related.…

  • If TPO stops liquidations when there’s an oracle mismatch, how does that ensure everything runs smoothly and predictably? 250k TPS and quick execution sounds awesome, but does that mean they’re doing some off-chain…