Commit graph

633 commits

Author SHA1 Message Date
76fca1d79a
Remove SocksPort 0 from tor config 2023-04-14 03:35:16 +02:00
b9c4464584
Enable single-hop for tor hidden service 2023-04-13 23:36:26 +02:00
1f92124f33
Fix pool_status NextDifficulty, show PoW difficulty on share page, show decimal version of nonces and hex in title 2023-04-13 23:16:46 +02:00
4ed61091ff
Fix share main difficulty, add NextDifficulty to pool_info 2023-04-13 22:07:00 +02:00
fdebd44b1f
Show unknown software as Not present 2023-04-13 22:06:17 +02:00
8a2a35b6be
Fix null result in API 2023-04-13 21:39:29 +02:00
9ed77bbb5c
Typo in API description 2023-04-13 21:29:47 +02:00
4f3d3025d8
Deprecate old APIs, use SideBlock instead of JSONBlock, optimize and standardize templates 2023-04-13 21:26:23 +02:00
630e3fed59
Fix block effort calculation 2023-04-13 18:08:32 +02:00
dac4e260b2
Offer p2pool.io / external pool API emulation 2023-04-13 11:04:59 +02:00
c240693f61
api status optimization 2023-04-13 10:39:50 +02:00
96dac0cc3a
Fix light match for header, added GetSideBlocksByMainHeight 2023-04-13 05:30:45 +02:00
2908ac6787
Reduce API load on backend by caching pool_info 2023-04-13 05:02:01 +02:00
ef70bf9021
New API methods, faster miners page, deprecate shares for side_blocks 2023-04-13 04:09:11 +02:00
7191acb8fd
Adjusted request host check for tor onion address 2023-04-12 04:14:14 +02:00
9d30703bd8
Pass Host header from nginx to backend 2023-04-12 03:56:26 +02:00
e55e1ca928
Automatically rewrite urls as-needed for onion or normal urls 2023-04-12 03:32:14 +02:00
609cc4d012
Update api page with new information 2023-04-12 02:02:48 +02:00
621338c8ae
Fix /api/shares_in_window default size 2023-04-12 02:02:36 +02:00
0b792d6e66
Added versions distribution on sidechain window 2023-04-12 01:46:43 +02:00
676cfef5d2
Match effort values with p2pool.io ones, add last 10 blocks and last 200 blocks average effort 2023-04-12 01:27:46 +02:00
e19ad24331
Add shares slightly off time drift on archivetoindex 2023-04-12 01:27:10 +02:00
0f97bcce7e
Fix miner page older version warning 2023-04-12 00:12:11 +02:00
b66b26dd5a
Fix initial share insertion, miner older p2pool version wording 2023-04-11 22:10:26 +02:00
787612447e
Fix total weight in weekly miners page 2023-04-11 20:50:15 +02:00
4b6d5a76e9
Added Global Output Index, P2Pool version to most pages, outdated P2Pool warning to miner 2023-04-11 20:42:51 +02:00
1fd3938939
Fix scanning for new main blocks, do not cache old headers in p2pool 2023-04-11 15:32:40 +02:00
69db29f691
Improve postgres config 2023-04-11 06:25:56 +02:00
1b84ea7c27
api pool_info speed improvements, fix GetSideBlocks / MinerId if startHeight is smaller than window size 2023-04-11 06:22:44 +02:00
b9d0fc7bdc
Added all entries to single docker-compose.yml
Working docker-compose version, removed old unused database code
2023-04-11 05:54:49 +02:00
e56d7ee46e
Index database, archivetoindex, database schema
Implemented daemon, web, api into new index backend
2023-04-11 04:26:24 +02:00
df2ab20a86
PoolBlock FullId now doesn't require consensus 2023-04-11 04:26:23 +02:00
11a270e547
Use currentDifficulty on sidechain for too low diff checks 2023-03-27 15:27:29 +02:00
170db02ba1
Remove chainTipBlockRequest from p2p client, use ZeroHash on expectedBlockId instead 2023-03-27 14:38:41 +02:00
50d2f56d06
Stricter checks in sidechain GetDifficulty via 645de31fe3 2023-03-27 14:37:50 +02:00
0382deccba
Check alternative chains more strictly via eef90da7ae 2023-03-27 14:34:57 +02:00
cee3f630aa
Faster check of block difficulty for broadcasted blocks on sidechain 2023-03-27 14:09:17 +02:00
b4b95a5f8e
Move IsLongerChain into sidechain utils 2023-03-27 13:56:27 +02:00
69cb6ec948
Faster cache to archive, fixed legacy to archive, added archive to archive cmd 2023-03-26 05:44:30 +02:00
be8e77404c
Update dependencies 2023-03-25 10:49:08 +01:00
787398833f
New database schema 2023-03-22 13:28:36 +01:00
979df5695b
Added /archive/window_from_template_id/ to p2pool api 2023-03-22 12:06:19 +01:00
53f77853c2
Remove usage of hardcoded UnclePenalty 2023-03-22 12:05:50 +01:00
e3597c7f2b
Added PPLNS window iterator to sidechain utils for usage elsewhere and prevent multiple copy versions 2023-03-22 11:05:04 +01:00
ca986584b2
Move block pre-processing from sidechain/archive into PoolBlock via callback interfaces 2023-03-21 11:01:51 +01:00
006900ef8c
Move http api in p2pool to an external function 2023-03-21 10:02:44 +01:00
100020b782
Implemented GetOutputIndexes for transactions 2023-03-20 21:37:23 +01:00
cb0632e09c
Fix nil pointer on empty slice re-index on scraper 2023-03-20 17:30:07 +01:00
f8fb72c502
Block format if printed to JSON, handle window size in pool_info 2023-03-20 15:15:35 +01:00
239f135fcd
Fix API block window 2023-03-20 13:11:39 +01:00