Commit graph

978 commits

Author SHA1 Message Date
phm87
933e7a0257 Warnings & tests folder (#327) 2018-10-25 19:44:16 +02:00
opensourcerulez
5a54297999 add exosis algo (timetravel type) (#326) 2018-10-22 19:31:16 +02:00
Tanguy Pruvot
42a6e8529e coinbene public api, optional
(disabled by default in settings table)
2018-10-15 10:20:59 +02:00
Frantisek Mantlik
46d40cd75c trading: wrong balance fields for Cryptopia (#323)
Fixing a typo in balance update:
$market->balance was updated by $balance->HeldForTrades but should be $balance-.Available
This caused properly updated balance in previous loop to be overwritten by wrong value.
2018-10-09 02:49:43 +02:00
Linux server management, OS softwares and applications, blockchain Mining Pools, Daemons
ca3da8aa41 screen addition for new algos x22i and lbk3 (#322) 2018-10-08 07:28:03 +02:00
Tanguy Pruvot
7c8817f9a3 RIP: cyptohub, hacked...
This reverts commit b43e8da5ae869c953768f558a0b1b292fcd050de.
2018-10-04 07:22:32 +02:00
Tanguy Pruvot
685747b1b8 stex: use new url of stocksexchange 2018-10-03 22:24:11 +02:00
Tanguy Pruvot
8ad60658e4 Add x22i algo support, based on ccminer-x22i code, cleaned
Personal note: imo a factor for 256 would have been useful

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2018-10-03 20:05:29 +02:00
Brandon
6889836ac7 Add LBK3 algo to yiimp (#319)
+ finitions
2018-10-03 19:48:48 +02:00
Tanguy Pruvot
64203358dd txhisto: fix a nullptr if bitcoin wallet not in db 2018-10-02 19:44:33 +02:00
crackfoo
a66f74fa66 explorer: add GLT multi-algo (#317) 2018-09-26 19:52:58 +02:00
crackfoo
00e5dd024c stratum: update DGB addy check to include multi-alogs (#316) 2018-09-26 16:39:55 +02:00
phm87
ccf4596eca rc.local: rename lyra2z screen + add argon2d-dyn (#307)
rename lyra2z screen + add argon2d-dyn and rainforest
2018-09-17 12:19:22 +02:00
Tanguy Pruvot
7e229ab39a kucoin: some tickers may not have a sell field 2018-09-15 13:53:32 +02:00
Tanguy Pruvot
c5b1a57be2 crex24: private api query, update balances 2018-09-11 14:39:19 +02:00
Tanguy Pruvot
1c2a51394b exchange: handle crex24 public api 2018-09-10 07:49:18 +02:00
Tanguy Pruvot
b6aa81390a bitz: prevent api error if data field is not present 2018-09-07 09:07:11 +02:00
Amir Abrams
cc456814c5 Add Dynamic Argon2d algorithm to YIIMP Stratum Pool (#301)
- Use dynode instead of masternode for Dynamic
- Updates Argon2d hash library (https://github.com/P-H-C/phc-winner-argon2)
- Adds argon2d-dyn.conf sample template file
- Code contributed by @BigEvilSoloMiner from Discord.
- testing and contributions by @R3D5H1RT from Discord
- testing and support by @InsaneITGeek from Discord.
- Dynamic test stratum pool: https://testpool.dualityblocks.com
2018-09-04 10:30:06 +02:00
phm87
f93b3df225 rpc: prevent backupwallet method (#298) 2018-09-03 12:31:49 +02:00
Tanguy Pruvot
1da40e518a blocks: avoid status change to orphan during reindex 2018-08-29 13:56:38 +02:00
Tanguy Pruvot
902da54e27
add rainforest algo (#297)
from https://github.com/bschn2/rainforest/blob/master/patches/yiimp-rainforest.diff
2018-08-29 13:54:19 +02:00
Jaroslav Petrusevic
d1ba34e9c1 wallet: show USD (#295) 2018-08-23 21:17:25 +02:00
Tanguy Pruvot
c234694699 api: fix foreach typo in commit d78a329
and show timestamps as int value
2018-08-22 09:38:48 +02:00
phm87
d78a932939 API: WalletEx: payouts (optional) (#291)
new config keys : YAAMP_API_PAYOUTS (def. false) and YAAMP_API_PAYOUTS_PERIOD (last 24h)
2018-08-21 03:22:32 +02:00
phm87
c25d7b9b77 markets: bit-z ticker api (#288) 2018-08-10 14:44:57 +02:00
Tanguy Pruvot
b39da19858 hex: x16r like algos dont need GH/s 2018-08-07 22:47:42 +02:00
opensourcerulez
f3b70fdbcc Add hex algo... (#285)
made by XDNA Core developers
2018-08-07 22:39:29 +02:00
Tanguy Pruvot
0ac47d7ef0 stratum: handle phi2 smart-contracts refunds 2018-08-01 09:04:44 +02:00
Tanguy Pruvot
b8e114d3d5 ui: show next payout eta as tooltip 2018-07-22 07:17:17 +02:00
Tanguy Pruvot
72dd1432e6 screenlog: show hour in 24H format 2018-07-11 17:16:41 +02:00
Tanguy Pruvot
8472298631 blocks: log to screen only abnormal delays 2018-07-11 17:11:09 +02:00
Tanguy Pruvot
0f129bdd65 blocks: avoid delayed coin save + screenlog func
in some cases, there was issues to save correctly with the coin form.
2018-07-11 01:09:43 +02:00
opensourcerulez
243c7eaf39 Handle XSH algos in explorer (#282) 2018-07-08 13:59:11 +02:00
opensourcerulez
0c542e8395 stratum: handle XSH multialgo pow_hash special field (#281) 2018-07-08 13:50:53 +02:00
Tanguy Pruvot
d85425bcf8 exchanges: link gate.io public api
look like a proper api with currencies labels

but disabled by default, to reduce api calls on new setups...
2018-07-07 08:03:56 +02:00
Tanguy Pruvot
d915066991 cli: payout redotx and confirmations
two new maintenance functions/sample
2018-07-07 08:03:48 +02:00
DumaxFr
e8f1d80b1d User wallet: disable deletion of current wallet (#280) 2018-06-30 05:17:30 +02:00
Tanguy Pruvot
373c7396ab stratum: add sonoa algo (lol)
i let you choose a port if you want to use it...
2018-06-24 14:31:23 +02:00
Tanguy Pruvot
ca0c6271a0 stratum: handle p2sh addresses for all coinbase variants
allow to mine on non-legacy addresses....
2018-06-24 14:00:11 +02:00
opensourcerulez
b6f212ee6c stratum: small clean up :) (#279) 2018-06-22 10:30:24 +02:00
Tanguy Pruvot
ae6af25dec stratum: ensure share params are all strings 2018-06-22 09:25:28 +02:00
Tanguy Pruvot
609f6126ca stratum: remove duplicated code, merge issue 2018-06-22 08:54:29 +02:00
Tanguy Pruvot
27176b2e09 phi2 changes to handle lux smart contracts
adds a smart contract roots field (stateroot+utxoroot) to mining.notify

like lbry do with their claimtrie.

These fields are optional, means there are 2 variants of the phi2 algo

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2018-06-21 17:27:33 +02:00
Tanguy Pruvot
9038f0941a coindb: avoid html in retrieved icons 2018-06-21 17:27:20 +02:00
opensourcerulez
0606c9ada8 blocks: prevent duplicated blocks in some conditions... (#278)
Could happen if you run twice the blocks thread by mistake,
and if block was not notified (inserted asap as status 'new').. unlikely but..
2018-06-13 13:13:04 +02:00
opensourcerulez
9dbce85dcc stratum: dev/charity fees for coins with masternodes (#276) 2018-06-11 21:00:55 +02:00
Tanguy Pruvot
7afdd17e5d explorer: better check of block PoS type 2018-06-11 04:39:46 +02:00
Tanguy Pruvot
6d52259c11 history: prefer block algo field in case of algo change
will not be used in normal cases, but you can temporary display 2 coin algos with that :

in web/yaamp/modules/site/results/found_results.php
@@ -19,6 +19,10 @@ WriteBoxHeader("Last $count Blocks ($algo)");
 $criteria->condition .= " AND IFNULL(coin.visible,1)=1"; // ifnull for rental
+if($algo == 'phi2') {
+       $criteria->condition .= " AND t.algo IN(:algo,'phi')";
+       $criteria->params = array(':algo'=>$algo);
+} else
 if($algo != 'all') {
2018-06-11 03:56:34 +02:00
Tanguy Pruvot
035d304150 checkup: delete images containing cloudcrap scripts
<script src="/_Incapsula_Resource?...>
2018-06-09 08:22:26 +02:00
itamarcps
eee06c920b stratum: add aergo algo (#274)
+ spaces fixes
2018-06-08 19:57:04 +02:00