Author

Topic: Is anyone working on a partial node? (Read 1412 times)

legendary
Activity: 1904
Merit: 1074
July 30, 2014, 11:15:30 AM
#11
Could some sort of reward system not be built into the protocol to reward people running the full node? {Eg. A percentage of preference above other users, who do not Full nodes, when transactions are done on this node?} For those who need speed? This can also be hosted on ISP servers, to keep it decentralized.

If not the above, why not a monetary reward, as miners get now, in transaction fees?

Just a thought... As I see more people entering Bitcoin, without running any nodes at all.
full member
Activity: 518
Merit: 101
July 30, 2014, 10:28:29 AM
#10
> Why not just provide hardware to support the blockchain as a part of the deal? Eliminates the problem and the ~$100 to purchase the hardware should be little compared to expected revenue, etc.

Well, would you install a Twitter, or GIMP on your laptop, if it required you to provide your postal address, pay $100, wait a week for delivery, and then carry that hardware with you everywhere you go? Smiley

Not to mention, that it's impossible to run such a service in the cloud, and it increases a cost of trying out the service from one download & 15 minutes of fooling around, to a payment, waiting and technical hassle.
legendary
Activity: 1628
Merit: 1012
July 27, 2014, 10:46:00 AM
#9
Quote
I don't understand how it's difficult/expensive to run a Bitcoin node?

The problems start when you want to create a customer-facing application, and you have to explain to him, that this tiny payment tool will require a 30GB download to start.

Or - in our case - when you want people to set up virtual machines monitoring one or two addresses each - because of the size of the blockchain, it's hard for people to quickly set up such machines and see if the solution fits them or not.

Ah, I never thought about it from that standpoint.

Why not just provide hardware to support the blockchain as a part of the deal? Eliminates the problem and the ~$100 to purchase the hardware should be little compared to expected revenue, etc.
full member
Activity: 518
Merit: 101
July 27, 2014, 07:21:43 AM
#8
Quote
I don't understand how it's difficult/expensive to run a Bitcoin node?

The problems start when you want to create a customer-facing application, and you have to explain to him, that this tiny payment tool will require a 30GB download to start.

Or - in our case - when you want people to set up virtual machines monitoring one or two addresses each - because of the size of the blockchain, it's hard for people to quickly set up such machines and see if the solution fits them or not.
legendary
Activity: 1628
Merit: 1012
July 27, 2014, 12:39:33 AM
#7
I don't understand how it's difficult/expensive to run a Bitcoin node? I personally use my Desktop to do this and use it simultaneously - Hard Drives are getting cheaper and cheaper, and I keep the blockchain on a SSD.

full member
Activity: 518
Merit: 101
July 26, 2014, 09:13:06 AM
#6
Quote
You're looking for BIP037 (Bloom Filters).

So... is this implemented yet? Smiley

Quote
BitcoinJ would be quite easy to configure to do this.

Nice... although I'd prefer to use bitcoind if that's possible...
sr. member
Activity: 318
Merit: 251
July 25, 2014, 06:11:41 AM
#5
In our system, we want oracles to watch a specific multisig address for incoming transactions. Do we really need to store a whole blockchain for that (and not a - say - tree of unspent outputs that we ourselves extracted from blockchain and therefore trust it?)

You're looking for BIP037 (Bloom Filters).

https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki
newbie
Activity: 29
Merit: 0
July 25, 2014, 05:19:54 AM
#4
Speaking of a lite node / SPV... How is that working out right now? I have a hard time finding good docs for it.

In our system, we want oracles to watch a specific multisig address for incoming transactions. Do we really need to store a whole blockchain for that (and not a - say - tree of unspent outputs that we ourselves extracted from blockchain and therefore trust it?)



There's no reason why you can't just store the transactions that apply to your multi sig address. BitcoinJ would be quite easy to configure to do this.
full member
Activity: 518
Merit: 101
July 25, 2014, 02:17:44 AM
#3
Speaking of a lite node / SPV... How is that working out right now? I have a hard time finding good docs for it.

In our system, we want oracles to watch a specific multisig address for incoming transactions. Do we really need to store a whole blockchain for that (and not a - say - tree of unspent outputs that we ourselves extracted from blockchain and therefore trust it?)

donator
Activity: 1218
Merit: 1079
Gerald Davis
July 24, 2014, 03:35:35 PM
#2
It would be less secure than SPV (lite node) security model.  You can be a full node or you can be a lite mode.  Trying to be something in between doesn't really make sense.  Nodes aren't trusted, your node implicitly distrusts everything it gets from other nodes until it independently verifies it.
newbie
Activity: 56
Merit: 0
July 24, 2014, 03:32:19 PM
#1
As the blockchain increases in size, it becomes more cumbersome to run a full node. Could it be possible say, every 5000 blocks for full nodes to publish and share a list of all addresses with unspent inputs. This list would be signed by other nodes that have verified it. Instead of having to download the entire blockchain, new clients could just download one of these lists and all the blocks since then. Are there any big technical reasons why this couldn't work?
Jump to: