I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: wallet notify

dashed-slug.net Forums General discussion wallet notify Reply To: wallet notify

#5017
alexg
Keymaster

Hello again.

I am not sure that I made the problem clear enough. It is not a matter of technical implementation. The stakes cannot be assigned to users. A stake amount is dependent on the total staked balance amount, not the balances of individual users. There is no 1-to-1 mapping of address balances and user balances. Hence the need for an investment plugin extension, which I have not yet developed.

Deposit transactions are normally discovered by the coin adapters and are transmitted into a handler Dashed_Slug_Wallets_TXs->action_wallets_transaction() via the wallets_transaction action. But this will not help you insert stake rewards into the DB.

hope this is a bit more clear