From f302d35945cb22e64bf8e2ff8d4d2d049f759889 Mon Sep 17 00:00:00 2001 From: DJObleezy <156115770+Djobleezy@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:32:24 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b3e4eac..e696a0d 100644 --- a/README.md +++ b/README.md @@ -68,21 +68,12 @@ This open-source dashboard provides real-time monitoring for Ocean.xyz pool mine python setup.py ``` -4. Configure your mining settings in [config.json](https://github.com/Djobleezy/Deepsea-Dashboard/blob/main/config.json): - ```json - { - "power_cost": 0.12, - "power_usage": 3450, - "wallet": "yourwallethere" <--- make sure to replace this value in all project files (boot.html, app.py, config.py, config.json, & setup.py) - } - ``` - -5. Start the application: +4. Start the application: ``` python App.py ``` -6. Open your browser at `http://localhost:5000` +5. Open your browser at `http://localhost:5000` For detailed deployment instructions with Redis persistence and Gunicorn configuration, see [deployment_steps.md](deployment_steps.md).