Something strange is going on, im in process of doing some development.
Now i send 500 TIX from my home windows wallet to a "wallet server vps" with latest GIT LotteryTickets built from source on linux.
Now i do a "./LotteryTicketsd getbalance 0 " on the linux box and im told my balance has now gone from 00.0000 to...
8291420363.63348293
Yet i only sent 500, i tested this with a new account "1" same deal.
Any idea whats up here, i am new to "bitcoin" "daemons" so maybe its something simple like it always does this ??
A "getinfo" shows the correct balance, so maybe this is a standard thing im not familiar with??
sorry any explanation would be appreciated. Is this something to do with confirmations?
Every account has the same large balance, but just a standard showbalance gives the correct 500.
ie: showbalance 1 gives 8291420363.63348293
showbalance testtest gives 8291420363.63348293
showbalance 99 gives 8291420363.63348293
showbalance gives 500.000000
This kind of makes it impossible to develop anything??? Once again sorry for my newbie question.
Found this on the GIT bug section:
There is an issue LotteryTicketsd's RPC command getbalance. Whenever I give it an account it gives some value like 2065707226646.21020508. If the account doesn't exist, or has 0 balance, that is what it returns. Otherwise, it returns real balance + that value (in some cases some rounding takes place).
Here is another example: I have one account with 8797256.05272000 TIX. getbalance onthataccount gives x = 2065716023902.26293945. x - 2065707226646.21020508 = 8797256.052734375
Whats the story here any news?
BUMP!! Couldnt fix myself, seems im not the only one with problem, all linux makes has this problem. It really needs to be addressed.