Skip to content

hi i have error #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
guidru opened this issue Mar 19, 2025 · 2 comments
Closed

hi i have error #6

guidru opened this issue Mar 19, 2025 · 2 comments

Comments

@guidru
Copy link

guidru commented Mar 19, 2025

hello I have an error when I launch the node

2025-03-19T19:40:11.301699Z INFO node::config: Ensured storage directory exists at "./data"
2025-03-19T19:40:11.301718Z INFO node::config: Ensured backup directory exists at "./back"
2025-03-19T19:40:11.324200Z INFO node: Performing database integrity check...
2025-03-19T19:40:11.324240Z WARN node::storage::corruption: No valid checkpoints found. Recovery options will be limited.
2025-03-19T19:40:11.324244Z INFO node::storage::corruption: Starting comprehensive database integrity check
2025-03-19T19:40:11.324442Z ERROR node::storage::corruption: Logical consistency check failed: Logical corruption: Missing height metadata
2025-03-19T19:40:11.324446Z INFO node::storage::corruption: Database integrity check completed in 0.00s
2025-03-19T19:40:11.324450Z WARN node: Database corruption detected. Attempting automatic repair...
2025-03-19T19:40:11.324453Z INFO node::storage::corruption: Starting automated repair for 1 corruption issues
2025-03-19T19:40:11.324456Z INFO node::storage::corruption: Repairing from backup
2025-03-19T19:40:11.324460Z INFO node: Successfully repaired 1/1 corruption issues
2025-03-19T19:40:11.324463Z INFO node::storage::corruption: Starting comprehensive database integrity check
2025-03-19T19:40:11.324533Z ERROR node::storage::corruption: Logical consistency check failed: Logical corruption: Missing height metadata
2025-03-19T19:40:11.324538Z INFO node::storage::corruption: Database integrity check completed in 0.00s
2025-03-19T19:40:11.324550Z INFO node::storage::backup: Starting database integrity verification
2025-03-19T19:40:11.324565Z INFO node::storage::backup: Verifying UTXO set integrity
2025-03-19T19:40:11.324579Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324602Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324600Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324608Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324622Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324626Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324624Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324645Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324656Z WARN node::storage::backup: Database integrity check failed. Starting recovery process.
2025-03-19T19:40:11.324660Z INFO node::storage::backup: Recovery attempt 1 of 3
2025-03-19T19:40:11.324663Z WARN node::storage::backup: No checkpoint available for recovery
2025-03-19T19:40:11.324666Z INFO node::storage::backup: Rebuilding database from genesis
2025-03-19T19:40:11.324673Z INFO node::storage::backup: Database rebuilt from genesis
2025-03-19T19:40:11.324677Z INFO node::storage::backup: Recovery successful on attempt 1
2025-03-19T19:40:11.324720Z INFO node::network::p2p: Local peer id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

thread 'main' panicked at /home/guilastuce/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/task/local.rs:418:29:
spawn_local called from outside of a task::LocalSet or LocalRuntime
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@guidru
Copy link
Author

guidru commented Mar 19, 2025

and wallet
:~/supernova$ ./target/release/wallet new
Wallet stub implementation
Message: This is a stub wallet implementation to satisfy dependencies
Created wallet instance: Wallet { version: 1 }
~/supernova$ ./target/release/wallet address
Wallet stub implementation
Message: This is a stub wallet implementation to satisfy dependencies
Created wallet instance: Wallet { version: 1 }

@mjohnson518
Copy link
Owner

Hi @guidru I refactored many aspects of the project yesterday. Refer to the Getting Started section for more updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants