InfoNushyPool Miner 0.1.2 releasedNPMiner 0.1.2 is available with HooHash/NVIDIA performance boost, XelisHash, HTTP stats API, third-party Stratum fixes, and gRPC solo mining cleanup. Thank you miners and @ivchobow for testing and feedback.
Updated: 2026-05-01 14:22 UTCRelease notes
Górnik GPU CUDA OpenCL Najnowsze: 0.1.2

Pobieranie NushyPool

Pobierz pakiety npminer dla NushyPool i miej notatki konfiguracyjne, komendy, obsługę platform oraz przyszłe narzędzia miningowe w jednym miejscu.

NPMiner

Najnowsze pakiety wydania

Wydajny wielowalutowy miner GPU z backendami CUDA i OpenCL.

Najnowszy release GitHub
npminer

Linux

0.1.2

npminer-linux-x86_64-v0.1.2.tar.gz

Standardowy pakiet Linux.

73.8 MB 2026-05-01
Pobierz
npminer

mmpOS

0.1.2

npminer-mmpos-linux-x86_64-v0.1.2.tar.gz

Pakiet dla mmpOS.

73.8 MB 2026-05-01
Pobierz
npminer

HiveOS

0.1.2

npminer-v0.1.2.tar.gz

Pakiet dla HiveOS.

73.8 MB 2026-05-01
Pobierz
npminer

Windows

0.1.2

npminer-windows-x86_64-v0.1.2.tar.gz

Standardowy pakiet Windows.

73.2 MB 2026-05-01
Pobierz

Co obsługuje npminer

  • 0% devfee na nushypool.com
    Użytkownicy NushyPool korzystają z miningu bez opłaty deweloperskiej.
  • Stratum, gRPC, and Xelis RPC
    Użyj spójnego przepływu z --url i --user.
  • Lokalne API statystyk
    Udostępnia statystyki HTTP tylko do odczytu dla HiveOS, mmpOS i dashboardów zgodnych z XMRig.
  • GPU NVIDIA i AMD
    CUDA dla NVIDIA, OpenCL dla kart AMD.
    Obsługa AMD OpenCL jest eksperymentalna.
  • Wybór wielu GPU
    Użyj --devices z GPU Index z --list-gpus.
  • Cache autotune
    Dostrojone ustawienia startowe są ponownie używane po restartach.
  • Nadzór watchdog
    Uruchamianie i monitorowanie workerów z naciskiem na odzyskiwanie.

Algorytmy

Moneta Algo Backend
VecnomemhashCUDA / OpenCL
CryptixcryptixCUDA / OpenCL
HoosathoohashCUDA / OpenCL
XelisxelishashCUDA / OpenCL

Użyj najnowszych sterowników GPU dla najlepszej stabilności i hashrate.

Devfee

Endpointy NushyPool są zwolnione z opłat. Przy miningu na innych kompatybilnych poolach lub solo bezpośrednio do własnego node, npminer stosuje wbudowany devfee pokazany poniżej.

Moneta Algorytm Inne pule Stratum Bezpośredni węzeł solo NushyPool
Vecno memhash 1% 1% via grpc:// 0%
Hoosat hoohash 1% 1% via grpc:// 0%
Cryptix cryptix 1% 1% via grpc:// 0%
Xelis xelishash 1% 1% via rpc:// 0%

Dla XelisHash solo mining direct-node używa endpointu JSON-RPC Xelis, np. rpc://ADDRESS:PORT. Przykłady direct-node dla Vecno, Hoosat i Cryptix używają grpc://ADDRESS:PORT.

Przykłady miningu w puli

Vecno PPS/Solo pool
./npminer -a memhash -o stratum+tcp://POOL:PORT -u vecno:YOUR_WALLET -w worker1
Hoosat PPS/Solo pool
./npminer -a hoohash -o stratum+tcp://POOL:PORT -u hoosat:YOUR_WALLET -w worker1
Cryptix PPS/Solo pool
./npminer -a cryptix -o stratum+tcp://nushypool.com:40003 -u cryptix:YOUR_WALLET -w worker1
XelisHash PPS/Solo pool
./npminer -a xelishash -o stratum+tcp://nushypool.com:40008 -u xel:YOUR_WALLET -w worker1
Lista GPU
./npminer --list-gpus
Wybierz GPU
./npminer -a memhash -o grpc://POOL:PORT -u vecno:YOUR_WALLET -d 0,2

Przykłady solo direct-node

