Post
Topic
Board Altcoin Discussion
Re: OFFICIAL LAUNCH: New Protocol Layer Starting From “The Exodus Address”
by
Tachikoma
on 05/09/2013, 16:37:45 UTC
I've just updated http://mastercoin-explorer.com/.

I've fixed the issue with multiple inputs reported by dacoinminster earlier in this thread and put a web-version of the python advisor online. For now I would appreciate if somebody else would confirm the reference client gives the same output as the web-version.  

Before we start any coding, we should verify that we all understand the spec in the same way.
My calculation is available on:
http://pastebin.com/HiPVUxzT
where you can see on each line:
  • the block on which the tx was confirmed
  • txid
  • amount of satoshis
  • amount of mastercoins (+ the calculated 10% bonus per week)
  • the amount of seconds the tx was sent before 1.9.2013


Awesome; just what we need. I will see if I can grab the same results from my codebase so we can compare them so we have some test vectors to code against.

Edit: There was a small bug right after posting this where it would set currency_id to 0 and 1 instead of 1 and 2. This has been fixed.