Bitcoin Forum

Bitcoin => Mining support => Topic started by: fuckthename on September 28, 2022, 05:38:20 PM



Title: Newpac Miner 0 chips found error
Post by: fuckthename on September 28, 2022, 05:38:20 PM
Has anyone else seen this "0 chips found" error. I have the latest Zadig installed and the windows driver.

https://i.imgur.com/Nt8S9E6.jpg

So when I the .bat file I get

https://i.imgur.com/82yzjaG.jpg

Not sure what is wrong here. Any help would be appreciated.

Thank you.


Title: Re: Newpac Miner 0 chips found error
Post by: LoyceV on September 28, 2022, 06:21:55 PM
Quoting for images to show:
Has anyone else seen this "0 chips found" error. I have the latest Zadig installed and the windows driver.
https://i.imgur.com/Nt8S9E6.jpg

So when I the .bat file I get
https://i.imgur.com/82yzjaG.jpg


Title: Re: Newpac Miner 0 chips found error
Post by: seoincorporation on September 28, 2022, 09:07:10 PM
The problem is in the line you are using to run cgminer, we need to see how are you calling the program and what hardware are you using to help you with this.

Here are some useful threads:

https://bitcointalk.org/index.php?topic=5115737.0
https://bitcointalk.org/index.php?topic=1764803.0
https://bitcointalk.org/index.php?topic=1173963.0


Title: Re: Newpac Miner 0 chips found error
Post by: BitMaxz on September 28, 2022, 11:30:27 PM
Do you mind sharing what is inside your .bat file config?
There might be another reason why it shows 0 ASIC/zombie mode.

If your miner is connected directly to the PC/laptop, not on the hub with its own power your PC/Laptop is not giving enough power to your miner.
You can lower the voltage or reduce the frequency to try if it's hashing then gradually increase it later until you found the best settings for voltage/frequency.

If didn't work then there is official thread of this Newpac you can find it here https://bitcointalk.org/index.php?topic=5053833.0
The above links are not for Newpac official thread.


Title: Re: Newpac Miner 0 chips found error
Post by: NotATether on September 29, 2022, 11:55:13 AM
It's Windows so you might want to try reinstalling it in case the driver has not been loaded yet.

I've never heard of Zadig, so maybe it doesn't automatically start the driver. If that's the case then go to Device Manager and start it manually.


Title: Re: Newpac Miner 0 chips found error
Post by: fuckthename on September 29, 2022, 02:00:56 PM
Here is the .bat file.

https://i.imgur.com/PurS4dc.jpg

I have the miner connected to a usb hub

https://i.imgur.com/Ntb2plS.jpg

I use Zadig to install the driver because that is what the official thread said to use. It has been installed twice.

Thank you.


Title: Re: Newpac Miner 0 chips found error
Post by: BitMaxz on September 29, 2022, 10:57:18 PM
Here is the .bat file.
~snip~

Do you mind switching to another pool to try? I'd like you to try switching to https://solo.ckpool.org/

Also, would you mind playing the settings under your suggested difficulty you can try this one --suggest-diff 5000 or increase the difficulty if it doesn't work.

Also try this one

Code:
cgminer -o stratum+tcp://solo.ckpool.org:3333 -u my_btc_address -p x --gekko-newpac-boost --gekko-newpac-freq 100


Title: Re: Newpac Miner 0 chips found error
Post by: n0nce on September 30, 2022, 10:38:38 PM
You may want to move this into mining hardware (https://bitcointalk.org/index.php?board=76.0) or mining support (https://bitcointalk.org/index.php?board=40.0), or ask directly in the official NewPac support thread (https://bitcointalk.org/index.php?topic=5053833.0).


Title: Re: Newpac Miner 0 chips found error
Post by: fuckthename on October 01, 2022, 12:12:44 AM
Ok so I tried

cgminer -o stratum+tcp://solo.ckpool.org:3333 -u my_btc_address -p x --gekko-newpac-boost --gekko-newpac-freq 100

It crashed. I then removed --gekko-newpac-boost and I got the same problem.

https://imgur.com/a/8kuBS85


Title: Re: Newpac Miner 0 chips found error
Post by: BitMaxz on October 01, 2022, 11:13:06 PM
Ok so I tried

cgminer -o stratum+tcp://solo.ckpool.org:3333 -u my_btc_address -p x --gekko-newpac-boost --gekko-newpac-freq 100

It crashed. I then removed --gekko-newpac-boost and I got the same problem.

Have you replace the my_btc_address with your Bitcoin address?

It seems that there issue on the driver you need windows have driver signature verification by default if you disable it the miner might work properly.

If nothing works better bring your issue to the official thread here https://bitcointalk.org/index.php?topic=5053833.2260
You can post it there and link this thread there.


Title: Re: Newpac Miner 0 chips found error
Post by: fuckthename on October 02, 2022, 12:10:12 AM
I did insert my own btc wallet address. I will post over on the newpac forum as well.

Thanks.