replied 1h
Nakakainis na yang si crush may panahong wala talaga sa isang araw..
replied 1h
Please
1h
Thank you #QBTC bukas ulit. Love you....
replied 1h
LICENSE: GPLv3
GPJ
1h
Again, no big movement on Cauldron Cashtoken at the moment so chess is what I do,.

Good evening everyone,.
replied 1h
You can try to post the Bible or other books to BCH chain, like what BSV did years ago
replied 1h
You can try to post the Bibel or other books to BCH chain, like what BSV did years ago
replied 1h
["memo-msg", tx, "".join(accumulated)], capture_output=True, text=True
)
print(result.stdout)


if __name__ == "__main__":
main()
replied 1h
accumulated = [line]
time.sleep(5)
else:
accumulated.append(line)

if accumulated:
result = subprocess.run(
replied 1h
result = subprocess.run(
["memo-msg", tx, "".join(accumulated)], text=True, capture_output=True
)
print(result.stdout)
replied 1h
sys.exit(1)

accumulated = []

for line in lines:
test_content = "".join(accumulated) + line
if len(test_content.encode("utf-8")) > MAX_BYTES:
replied 1h
print(f"File not found: {filepath}", file=sys.stderr)
sys.exit(1)
except Exception as e:
print(f"File read failed: {e}", file=sys.stderr)
replied 1h
filepath = sys.argv[2]

try:
with open(filepath, "r", encoding="utf-8") as f:
lines = f.readlines()
except FileNotFoundError:
replied 1h
print(f"Usage: {sys.argv[0]} <TX> <FILE>", file=sys.stderr)
sys.exit(1)

tx = sys.argv[1]
if len(tx) != 64:
print("TX invalid")
sys.exit(1)
replied 1h
#!/usr/bin/env python
import subprocess
import sys
import time

MAX_BYTES = 184


def main():
if len(sys.argv) != 3:
replied 1h
A script which uses this utility: send-file-to-memo.py
replied 1h
Reference for 6d0x: https://memo.cash/protocol
replied 1h
The utility won't consume your tokens
replied 2h
@ChainXOR tips me many UTXOs with 600 sats. My command line utility use small UTXOs first, so that I can consume these small UTXOs.
2h
Lahat gagawin para lang mapansin ni Prime Architect.
replied 2h
The utility will call listunspent, signrawtransactionwithkey and sendrawtransaction via bitcoin-cli command
replied 2h
You can export your key from https://memo.cash/key/export
replied 2h
To build the project, you need rust toolchain installed
replied 2h
Requirement: You need to start a sync/ed BCHN node, and import your key to your wallet (wallet crypt is allowed).
replied 2h
Build command: cargo build --release
Usage: MEMO_KEY="YOUR_PRIV_KEY" memo-msg [TOPIC|TX_HASH] <MSG>