Also, I'm having problems when trying to make a withdraw. Say I have 2.86 BTC, and I want to take a portion out, like 1.5, it doesn't let me. I can take out 1, or 2, but not the decimals?
Non decimals should work fine. Did you receive message that your withdrawal needs additional processing or it did not go through at all?
That's what I'm saying, non-decimals are fine, but the actual decimals aren't fine.
It errors out.. says something about "wrong number." I can't remember.
EDIT:
I think I figured it out.... You know how it has your chips balance, and then your BTC balance in parenthesis? Well, the BTC balance is ROUNDED to the nearest bit cent. So, I had 285.75 chips and (2.86 ฿). So, when I tried to take out coins, I put 1.86 btc, but that's wrong. I should have put 1.85 btc. (I wanted to leave 1 coin in there)
So, when your script is rounding UP, the btc balance in essence, is wrong. It won't let you take out that amount. When it's rounding DOWN, there's no problem.