Vecno gRPC
./npminer -a memhash -o grpc://127.0.0.1:7110 -u vecno:YOUR_WALLET
Hoosat gRPC
./npminer -a hoohash -o grpc://127.0.0.1:42420 -u hoosat:YOUR_WALLET
Cryptix gRPC
./npminer -a cryptix -o grpc://127.0.0.1:19201 -u cryptix:YOUR_WALLET
XelisHash RPC
./npminer -a xelishash -o rpc://127.0.0.1:8080 -u xel:YOUR_WALLET

Użyj grpc:// dla direct-node mining w stylu Vecno. Użyj rpc://host:port[/json_rpc] dla XelisHash direct-node mining. --devices używa GPU Index wypisanego przez --list-gpus, a nie Bus ID.

Referencja API

npminer udostępnia lokalne HTTP API tylko do odczytu dla HiveOS, mmpOS i narzędzi monitoringu kompatybilnych z XMRig. Przy uruchomieniu standalone API jest wyłączone, dopóki go nie włączysz; pakiety HiveOS i mmpOS domyślnie włączają localhost.

Włącz API

Użyj --api-port, aby uruchomić API na localhost. Domyślny port mining OS to 42330, a --api-disable zawsze ma pierwszeństwo.

./npminer -a memhash -o stratum+tcp://nushypool.com:50010 -u vecno:YOUR_WALLET -w Hashvilly --api-port 42330
Domyślne bezpieczeństwo

API domyślnie binduje do 127.0.0.1. Bind do innego adresu wymaga --api-token, a klienci muszą wysyłać Authorization: Bearer TOKEN.

Flagi kompatybilne z XMRig

Istniejące dashboardy mogą używać aliasów --http-enabled, --http-host, --http-port i --http-access-token. API npminer v1 jest read-only; --http-no-restricted jest akceptowane jako no-op.

./npminer -a xelishash -o stratum+tcp://nushypool.com:40008 -u xel:YOUR_WALLET -w Hashvilly --http-enabled --http-port 42330
Opcja Opis
--api-port <PORT>Uruchamia lokalne HTTP stats API na wybranym porcie.
--api-bind <ADDR>Adres bind dla API listener. Domyślnie localhost.
--api-token <TOKEN>Bearer token do ochrony odpowiedzi API. Wymagany dla bindów innych niż lokalne.
--api-disableWyłącza API, także gdy pakiet mining OS normalnie by je włączył.
--api-worker-id <ID>Nadpisuje worker ID pokazywany w odpowiedziach API.
--api-id <ID>Nadpisuje ID instancji miner pokazywane w odpowiedziach API.
--http-enabled, --http-host, --http-port, --http-access-tokenAliasy kompatybilne z XMRig dla oprogramowania monitoringu, które zna już HTTP flagi minerów.
--http-no-restrictedAkceptowane dla kompatybilności CLI. npminer nie udostępnia endpointów zapisu ani kontroli w v1.
Endpoint Odpowiedź
/npminer/v1/healthMała odpowiedź health z uptime, algorytmem i statusem snapshot.
/npminer/v1/statsPełne native stats npminer, w tym total hashrate, telemetria per device, shares, difficulty, mode, URL i wiek snapshot.
/npminer/v1/hiveosStats JSON w formacie HiveOS dla integracji mining OS.
/npminer/v1/mmposStats JSON w formacie mmpOS dla integracji mining OS.
/2/summary, /Odpowiedź summary stylu XMRig dla typowych dashboardów monitoringu.
/2/backendsOdpowiedź backend i thread per GPU w stylu XMRig.
/1/summary, /1/threadsAliasy kompatybilności dla starszych klientów stylu XMRig.
Przykłady zapytań
curl http://127.0.0.1:42330/npminer/v1/stats
curl http://127.0.0.1:42330/2/summary
curl -H "Authorization: Bearer YOUR_TOKEN" http://127.0.0.1:42330/npminer/v1/stats

Referencja poleceń

Wyjście z npminer -h.

npminer version
NushyPool Miner is high performance GPU miner

USAGE:
    npminer [OPTIONS]

