Tanguy Pruvot
b46b4e0cd1
cryptopia: fix typo in markets code
2016-03-30 13:38:40 +02:00
Tanguy Pruvot
b1d7435564
c-cex: link coin labels api
2016-03-28 12:09:18 +02:00
Tanguy Pruvot
dac5d33e09
profit: move sha256 GH/s factor in a function
...
todo: handle blake algos like sha
2016-03-27 11:49:17 +02:00
Tanguy Pruvot
b90ef30df3
small changes
2016-03-24 05:11:08 +01:00
Tanguy Pruvot
0075e26208
backups: purge outdated shares
2016-03-24 03:34:40 +01:00
Tanguy Pruvot
997f0be1b5
kraken api, to retrieve markets and btc balance
2016-03-22 14:44:10 +01:00
Tanguy Pruvot
f4fcf5c492
c-cex: handle error in return field :/
2016-03-22 06:54:06 +01:00
Tanguy Pruvot
40dbf13e46
c-cex: get deposit addresses
2016-03-22 05:18:21 +01:00
Tanguy Pruvot
8dfa435d94
exchanges: load balances in market table
...
for the moment, only when not using the auto-exchange
disable empoex (closing)
2016-03-21 16:44:11 +01:00
Tanguy Pruvot
bc3ae3b44f
Restore banx exchange, reopening..
...
site will also be renamed later... cryptomic.com
This reverts commit e669e1cc05
.
2016-03-19 07:40:57 +01:00
Tanguy Pruvot
ae822976a3
blocks: bug with PoS coins not supporting blocknotifiy
...
a typo was causing unotified ORB blocks to be detected as stake
2016-03-19 05:20:02 +01:00
Tanguy Pruvot
b392f7d5eb
wallet: link the backend blocks ops
...
+ some controller cleanup...
todo: splash error messages on wallet ops
2016-03-18 03:21:01 +01:00
Tanguy Pruvot
53f9a3d88f
decred: enhance check for gettransaction (orphan check)
...
gettransaction <hex> seems a bit buggy on decred, it can take 30mn
Also, never delete immature and stake blocks on disabled coins,
Happened to me on dcr wallet upgrade, thanks to the backups ;)
2016-03-08 16:59:36 +01:00
Tanguy Pruvot
8db4565b30
decred: blockconfirm enhancement with blocknotify(-dcr)
...
+ some getwork logs on submit errors (not seen yet)
2016-03-06 16:30:29 +01:00
Tanguy Pruvot
9976490e5c
Prevent PoS earnings
2016-03-02 19:32:18 +01:00
Tanguy Pruvot
12986518a7
backend: fix a wrong filter to detect unnotified blocks
2016-03-02 05:03:25 +01:00
Tanguy Pruvot
18795582f1
howto: special case for special users... sigh
...
Thanks to Vaccomondus for the test of all possible mistakes...
2016-03-01 17:02:42 +01:00
Tanguy Pruvot
c2cf1ebbe4
blocks: show block finder and fill missing user diff
...
diff: same generic algo as the one used in the stratum
only used on PoW coins without blocknotify feature
finder: show first letters of the user address, require blocknotify
2016-03-01 14:11:32 +01:00
Tanguy Pruvot
5d5690244f
payments: action to restore failed payouts to user balance
2016-02-29 15:48:01 +01:00
Tanguy Pruvot
3b32d4b987
backend: detect and assign category of PoS blocks
...
category "stake" while immature, "generated" after
Only shown in the dashboard...
2016-02-27 03:06:19 +01:00
Tanguy Pruvot
4d23f95d04
decred: dust seems to be 0.025, under the tx fee
2016-02-22 12:47:12 +01:00
Tanguy Pruvot
f1779325fc
poloniex: fix some weird issues
2016-02-20 14:40:22 +01:00
Tanguy Pruvot
75969e2d0b
payments: improve layout, add immataure and failed columns
2016-02-19 08:12:18 +01:00
Tanguy Pruvot
e3374b88c2
noblocknofify: add a small delay before declaring it orphan
2016-02-19 00:27:42 +01:00
Tanguy Pruvot
c28400a92e
payouts: use a new config variable for the minimum
2016-02-16 05:37:03 +01:00
Tanguy Pruvot
b103cee988
payouts: prevent dust payments under tx fee amount
2016-02-15 17:19:08 +01:00
Tanguy Pruvot
e2f982300c
decred: detect generated blocks + stratum fix
...
backend:
generated blocks were not auto detected (to double check)
stratum:
seen on a new setup, if dcrd doesnt have --miningaddr set
stratum is not able to distribute jobs and was crashing
2016-02-14 14:07:13 +01:00
Tanguy Pruvot
e669e1cc05
remove banx exchange, closing
2016-02-14 05:47:11 +01:00
Tanguy Pruvot
51e846c1fd
yiimp: handle decred default account
2016-02-14 04:09:23 +01:00
Tanguy Pruvot
984cb266cf
decred: prevent auto_ready reset on gbt error
2016-02-13 10:22:37 +01:00
Tanguy Pruvot
319fe43370
payouts: use a variable for the default account name
2016-02-04 20:08:02 +01:00
Tanguy Pruvot
87466a31f8
payouts: txmessage and add some traces
2016-02-02 23:16:20 +01:00
Tanguy Pruvot
be1bd1f278
cryptsy: disable markets
2016-01-31 19:04:57 +01:00
Tanguy Pruvot
13d56d462d
bittrex cleanup + c11 sample conf
2016-01-19 13:42:05 +01:00
Tanguy Pruvot
d2e22b3d27
cryptsy: rip... sigh
2016-01-16 02:12:08 +01:00
Tanguy Pruvot
a81493224d
add banx private api (v3) support
...
get deposit addresses...
2016-01-15 20:40:44 +01:00
Tanguy Pruvot
b54a5c8102
exchanges: reduce api calls to check deposit addresses
2016-01-15 16:13:16 +01:00
Tanguy Pruvot
2a1ce0da24
safecex: reduce private api queries to the minimum
...
deposit addresses call is not required each 15/20 minutes..
so only check for changed/new deposit addresses on new coins
and/or when a market address is (re)set to an empty value
and/or each 12 hours...
also, handle the new name field for new coins in public api
todo: apply to other exchanges,
2016-01-14 15:34:15 +01:00
Tanguy Pruvot
e3bd3de87d
exchanges: allow to ignore some with empty keys/secret
...
- cryptsy is now used in low priority as default market
- remove keys.php from default defines, only loaded when used
- safecex prepare balances and deposit addresses (not ready yet)
2016-01-13 14:17:35 +01:00
Tanguy Pruvot
01b31e5b8b
explorer: handle ppc block's time returned as text date
2016-01-12 18:08:36 +01:00
Tanguy Pruvot
ee51f1936a
exchanges: drop allcoin, add safecex
...
RIP allcoin.com, welcome safecex!
2016-01-12 16:29:41 +01:00
crackfoo
4a03b7473a
Add Nicehash auto refill
...
Added refill if order goes below 75k sats. refills with Nicehash min order amount 0.01 BTC
2015-12-19 20:17:29 +01:00
crackfoo
908031d086
Update services.php
...
Rejected speed no longer in API.
fixed check to enable Nicehash features, and order location to 0 (Nicehash)
2015-12-17 21:32:36 +01:00
Tanguy Pruvot
37a8402c12
markets: add cryptonator api call for installed coins without price
2015-10-13 21:16:17 +02:00
Tanguy Pruvot
dd180e3105
payout: improve the check after a correction
2015-10-10 17:25:13 +02:00
Tanguy Pruvot
e4c8fd772c
markets: add bter public api
2015-10-04 22:08:12 +02:00
Tanguy Pruvot
9a8c40c71b
payouts: detect wallet send timeouts, using tx field
...
also create a command line script to find the missing db payouts.
2015-10-01 14:53:34 +02:00
Tanguy Pruvot
edd36ad5f9
yobit: get deposit addresses with the trade api
2015-09-22 05:54:11 +02:00
Tanguy Pruvot
4342c89486
fixes for the diff graph and yobit coin creation
2015-09-22 04:21:20 +02:00
Tanguy Pruvot
cfcfcfe773
cryptopia: get coin name and algo on create
2015-09-20 10:03:53 +02:00