nicknode
- Mining in crypto, your experiencesApr 23, 2025
I tried to mining so much once upon a time, but didn't earn so much. I get a little only. By the way, I use p2p exchange which is very easy to use. If you see a youTube video, you can use it confidently from anywhere.
Thank you to all of repliers. The advices helped me to implement the solution: 1. Using actual rates with this API https://api.blockcypher.com/v1/btc/main 2. Using RBF to increase comission rate of "old" txes
Thank to all of the speakers, the information provided helped me to unrstand the way I should work, optimizing commission rate rather then consolidating inputs.
Thank you for your help. I think I need to test both, decreasing comission rate and destructuring one big tx into several smaller.
Hey folks I've got a bit of a challenge with my app, and since I'm just getting started in the world of BTC development, I could really use your insights. Here’s the deal: I have an API for a payment system built with…