Do you try to use Raspberry Pi to stack sats daily by running a python script? I found this guide: https://github.com/ijonas/satstacker
pull down to refresh
pull down to refresh
Do you try to use Raspberry Pi to stack sats daily by running a python script? I found this guide: https://github.com/ijonas/satstacker
If it uses traditional finance on one half of the way anyway, why not use the normal DCA functionality of the provider?
Because the provider has a limited logic/options?
Great! I wrote a similar script in Ruby for Bitfinex / Bitstamp DCA.
Beyond the standard DCA I implemented a simple algorithm to optimize the buy: it increase/lower the fiat value spent according to the average value in the previous days. So for example instead of always buy $5/day it will buy $6 as soon BTC lower and $4 if it increase. It could be a nice addon to your script, too :)
This but for RoboSats please!
This was probably made before a lot of exchanges started doing scheduled recurring purchases. Still a cool little project!