DEV Community

Samuraiheart
Samuraiheart

Posted on

Deploy Quai Miner Testnet with Clore.ai

Hi this is my first post in dev.to, And i want share about how to deploy Quai Miner in tesnet chain with clore.ai

What you need ?

  1. Rent Rig GPU Miner & Setup

go to clore.io deposit your money in https://clore.ai/account#overview

Image description

then go to marketplace https://clore.ai/marketplace, find your rig that suitable with you

Image description

then select rent. select hiveos

Image description

fill rig id, rig password, and farm hash

Image description

to find rig id, rig password, and farm hash you can find it on hiveos website

create farm pool and add worker , and select add rig, then connect existing

Image description

Image description

Image description

after create you can find rig id and password in overview tab

Image description

for farm hash its in settings tab

Image description

back again to clore.ai then fill it with your creds

Image description

then click create , after few moments you can check again hiveos website

Image description

its showing the rig mining, so its will showing missing flight sheet. but lets create the flight sheet

before running the mining rig, this miner os need to install Toolkit cuda, and clore.io currently have issue to install the toolkit cuda with 403 forbidden.

To do the trick install toolkit is using proxy proxy account

create account then copy creds proxy

the format is

http://user:password@ip:port

you can find it on

Image description

then open the console your rig , click hive shell start

Image description

open shell in hive shell

Image description

paste the proxy

export http_proxy=http://user:password@192.168.1.1:123
export https_proxy=http://user:password@192.168.1.1:123
Enter fullscreen mode Exit fullscreen mode

install cuda toolkit

wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb && dpkg -i cuda-keyring_1.1-1_all.deb && apt-get update && apt-get -y install cuda-toolkit-12-6
Enter fullscreen mode Exit fullscreen mode

Image description

go to https://quai.luckypool.io/start use hiveos config for SRBMiner-MULTI custom, copy it

Image description

and paste in hiveos

Image description

dont forget to add your wallet
Image description

the wallet quai use is https://chromewebstore.google.com/detail/pelagus/nhccebmfjcbhghphpclcfdkkekheegop

install it and save the pharse. copy address calypso

Image description

add wallet in hive os and create it

Image description

then if already add wallet crate the flight sheet

Image description

back to your worker, its will show the flight sheet

click the rocket button

Image description

ok, so Cuda Toolkit is installed, and Flight Sheet is created,

Image description

now we are running

check your hashrate here

https://quai.luckypool.io/miner-stats#workers

Top comments (0)