This is the integration of the 3dpass(3DP, P3D) miner from 3pool-miner to HiveOS.
Use URL in HiveOS flight sheet:
https://github.com/xchainw/3dp-hive/releases/download/2.4/3dp-2.4_hiveos.tar.gz
Only NVIDIA GPU compatible
Only supports unencrypted connection or TLS 1.3.
Setup Miner Config:
Extra config arguments exemple:
--devices 0,2
- Miner name: Automatically filled with the installation URL.
- Installation URL:
https://github.com/xchainw/3dp-hive/releases/download/2.4/3dp-2.4_hiveos.tar.gz
- Hash algorithm: Not used, leave as
----
. - Wallet and worker template: Your wallet address, You can use the hiveos wallet configuration parameter:
%WAL%
。 - Pool URL: Mining pool to mine on (or proxy)
- Format:
host:port
orip:port
. - e.g.
stratum+tls://hk.3pool.xyz:3443
or127.0.0.1:3333
.
- Format:
- Pass: Not used
- Extra config arguments: 3pool-miner options, ref document。Frequently used
--devices 0,1,2
, It indicates that only the 3 GPU with sequence 0, 1, and 2 are used.