Huang
Huang
aleo-pool-server `cargo run --release -- --address aleo1xxxxx --port 33001 --api-port 33002 --node 127.0.0.1:3030` aleo-prover `cargo run --release -- --private-key APrivateKeyxxxxxx --pool '127.0.0.1:33001'` I use these two commands to run the...
127.0.0.1:3030 represents the full node url
> Hmm, I think with pooled prover, you shouldn't have to use private keys anymore? You shouldn't really use `aleo-prover` at all though. I have just come into contact with...
I have a question I want to confirm. If the aleo-pool-server and aleo-prover projects are running normally and packaged, can the miner install the aleo-prover client normally for mining? Because...
> /> I have a question I want to confirm. If the aleo-pool-server and aleo-prover projects are running normally and packaged, can the miner install the aleo-prover client normally for...
1. Generate zero-knowledge proof 2. Verify zero-knowledge proof These should be the two most important steps. The rest can be achieved as long as the communication rules are followed. I...