Post
Topic
Board Announcements (Altcoins)
Re: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine
by
Korosimus
on 25/01/2017, 18:37:24 UTC
hey friends
i need some help setting up yam to mine on the democats pool
the config files are quite complex
does anyone have a template for me?
i have a i7 5930k on windows 10 64 bit

Here's what I use for my i7 6700.  You'll definitely want to adjust your threads and CPU binding, and also plug your address where the XXXXXXXXX's are.  It also has cryptonotepool as a backup pool.

Code:
threads = 4

worker-params = 0:cpu-bind=6
worker-params = 1:cpu-bind=4
worker-params = 2:cpu-bind=2
worker-params = 3:cpu-bind=0

worker-params = 4:cpu-bind=7
worker-params = 5:cpu-bind=5
worker-params = 6:cpu-bind=3
worker-params = 7:cpu-bind=1

mining-params = xmr:av=3&donation-interval=50

mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:x@pool.democats.org:45590/xmr
mine = stratum+tcp://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:x@cryptonotepool.com:3336/xmr

#proxy = socks4a://127.0.0.1:9150
#proxy = socks5://127.0.0.1:1080
compact-stats = 1
print-timestamps = 1

thank you. i changed threads to 6 and the cpu-bind values to 6 4 2 0 10 8. im getting about 200 h/s with a cpu load around 70%.