I just found out that javascript does not handle small numbers very well.
I tried to send 0.0003BTC and somehow the javascript converted that number to 0.00029999 BTC. I did a quick bugfix on ghcloud to mitigate the problem so please use the following link to refresh the program.
https://cloud.gethashing.com/?refresh=true
This topic is now pinned globally. It will appear at the top of its category and all topic lists until it is unpinned by staff for everyone, or by individual users for themselves.
@i0rn Any suggestions? I know you dealt with some javascript number problems in the past.
Problem is fixed already. To be included in a transaction at coinprism the number must be an integer. so 0.0003 is converted to 30000 but the multiplication results in 29999.999999997 so just rounding that up solved the problem.
This topic is now unpinned. It will no longer appear at the top of its category.
The funnest is when you get < e-7...■■■■■■■ js