I am building a web app that implements bitcoin payments. My server has limited resources, and I don’t want to fill up it’s data with the ENTIRE blockchain (takes up too much space). So I enabled pruning on bitcoind, and ran: bitcoind -daemon -txindex I got the error: Error: Prune mode is incompatible with -txindex.Read more