Commit graph

108 commits

Author SHA1 Message Date
Tanguy Pruvot
0399cc2c95 payments: handle deleted coins 2016-02-19 20:25:57 +01:00
Tanguy Pruvot
01964f7ff9 payments: show failed payout users in the table
this admin view is made to show owed balances...
2016-02-19 19:41:46 +01:00
Tanguy Pruvot
75969e2d0b payments: improve layout, add immataure and failed columns 2016-02-19 08:12:18 +01:00
Tanguy Pruvot
35e0ada99d wallet: ignore spent blocks in listtransactions and fix order
unlike other wallets, a send operation generate 2 "transactions"
one for the send, and another with a bad time for the "spent" block
2016-02-16 06:05:43 +01:00
Tanguy Pruvot
c28400a92e payouts: use a new config variable for the minimum 2016-02-16 05:37:03 +01:00
Tanguy Pruvot
cc364febfc decred: listtransactions doesnt use account name 2016-02-14 07:27:59 +01:00
Tanguy Pruvot
e669e1cc05 remove banx exchange, closing 2016-02-14 05:47:11 +01:00
Tanguy Pruvot
63ecb1515c extend maximum user address length to 35 chars 2016-02-14 04:21:01 +01:00
Tanguy Pruvot
51e846c1fd yiimp: handle decred default account 2016-02-14 04:09:23 +01:00
Tanguy Pruvot
3b06670e1c coin id 2016-02-12 22:09:10 +01:00
Tanguy Pruvot
c55b75e6b5 wallet: complete the send/sell to market dialog
also fix and style the flash messages
2016-02-05 09:20:51 +01:00
Tanguy Pruvot
f929225964 coin: add links and rpcencoding fields to the form 2016-02-03 01:31:06 +01:00
Tanguy Pruvot
655ca8cd71 stats: also hide unused algos from the dropdown list 2016-01-23 15:33:24 +01:00
Tanguy Pruvot
2badfd40c9 api: do not output disabled algos stats 2016-01-23 15:07:17 +01:00
crackfoo
1f68e1c0cc Added BTC balance pending to stats page 2016-01-23 11:41:56 +01:00
Tanguy Pruvot
31e908531a admin: allow multiple ips 2016-01-19 14:12:12 +01:00
Tanguy Pruvot
4cce4a3739 charity: add charity fields on the form and notes 2016-01-18 13:37:20 +01:00
Tanguy Pruvot
a81493224d add banx private api (v3) support
get deposit addresses...
2016-01-15 20:40:44 +01:00
Tanguy Pruvot
3a6ec3201a memcache: allow yii to use cache too (db structure)
cache is now enabled in yiimp console too
2016-01-15 15:08:14 +01:00
Tanguy Pruvot
6d12e9aa80 cryptopia: add private api function/balance 2016-01-15 14:49:02 +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
07699af80d blocks: enhance view and use explorer site define
now sortable, with links to explorer and admin wallet
2016-01-13 10:20:05 +01:00
Tanguy Pruvot
486014e92e config: add default defines and explorer/safecex keys 2016-01-13 10:20:02 +01:00
Tanguy Pruvot
9d0e376cab earnings: save sort to allow multiple ops on filter 2016-01-12 21:35:42 +01:00
Tanguy Pruvot
34094fe3a2 explorer: new multi algos definition 2016-01-12 21:17:32 +01:00
Tanguy Pruvot
c104f6f6a0 admin: better column sort on balances + USD one
also, keep sort and search filter on auto refresh..

sort ages columns with metadata...
2016-01-11 20:57:17 +01:00
Tanguy Pruvot
5be767009d explorer: basic page ruler and enhance diff graph
pool blocks are now displayed on the graph
2016-01-11 16:27:20 +01:00
Tanguy Pruvot
d215cfc4d2 explorer: proper wallets version numbers + netmhashps field 2016-01-11 00:46:27 +01:00
Tanguy Pruvot
dadda52412 Add some errors checks, reported by zpool.ca 2016-01-05 23:19:04 +01:00
Tanguy Pruvot
f99bc33a28 blocknotify: remove hardcoded path in sample config
do not force to use a non standard binary path, add it to /usr/local/bin
or <yiimp>/bin if set in your server $PATH env var.

the "make install" output is in <yiimp>/bin
2016-01-03 09:47:08 +01:00
crackfoo
00b3316f5d Update index_results.php
Removed rejected as it's no longer in Nicehash API
2015-12-17 21:32:51 +01:00
Tanguy Pruvot
b8df948174 hide test coins (non visible) from pool stats
use an advanced yii db criteria and a relation definition
2015-12-15 22:21:15 +01:00
Tanguy Pruvot
148a69a249 wallet: use more txs to do weekly sums
and hide the last day sums if truncated
2015-12-05 15:37:22 +01:00
Tanguy Pruvot
baf31950e6 explorer: add uis and dgc algos 2015-11-25 17:07:08 +01:00
Tanguy Pruvot
db13d84785 explorer: show in red wallets with low connections 2015-11-11 23:37:28 +01:00
Tanguy Pruvot
8aad0a0f0e wallet: some sums of the week 2015-10-31 08:32:51 +01:00
Tanguy Pruvot
3999f0f7e8 coin: sample miner command line for tests 2015-10-30 12:18:18 +01:00
Tanguy Pruvot
d2a36bac7d admin: rework wallet tables, add links to the bloc explorer 2015-10-22 03:31:31 +02:00
Tanguy Pruvot
37a8402c12 markets: add cryptonator api call for installed coins without price 2015-10-13 21:16:17 +02:00
Tanguy Pruvot
2c0d78bdeb Show extra payouts made on some buggy wallets
LYB wallet sometimes hangs during a send operation,
This can lock the payment process for all users.

The yiimp payout command can fix them and show them in their user Wallet (txs)
2015-10-09 15:48:26 +02:00
Tanguy Pruvot
6d6fd9337f stratum: new algos, attempt to allow old sha merkleroot
blake (SFR) and whirlpool (J) tested ok with a sha256d merkleroot

So add a stratum setting to allow single sha256 merkle root...
The shares are now valid on the pool side, but remains to find
an old wallet to test... like Whirlcoin or blakecoin

keccak not tested, could have the same problem about merkle/miners
2015-10-07 05:04:04 +02:00
Tanguy Pruvot
54d107c791 explorer: show block type and graph only PoW diff 2015-10-03 12:28:46 +02:00
Tanguy Pruvot
c888a6597f admin: switch current site algo in wallet page
Allow to see workers and miner versions without a manual algo switch
2015-10-01 12:46:13 +02:00
Tanguy Pruvot
ebe29cfd9a admin: some more UI changes (links) 2015-09-30 16:42:46 +02:00
Tanguy Pruvot
d20fed6483 admin: algo switch on workers and miner versions pages 2015-09-30 15:52:58 +02:00
Tanguy Pruvot
2c95534c27 Move algo norm coefs to server config and disable drop algo
Also fix a few php typos..
2015-09-30 09:47:13 +02:00
Tanguy Pruvot
6060d42ca3 explorer: prevent php error on invalid txid 2015-09-26 06:52:21 +02:00
Tanguy Pruvot
4342c89486 fixes for the diff graph and yobit coin creation 2015-09-22 04:21:20 +02:00
Tanguy Pruvot
28fd7e51af remove some useless common admin links 2015-09-20 08:11:36 +02:00
Tanguy Pruvot
6ec4d104ff explorer: allow search by tx hash 2015-09-20 01:17:06 +02:00