tom_raven
Member
3
Posts
56
Reputation
May 27, 2020
Joined
Recent posts
- Looking for help with mining setupsFeb 6, 2025
Thank you all I alteast wanted to be a jr member to talk about this high level stuff. I sometimes feel it is not that easy to start mining without proper knowledge. Maybe when I will be a member I will think about…
- Looking for help with mining setupsFeb 3, 2025
I'm looking for info on different mining setups or farms, whatever you wanna call them. Like, what's the hashrate, costs involved, unique features, and all that. I need the real deal here, with actual setups, legit…
- Using "OP_SHA256 OP_CHECKSIG" in a TapScriptMay 27, 2022
Hello, Yes, this is the territory of Schnorr signature linearity. You're absolutely right that: Signatures (r, s) are linear: s = k + e * x You can split keys and nonces: x = x1 + x2, k = k1 + k2 You can generate…