NushyPool ダウンロード
NushyPool 用の npminer パッケージ、セットアップメモ、コマンド、対応プラットフォーム、今後のマイニングツールを 1 か所で確認できます。
NPMiner
最新リリースパッケージCUDA と OpenCL バックエンドを備えた高性能なマルチコイン GPU マイナーです。
npminer がサポートする内容
- nushypool.com では devfee 0%
NushyPool ユーザーは dev fee なしでマイニングできます。 - Stratum, gRPC, and Xelis RPC
--urlと--userの一貫した指定方法を使用します。 - ローカル統計 API
HiveOS、mmpOS、XMRig 互換 dashboard 向けに読み取り専用 HTTP stats を公開します。 - NVIDIA と AMD GPU
NVIDIA には CUDA、AMD カードには OpenCL を使用します。
AMD OpenCL サポートは実験的です。 - 複数 GPU の選択
--list-gpusに表示される GPU Index を--devicesで指定します。 - Autotune キャッシュ
調整済みの起動設定は再起動後も再利用されます。 - Watchdog 監視
復旧を重視した worker 起動と監視を行います。
アルゴリズム
| コイン | Algo | バックエンド |
|---|---|---|
| Vecno | memhash | CUDA / OpenCL |
| Cryptix | cryptix | CUDA / OpenCL |
| Hoosat | hoohash | CUDA / OpenCL |
| Xelis | xelishash | CUDA / OpenCL |
最高の安定性とハッシュレートのために最新の GPU ドライバーを使用してください。
Devfee
NushyPool のエンドポイントは fee 免除です。他の互換プールでマイニングする場合、または自分の node に直接 solo mining する場合、npminer は下記の組み込み devfee を適用します。
| コイン | アルゴリズム | 他の Stratum プール | 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% |
XelisHash の direct-node solo mining は、例として rpc://ADDRESS:PORT のような Xelis JSON-RPC エンドポイントを使用します。Vecno、Hoosat、Cryptix の direct-node 例では grpc://ADDRESS:PORT を使用します。
プールマイニング例
Vecno PPS/Solo プール
./npminer -a memhash -o stratum+tcp://POOL:PORT -u vecno:YOUR_WALLET -w worker1
Hoosat PPS/Solo プール
./npminer -a hoohash -o stratum+tcp://POOL:PORT -u hoosat:YOUR_WALLET -w worker1
Cryptix PPS/Solo プール
./npminer -a cryptix -o stratum+tcp://nushypool.com:40003 -u cryptix:YOUR_WALLET -w worker1
XelisHash PPS/Solo プール
./npminer -a xelishash -o stratum+tcp://nushypool.com:40008 -u xel:YOUR_WALLET -w worker1
GPU を一覧表示
./npminer --list-gpus
GPU を選択
./npminer -a memhash -o grpc://POOL:PORT -u vecno:YOUR_WALLET -d 0,2
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
Vecno 形式の direct-node mining には grpc:// を使用します。XelisHash direct-node mining には rpc://host:port[/json_rpc] を使用します。--devices は Bus ID ではなく、--list-gpus に表示される GPU Index を使用します。
API リファレンス
npminer は HiveOS、mmpOS、XMRig 互換の監視ツール向けに、ローカルの読み取り専用 HTTP API を提供します。単体実行では有効化するまで API はオフです。HiveOS と mmpOS パッケージでは localhost がデフォルトで有効になります。
API を有効化
--api-port を使うと localhost で API を開始します。mining OS の既定ポートは 42330 で、--api-disable が常に優先されます。
./npminer -a memhash -o stratum+tcp://nushypool.com:50010 -u vecno:YOUR_WALLET -w Hashvilly --api-port 42330
セキュリティの既定値
API は既定で 127.0.0.1 に bind します。別のアドレスに bind するには --api-token が必要で、クライアントは Authorization: Bearer TOKEN を送信する必要があります。
XMRig 互換フラグ
既存の dashboard は --http-enabled、--http-host、--http-port、--http-access-token の alias を使用できます。npminer v1 API は読み取り専用で、--http-no-restricted は no-op として受け付けます。
./npminer -a xelishash -o stratum+tcp://nushypool.com:40008 -u xel:YOUR_WALLET -w Hashvilly --http-enabled --http-port 42330
| オプション | 説明 |
|---|---|
--api-port <PORT> | 選択したポートでローカル HTTP stats API を開始します。 |
--api-bind <ADDR> | API listener の bind アドレス。既定は localhost です。 |
--api-token <TOKEN> | API レスポンスを保護する Bearer token。ローカル以外の bind では必須です。 |
--api-disable | mining OS パッケージが通常有効化する場合も含め、API を無効化します。 |
--api-worker-id <ID> | API レスポンスに表示される worker ID を上書きします。 |
--api-id <ID> | API レスポンスに表示される miner インスタンス ID を上書きします。 |
--http-enabled, --http-host, --http-port, --http-access-token | miner HTTP flags を既に理解する監視ソフト向けの XMRig 互換 alias です。 |
--http-no-restricted | CLI 互換性のために受け付けます。npminer v1 は write/control endpoints を公開しません。 |
| Endpoint | レスポンス |
|---|---|
/npminer/v1/health | uptime、アルゴリズム、snapshot 状態を含む小さな health レスポンス。 |
/npminer/v1/stats | 合計 hashrate、device ごとの telemetry、shares、difficulty、mode、URL、snapshot age を含む完全な npminer native stats。 |
/npminer/v1/hiveos | mining OS 連携用の HiveOS 形式 stats JSON。 |
/npminer/v1/mmpos | mining OS 連携用の mmpOS 形式 stats JSON。 |
/2/summary, / | 一般的な monitoring dashboard 向けの XMRig 形式 summary レスポンス。 |
/2/backends | XMRig-style の backend と GPU ごとの thread response。 |
/1/summary, /1/threads | 古い XMRig-style クライアント向けの互換 alias。 |
クエリ例
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
コマンドリファレンス
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



