You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bitcoin Core will attempt to rebroadcast all unconfirmed transactions it has in a wallet. This means, you're node (with your IP) will rebroadcast sanctioned transactions. Rebroadcasts are detectable on the network and it's assumed that spynodes/chainanalysis companies do this. You're IP might end up on a list if you run the above commands.
I've used the following steps to create a Bitcoin Core descriptor wallet tracking transactions on the OFAC sanctioned addresses:
bitcoin-cli -rpcclienttimeout=0 -rpcwallet=ofac-sanctioned-watch-only importdescriptors "$json_array"
The rescan might take a while (possibly multiple hours)
The text was updated successfully, but these errors were encountered: