mirror of
https://github.com/xmrig/xmrig.git
synced 2025-03-12 09:37:35 +00:00
Increased max blob size to support Haven offshore capability
This commit is contained in:
parent
30165ce4be
commit
a648a8b9be
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ class Job
|
|||
public:
|
||||
// Max blob size is 84 (75 fixed + 9 variable), aligned to 96. https://github.com/xmrig/xmrig/issues/1 Thanks fireice-uk.
|
||||
// SECOR increase requirements for blob size: https://github.com/xmrig/xmrig/issues/913
|
||||
static constexpr const size_t kMaxBlobSize = 128;
|
||||
// Haven (XHV) offshore increases requirements by adding pricing_record struct (192 bytes) to block_header.
|
||||
static constexpr const size_t kMaxBlobSize = 384;
|
||||
static constexpr const size_t kMaxSeedSize = 32;
|
||||
|
||||
Job() = default;
|
||||
|
|
Loading…
Reference in a new issue