Skip to content

Commit e9a9973

Browse files
committed
readme updates
1 parent f805714 commit e9a9973

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ This open source project is intended to provide Gridcoin with a mining pool. Thi
66

77
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
88

9-
### Prerequisites
9+
### Assumptions & Prerequisites
1010

1111
- PHP 7
1212
- MySQL
1313
- Gridcoin Daemon
1414
- Composer
15+
- BOINC Accounts
1516

1617
### Composer Initialization
1718

@@ -117,3 +118,10 @@ for entry in /var/www/www.grcpool.com/tasks/_daily/*
117118
</Location>
118119
</VirtualHost>
119120
```
121+
122+
## BOINC Accounts
123+
124+
You will need to secure BOINC accounts for the projects you want to have in the pool. You will need to manually populate the boinc_account, boinc_account_key, and boinc_account_url tables with the data you use and get from the individual project sites.
125+
126+
After you create your BOINC accounts, you should connect them from your personal BOINC client using the strong key or your account + password. CPID splits might occur if you only attach projects with your weak keys.
127+

0 commit comments

Comments
 (0)