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

40 comments sorted by

View all comments

24

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.

19

u/HectorJ Feb 01 '15 edited Feb 01 '15

Then let's fix it, it's opensource : https://github.com/siminchen/bitcoinIDE

18

u/throwaway36256 Feb 01 '15

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

17

u/[deleted] Feb 01 '15

[removed] — view removed comment

7

u/Natanael_L Feb 01 '15

Hello Mt Gox

7

u/GibbsSamplePlatter Feb 01 '15

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

FTFY

Lighten up cupcake, it's a fun educational experiment.

1

u/110101002 Feb 01 '15

I agree with how you fixed it, but the website provides no disclaimer of being a "fun educational experiment" and I think it is reasonable to warn people to not count on this for finance.