pozk-utils

Crates.iopozk-utils
lib.rspozk-utils
version0.1.3
sourcesrc
created_at2024-11-19 00:37:04.230973+00
updated_at2024-11-19 00:37:04.230973+00
descriptionPoZK miner
homepagehttps://zypher.network
repositoryhttps://github.com/zypher-network/PoZK
max_upload_size
id1452779
size118,392
Neo Sun (sunhuachuang)

documentation

README

zytron-miner

start pozk-miner docker-compose

  • copy /deploy/config.toml to where you want
  • Change the miner to the account address you want to connect to locally. If the front-end switches here, you need to change it and restart it.

Dev in local

  • in cli, cargo run -- --miner 0x000_mineraccount_000 --endpoint https://linea-testnet-zytron.zypher.game --network testnet --host-base-path ./ --docker-base-path ./

ps. The path before the colon is the file path you defined,
and the path after the colon is the base_path of config.toml.
It is not recommended to modify it.
At the same time, put config.toml in the path you defined.


      - /home/cloud/tmp/pozk:/home/ubuntu/pozk
Commit count: 0

cargo fmt