Not completely positive reply this query since I am unsure what you are making an attempt to realize. However from what I am studying, it appears such as you’re making an attempt to ship Bitcoin in a fashion which is untraceable in your system.
If that’s the case, you then need not run a full node. Transactions are stateless, so so long as you have got the mandatory info in addition to software program and/or libraries, you’ll be able to craft the transaction completely offline (on an airgapped pc) .
You simply want:
-
Information of the non-public key
-
Pockets’s inputs
-
Information of the recipient’s deal with whom you wish to ship it to
-
Software program or information of craft the transaction and correctly serialize it earlier than signing
As soon as you have achieved these issues, you’ll be able to ship your transaction by way of to any node to broadcast it. The decentralized nature of the community makes it inherently tough for somebody to hint precisely which level your transaction entered into the community.
There are a number of completely different web sites you can use to stick your signed UTXO to.
Addressing the Node Difficulty
Whether or not you utilize your node or not, it can nonetheless be utilized by the community to relay transactions. That is how Bitcoin’s community works. So whether or not they’re your transactions or not, your node shall be relaying somebody’s transaction(s).
From what I perceive, node discovery is ephemeral to a sure extent – so when you ‘tear down’ your node, so to talk, friends will stop gossiping in regards to the existence of stated node as a result of it’s not a discoverable peer.
Concluding
It appears that evidently you are below the impression that you simply should run a full node with a purpose to ship a transaction autonomously and this isn’t the case.
The truth is, for my part, should you’re actually trying to ship transactions by way of to the community in a fashion that doesn’t reveal that you simply ever transacted with Bitcoin, you’d be finest off crafting your transaction offline completely, then discovering a website someplace that means that you can broadcast the transaction by way of their node (ideally through API if attainable).
Doing this can be certain that your identification stays protected.
If operating a full node is necessary for you although for some cause, there’s actually no means to take action in a very non-public method because the goal of operating a node is to be discoverable by the community and help in relaying info to the remainder of the friends round you.
