SChernykh
313fb64b41
Updated copyright
2026-01-01 22:13:05 +01:00
SChernykh
e2f0ec7c69
De-duplicate tx hashes and pub keys to save memory (off by default) ( #382 )
...
P2Pool-main: 8.2 MB saved
P2Pool-mini: 66 MB saved
P2Pool-nano: 25.2 MB saved
The feature is available only when building from source and is intended for use on low-memory systems (for example, a VPS server with < 1 GB RAM).
It only makes sense to use with `--no-cache --no-randomx` in the command line because cache and RandomX hasher take much more memory.
2025-10-18 12:21:16 +02:00
SChernykh
741aaf95a8
Removed old fork code
2025-10-04 12:41:35 +02:00
SChernykh
1eb22109b5
Fixed m_mergeMiningExtra format description
2025-09-23 12:53:50 +02:00
SChernykh
cff1210761
Store public viewkey of the subaddress
2025-09-22 19:00:43 +02:00
SChernykh
964f4c8065
Updated copyright
2025-07-14 20:30:33 +02:00
SChernykh
70298cd065
Merge mining donation support
2025-05-13 17:18:29 +02:00
SChernykh
f94d411f3c
Updated Tari gRPC proto files
2025-03-19 13:51:53 +01:00
SChernykh
fb8e2a71e0
Fixed global init/shutdown order
2024-12-04 14:30:20 +01:00
SChernykh
1029faa02f
Refactor PoolBlock's lock code
2024-11-23 13:20:47 +01:00
SChernykh
fd0a7ea0c7
Faster initial sync
...
0.5-1 seconds saved on verification after removing the repeated `get_shares` calls
2024-11-22 18:42:51 +01:00
SChernykh
3c4cf098a9
CMake: added DEV_DEBUG option
2024-10-29 11:33:46 +01:00
SChernykh
1053e22a52
Removed hardfork code
2024-10-13 14:17:37 +02:00
SChernykh
2eea660184
New merge mining test
2024-08-09 15:56:32 +02:00
SChernykh
12deaff85f
Mainnet fork on October 12
2024-06-20 10:59:27 +02:00
SChernykh
3ce57ec254
Second merge mining test
2024-06-17 10:36:36 +02:00
SChernykh
5b3c1d749c
Added merge mining extra
...
For future merge mining needs
2024-06-16 22:42:22 +02:00
SChernykh
ff7d92c731
Disable debug checks in release builds
2024-06-11 20:33:20 +02:00
SChernykh
b92eedeed7
Set testnet fork time
2024-06-05 19:08:14 +02:00
SChernykh
899a908409
Added hardfork code
2024-05-14 22:48:59 +02:00
SChernykh
f67009f133
Added path bitmap to get_merkle_proof
2024-05-10 15:34:30 +02:00
SChernykh
c3add767be
Merge branch 'master' into merge-mining
2024-04-23 18:43:35 +02:00
SChernykh
b3f562caab
Added sanity checks for height and difficulty
2024-04-23 18:29:19 +02:00
SChernykh
ec15417fd2
More C++17
2024-01-05 14:36:35 +01:00
SChernykh
f95d366881
Merge branch 'master' into merge-mining
2024-01-02 14:26:32 +01:00
SChernykh
1e1c3ad6e9
Updated copyright
2024-01-02 14:12:16 +01:00
SChernykh
896eac6d8c
Force debug checks
2023-12-25 20:34:18 +01:00
SChernykh
3c510598fa
Better type checking for Merkle root hashes
2023-12-23 10:17:49 +01:00
SChernykh
658d756120
Fixed Merkle proof generation for aux chains
2023-12-10 19:24:05 +01:00
SChernykh
13087dd45e
Submit found aux blocks
2023-11-20 22:22:37 +01:00
SChernykh
0b711cbe65
Init and update merkle tree root
2023-10-25 20:06:12 +02:00
SChernykh
2d1158af64
Store Merkle tree root in the merge mining tag
2023-10-25 15:49:25 +02:00
SChernykh
ec35c74e5f
Init merge mining tag properly
2023-10-25 00:14:09 +02:00
SChernykh
8bf045974f
BlockTemplate code refactoring
...
- Moved block constants to one place
- Tuned block template max transaction limiter
2023-04-21 11:13:48 +02:00
SChernykh
bb80fe12a0
Added a check for unstable hardware
2023-03-28 10:27:27 +02:00
SChernykh
b6c1b1a6d7
P2PServer: log time it took to relay a block
2023-03-21 11:22:48 +01:00
SChernykh
c2d8c806d2
Removed fork code, only v2 is left
2023-03-19 17:19:25 +01:00
SChernykh
1cfacf4118
Code cleanup and fixes
2023-01-28 09:58:32 +01:00
SChernykh
c855bb769a
PoolBlock: removed unnecessary mutex
2023-01-17 13:20:09 +01:00
SChernykh
f206e4b334
Testnet fork on January 21st
2023-01-16 15:36:21 +01:00
SChernykh
8e7df958b8
Use extra_nonce to signal hardfork readiness
2023-01-12 10:19:29 +01:00
SChernykh
ae6747c82d
Initialize tx key from previous blocks
2023-01-09 16:14:33 +01:00
SChernykh
1bd04c2840
Initialize tx key from random seed
2023-01-09 11:28:47 +01:00
SChernykh
af0fa872ae
Set sidechain extra (duplicate shares fix)
2023-01-08 21:12:09 +01:00
SChernykh
1ce8f28105
Added sidechain extra
2023-01-08 17:07:28 +01:00
SChernykh
4f34c4466a
Dynamic PPLNS window
2023-01-08 00:47:03 +01:00
SChernykh
b346b93285
Updated copyright
2023-01-04 13:07:55 +01:00
SChernykh
47ff7e228e
Added code to deserialize compact blobs
2022-11-09 16:21:31 +01:00
SChernykh
255d312ae0
SideChain: log blocks with the same id
2022-11-02 12:49:12 +01:00
SChernykh
077837054b
Optimized TxOutput struct
2022-10-04 21:03:56 +02:00