Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
6338124
Topic
580144
Board
Altcoin Discussion
Topic OP
Big microCoin settings thread
by
cryptofella
on
22/04/2014, 12:51:05 UTC
Hi dear microCoiners,
MicroCoin is starting to get big and I think it's good to share our miner settings to make sure everyone is getting all the possible power from their rigs.
Current diff is about 0.2. You can calculate how many hours it takes to solve a block:
Code:
Difficulty*2^32/khashes/3.6*10^-6
I'm using this miner for GPU:
https://github.com/Thirtybird/YACMiner/releases/download/3.5.0-yac2/yacminer-3.5.0-yac2-x86.zip
My .bat file for R9 290X is following:
Code:
yacminer --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1389028879 --worksize 128 -g 1 --lookup-gap 3 --buffer-size 3532 -R 10496 -o 127.0.0.1:3333 -u user -p password --gpu-engine 1000 --gpu-memclock 1500 --scan-time 2 --expiry 4
I'm getting 50 khash per card with this.
Also a CPU miner can be found from there:
32:
https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x86_2_4_0.zip
64:
https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x64_2_4_0.zip
Feel free to post your own configs as well.
~cf~