Author

Topic: bitcoinj - running support node (Read 1819 times)

legendary
Activity: 1526
Merit: 1129
December 03, 2014, 08:35:46 AM
#3
Yes by running a regular full node you are contributing resources that bitcoinj based wallets will use (along with other SPV wallets like BreadWallet)
hero member
Activity: 672
Merit: 504
a.k.a. gurnec on GitHub
November 20, 2014, 05:48:41 PM
#2
Although bitcoinj has a full node option, I don't think MultiBit can be configured to use it (I could be wrong though).

You can run bitcoind or btcd on the same machine (or on another) and then force MultiBit to connect to it and only it. This gives you the benefit of using full height-based transaction validation. To do so, locate your multibit.properties file (in the %AppData%\MultiBit folder on Windows) and add this (it's just a text file):

Code:
singleNodeConnection=127.0.0.1

(or some other IP or DNS name)
sr. member
Activity: 270
Merit: 250
November 16, 2014, 10:23:09 AM
#1
I read that MultiBit uses bitcoinj.  Is that something we can support by running a full node somehow -- like we do the regular bitcoin blockchain by running bitcoind or the newer btcd?

I'm just looking to put to good use all the computers I have, doing all the support I can for the network.
Jump to: