0
1
I'm using bitcoind on a project, and I only need to send bitcoins to myself (from one wallet to another), so trust is not a factor.
That being said, is there a way to run bitcoind without needing to download the full blockchain?
Edit: I know Bitcoin-QT runs as "full node". Does bitcoind?
1Jacob, thanks for expanding on my admittedly terse answer, but it is not correct that -QT is a wrapper for bitcoind. They share common source code, but they are two independent apps. For example: you can delete bitcoind from a Windows system and -QT will still operate normally. Also, the Mac -QT doesn't even ship with bitcoind, it has to be compiled separately. Both of these illustrate that -QT is independent of bitcoind. The fact is that Satoshi and later the Bitcoin dev team felt there was value in having the client download and validate the full blockchain, so that's why it exists today. – ChrisW – 2014-03-02T19:20:44.233
The both operate on the same code is what I meant. – John T – 2014-03-02T20:05:17.707