Dear Miners
UniMining.net has just added
CrowdCoin (CRC) on NeoScrypt algo.
Dedicated Port 4238 (CRC Only)If you encounter errors mining CrowdCoin (CRC) on neoscrypt port 4233, please mine it on port 4238.
Stratum port 4238 is dedicated ONLY for CrowdCoin.
We recommend you to use CCminer with following parameters :
ccminer-x64 -a neoscrypt -o stratum+tcp://pool.unimining.net:4238 -u your_wallet -p c=CRC
Full instruction on our forum :
UniMining ForumHow to mine with AMD?
Hi,
We propose you using Gateless that is available on this link :
https://github.com/zawawawa/gatelessgate/releases/1. Create a new launch file ("mine CRC on unimining.bat" using notepad or notepad++ under windows) and paste the following command into it:
@echo off
set GPU_FORCE_64BIT_PTR 1
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe --gpu-platform 1 --default-config gatelessgate-CRC.conf
pause
2. Create a new conf file ("gatelessgate-CRC.conf" using notepad or notepad++ under windows) and paste the following command into it:
{
"algorithm": "neoscrypt",
"intensity": "13",
"worksize": "256",
"gpu-threads": "1",
"load-balance": true,
"auto-fan": true,
"temp-cutoff": "90",
"temp-overheat": "85",
"temp-target": "75",
"pools": [
{
"name": "MAIN",
"user": "CMBbGUAAQz6nV75EAbcf8qwgCJmvp6Gnto",
"pass": "c=CRC",
"quota": "99;stratum+tcp://pool.unimining.net:4238"
},
{
"__comment": "Please keep this entry. Otherwise, I won't be able to continue open-source development. - zawawa",
"name":"DEVFEE",
"user": "zawawa.gatelessgate",
"pass": "x",
"quota": "1;s1.theblocksfactory.com:3333"
}
]
}
I have updated the thread in our forum with this configuration :
https://forum.unimining.net/viewtopic.php?f=2&t=164Have a nice mining