Skip to content

Instantly share code, notes, and snippets.

@plowsof
plowsof / scan_tx.py
Created October 29, 2022 22:17
test scan_tx latest / oldest txid
from monerorpc.authproxy import AuthServiceProxy, JSONRPCException
import os
import pprint as pp
import sys
wallet_dir = "/some/dir"
daemon_address = ""
rpc_url = "http://127.0.0.1:18084/json_rpc"
test_wallet = ""
rpc_connection = AuthServiceProxy(service_url=rpc_url)