Author

Topic: A "lightweight" node that still downloads the blockchain. (Read 654 times)

sr. member
Activity: 287
Merit: 250
If you are only connected to one "full" node, you are in trouble... but if you connect (randomly!) to many, then you are more likely to be fine.

Multibit is based on this approach, and it surpassed a million downloads recently, so it's a successful model.

Read this:

https://code.google.com/p/bitcoinj/wiki/SecurityModel

Interesting stuff, I'll see if I can't ensure random node connections on a regular basis. And I'll have to time my downloading of new blocks to make sure that the time remains constant on average.
legendary
Activity: 1008
Merit: 1000
If you are only connected to one "full" node, you are in trouble... but if you connect (randomly!) to many, then you are more likely to be fine.

Multibit is based on this approach, and it surpassed a million downloads recently, so it's a successful model.

Read this:

https://code.google.com/p/bitcoinj/wiki/SecurityModel
sr. member
Activity: 287
Merit: 250
Are you just implementing your own version of Simplified Payment Verification?

There is a lot of discussion out there already on the vulnerabilities of this.

I've never looked at Simplified Payment Verification, but I'll see if that is indeed the idea I am making.

That's amazing. You and Satoshi Nakamoto think alike Smiley

(he wrote about this in his white paper)

I've read the white paper before, so I probably just forgot what it was called and was just subconciously using the whitepaper as my source.

But what would some ways to keep my node from being tricked? If downloading the entire blockchain is not an option.
legendary
Activity: 1008
Merit: 1000
Are you just implementing your own version of Simplified Payment Verification?

There is a lot of discussion out there already on the vulnerabilities of this.

I've never looked at Simplified Payment Verification, but I'll see if that is indeed the idea I am making.

That's amazing. You and Satoshi Nakamoto think alike Smiley

(he wrote about this in his white paper)
sr. member
Activity: 287
Merit: 250
Are you just implementing your own version of Simplified Payment Verification?

There is a lot of discussion out there already on the vulnerabilities of this.

I've never looked at Simplified Payment Verification, but I'll see if that is indeed the idea I am making.

EDIT: And it is.
legendary
Activity: 1008
Merit: 1000
Are you just implementing your own version of Simplified Payment Verification?

There is a lot of discussion out there already on the vulnerabilities of this.
sr. member
Activity: 287
Merit: 250
What are some security concerns of a node which only saves transactions that involve itself?

Other than the obvious of being unable to verify transactions, and relying on them being buried a few blocks deep before "accepting" them. What other attacks would such a node be vulnerable to, and what are possible ways to defend against them?

Right now the node I'm running saves headers, coinbase, and tx involving itself. What am I vulnerable to?
Jump to: