Lahat gagawin para lang mapansin ni Prime Architect.
Nakakainis na yang si crush may panahong wala talaga sa isang araw..
Thank you #QBTC bukas ulit. Love you....
Please
Message
Cancel
Creating...
Processing...
Thank you
#QBTC bukas ulit. Love you....
Message
Cancel
Creating...
Processing...
The src of the cli utility I use to send memo msg. Written in Rust. By setting the MEMO_KEY env var, you can send memo msgs from command line. Now, only impl 6d02, 6d03, and 6d0c.
LICENSE: GPLv3
Message
Cancel
Creating...
Processing...
Again, no big movement on Cauldron Cashtoken at the moment so chess is what I do,.
Good evening everyone,.
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
You can try to post the Bible or other books to BCH chain, like what BSV did years ago
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
You can try to post the Bibel or other books to BCH chain, like what BSV did years ago
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
["memo-msg", tx, "".join(accumulated)], capture_output=True, text=True ) print(result.stdout) if __name__ == "__main__": main()
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
accumulated = [line] time.sleep(5) else: accumulated.append(line) if accumulated: result = subprocess.run(
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
result = subprocess.run( ["memo-msg", tx, "".join(accumulated)], text=True, capture_output=True ) print(result.stdout)
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
sys.exit(1) accumulated = [] for line in lines: test_content = "".join(accumulated) + line if len(test_content.encode("utf-8")) > MAX_BYTES:
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
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)
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
filepath = sys.argv[2] try: with open(filepath, "r", encoding="utf-8") as f: lines = f.readlines() except FileNotFoundError:
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
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)
Message
Cancel
Creating...
Processing...
A script which uses this utility: send-file-to-memo.py
#!/usr/bin/env python import subprocess import sys import time MAX_BYTES = 184 def main(): if len(sys.argv) != 3:
Message
Cancel
Creating...
Processing...
The src of the cli utility I use to send memo msg. Written in Rust. By setting the MEMO_KEY env var, you can send memo msgs from command line. Now, only impl 6d02, 6d03, and 6d0c.
A script which uses this utility: send-file-to-memo.py
Message
Cancel
Creating...
Processing...
The src of the cli utility I use to send memo msg. Written in Rust. By setting the MEMO_KEY env var, you can send memo msgs from command line. Now, only impl 6d02, 6d03, and 6d0c.
Message
Cancel
Creating...
Processing...
The src of the cli utility I use to send memo msg. Written in Rust. By setting the MEMO_KEY env var, you can send memo msgs from command line. Now, only impl 6d02, 6d03, and 6d0c.
The utility won't consume your tokens
Message
Cancel
Creating...
Processing...
That's cool you created a CLI script. How does it work - where does it get UTXOs and where does it broadcast to? Is it open-source?
@ChainXOR tips me many UTXOs with 600 sats. My command line utility use small UTXOs first, so that I can consume these small UTXOs.
Message
Cancel
Creating...
Processing...
Lahat gagawin para lang mapansin ni Prime Architect.
Message
Cancel
Creating...
Processing...
Requirement: You need to start a sync/ed BCHN node, and import your key to your wallet (wallet crypt is allowed).
The utility will call listunspent, signrawtransactionwithkey and sendrawtransaction via bitcoin-cli command
Message
Cancel
Creating...
Processing...
Requirement: You need to start a sync/ed BCHN node, and import your key to your wallet (wallet crypt is allowed).
Message
Cancel
Creating...
Processing...
Build command: cargo build --release
Usage: MEMO_KEY="YOUR_PRIV_KEY" memo-msg [TOPIC|TX_HASH] <MSG>
To build the project, you need rust toolchain installed
Message
Cancel
Creating...
Processing...
The src of the cli utility I use to send memo msg. Written in Rust. By setting the MEMO_KEY env var, you can send memo msgs from command line. Now, only impl 6d02, 6d03, and 6d0c.
Requirement: You need to start a sync/ed BCHN node, and import your key to your wallet (wallet crypt is allowed).
Message
Cancel
Creating...
Processing...
The src of the cli utility I use to send memo msg. Written in Rust. By setting the MEMO_KEY env var, you can send memo msgs from command line. Now, only impl 6d02, 6d03, and 6d0c.
Build command: cargo build --release Usage: MEMO_KEY="YOUR_PRIV_KEY" memo-msg [TOPIC|TX_HASH] <MSG>
Message
Cancel
Creating...
Processing...