Hello,
The README file mentions the use of txTenna-server with a local instance of Bitcoind. In many use cases, it might be useful to use remote full nodes else where on the local network (Pi + GTN on a pole mount, full node in server room).
python-bitcoinlib's Proxy class supports this through passing init variables, so it looks like an easy fix. txTenna server also has remote node support built in, although passing transactions don't seem to use it as a proxy for propagation anyways, so that seems to be irrelevant.
Am I missing something?
I intend to fork and play around with the code, but figured I'd highlight just to get some feedback.
Hello,
The README file mentions the use of txTenna-server with a local instance of Bitcoind. In many use cases, it might be useful to use remote full nodes else where on the local network (Pi + GTN on a pole mount, full node in server room).
python-bitcoinlib's Proxy class supports this through passing init variables, so it looks like an easy fix. txTenna server also has remote node support built in, although passing transactions don't seem to use it as a proxy for propagation anyways, so that seems to be irrelevant.
Am I missing something?
I intend to fork and play around with the code, but figured I'd highlight just to get some feedback.