OPTIONS:
    -a, --algo <ALGO>                                      Mining algorithm to use (supported: memhash, hoohash, cryptix, xelishash)
        --api-bind <API_BIND>                              HTTP stats API bind address [default: 127.0.0.1] [aliases: http-host]
        --api-disable                                      Disable the HTTP stats API even when a mining OS integration enables it
        --api-id <API_ID>                                  Custom instance ID reported by the HTTP stats API
        --api-port <API_PORT>                              Enable the local HTTP stats API on this port [aliases: http-port]
        --api-token <API_TOKEN>                            Bearer token for HTTP stats API access; required when binding outside localhost [aliases: http-access-token]
        --api-worker-id <API_WORKER_ID>                    Custom worker ID reported by the HTTP stats API
        --cuda-device <CUDA_DEVICE>                        Comma separated list with CUDA GPUs to use (example: --cuda-device 2,3 or --cuda-device=2,3) [default: all]
        --cuda-disable                                     Disable CUDA workers
        --cuda-lock-core-clocks <CUDA_LOCK_CORE_CLOCKS>    Lock core clocks eg: ,1200, [default: 0]
        --cuda-lock-mem-clocks <CUDA_LOCK_MEM_CLOCKS>      Lock mem clocks eg: ,810, [default: 0]
        --cuda-no-blocking-sync                            Actively wait for result. Higher CPU usage, but less red blocks. Can have lower workload.
        --cuda-nonce-gen <CUDA_NONCE_GEN>                  The random method used to generate nonces. Options: (i) xoshiro (ii) lean [default: lean] [default: lean]
        --cuda-power-limits <CUDA_POWER_LIMITS>            Lock power limits eg: ,150, [default: 0]
        --cuda-workload <CUDA_WORKLOAD>                    Ratio of nonces to GPU possible parallel run for CUDA, optionally comma-separated per device [default: 128] [default: 128]
        --cuda-workload-absolute                           The values given by workload are not ratio, but absolute number of nonces [default: false]
    -d, --devices <DEVICES>                                Comma separated GPU Index values from --list-gpus, not Bus ID [default: all] [aliases: device]
    -h, --help                                             Print help information
        --http-enabled                                     Enable the HTTP stats API using the default API port
        --http-no-restricted                               Accepted for XMRig CLI compatibility; npminer v1 API remains read-only
        --list-gpus                                        List detected GPUs and exit
        --mine-when-not-synced                             Mine even when node says it is not synced
    -o, --url <URL>                                        Mining server URL for stratum, grpc, or Xelis RPC (e.g. stratum+tcp://host:port, grpc://host:port, rpc://host:port)
        --opencl-amd-disable                               Disables AMD mining (does not override opencl-enable)
        --opencl-device <OPENCL_DEVICE>                    Comma separated list with OpenCL GPUs to use on a specific platform
        --opencl-no-amd-binary                             Disable fetching of precompiled AMD kernel (if exists)
        --opencl-nonce-gen <OPENCL_NONCE_GEN>              The random method used to generate nonces. Options: (i) xoshiro (ii) lean [default: lean]
        --opencl-platform <OPENCL_PLATFORM>                Which OpenCL platform to use (limited to one per executable)
        --opencl-workload <OPENCL_WORKLOAD>                Ratio of nonces to GPU possible parallel run for OpenCL [default: 128] [default: 128]
        --opencl-workload-absolute                         The values given by workload are not ratio, but absolute number of nonces in OpenCL [default: false]
    -p, --pass <PASS>                                      Standard stratum mining CLI worker password (stratum only)
        --reset-autotune                                   Delete cached autotune/JIT state and force fresh autotuning before startup
        --testnet                                          Use testnet for solo grpc mining
    -u, --user <USER>                                      Mining wallet/address for stratum, grpc, or Xelis RPC (for example vecno:... or vecno:....worker)
    -v, --version                                          Print version information
    -w, --worker <WORKER>                                  Standard stratum mining CLI worker name (stratum only)

Examples:
  npminer --algo memhash --url stratum+tcp://pool:50010 --user vecno:... --worker Hashvilly
  npminer --algo hoohash --url grpc://127.0.0.1:7110 --user hoosat:...
  npminer --algo cryptix --url stratum+tcp://nushypool.com:40003 --user cryptix:... --worker Hashvilly
  npminer --algo xelishash --url stratum+tcp://nushypool.com:40008 --user xel:... --worker Hashvilly
  npminer --algo xelishash --url rpc://127.0.0.1:8080 --user xel:...
  npminer --algo xelishash --url stratum+tcp://nushypool.com:40008 --user xel:... --worker Hashvilly --api-port 42330
  npminer --algo xelishash --url stratum+tcp://nushypool.com:40008 --user xel:... --worker Hashvilly --http-enabled

HTTP API examples:
  curl http://127.0.0.1:42330/npminer/v1/stats
  curl http://127.0.0.1:42330/2/summary
  curl http://127.0.0.1:42330/2/backends