[Bitcoin-development] [ANNOUNCE] bitcoin erlang daemon

2013-03-18 Thread Randy Willis
Hello all! For some time I was working on bitcoin daemon implementation in erlang. Now it's in the early stage of development. I'm trying to implement protocol not looking into bitcoind source, but using specification from https://en.bitcoin.it/wiki (found one bug so far), original paper and loo

Re: [Bitcoin-development] A bitcoin UDP P2P protocol extension

2013-03-23 Thread Randy Willis
Not looked at code yet, some thoughts: 1) In IPv4 max UDP data size is 65507 bytes. 2) What about big messages (block)? 3) I think relay speed can be increased only by reducing network diameter. Introducing super-nodes with thousands of connected peers can greatly help here. 4) The only (IMO) UD