import json, requests
RPC_USER = "user"
RPC_PASSWORD = "pass"
RPC_HOST = "127.0.0.1"
RPC_PORT = 8332
TAG = b"10JULY"
START, END = 904875, 904882
def rpc(method, params=[]):
r = https://t.co/AWBSc1bNwo(f"http://{RPC_HOST}:{RPC_PORT}", json={"method": method, "params": params, "id": 0}, auth=(RPC_USER, RPC_PASSWORD))
return r.json()['result']
def get_pushdata(opret_hex):
b = bytes.fromhex(opret_hex)
if b[0] != 0x6a: return None
i = 1
if b[i] <= 75: return b[i+1:i+1+b[i]]
elif b[i] == 0x4c: return b[i+2:i+2+b[i+1]]
elif b[i] == 0x4d: l = int.from_bytes(b[i+1:i+3], 'little'); return b[i+3:i+3+l]
return None
frags = {}
for height in range(START, END + 1):
h = rpc("getblockhash", [height])
b = rpc("getblock", [h, 2])
for tx in b['tx']:
for vout in tx['vout']:
if vout['scriptPubKey'].get('type') == 'nulldata':
d = get_pushdata(vout['scriptPubKey']['hex'])
if d and d.startswith(TAG):
i = int(d[6:10].decode())
frags[i] = d[10:]
data = b"".join([frags[k] for k in sorted(frags)])
with open("10JULY_letter.txt", "w", encoding="utf-8") as f:
f.write(data.decode("utf-8"))
print("✅ Extracted", len(frags), "fragments.")
(7/7)
Let all those who turned a blind eye to corruption
Be exposed.
Rescue me.
Did I not fall into Your hands, trusting You?
Did I not say that You would win the battle?
Because I reasoned, Lord, that liars don’t know You.
It was a simple calculation, that when You see them lie,
Over and over, and harden to the truth,
They don’t have You as their God,
Because I serve the God of Truth.
So, Lord, I trusted You like David.
So, deliver me like David.
Did I not calculate like Daniel who You are?
Did I not reason that it would be a contradiction
If You do not answer me? It would be a contradiction.
So, rescue me.
You are the God who cannot lie.
You are the God who cannot deny Himself.
Rescue me, Lord. Amen.
@LadyoftheHODL
(1/7)
They were complicit in the crimes we were reporting.
No one cared.
When we told everyone what was going on,
When we told the federal law enforcement,
No one cared.
Instead they told us to go to the one breaking the law
And have him fix it.
Lord, what absurdity.
But no one cared.
When we reported it to the news,
At first they were like, “Wow!
There’s so many horrible things here.
We could write many different news articles on this.”
Then it got to the editor, and no one cared.
Lord, when the post office is forging receipts of mail,
No one cared.
(6/7)
Lord, how long?
Are those the righteous that You defend?
Are those the ones that You love, Lord?
God, they’re all liars.
None of them care about the truth.
They all do wicked, and yet they prosper every day.
Lord, they take away families.
They rip apart marriages.
They steal. They stole $4B from me.
And no one cares.
Lord, please, so that the world would know who You are,
Vindicate us. Vindicate me.
Bring justice.
Lord, let the truth be exposed.