The command-line tag has no wiki summary.
1
vote
0answers
780 views
Running a command line bitcoin CPU miner on ubuntu for slush's pool
I don't intend to do this long term as I am pretty sure the cost of the power would exceed the earnings, this is more for educational purposes. What I'm looking for is a command line miner for Ubuntu. ...
1
vote
1answer
136 views
How can I programmatically use several different (isolated) wallets?
I want to use several different wallets (as if one wallet = one account), and want to make sure the spending and receiving activities are exclusive to one wallet at a time.
How can I interface with ...
4
votes
2answers
287 views
How can I generate wallet files for multibit or armory?
I'm considering working on a bitcoin project that will need to generate wallet files. I'm not looking to create receipt addresses that a customer can send funds to for an existing wallet. Instead, I ...
6
votes
4answers
2k views
How to restore locally a MyWallet backup?
The website blockchain.info has an online wallet system MyWallet which creates backups with a .aes.json extension. While I understand it's a json file encrypted with AES using my passphrase, I'm still ...
5
votes
1answer
960 views
Running Bitcoin on command-line-only system
I want to run a Bitcoin client on a command-line-only system (Amazon EC2). Is there some specific command-line parameters I should use in order to run the main client without the GUI, or will it run ...