-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
txCast to broadcast payments at random times over Tor #48
Comments
an alternative solution which better suits the joininbox environment is scheduling the Example of broadcasting a raw transaction with the Blockstream.info API via Tor an hour later: |
change circuits
Call
|
Thanks @nyxnor , this is great. Happy to take it as a PR. |
ouch, I thouht you wanted to PR, misunderstood. |
@nyxnor just these two simple scripts can be useful, no need to add anything to start. |
Ok, will do. Just points for improvements next time, I understand the structure he did that was to be compatible with different implementations, but here are a few points to fit the project
|
I think TxCast is still in the experimental phase, good to keep an eye on it, but for now I'd just extend the |
Stem will help a lot doing all of this....
One line command to work with the destined control port
If not mentioning the control port, will use default 9051. |
With knowledge, rereading this thread makes me feel noob. There is no need to signal newnym. There are various ways this can be done. As the tool here is cURL, and we are always reaching the same DestAddr and DestPort basically, we can use a different SOCKSAuth to isolate the requests via the isolation flag IsolateSOCKSAuth. example: curl -x socks5h://$RANDOM:$RANDOM@127.0.0.1:9050 https://check.torproject.org/api/ip
## or
curl -U $RANDOM:$RANDOM -x socks5h://127.0.0.1:9050 https://check.torproject.org/api/ip The random variable is used in place of the user and password, which tor does not validate, just check if it is different then before. The above only covers stream isolation, not broadcasting at random times. |
https://twitter.com/6102bitcoin/status/1389332245765369856?s=19
https://github.com/txCastOrg/txCast/
The text was updated successfully, but these errors were encountered: