
v0.39: Grademe is back in your terminal.
Try the CLI betaWrite out the transaction id with its dashes taken out.
February 2014. Mt. Gox is handling most of the world's bitcoin trades when it freezes withdrawals and starts talking about transaction malleability. Anyone could pull a transaction off the wire and rebroadcast it with the signature written differently, which gave the same payment a brand new id. Gox went looking for the id it had written down. It never found it, so it paid out again. Bankrupt by the end of the month, 850,000 coins gone. Tidy the id up before you match it.
normalise(out, "a1-b2-c3")Expected result
a1b2c3For your own tracking. Tests grade your code.
normalise(out, "-9f-3d")Expected result
9f3dExpected files
txid.cAllowed functions
None. Write every helper yourself.
