oakey22
517e42d4d0
Merge 6a7452a803
into bd1059bf47
2018-03-05 23:02:49 +00:00
oakey22
bd1059bf47
number list better formatted
2018-03-05 22:59:48 +00:00
oakey22
474fb94931
Update to README.md
...
description of installing added
2018-03-05 22:57:46 +00:00
oakey22
23960a5e09
update to install script
...
Now runs daemon automatically and gets v0.12.1.0 daemon
2018-03-05 22:35:02 +00:00
Alex Grin
6db2d2f279
Merge pull request #4 from lbryio/lbrydocs-patch-1
...
create LICENSE file
2018-02-28 09:40:19 -05:00
oakey22
4f300c3a62
Merge pull request #6 from oakey22/next
...
update to Readme
2018-02-14 09:58:48 +00:00
oakey22
1aedd36ad5
update to Readme
2018-02-14 09:58:08 +00:00
oakey22
ab6926e010
Merge pull request #5 from oakey22/next
...
update
2018-02-14 09:52:24 +00:00
oakey22
c5769d0a1b
Install script
...
Script for installing the pool
2018-02-14 09:50:55 +00:00
LBRY Docs
d7e0c6cee5
create LICENSE file
...
Given that this was forked, it's not clear that MIT license is appropriate.
2018-02-05 13:03:29 -08:00
oakey22
83b56b64c2
slight update to readme
2018-01-05 20:25:49 +00:00
oakey22
f6719aa0bd
Update favicon to Lbry logo
2018-01-05 20:01:06 +00:00
oakey22
3712ac2e84
Merge pull request #3 from tpruvot/next
...
Update for Lbrypool from Yiimp
2018-01-05 19:59:16 +00:00
oakey22
b190d98915
Merge pull request #1 from tpruvot/next
...
update of stratum and yiimp
2018-01-05 19:55:48 +00:00
Tanguy Pruvot
c375085dc1
dashboard: show the stratum's uptime
2018-01-04 14:05:30 +01:00
oakey22
6aca254d00
Lbry Logo for Coin
2018-01-04 10:39:37 +00:00
Tanguy Pruvot
149e950f57
coinexchange: check wallet status and disable if offline
2018-01-03 15:47:42 +01:00
Tanguy Pruvot
dfb28223cc
cex.io rest-api (public + private)
...
no trading or markets yet, just made to query balances
2018-01-03 12:16:52 +01:00
oakey22
9472a19464
Update Lbry Community Pool
2018-01-02 15:55:59 +00:00
oakey22
73c5f539fd
update Lbry Community pool
2018-01-02 15:52:03 +00:00
oakey22
4f0ba70edd
Update for Lbry Community Pool
2018-01-02 15:51:13 +00:00
oakey22
47726ca98f
update to Lbry Community Pool
2018-01-02 15:50:16 +00:00
oakey22
e4f2779ea1
Update Yiimp to Lbry Community Pool
2018-01-02 15:37:28 +00:00
oakey22
5111f9f7d5
Merge pull request #2 from oakey22/next
...
Update for lbry specific
2018-01-02 15:34:51 +00:00
phm87
80fa212c23
update keys.sample.php ( #199 )
2018-01-01 19:14:51 +01:00
Tanguy Pruvot
41821cee93
sql: also add a stratum start time column
...
time column is refreshed at regular interval by the process
2018-01-01 12:58:46 +01:00
Tanguy Pruvot
472b4d7635
stratum: fill new port workers and symbol fields
2018-01-01 12:31:01 +01:00
Tanguy Pruvot
31163c3933
sql: prepare new stratums fields for multiple instances
...
will be used to show the right pid/port of one instance,
and add some stats to avoid users to use full ones...
2018-01-01 11:47:37 +01:00
oakey22
d947dc647b
Renting to False and set default algo to LBRY
2017-12-29 17:23:45 +00:00
oakey22
83ceaae366
update index.php
...
changed description from yiimp to Lbry community mining pool
2017-12-29 17:21:52 +00:00
oakey22
6a7452a803
rename file to install-script.sh
2017-12-29 16:57:59 +00:00
oakey22
7ae79bfc53
install script for yiimp mining pool
...
This script will install the yiimp mining pool
2017-12-29 16:55:28 +00:00
Tanguy Pruvot
d090779579
stratum: prevent double free on bad clients
2017-12-20 23:40:14 +01:00
Tanguy Pruvot
39d123a071
stratum: reduce client algo & socket struct size
...
to reduce a bit the memory usage... require a make clean!
+ prevent null/local ips from bans.
2017-12-17 07:25:25 +01:00
AltMinerNet
ba7873e9f2
mining html fix ( #195 )
...
coin reward html end tag correction.
2017-12-16 12:55:10 +01:00
Tanguy Pruvot
35bfd756cc
New admin botnets view to list users with many ips
...
fast, global view (all algos) to link/check wallets
2017-12-16 12:44:12 +01:00
Tanguy Pruvot
a8e98c1839
stratum: ipset function to block botnets
...
can be (manually) used, if needed, in client_authorize
2017-12-15 23:53:39 +01:00
Tanguy Pruvot
f95177cc14
stratum: prefer user coin first in yiimp mode
...
prevent a few shares on the "best" algo wallet on connect...
2017-12-12 19:13:27 +01:00
Tanguy Pruvot
01c5736512
yobit: markets price typo + coinsmarkets server fake bid price
2017-12-12 02:01:41 +01:00
Tanguy Pruvot
6b6866048e
keccak: use mBTC/GH unit like blake
...
if needed (already mining) you can do that to update the pool estimate graph values :
UPDATE hashrate SET price=price*1000.0, rent=rent*1000 WHERE algo IN ('keccak','keccakc') AND price < 0.01;
2017-12-11 23:54:10 +01:00
Tanguy Pruvot
258bc24c31
cli: new bench command to query bench data avgs
2017-12-10 18:34:05 +01:00
Tanguy Pruvot
ff6b22cc5f
cli: allow to pass args with spaces
2017-12-10 18:18:33 +01:00
Tanguy Pruvot
6c09e5f1b9
yaamp_fee() comment a few unused sql queries (on shares)
2017-12-08 23:56:52 +01:00
Tanguy Pruvot
e47e40aea6
benchs: ignore if already too much data per chip/algo
2017-12-08 19:58:45 +01:00
Tanguy Pruvot
80c53c8a6e
cryptopia: new default min_btc_trade and withdraw_fee_btc
2017-12-05 15:39:19 +01:00
Tanguy Pruvot
94c8db3664
dashboard: fix alt balances for multialgo coins
2017-12-02 15:08:51 +01:00
Tanguy Pruvot
797dba14f6
stocks.exchange private api function
2017-12-02 13:49:59 +01:00
Tanguy Pruvot
ac13a0f0d9
markets: update yobit markets prices with a different base
...
note: market record should be created manually, experimental..
2017-12-01 14:22:17 +01:00
Tanguy Pruvot
69a8f951a3
stratum: allow wallet filters in the .conf
...
Allow to create a stratum port for only one wallet
2017-11-30 13:02:17 +01:00
Tanguy Pruvot
66b15044ba
explorer: show tx indices and truncate blocks with too much
2017-11-30 12:31:17 +01:00