Author

Topic: I need advice on Bitcoin command line client (Read 986 times)

sr. member
Activity: 294
Merit: 250
Bitmark Developer
I have been playing around with bitcoind and it seems fairly straight forward but it lacks a functionality that I would like to have.

I would like to have the functionality of managing cold wallets through a command line interface which I could control via an API. So basically, what I am looking for is an overview of the different command line implementations for running a full bitcoin node. Preferably one that can handle cold wallets. I am interested in integrating this with PHP scripts, Python scripts, and perhaps also C++.

why not manage the private keys instead?

launch with a new fresh wallet, import the keys you need, do what you need, remove the wallet.
repeat as needed.
legendary
Activity: 1512
Merit: 1028
It would be possible to execute Bitcoin daemon with various -wallet= option, by calling it from another environment. However, it sounds like a good way to lose coins when you make a mistake.
hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit
I believe most of the popular clients have a command-line interface compatible with bitcoind, so if one of them has a feature you're interested in that might be something to look into. As for cold wallets via API, what exactly do you mean? Unless the entire computer is offline, you wouldn't be able to do anything more than potentially watch them as send funds to them, and if it is then you can just treat the regular wallets as cold (so long as it never goes online).
sr. member
Activity: 406
Merit: 286
Neptune, Scalable Privacy
I have been playing around with bitcoind and it seems fairly straight forward but it lacks a functionality that I would like to have.

I would like to have the functionality of managing cold wallets through a command line interface which I could control via an API. So basically, what I am looking for is an overview of the different command line implementations for running a full bitcoin node. Preferably one that can handle cold wallets. I am interested in integrating this with PHP scripts, Python scripts, and perhaps also C++.
Jump to: