Commit graph

632 commits

Author SHA1 Message Date
JarBinks
d41d5c324b cryptopia: marketid update 2016-03-31 16:53:19 +02:00
Tanguy Pruvot
170c799b87 fix a weird error on form (php 7) 2016-03-31 10:12:35 +02:00
JarBinks
46d1fe9a9a Exchange Order Cancel on Dashboard page 2016-03-31 10:05:41 +02:00
Tanguy Pruvot
e7a08087c8 util: add a new objSafeVal() function for json objects 2016-03-30 18:21:25 +02:00
Tanguy Pruvot
5f1779673d kraken: set a timeout to api calls 2016-03-30 18:21:21 +02:00
Tanguy Pruvot
87128640a3 poloniex: dont assume the api key is defined 2016-03-30 17:35:50 +02:00
Tanguy Pruvot
6100c970a8 yiimp checkup fix (php 7) 2016-03-30 14:29:58 +02:00
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
1c5daaa9b7 graphs: handle the new blake unit 2016-03-27 23:41:13 +02:00
Tanguy Pruvot
fe6c79ea23 stats: change blake algos profit to mBTC/Gh
to update history, manually run this sql query :

UPDATE hashrate SET price=price*1000.0, rent=rent*1000 WHERE algo IN ('blake','blake2s','decred','vanilla') AND price < 0.01;
2016-03-27 20:27:27 +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
11d26c1f7d earnings: remove the row limit when a coin is selected 2016-03-27 10:10:01 +02:00
Tanguy Pruvot
1e7f2fb050 miners: increase max len of users's version/password 2016-03-26 19:44:46 +01:00
Tanguy Pruvot
b90ef30df3 small changes 2016-03-24 05:11:08 +01:00
Tanguy Pruvot
318efbb7dc bter exchange private api 2016-03-24 05:05:52 +01:00
Tanguy Pruvot
0075e26208 backups: purge outdated shares 2016-03-24 03:34:40 +01:00
Tanguy Pruvot
8444523b98 exchange: banx and cryptopia also returns deposit addresses 2016-03-23 05:39:28 +01:00
Tanguy Pruvot
997f0be1b5 kraken api, to retrieve markets and btc balance 2016-03-22 14:44:10 +01:00
Tanguy Pruvot
6d3241d02a bleutrade: sleep before each api call 2016-03-22 09:52:34 +01:00
Tanguy Pruvot
8a4f0b34d1 coindb: update labels from yiimp pools 2016-03-22 08:44:49 +01:00
Tanguy Pruvot
f4fcf5c492 c-cex: handle error in return field :/ 2016-03-22 06:54:06 +01:00
Tanguy Pruvot
7d599013ea safecex: also store all balances 2016-03-22 05:52:01 +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
7e739906a1 c-cex: add new apis + auto withdraw 2016-03-21 16:18:43 +01:00
Tanguy Pruvot
d1905c6665 api: prepare the currencies details 2016-03-21 13:57:01 +01:00
Tanguy Pruvot
0f34e167cf users: rework table and bad shares count 2016-03-21 07:25:27 +01:00
Tanguy Pruvot
4ec4f92619 stratum: decred voting support
like heavycoin, with a 6th mining.submit parameter
2016-03-19 09:40:17 +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
53a113581a bleutrade: strip annoying html log on api error 2016-03-19 05:20:06 +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
cfe41b6206 explorer: highlight linked transaction + style
also show decred tickets and allow to see raw block
2016-03-19 03:12:04 +01:00
Tanguy Pruvot
158f7c1f4d decred: wallet stake just need 256 confirmations
(not 257)

for now, use receive category for the ticket reward
2016-03-18 12:27:45 +01:00
Tanguy Pruvot
53cad56a0a peers: allow to add and remove 2016-03-18 11:18:23 +01:00
Tanguy Pruvot
06d55b90bc decred: fixor the wallet votes txs (wallet)
until they fix listtransactions output ;)
2016-03-18 06:44:20 +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
db76c2e525 wallets: proper wallet version function 2016-03-18 01:25:37 +01:00
crackfoo
ca50fe6bde Update block.php
fixed typo
2016-03-18 00:53:36 +01:00
Tanguy Pruvot
bcf72ffeda wallet: add peer infos 2016-03-17 22:37:45 +01:00
Tanguy Pruvot
b4b235f249 explorer: show raw transactions + decred stake 2016-03-17 21:24:34 +01:00
Tanguy Pruvot
12fd0d0b6c stats: remove stake blocks from pool blocks count 2016-03-17 08:34:45 +01:00
Tanguy Pruvot
1a625a3869 x14 2016-03-17 07:30:12 +01:00
Tanguy Pruvot
1d4551e004 decred: add a check for empty/invalid extranonces
Its important to have this data filled to prevent duplicates
against clients.
2016-03-17 07:20:30 +01:00
Tanguy Pruvot
e6e30d4b38 dashboard: allow to clear orders 2016-03-17 07:09:08 +01:00
Tanguy Pruvot
5116ea9f65 stratum: prevent spaces in the username
that was possible since decred 35 chars workaround...
2016-03-15 03:47:53 +01:00
Tanguy Pruvot
266f78431a add blake2s to default algos..
+ uis algos list change
2016-03-14 23:56:02 +01:00
Tanguy Pruvot
e48a0cd335 blake2s algo 2016-03-10 08:07:08 +01:00
Tanguy Pruvot
5dfd1ca073 reduce framework diff with official 1.0.8
made to show useful changes on future upgrade
2016-03-08 20:42:38 +01:00
Tanguy Pruvot
7c87987cea safecex: wrong use of isset on property 2016-03-08 17:14:46 +01:00