Post
Topic
Board Beginners & Help
RPC accounts are not working Properly
by
ironfeast
on 27/10/2018, 07:34:59 UTC
Hi there,

I have made an altcoin as a college project. The coin is based on litecon 0.8. I am using it with RPC feature using cli wallet for last 2 months and have around 150 users who do some minor and major transactions each day. Everything was working fine until I ecrypted my wallet. After 2 days of encryptiom i realized that RPC is not working due to encryption (as wallet needs to be unlocked for performing any action). So I restored 2 days old wallet.dat file.

Now theoritically I knew that if I restore old wallet.dat it won't affect any balance. But all of sudden some balances are negative (like from 98 it changed to -295962.45329679) and some balance have changed. I am looking for balances using listaccounts api call.

One last thing, I have a backup script which takes backup everyday. But wallet.dat file from different days is showing different balances.

Urgent Help needed, please help me.