Skip to content

Commit

Permalink
fix: default p2pool on for new installations
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Sep 18, 2024
1 parent f45187e commit 81f9592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/app_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl AppConfig {
config_file: None,
mode: MiningMode::Eco,
auto_mining: true,
p2pool_enabled: false,
p2pool_enabled: true,
last_binaries_update_timestamp: default_system_time(),
allow_telemetry: true,
anon_id: generate_password(20),
Expand Down

0 comments on commit 81f9592

Please sign in to comment.