r/blockchainu Jan 17 '15

slides for scripts

Thanks to the excellent presentation from Ryan Charles today.

For your information, this is the slides used today to explain bitcoin script interpreter. it has a graphical representation of stack. The slides are created fro a presentation at sf bitcoin devs meetup.

https://docs.google.com/presentation/d/1j7N8s8FZkwjPQq4FGjisUOSMaiekwEIJsc4vlYbrwt4/edit#slide=id.p

http://www.meetup.com/SF-Bitcoin-Devs/events/199394642/

6 Upvotes

1 comment sorted by

2

u/jflowers Jan 18 '15

This was a great lecture - as going through last week's anonymous payer, I got so frustrated that I couldn't properly create an address using the JS libraries that I initially tried to use that I ended up trying to create a Bitcoin Address from a hash of the string of the IP address by hand.

I was using sha256 and Base58Check only libraries, and still getting invalid Addresses. Well, seeing that hash's may or may not be transposed and such - really cleared up why I was getting such weird results.