mirror of
https://github.com/xmrig/xmrig.git
synced 2025-02-02 03:06:30 +00:00
Merge branch 'master' of https://github.com/haven-protocol-org/xmrig into haven-protocol-org-master
This commit is contained in:
commit
47d68b068b
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