Update README.md

This commit is contained in:
SaketAnand 2025-11-10 03:10:47 +05:30 committed by GitHub
parent 967de44b2f
commit 75d3868575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,9 +37,10 @@ D:/flo/
├── floautominer.py.py # main controller script
├── config.json # configuration file
├── cgminer.conf # optional GPU tuning
├── gpu miner/
│ └── cgminer.exe
│ └── cgminer.conf # optional GPU tuning
└── cpuminer minerd/
└── minerd.exe
@ -163,7 +164,7 @@ Example configuration (for FLOCard Pool):
"CPU_MINER_THREADS_START": 3,
"MINER_POOL_URL": "stratum+tcp://pool.flocard.app:3052",
"MINER_USER": "FQ8zdiakBJHx8g4FKfU5o6LRgNwgXTC5RK.worker1",
"MINER_USER": "<<Your_FLO_Address>>.worker1",
"MINER_PASS": "x"
}
````