3
I need to set up linux server for web service that could generate bitcoin addresses and check the balance on them, etc (basically, receive payments in BTC). And I do not want to use third-party online wallets and services.
Original bitcoind client is too large now, you need almost 20 GB just to store blockchain files, and that'd be pretty expensive even for VPS.
Are there any thin command-line linux clients for this purpose? Electrum is GUI-based (it's command-line capable, but to set it up you need GUI anyway), Multibit too.
1
bitcoinj (https://code.google.com/p/bitcoinj/) is one of the best thin clients around. This https://bitbucket.org/mackler/bitcoinj-cli is also an interesting extension for bitcoinj that allows for a more sophisticated command line interface.
– George Kimionis – 2014-04-30T13:53:42.843Note that even on a VPS, you can probably still use the GUI via something like X forwarding over SSH. It may be slow but if you only need it once for setup, it could be fine. – Nate Eldredge – 2014-04-30T14:27:59.427
Since I'm using Windows, the task of setting up X forwarding to VPS server seems rather difficult to me. – Sly – 2014-04-30T19:07:59.503
Not hard at all: http://www.math.umn.edu/systems_guide/putty_xwin32.html
– Tyler – 2014-05-01T16:33:52.627You don't need GUI to setup an electrum wallet. try "electrum create" – ThomasV – 2014-05-01T07:54:30.997
Are there command for electrum such as "create and get me new address"? – Sly – 2014-05-01T12:05:59.220