Post
Topic
Board Bitcoin Discussion
Re: Thanks to people who support 1-2 MB blocks - great idea u fools...
by
adamstgBit
on 17/09/2015, 20:49:32 UTC
The issue you only now realize is the lack of well connected peers throughout the network.

The solution is more full nodes.

Surely you also now understand raising the block size is not ideal nor desired as it stands.

as it stands, no i am forced to conclude raising block limit any higher then a few MB's will start to cost to much in terms of bandwidth for home users to stay online.

with optimizations, i believe 500MB block limit will be the absolute limit for most home users.

i think gavin banking on tech improving enough to allow for GB blocks in a matter of years is very optimistic. maybe he doesn't care too much that full nodes no longer run on home networks....

 Roll Eyes

Optimizations like everyone running SPV I suppose....

Again, you can "optimize" overhead and inefficiencies, but you still have to communicate the whole block of data. There's no way you get around that.


no no no

simple shit like :

1) making sure the gossip network actually does make every peer on average use 503Bytes to get everyone to hear about a 500Byte msg.
2) communicate new blocks by listing all the TX ID's in that block instead of in full.
3) has SOME trusted centralized nodes dedicated to allowing new nodes to sync fast ( probably don't even need to trust them using some fancy PGP or something)
4) and yes some SPV, and maybe different types of nodes, simi-full node, full node, super node, minner node.

wtv it takes.