The original script is Python and will work anywhere
I tried hard to compile it on OSX but it doesn't work, it gives an error once you have entered all the parameters.
I cannot get it to work on Linux neither...
Couldn't you post clear, step by step compilation instructions for OSX and Linux? I think it will help a lot the OTC trading, right now everybody I speak to is using the Windows executable.
You don't have to compile it. You just run the script with Python. If you give me the error I will try to help you solve it.
OSX says "ImportError: No module named Crypto.Hash.SHA256"
Linux says "zero length field name in format" when I enter the destination addy for the MSC
OSX should be fixed by pip install python-crypto if you have pip installed.
Is Linux python 2.6?