Wallet for btc botWhich bitcoin wallet should I use to manipulate it programmatically?
I don't want to use heavy bitcoin-core
. But as I understand there are different kinds of bitcoin's thin clients: some outsource all jobs to 3rd party server, some of them take part of verification.
My requirements:
- Bitcoin wallet which can be programmatically manipulated
- Enough security. The program which will manipulate my wallet will be deployed somewhere in the cloud.
- It can be tested with testnet, though I'm not sure whether testnet provide you with your own wallet or not
Source: Wallet for btc bot (https://bitcoin.stackexchange.com/questions/57037/wallet-for-btc-bot)