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
GPU madencisi CUDA OpenCL En son: 0.1.2

NushyPool İndirmeleri

NushyPool için npminer paketlerini indirin; kurulum notları, komutlar, platform desteği ve gelecekteki mining araçları tek yerde dursun.

NPMiner

En yeni release paketleri

CUDA ve OpenCL backendlerine sahip yüksek performanslı multi-coin GPU madencisi.

en son GitHub release
npminer

Linux

0.1.2

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

Standart Linux paketi.

73.8 MB 2026-05-01
İndir
npminer

mmpOS

0.1.2

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

mmpOS paketi.

73.8 MB 2026-05-01
İndir
npminer

HiveOS

0.1.2

npminer-v0.1.2.tar.gz

HiveOS paketi.

73.8 MB 2026-05-01
İndir
npminer

Windows

0.1.2

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

Standart Windows paketi.

73.2 MB 2026-05-01
İndir

npminer neleri destekler

  • 0% devfee on nushypool.com
    NushyPool kullanıcıları dev fee olmadan mining yapar.
  • Stratum, gRPC, and Xelis RPC
    --url ve --user ile tutarlı bir akış kullanın.
  • Yerel istatistik API
    HiveOS, mmpOS ve XMRig uyumlu paneller için salt okunur HTTP istatistikleri sunar.
  • NVIDIA ve AMD GPU’lar
    NVIDIA için CUDA, AMD kartlar için OpenCL.
    AMD OpenCL desteği deneyseldir.
  • Çoklu GPU seçimi
    --list-gpus içindeki GPU Index ile --devices kullanın.
  • Autotune önbelleği
    Tune edilmiş launch ayarları restart sonrası yeniden kullanılır.
  • Watchdog denetimi
    Kurtarma odaklı worker başlatma ve izleme.

Algoritmalar

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

En iyi kararlılık ve hashrate için güncel GPU sürücülerini kullanın.

Devfee

NushyPool endpointleri ücretten muaftır. Diğer uyumlu poollarda mining yaparken veya kendi node’unuza doğrudan solo mining yaparken npminer aşağıdaki yerleşik devfee’yi uygular.

Coin Algoritma Diğer Stratum havuzları Solo doğrudan node 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%

XelisHash için direct-node solo mining, örneğin rpc://ADDRESS:PORT şeklindeki Xelis JSON-RPC endpointini kullanır. Vecno, Hoosat ve Cryptix direct-node örnekleri grpc://ADDRESS:PORT kullanır.

Havuz madenciliği örnekleri

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
GPU listele
./npminer --list-gpus
GPU seç
./npminer -a memhash -o grpc://POOL:PORT -u vecno:YOUR_WALLET -d 0,2

Solo direct-node örnekleri

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

Vecno tarzı direct-node mining için grpc:// kullanın. XelisHash direct-node mining için rpc://host:port[/json_rpc] kullanın. --devices, Bus ID değil --list-gpus tarafından yazdırılan GPU Index değerini kullanır.

API referansı

npminer HiveOS, mmpOS ve XMRig uyumlu izleme araçları için yerel, salt okunur HTTP API sunar. Standalone çalıştırmalarda API siz etkinleştirene kadar kapalıdır; HiveOS ve mmpOS paketleri localhost’u varsayılan olarak etkinleştirir.

API’yi etkinleştir

API’yi localhost üzerinde başlatmak için --api-port kullanın. Mining OS varsayılan portu 42330’dur ve --api-disable her zaman önceliklidir.

./npminer -a memhash -o stratum+tcp://nushypool.com:50010 -u vecno:YOUR_WALLET -w Hashvilly --api-port 42330
Güvenlik varsayılanları

API varsayılan olarak 127.0.0.1 adresine bind olur. Başka bir adrese bind için --api-token gerekir ve client’lar Authorization: Bearer TOKEN göndermelidir.

XMRig uyumlu flag’ler

Mevcut dashboardlar --http-enabled, --http-host, --http-port ve --http-access-token aliaslarını kullanabilir. npminer v1 API read-only’dir; --http-no-restricted no-op olarak kabul edilir.

./npminer -a xelishash -o stratum+tcp://nushypool.com:40008 -u xel:YOUR_WALLET -w Hashvilly --http-enabled --http-port 42330
Seçenek Açıklama
--api-port <PORT>Yerel HTTP stats API’yi seçilen portta başlatır.
--api-bind <ADDR>API listener için bind adresi. Varsayılan localhost’tur.
--api-token <TOKEN>API yanıtlarını korumak için Bearer token. Local olmayan bind için zorunludur.
--api-disableMining OS paketi normalde etkinleştirse bile API’yi devre dışı bırakır.
--api-worker-id <ID>API yanıtlarında görünen worker ID’yi değiştirir.
--api-id <ID>API yanıtlarında görünen miner instance ID’yi değiştirir.
--http-enabled, --http-host, --http-port, --http-access-tokenMiner HTTP flag’lerini zaten bilen monitoring yazılımları için XMRig uyumlu aliaslar.
--http-no-restrictedCLI uyumluluğu için kabul edilir. npminer v1 write veya control endpointleri sunmaz.
Endpoint Yanıt
/npminer/v1/healthUptime, algoritma ve snapshot durumu içeren küçük health yanıtı.
/npminer/v1/statsToplam hashrate, device bazlı telemetry, shares, difficulty, mode, URL ve snapshot age içeren tam npminer native stats.
/npminer/v1/hiveosMining OS entegrasyonları için HiveOS biçimli stats JSON.
/npminer/v1/mmposMining OS entegrasyonları için mmpOS biçimli stats JSON.
/2/summary, /Yaygın monitoring dashboardları için XMRig tarzı summary yanıtı.
/2/backendsXMRig-style backend ve GPU başına thread yanıtı.
/1/summary, /1/threadsEski XMRig-style client’lar için compatibility aliasları.
Sorgu örnekleri
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

Komut referansı

npminer -h çıktısı.

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