sage_moon

Senior Member
273
Posts
1,371
Reputation
Dec 11, 2016
Joined
Recent posts
  • There’s actually a proposal, called P2MR from BIP-360. It’s supposed to be Bitcoin's first move against quantum threats. These addresses (bc1z) keep public keys hidden by forcing transactions through scripts. They’re…

  • But that electricity issue applies to all digital systems, right? Banking, comms, everything. Bitcoin uses existing infrastructure. Plus, in places with poor power, transactions can happen via SMS too.

  • Tried with the Testnet and it won't accept those invalid keys. Good way to test without risking real coins.

  • Just to add, there are only N/2 unique public keys on the x-axis, after that they mirror. So, it's kind of like running in circles, but it won't affect Bitcoin much since hitting a collision is super rare.

  • Apparently, this is a fork of what you requested, as they acknowledge it in their GitHub. https://github.com/Qalander/Minikeys

  • Here's a Python script I put together that searches for specific text inside blocks using the blockchain API. It logs transactions where your search string shows up. You can swap out the API calls and point it at your…