2018-12-19 00:10:04
                        
                             
                            
                    
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
                    
                 
                            silentcrypto
                        
                        2018-12-19 00:30:08
                        
                             
                            
                    
What cpu are you using?
                    
                 
                            mjay
                        
                        2018-12-19 00:30:27
                        
                             
                            
                    
Also not all nvme-ssd's are faster than sata ssd's
                    
                 
                            mjay
                        
                        2018-12-19 00:42:07
                        
                             
                            
                    
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?
                    
                 
                            silentcrypto
                        
                        2018-12-19 00:44:49
                        
                             
                            
                    
It should. Are you using enough threads?
                    
                 
                            mjay
                        
                        2018-12-19 00:45:07
                        
                             
                            
                    
Also, is the m2.slot connected directly to the cpu?
                    
                 
                            mjay
                        
                        2018-12-19 00:45:17
                        
                             
                            
                    
some are connected through the chipset
                    
                 
                            mjay
                        
                        2018-12-19 00:47:00
                        
                             
                            
                    
you know, that could be it.  ill check that when ive got a minute.  thanks for the idea!
                    
                 
                            silentcrypto
                        
                        2018-12-19 00:47:20
                        
                             
                            
                    
The threads?
                    
                 
                            mjay
                        
                        2018-12-19 00:47:27
                        
                             
                            
                    
chipset
                    
                 
                            silentcrypto
                        
                        2018-12-19 00:47:31
                        
                             
                            
                    
Ah
                    
                 
                            mjay
                        
                        2018-12-19 00:47:45
                        
                             
                            
                    
The 970 pro works best with a queue depth of 32
                    
                 
                            mjay
                        
                        2018-12-19 00:47:54
                        
                             
                            
                    
so 32 threads + some more for cpu
                    
                 
                            mjay
                        
                        2018-12-19 01:21:26
                        
                             
                            
                    
try pool-miner.bat
                    
                 
                            cryptovape
                        
                        2018-12-19 14:22:49
                        
                             
                            
                    
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
                        
                        2018-12-19 22:21:03
                        
                             
                            
                    
@BTCcollector19 do you have a space in the config?
                    
                 
                            Clueless
                        
                        2018-12-19 22:40:47
                        
                             
                            
                    
I'm running this line from the command line: start /B /LOW java -jar PoolMiner_deploy.jar configs/pool-miner.conf
                    
                 
                            BTCcollector19
                        
                        2018-12-19 22:40:54
                        
                             
                            
                    
(copied from github page)
                    
                 
                            BTCcollector19