Hey was wondering if anyone could help me, i was mining on a SATA SSD about 17kH/s which seemed about right. Ive moved over to an nvme SSD but im not seeing any improvement in speed, still around 17kH/s and im not sure why
What cpu are you using?
Also not all nvme-ssd's are faster than sata ssd's
just mining on a windows 10 desktop i had, i5 6600k and a samsung 970, i was thinking it should be getting around 50-60k but maybe not?
It should. Are you using enough threads?
Also, is the m2.slot connected directly to the cpu?
some are connected through the chipset
you know, that could be it. ill check that when ive got a minute. thanks for the idea!
The threads?
chipset
The 970 pro works best with a queue depth of 32
so 32 threads + some more for cpu
try pool-miner.bat
Does Snowblossom require port 23380 to be open (or another port?) I'm getting this error msg when I run pool-miner.bat: Exception in thread "main" java.lang.IllegalArgumentException: Invalid host or port: 23380 at io.grpc.internal.GrpcUtil.authorityFromHostAndPort(GrpcUtil.java:480) at io.grpc.netty.NettyChannelBuilder.<init>(NettyChannelBuilder.java:115) at io.grpc.netty.NettyChannelBuilder.forAddress(NettyChannelBuilder.java:101) at io.grpc.netty.NettyChannelProvider.builderForAddress(NettyChannelProvider.java:37) at io.grpc.netty.NettyChannelProvider.builderForAddress(NettyChannelProvider.java:23) at io.grpc.ManagedChannelBuilder.forAddress(ManagedChannelBuilder.java:36) at snowblossom.miner.PoolClient.subscribe(PoolClient.java:98) at snowblossom.miner.PoolMiner.<init>(PoolMiner.java:109) at snowblossom.miner.PoolMiner.main(PoolMiner.java:52) Caused by: java.net.URISyntaxException: Expected hostname at index 2: //:23380 at java.net.URI$Parser.fail(Unknown Source) at java.net.URI$Parser.failExpecting(Unknown Source) at java.net.URI$Parser.parseHostname(Unknown Source) at java.net.URI$Parser.parseServer(Unknown Source) at java.net.URI$Parser.parseAuthority(Unknown Source) at java.net.URI$Parser.parseHierarchical(Unknown Source) at java.net.URI$Parser.parse(Unknown Source) at java.net.URI.<init>(Unknown Source) at io.grpc.internal.GrpcUtil.authorityFromHostAndPort(GrpcUtil.java:478) ... 8 more
@BTCcollector19 do you have a space in the config?
I'm running this line from the command line: start /B /LOW java -jar PoolMiner_deploy.jar configs/pool-miner.conf
(copied from github page)