Live data from Hacker News

Ethereum from scratch – Part 1: Ping

ocalog.com

11–20 of 134 posts

Re: Ethereum from scratch – Part 1: Ping

#11
post #7

I like the intro, very clear! I also like the narrative cross-referencing the docs, which people will sooner or later need to do as well. I have to admit that I only glanced over the code. This caught my attention: "In the EndPoint specification, it demands the "BE encoded 4-byte" address, which is exactly what's outputted by self.address.packed." Does this mean that Ethereum only supports IPv4? I searched around and…

documentation says it all:

"bytes address; // BE encoded 4-byte or 16-byte address (size determines ipv4 vs ipv6)"[0]

[0]: https://github.com/ethereum/devp2p/blob/master/rlpx.md

Re: Ethereum from scratch – Part 1: Ping

#12
Though I meet the criteria as stated (knowledge level wise - I'm a retired IT Exec/long time geek), yet this still is a bit too esoteric for me.

As one of the 'killer apps' for ethereum is smart contracts, I'd like to see this explained in a 'for dummies' high level way, then decomposed into the finer technical chunks needed to make it happen.

Re: Ethereum from scratch – Part 1: Ping

#13
post #6

Earlier quoted context omitted.

Except any reasonably complex interactions between parties which may or may not be accounting applications yet still need a distributed system of trust. Which includes a few trillion dollar industries.

Registered assets are always more secure and cheaper than bearer assets. And if you needed bearer assets, there's multisig, which does everything turing complete code does, cheaper and more secure

Its the interactions between assets, agreements and trusted devices which opens up possibilities greater than the scope of this thinking.

Re: Ethereum from scratch – Part 1: Ping

#16
post #2

Hi all, I'm the author of the post, and also the creator of the website. I'm writing this series of posts to demonstrate the site. Do you guys get what the site's trying to do? Hope you enjoy the post. If you have any constructive criticism you'd like to give regarding either the post or the website, let me know!

There are no uses for turing complete smart contracts on a blockchain

Of course, us maximalists all know Bitcoin is the pinnacle and can never be improved on. /s

Re: Ethereum from scratch – Part 1: Ping

#17
post #2

Hi all, I'm the author of the post, and also the creator of the website. I'm writing this series of posts to demonstrate the site. Do you guys get what the site's trying to do? Hope you enjoy the post. If you have any constructive criticism you'd like to give regarding either the post or the website, let me know!

Can you support comments?

Re: Ethereum from scratch – Part 1: Ping

#18
post #11
post #7

I like the intro, very clear! I also like the narrative cross-referencing the docs, which people will sooner or later need to do as well. I have to admit that I only glanced over the code. This caught my attention: "In the EndPoint specification, it demands the "BE encoded 4-byte" address, which is exactly what's outputted by self.address.packed." Does this mean that Ethereum only supports IPv4? I searched around and…

documentation says it all: "bytes address; // BE encoded 4-byte or 16-byte address (size determines ipv4 vs ipv6)"[0] [0]: https://github.com/ethereum/devp2p/blob/master/rlpx.md

thanks!

Re: Ethereum from scratch – Part 1: Ping

#19
post #2

Hi all, I'm the author of the post, and also the creator of the website. I'm writing this series of posts to demonstrate the site. Do you guys get what the site's trying to do? Hope you enjoy the post. If you have any constructive criticism you'd like to give regarding either the post or the website, let me know!

[deleted]

Re: Ethereum from scratch – Part 1: Ping

#20
post #2

Hi all, I'm the author of the post, and also the creator of the website. I'm writing this series of posts to demonstrate the site. Do you guys get what the site's trying to do? Hope you enjoy the post. If you have any constructive criticism you'd like to give regarding either the post or the website, let me know!

Who ends up owning the content when a writer writes on your website?
Post reply on HN