-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
cargo build [--release] works.
I run cargo run -- start and get the following error:
Error: Transport("Failed to fetch bootstrap nodes: IO error: error sending request for url (https://spr.archivist.storage/testnet): error trying to connect: dns error: failed to lookup address information: Name or service not known")
these are the logs
2025-12-16T08:40:17.257104Z INFO neverust: Starting Neverust node...
2025-12-16T08:40:17.266173Z INFO neverust_core::storage: Opened RocksDB block store at "./data/blocks"
2025-12-16T08:40:17.266202Z INFO neverust_core::runtime: Initialized persistent block store at "./data/blocks"
2025-12-16T08:40:17.266220Z INFO neverust_core::runtime: Initialized metrics collector
2025-12-16T08:40:17.267323Z INFO neverust_core::p2p: Local peer ID: 16Uiu2HAmDsa6FXQcSuZ3ZPpRK6QV1RghE7NMBjfVfjABL5bm6EqE (mode: altruistic, key: secp256k1)
2025-12-16T08:40:17.270422Z INFO libp2p_swarm: local_peer_id=16Uiu2HAmDsa6FXQcSuZ3ZPpRK6QV1RghE7NMBjfVfjABL5bm6EqE
2025-12-16T08:40:17.270489Z INFO neverust_core::runtime: Initialized BlockExc client with 3 max retries
2025-12-16T08:40:17.270499Z INFO neverust_core::runtime: Initializing BoTG protocol on UDP port 8091
2025-12-16T08:40:17.270577Z INFO neverust_core::runtime: BoTG: UDP socket bound to 0.0.0.0:8091
2025-12-16T08:40:17.270639Z INFO neverust_core::runtime: BoTG ready for high-speed block exchange via UDP
2025-12-16T08:40:17.270650Z INFO neverust_core::runtime: Initializing DiscV5 peer discovery on UDP port 8090
2025-12-16T08:40:17.270662Z INFO neverust_core::config: DiscV5: No bootstrap ENRs configured (will rely on local discovery)
2025-12-16T08:40:17.270681Z INFO neverust_core::discovery: Initializing DiscV5 peer discovery on 0.0.0.0:8090
2025-12-16T08:40:17.270698Z WARN neverust_core::discovery: Generating fresh secp256k1 key for DiscV5 (libp2p key extraction not yet implemented)
2025-12-16T08:40:17.270708Z INFO neverust_core::botg: BoTG: Starting UDP receive loop
2025-12-16T08:40:17.272606Z INFO neverust_core::discovery: Local ENR: enr:-MO4QNamQyqgwel-5DDrbHtEvfoN6R8KHJiTpoX296CYoLCKTed0O2wxjSne31Rp5t7iHD1LFwV-HsUL9EbrscpggQQBgmlkgnY0gmlwhAAAAACGbGlicDJw94AlCAISIQMSFIHOgbCBiBkHCYGBgeSBzEkwgcoJBBiBv2l8gYI6gfCBkIH5gb-BjYH5QYH8IwmJc2VjcDI1NmsxoQLEF0JzI3Ly8KPmjZ2gHi1_SzsC3vqXBOtncOEJy4OSKYN1ZHCCH5o
2025-12-16T08:40:17.272627Z INFO neverust_core::discovery: Local Peer ID: 16Uiu2HAmDsa6FXQcSuZ3ZPpRK6QV1RghE7NMBjfVfjABL5bm6EqE
2025-12-16T08:40:17.273241Z INFO neverust_core::discovery: DiscV5 listening on 0.0.0.0:8090
2025-12-16T08:40:17.273262Z INFO neverust_core::runtime: DiscV5 initialized successfully on 0.0.0.0:8090
2025-12-16T08:40:17.273299Z INFO neverust_core::advertiser: Starting advertiser engine (max_concurrent=10, readvertise_interval=1800s)
2025-12-16T08:40:17.273312Z INFO neverust_core::runtime: Starting DiscV5 event loop
2025-12-16T08:40:17.273340Z INFO neverust_core::discovery: Starting DiscV5 event loop
2025-12-16T08:40:17.273340Z INFO discv5::service: Discv5 Service started mode=Ip4
2025-12-16T08:40:17.273344Z INFO neverust_core::advertiser: Started local store re-advertisement loop
2025-12-16T08:40:17.273393Z INFO neverust_core::runtime: Advertiser started - will periodically announce blocks to DHT
2025-12-16T08:40:17.273408Z INFO neverust_core::runtime: DiscoveryEngine initialized for provider lookup
2025-12-16T08:40:17.273574Z INFO neverust_core::runtime: Node started with peer ID: 16Uiu2HAmDsa6FXQcSuZ3ZPpRK6QV1RghE7NMBjfVfjABL5bm6EqE
2025-12-16T08:40:17.273602Z INFO neverust_core::runtime: No bootstrap nodes configured, fetching...
2025-12-16T08:40:17.273612Z INFO neverust_core::config: Falling back to Archivist testnet bootstrap nodes
2025-12-16T08:40:17.273899Z INFO neverust_core::runtime: Starting REST API on 0.0.0.0:8080
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels