sample db rule which mail the admin:
enabled, description, conditiontype, conditionvalue, notifytype
1, 'DCR Greater than X', 'price >', 0.0035, 'email'
see core/backend/notify.php for more details...
will use a more friendly format if the coin is visible
bitcoins txs will be linked to an external site, and if the site explorer
is disabled, hyperlinks should be disabled (text only)
+ some other changes related to the explorer...
for the test, i added (manually) a market record named "c-cex LTC"
with base_coin set to "LTC", you may have to disable any BTC market(s) for the coin
In this case, the coin BTC price/balance is computed, based on LTC price,
even if the database coin "BTC price" is under 1 sat.
require LTC to be enabled or... "watched" to also update LTC/BTC price
implemented for cryptopia, nova and c-cex, not bleutrade (DOGE only)
+ various small log fixes..
will allow to do internal graphes and compute better exchange orders
Also track in the new table a (BTC/EUR) alternative, from kraken public api
this second currency should be user definable later.
notes:
- account "default" should be set for decred
- payout_min handled (should be > txfee)
- payout_max to handle...
stratum rpc/account changes will be made in a second commit