Auto-detect auto-exchange preferred coin

Issue #8 on hold
Former user created an issue

The MPH API call getusertransactions returns a transaction list for a given coin, and the "coin_address" field of the JSON has a transaction description which looks like "Auto Exchanged from Zclassic, Debit Id : 11111111" for transactions that were credits from an auto-exchange transaction (as well as the ID for the transaction that contains the debit). This would make detection of the auto-exchange preferred coin VERY easy, but also provide a way to eliminate transaction amounts from the 24hr earnings column for the preferred coin so you show just mining earnings. Optionally (and likely preferrably), you could retain the amount of auto-exchanged value and just remove the 24hr earnings of the altcoins that had been auto-exchange debited already.

Comments (3)

  1. James Dimitrov repo owner

    this is interesting. might have to slow down how often the calls are made though. That's going to be a lot of extra API calls per load.

  2. James Dimitrov repo owner

    This has, for the most part, been resolved by the fact that coins can now be disabled from totals and estimates in "Settings > Estimate Settings". That resolves most payout and estimate issues well. Simply disable the coins whose earnings you are not interested in.

  3. Log in to comment