Merge xmrig v6.3.4 sources
This commit is contained in:
parent
9514cfd7fd
commit
8c3eae0598
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,9 @@ RandomX_ConfigurationScala2::RandomX_ConfigurationScala2()
|
|||
}
|
||||
|
||||
RandomX_ConfigurationBase::RandomX_ConfigurationBase()
|
||||
: ArgonMemory = 262144
|
||||
, CacheAccesses = 8
|
||||
, DatasetBaseSize = 2147483648
|
||||
: ArgonMemory(262144)
|
||||
, CacheAccesses(8)
|
||||
, DatasetBaseSize(2147483648)
|
||||
, ArgonIterations(3)
|
||||
, ArgonLanes(1)
|
||||
, ArgonSalt("RandomX\x03")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue