So, after about 3 days of sync'ing the wallet I tried to do a send of TMSC. The response was that there's not enough funds in my wallet to cover the tx fee.
I got about 0.0004 BTC in that address.. What is the tx fee set to? 0.001?
There are additional costs beyond just the miners fee (which is set at 0.00011) for funding the outputs for the transaction. The library currently requires an unspent output >the total fee (~0.00035-0.00040 BTC) in order to send a transaction.
I actually wrote an appendix regarding the cost of Master Protocol messages, you can read it here if you're interested
https://github.com/mastercoin-MSC/spec#appendix-e---understanding-the-cost-of-master-protocol-messagesThanks

Zathras