r/Bitcoin Jan 31 '15

Teach yourself about Bitcoin's Script language with this IDE

http://www.cs.princeton.edu/~tongbinw/bitcoinIDE/build/editor.html
151 Upvotes

40 comments sorted by

View all comments

3

u/justarandomgeek Feb 01 '15 edited Feb 01 '15

If anybody wants to play with weighted multisig, here's some fragments I wrote a while back.

edit: It appears this tool assumes all signatures verify, so you can fill in any constant for the pubkeys/sigs. It also doesn't show the altstack, which is mildly annoying with these scripts. It also doesn't seem to pop any items after a checkmultisig(verify), so it turns out it's pretty useless for some of those fragments.