Update deployment_steps.md

This commit is contained in:
DJObleezy 2025-04-23 14:33:20 -07:00 committed by GitHub
parent f302d35945
commit 3ebef744dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,21 +36,12 @@ This guide provides comprehensive instructions for deploying the Bitcoin Mining
python setup.py python setup.py
``` ```
5. Configure your mining parameters in `config.json`: 5. Start the application:
```json
{
"power_cost": 0.12, // Cost of electricity per kWh
"power_usage": 3450, // Power consumption in watts
"wallet": "your-wallet-address" // Your Ocean.xyz wallet
}
```
6. Start the application:
```bash ```bash
python App.py python App.py
``` ```
7. Access the dashboard at `http://localhost:5000` 6. Access the dashboard at `http://localhost:5000`
### Option 2: Production Deployment with Gunicorn ### Option 2: Production Deployment with Gunicorn