Post
Topic
Board Announcements (Altcoins)
Re: [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay No ICO
by
TheMatrix101
on 27/12/2018, 11:26:54 UTC
While reviewing the database for korebot i noticed that some users were not getting a deposit address created when they received a soak. The soak amount would be credited to their profile correctly however the address for their profile would not be pushed to the database. I am working on a patch and will push an update later today including a secondary check inside the .deposit/.address function that will double check there is an address listed for the user before the response is sent. Withdraws are not tied to deposit addresses and thus even if you have no deposit address listed when you request one you will still be able to withdraw coin. I will also be modifying the db update structure so it is not as harsh on the database. With these updates the following changes will be made:

Deposits: deposits will be checked every five minutes and then credited to accounts
Addresses: address creation will still occur on first message unless you have received a soak in which case the address for your profile will be created when you receive the soak
Deposit/address request: instead of just pulling the address value from the db there will be a secondary check on each address/deposit request to validate the value and confirm it is an actual kore address (instead of null value), if the address is listed as null then a new address will be created and pushed to the db before the bot responds to the request.
Soaks: the soak data will be pushed to the database at 200ms intervals to allow for adequate response time from the wallet to generate an address for any new user.
Backups: instead of manually backing up the database ill build a function into korebot that will automatically handle db backups on a daily basis


Matrix