Verifier Node#

Prerequisites:

  • nodejs >= 20

  • python >= 3.9

Install IPFS:

Initialize and run the IPFS daemon:

ipfs init
ipfs daemon

Install near-cli:

npm i -g near-cli

Create an account:

near create-account [NAME]_dqpu_verifier.testnet --useFaucet

Install the sampler software:

git clone https://github.com/dakk/dqpu
cd dqpu
pip install -r requirements.txt
python setup.py install

Run the sampler:

dqpu-verifier -a NAME_dqpu_verifier.testnet

More qubits you support, more ram is needed but greater is the reward.

Update the software:#

cd dqpu
git pull
python setup.py install