Author

Topic: One block chain for several users? (Read 889 times)

member
Activity: 68
Merit: 10
May 20, 2015, 01:15:49 AM
#6
use a lightwgt wallet
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
May 16, 2015, 05:25:30 AM
#5
You might want to take a look at mSIGNA. Its not a classicaly SPV client, but the full node it needs can be on a local (or remote) network. IMHO its a very complex wallet though, but its also been a while since I looked at it.

Regarding Multibit configuration this should be helpful -> https://github.com/jim618/multibit/blob/master/configuration.md
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
May 15, 2015, 10:14:06 PM
#4
It seems like there *should* be some solution where you use a network mounted file system to share the blockchain between your nodes, but part of the issue with that is that each of your nodes is going to want to make it's own decisions about what should go or shouldn't go into the blockchain since determining consensus among nodes is an important part of the software.  So I guess Danny's solution is the only real one for you.  You basically want only a single full bitcoin node, but several wallet programs.
newbie
Activity: 2
Merit: 0
May 15, 2015, 04:19:54 PM
#3
You should be able to set things up so that the MultiBit wallets only connect to your own full nodes and therefore get all their block and transaction information from the full nodes you are already running.

That is exactly what I was hoping for. Thanks!
legendary
Activity: 3472
Merit: 4801
May 15, 2015, 04:08:18 PM
#2
Hi

Currently all PCs in our household using bitcoin all have their own local copy of the block chain. Since some of them are quite low on hard disk space, I would like to have the  block chain on my Ubuntu server and all PCs running some sort of thin clients connecting to the server to get the block chain information. Is this possible out-of-the-box or should I look for a different solution?

Thanks
 Jan

Bitcoin Core and Armory are "Full Nodes".  Each instance will need its own full copy of the blockchain and it's own wallet.

If you want a thin client you might want to look into something like MultiBit.  MultiBit uses Simplified Payment Verification (SPV) and doesn't store the full blockchain.

You should be able to set things up so that the MultiBit wallets only connect to your own full nodes and therefore get all their block and transaction information from the full nodes you are already running.

newbie
Activity: 2
Merit: 0
May 15, 2015, 04:01:18 PM
#1
Hi

Currently all PCs in our household using bitcoin all have their own local copy of the block chain. Since some of them are quite low on hard disk space, I would like to have the  block chain on my Ubuntu server and all PCs running some sort of thin clients connecting to the server to get the block chain information. Is this possible out-of-the-box or should I look for a different solution?

Thanks
 Jan
Jump to: