ghostlander / nsgminer

NeoScrypt OpenCL GPU Miner
https://bitcointalk.org/index.php?topic=712650.0
GNU General Public License v3.0
97 stars 68 forks source link

Autogen.sh failed #47

Closed Saikatsaha1996 closed 2 years ago

Saikatsaha1996 commented 2 years ago

Screenshot_2022-05-07-21-54-20-900_com termux

ghostlander commented 2 years ago

These submodules are SHA-256d FPGA bitstreams. They are not needed for NeoScrypt anyway, so you can comment out fetching of these submodules in autogen.sh

#if test -z "$NOSUBMODULES" ; then
#   echo 'Getting submodules...'
#   (
#       cd "${bs_dir}"
#       git submodule update --init
#   )
#fi
Saikatsaha1996 commented 2 years ago

These submodules are SHA-256d FPGA bitstreams. They are not needed for NeoScrypt anyway, so you can comment out fetching of these submodules in autogen.sh

#if test -z "$NOSUBMODULES" ; then
# echo 'Getting submodules...'
# (
#     cd "${bs_dir}"
#     git submodule update --init
# )
#fi

Done building.. how to set intensity ?

ghostlander commented 2 years ago

Done building.. how to set intensity ?

-I or --intensity on the command line

./nsgminer -h

Saikatsaha1996 commented 2 years ago

Done building.. how to set intensity ?

-I or --intensity on the command line

./nsgminer -h

Done .. but can you explain me why getting warning..

Screenshot_2022-05-25-21-55-06-480_com termux

Saikatsaha1996 commented 2 years ago

@ghostlander hello sir! requesting Can you add support verushash --algo for CPU & GPU

PLEASE requesting..

ghostlander commented 2 years ago

NSGminer doesn't support anything other than NeoScrypt on purpose. SHA-256d and Scrypt are legacy and not supported any more on CPUs, GPUs and FPGAs. They are present for historical and demonstrational purposes.

Saikatsaha1996 commented 2 years ago

NSGminer doesn't support anything other than NeoScrypt on purpose. SHA-256d and Scrypt are legacy and not supported any more on CPUs, GPUs and FPGAs. They are present for historical and demonstrational purposes.

Okay sir 😊