NushyPool Downloads
Lade npminer-Pakete für NushyPool herunter und finde Setup-Notizen, Befehle, Plattformunterstützung und zukünftige Mining-Tools an einem Ort.
NPMiner
Neueste Release-PaketeLeistungsstarker Multi-Coin-GPU-Miner mit CUDA- und OpenCL-Backends.
Was npminer unterstützt
- 0% Devfee auf nushypool.com
NushyPool-Nutzer minen ohne Devfee. - Stratum, gRPC, and Xelis RPC
Verwende einen einheitlichen Ablauf mit--urlund--user. - Lokale Statistik-API
Stellt schreibgeschützte HTTP-Statistiken für HiveOS, mmpOS und XMRig-kompatible Dashboards bereit. - NVIDIA- und AMD-GPUs
CUDA für NVIDIA, OpenCL für AMD-Karten.
AMD-OpenCL-Unterstützung ist experimentell. - Multi-GPU-Auswahl
Verwende--devicesmit dem GPU Index aus--list-gpus. - Autotune-Cache
Abgestimmte Startparameter werden nach Neustarts wiederverwendet. - Watchdog-Überwachung
Wiederherstellungsorientierter Worker-Start und Monitoring.
Algorithmen
| Münze | Algo | Backend |
|---|---|---|
| Vecno | memhash | CUDA / OpenCL |
| Cryptix | cryptix | CUDA / OpenCL |
| Hoosat | hoohash | CUDA / OpenCL |
| Xelis | xelishash | CUDA / OpenCL |
Nutze aktuelle GPU-Treiber für beste Stabilität und Hashrate.
Devfee
NushyPool-Endpunkte sind gebührenbefreit. Beim Mining auf anderen kompatiblen Pools oder beim Solo-Mining direkt zu deinem eigenen Node wendet npminer die unten angezeigte eingebaute Devfee an.
| Münze | Algorithmus | Andere Stratum-Pools | Solo Direct 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% |
Für XelisHash nutzt Direct-Node-Solo-Mining den Xelis-JSON-RPC-Endpunkt, zum Beispiel rpc://ADDRESS:PORT. Vecno-, Hoosat- und Cryptix-Direct-Node-Beispiele verwenden grpc://ADDRESS:PORT.
Pool-Mining-Beispiele
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
GPUs auflisten
./npminer --list-gpus
GPUs auswählen
./npminer -a memhash -o grpc://POOL:PORT -u vecno:YOUR_WALLET -d 0,2
Solo Direct-Node-Beispiele
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
Verwende grpc:// für Vecno-artiges Direct-Node-Mining. Verwende rpc://host:port[/json_rpc] für XelisHash-Direct-Node-Mining. --devices verwendet den von --list-gpus ausgegebenen GPU Index, nicht die Bus ID.
API-Referenz
npminer stellt eine lokale, nur lesbare HTTP-API für HiveOS, mmpOS und XMRig-kompatible Monitoring-Tools bereit. Bei standalone Starts bleibt die API aus, bis du sie aktivierst; HiveOS- und mmpOS-Pakete aktivieren localhost standardmäßig.
API aktivieren
Nutze --api-port, um die API auf localhost zu starten. Der Standardport für mining OS ist 42330, und --api-disable hat immer Vorrang.
./npminer -a memhash -o stratum+tcp://nushypool.com:50010 -u vecno:YOUR_WALLET -w Hashvilly --api-port 42330
Sicherheitsvorgaben
Die API bindet standardmäßig an 127.0.0.1. Für eine andere Adresse ist --api-token erforderlich, und Clients müssen Authorization: Bearer TOKEN senden.
XMRig-kompatible Flags
Bestehende Dashboards können die Aliase --http-enabled, --http-host, --http-port und --http-access-token verwenden. Die npminer v1 API ist read-only; --http-no-restricted wird als no-op akzeptiert.
./npminer -a xelishash -o stratum+tcp://nushypool.com:40008 -u xel:YOUR_WALLET -w Hashvilly --http-enabled --http-port 42330
| Option | Beschreibung |
|---|---|
--api-port <PORT> | Startet die lokale HTTP-Stats-API auf dem gewählten Port. |
--api-bind <ADDR> | Bind-Adresse für den API-Listener. Standard ist localhost. |
--api-token <TOKEN> | Bearer token zum Schutz der API-Antworten. Erforderlich für nicht-lokale Bind-Adressen. |
--api-disable | Deaktiviert die API, auch wenn ein mining OS Paket sie normalerweise aktivieren würde. |
--api-worker-id <ID> | Überschreibt die worker ID in API-Antworten. |
--api-id <ID> | Überschreibt die Miner-Instanz-ID in API-Antworten. |
--http-enabled, --http-host, --http-port, --http-access-token | XMRig-kompatible Aliase für Monitoring-Software, die Miner-HTTP-Flags bereits kennt. |
--http-no-restricted | Wird aus CLI-Kompatibilität akzeptiert. npminer stellt in v1 keine Schreib- oder Control-Endpoints bereit. |
| Endpoint | Antwort |
|---|---|
/npminer/v1/health | Kleine Health-Antwort mit Uptime, Algorithmus und Snapshot-Status. |
/npminer/v1/stats | Vollständige native npminer Stats mit Gesamt-Hashrate, Telemetrie je Gerät, Shares, Difficulty, Mode, URL und Snapshot-Alter. |
/npminer/v1/hiveos | Stats JSON im HiveOS-Format für mining OS Integrationen. |
/npminer/v1/mmpos | Stats JSON im mmpOS-Format für mining OS Integrationen. |
/2/summary, / | XMRig-style Summary-Antwort für gängige Monitoring-Dashboards. |
/2/backends | XMRig-style Backend- und Per-GPU-Thread-Antwort. |
/1/summary, /1/threads | Kompatibilitätsaliase für ältere XMRig-style Clients. |
Abfragebeispiele
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
Befehlsreferenz
Ausgabe von 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



