mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-16 11:12:47 -05:00
Merge xmrig v6.3.4 sources
This commit is contained in:
@@ -139,9 +139,9 @@ RandomX_ConfigurationScala2::RandomX_ConfigurationScala2()
|
|||||||
}
|
}
|
||||||
|
|
||||||
RandomX_ConfigurationBase::RandomX_ConfigurationBase()
|
RandomX_ConfigurationBase::RandomX_ConfigurationBase()
|
||||||
: ArgonMemory = 262144
|
: ArgonMemory(262144)
|
||||||
, CacheAccesses = 8
|
, CacheAccesses(8)
|
||||||
, DatasetBaseSize = 2147483648
|
, DatasetBaseSize(2147483648)
|
||||||
, ArgonIterations(3)
|
, ArgonIterations(3)
|
||||||
, ArgonLanes(1)
|
, ArgonLanes(1)
|
||||||
, ArgonSalt("RandomX\x03")
|
, ArgonSalt("RandomX\x03")
|
||||||
|
|||||||
Reference in New Issue
Block a user