The new version is available using the new port number:Gridcoin 1.1.4.2 - 5.7.8 release notes:
1) Changed the global production node port for Gridcoin to 32760.
2) Changed the Testnet port to 32759.
3) To find a solution to support an integrated miner from an IT standpoint
and new user standpoint that will allow us to implement scrypt-sleep,
enable/disable gpus, change intensity, support multiple card platforms,
configure cards with thread concurrencies > 8192, we added support for CGMiner and the CGMiner API.
The CGMiner-api allows us to do all this and provides comm for GUI status updates.
Step by step instructions to configure CGMiner integrated with GridCoin:
(Note if you were running the beta version with gridcoinminer, bring up each instance and change the settings to
cgminers settings and re-save the records).
a. Launch gridcoin. Click on the mining console. Click on "Configuration".
b. You should see a list of available cards. Select one of your GPU cards.
c. Check the Load Defaults dropdown to see if your card is available. If it is, select
the item and the defaults will populate. If not type in the values from guiminer.
Check Enabled if you would like that card to be enabled.
Click Save.
For each new card, we will create a cgminer directory in ~AppData\CgminerX\ (where X is the instance ID from 0-5).
Click 'Create CG Miner instance' and the program will copy the necessary cgminer files to the proper place and will
create a cgminer config file.
Yes, you may modify this "cgmX" file with additional settings such as
GPU overdriving, overclocking mem, fan settings etc.
One thing to note is gridcoin automatically enables the
API port in the configuration file starting with port 4000 (for device 0) for the local machine only (for security reasons).
If you are a power user and you overwrite the cgminer subdirectory with your own cgminer folder, you will
need to add these two settings back into your cgmX configuration file, otherwise Gridcoin will not communicate with cgminer.
Continue steps b-c until all cards are configured.
Close the Miner Settings window.
Click Restart Miner and allow time for cgminer to compile all of the kernels.
After this, you should be able to mine with the integrated cgminer-api inside gridcoin.
d. If gridcoin detects a guiminer folder, it will still attempt to use it and send focus to the guiminer tab.
e. If gridcoin detects "enabled" cgminer instances, focus will be sent there.
f. To disable guiminer, rename the folder to "guiminer_old" (or anything other than guiminer), and gridcoin will ignore it.
g. Gridcoin now has a command line interface in the mining module to send commands to cgminers api (for advanced users).
Once mining, and your hashrates are above zero, you can type:
summary 0 (where 0 is the cgminer instance id) and receive results; etc.
h. The Full Speed checkbox will allow you to toggle the CGMiner speed from 60% to 100%.
i. The Mining Enabled Checkbox will disable cgminer and re-enable cgminer.
j. Note: The Kh/S rates are cgminers "Mh/S Avg", and at this time we are not yet accessing the "Mh/S Current"
so you may see a slow decline in hash rates when you make changes.
If you restart the miners, the changes will be isntant.
k. You may still use any scrypt compatible miner with Gridcoin as usual, and sleep is not implemented.
4. Homogenized Reward Calculation :
The calculation was modified to put 50% weight on the "Boinc Avg Daily Credits" (as shown in the GUI) to
put more weight on the Berkeley PoW earned by projects.
50% of the weight goes to the processor/memory utilization under the old formula.
50% of the weight goes to the daily avg_credits accumulated over a 30 day period.
If your current avg_credits are above 3000, they are capped @ 3000 per day.
The credits are divided by 10 to arrive at a number between 0-300. This number is then averaged into the utilization above to arrive at the 5-150 grc reward.
A few examples of the new calculation:
100% processor/memory used by boinc + 1000 avg daily credits = Boinc Utilization (100 + 100 (/2) = 100) = 150 grc
100% proc/mem utilization by boinc + 500 avg daily credits = Boinc Utilization (100 + 50 (/2) = 75) = 112.5 grc
50% proc/memory utilization by boinc + 1000 Avg Daily Credits = Boinc Utilization (50+100(/2)=75) = 112.5 grc
50% proc/memory utilization by boinc + 500 avg daily credits = Boinc Utilization (50+50)/2 = 50 = 75 grc.
5. HouseCleaning error is fixed.
6. Rebuild Block Chain button (from the beta version) still available.
7. Moved the Mh/S chart into the cgminer area.
8. Seed node updates:
www.gridcoin.us has been updated to use port 32760.
a. If you are a seed node, please update your router passthrough port from 9778 to 32760.
9. For this update, please install from the gridcoin.msi from:
http://www.gridcoin.us/download/gridcoin.msi(new files exist, therefore 'upgrade' will not work).
As usual, unblock the download, save it, run as admin.
If you discover the mining module is missing, relaunch the MSI and click repair (not likely).
All the best, and good luck!
Grid
PS - The bitcoin "in wallet message" is enabled; has not been tested; A supermajority must upgrade to this version before we can tell if it worked
......
A user asked about uninstalling the old version first:
Please delete c:\program files (x86)\gridcoin\*.*
You may leave AppData files in place, no need to delete the blocks or database unless you have syncing issues in the future.
No need to change the port in the gridcoin.conf, this node port is compiled into the program.