aleo-pool-server
aleo-pool-server copied to clipboard
error[E0433]: failed to resolve: could not find `console` in `snarkvm` --> src/api.rs:4:15 | 4 | use snarkvm::{console::account::address::Address, prelude::Testnet3}; | ^^^^^^^ could not find `console` in `snarkvm` error[E0432]: unresolved imports `snarkvm::prelude::PuzzleCommitment`,...
Building a mining pool and mining My company currently has 300 mining machines and is preparing to start aleo mining. My boss asked me to learn, and I want to...
error[E0599]: no variant or associated item named `VERSION` found for enum `snarkos_node_router_messages::Message` in the current scope --> src/prover_peer.rs:136:54 | 136 | ... version: SnarkOSMessage::VERSION, | ^^^^^^^ variant or associated item...