Search content
Sort by

Showing 5 of 5 results by Korosimus
Post
Topic
Board Announcements (Altcoins)
Re: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine
by
Korosimus
on 26/01/2017, 07:08:19 UTC


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%.

I have the same cpu, i7-5930K at stock speed.
You should be getting almost 350h with 6 threads eventually, though it may need to run a while to reach it.
I don't use a config file, only a batch file to launch

yam -c x -M stratum+tcp://bip1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:x@5.189.135.137:3336/xmr -t 6

use your address instead of the Xs and your pool's url

The important thing is to run it as an administrator, otherwise you don't get good speed.
My batch for some reason cannot run directly as admin with "run as".
Or to be precise, it does but the miner throws an error about fast memory and falls back to "normal" operation

What I do is run a command prompt first with admin rights and then navigate to the batch and run it from that cmd box
i did turn on run as admin in yam.exe properties
Post
Topic
Board Announcements (Altcoins)
Re: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine
by
Korosimus
on 25/01/2017, 19:41:30 UTC
i am getting about 220 hashes/s with 7 threads, cpu usage seems the same, temperatures are still way below maximum
the hashrate seems to increase: it started at 210 and is now at 235 5 minutes later - now stable 235 another 5 minutes later
Post
Topic
Board Announcements (Altcoins)
Re: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine
by
Korosimus
on 25/01/2017, 19:05:00 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%.

That seems a little low, but I don't have experience with your CPU. I can get ~250 h/s out of my i7 6700.  Your CPU has 15MB of cache, and mining needs 2MB per thread.  Try it with 7 threads, you might get a decent boost.
im on 6 threads right now, so not 8 threads trying to use 16MB cache. 7 threads seems useless with only 6 physical cores
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%.
Post
Topic
Board Announcements (Altcoins)
Re: BipCoin, CryptoNote with Fast, Solid Transactions + profitable to mine
by
Korosimus
on 25/01/2017, 17:55:49 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