Similar to my experience with regular coding, ChatGPT has become quite good to at helping me do Bitcoin stuff. A while ago, I noticed I had a small amount of BTC on my old Bitcoin Core app. I decided to transfer it out, but forgot to wait until it finished syncing with the blockchain. It took several days to finish it. However, turned out that even after the syncing, the transaction couldn't be found using any explorer... so, I turned to ChatGPT, and within a few minutes I had managed to rebroadcast it from my local mempool without using bitcoin-cli (for some reason those were not installed with my version of Bitcoin Core) but using the Bitcoin Core NPC console... and I learned a few commands along the way.
getmempoolentry transactionID
and gettransaction transactionID
and use the hex
to broadcast it online using this tool.How about you? Have you used it for some basic or advanced Bitcoin stuff? I wonder how it would have dealt with the complicated stuff I had to do when I had a corrupt
channel.db
on my Lightning Node 2 years ago. For that, Nitesh in an obscure Telegram group turned out to be the expert I doubt ChatGPT could ever dream of becoming ;)