paritytech / parity-zcash

Rust implementation of Zcash protocol
GNU General Public License v3.0
184 stars 40 forks source link

no peers for the testnet #134

Open soc1c opened 5 years ago

soc1c commented 5 years ago
❯ RUST_LOG=info RUST_BACKTRACE=1 ./target/release/pzec --testnet 
2019-10-07 16:02:13  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:02:13  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:02:23  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:02:23  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:02:33  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:02:33  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:02:43  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:02:43  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:02:53  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:02:53  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:03:03  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:03:03  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:03:13  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:03:13  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:03:23  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:03:23  INFO p2p::p2p Outbound connections: (0/10)
2019-10-07 16:03:33  INFO p2p::p2p Inbound connections: (0/10)
2019-10-07 16:03:33  INFO p2p::p2p Outbound connections: (0/10)
~/.opt/parity-zcash master 1m 42s
❯ git log -n 1
commit 0f6d26e048a56260b77400fc31986e405947e717 (HEAD -> master, origin/master, origin/HEAD)
Merge: 94bd4a31 9e791e3d
Author: Deirdre Connolly <durumcrustulum@gmail.com>
Date:   Mon Jun 10 20:38:44 2019 -0400

    Merge pull request #132 from dconnolly/dependabot/cargo/slab-0.4.2

    Bump slab from 0.4.1 to 0.4.2