Turtle:
CN_Turtle Testnet – Now that PoW algo [1] has been announced for block 1,200,000 lets start testing it all out. The project needs some people to run some infrastructure (seed nodes, pool, explorer). We’ll also need some testers to send a few hundred hashes at it and check the miners are all OK as they get updated. In the next day or two we’ll be able to compile the testnet bits [2] and even just run straight from containers [3] then we’ll aim for an upgrade height for around midnight Saturday UTC specifically block 1,060,600. So anyone that wants to help out with infrastructure bits please ping me SoreGums#8071 in discord [4] to get added to #dev_testnet, everyone has access to view this channel if you’re curious as well. – soregums
Sure, i'm waiting for their test pool.
Source:
https://blog.turtlecoin.lol/archives/this-week-last-week-in-turtlecoin-dec-10th-17th-2018/@migo:
Looks like my miner uses 8 threads and stak uses 16, and stak is probably right to do such.
Can you copy-paste the beginning of my log, where it detects the CPUs ?
Otherwise, try this manual config, which is very like the one of stak:
"cpu_threads_conf" :
[
{ "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 1, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 2, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 3, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 4, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 5, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 6, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 7, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 8, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 9, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 10, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 11, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 12, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 13, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 14, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 15, "use_cache" : true },
]
@Unclwish:
try those:
"cpu_threads_conf" :
[
{ "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 1, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 2, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 3, "use_cache" : true },
]
"cpu_threads_conf" :
[
{ "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 1, "use_cache" : false },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 2, "use_cache" : true },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 3, "use_cache" : false },
]
But on a small AES intel CPU, i'm not that faster, when i am. Except on Bittube. It's possible i don't even compensate for the 1.5% fees, assuming you compiled xmrig with no fees.