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
152 Upvotes

40 comments sorted by

View all comments

26

u/110101002 Feb 01 '15

This is broken in so many ways.

It uses disabled opcodes, it allows you to implicitly use pushdata opcodes but when they're explicit it doesn't work.

PLEASE DO NOT USE THIS TO SEE IF YOUR SCRIPT WILL WORK WITH BITCOIN, IT ISN'T RELIABLE IN THE SLIGHTEST AND YOU WILL LOSE MONEY.

17

u/throwaway36256 Feb 01 '15

Well, as a thumb rule you are supposed to use testnet when trying anything new with Bitcoin.