<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Mining_setup</id>
	<title>Mining setup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Mining_setup"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Mining_setup&amp;action=history"/>
	<updated>2026-05-16T00:58:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Mining_setup&amp;diff=5961&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;===Gridcoin-Research Researching (mining) Guide=== '''Note: If you have not already setup BOINC follow the steps here: http://boincstats.com/en/bam/''' '''***When signing up f...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Mining_setup&amp;diff=5961&amp;oldid=prev"/>
		<updated>2019-06-16T12:30:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Gridcoin-Research Researching (mining) Guide=== &amp;#039;&amp;#039;&amp;#039;Note: If you have not already setup BOINC follow the steps here: http://boincstats.com/en/bam/&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;***When signing up f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Gridcoin-Research Researching (mining) Guide===&lt;br /&gt;
'''Note: If you have not already setup BOINC follow the steps here: http://boincstats.com/en/bam/'''&lt;br /&gt;
'''***When signing up for BOINC projects be sure to join team &amp;quot;Gridcoin&amp;quot; this is required to receive Research credit'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Linux'''&lt;br /&gt;
&lt;br /&gt;
Follow the Linux guide: http://wiki.gridcoin.us/Linux_guide &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Windows'''&lt;br /&gt;
&lt;br /&gt;
To setup the wallet for staking and Proof-of-Research BOINC mining follow theses steps:&lt;br /&gt;
&lt;br /&gt;
* Step 1: Download and install Gridcoin-Research (download.gridcoin.us/download/downloadstake/GridcoinResearch.msi)&lt;br /&gt;
&lt;br /&gt;
* Step 2: Right-click the gridcoin-qt shortcut, go to compatibility and select &amp;quot;launch as administrator&amp;quot;, save, start Gridcoin and allow it to sync.&lt;br /&gt;
&lt;br /&gt;
* Step 3: The installer should ask for an email address, use your BOINC email.  If you skip this step or use the wrong email see Manual Configuration File Instructions&lt;br /&gt;
&lt;br /&gt;
Manual Configuration File Instructions: &lt;br /&gt;
* Step 1: Close Gridcoin-Research wallet, go to \Users\username\%appdata%\roaming\GridcoinResearch &lt;br /&gt;
&lt;br /&gt;
* Step 2: If a file called gridcoinresearch.conf exists edit it, if it does not exist create the file in this directory&lt;br /&gt;
&lt;br /&gt;
* Step 3: Edit the .conf and add the following lines:&lt;br /&gt;
&amp;amp;lt;blockquote&amp;amp;gt;&lt;br /&gt;
email=boincuser@email.address&lt;br /&gt;
&lt;br /&gt;
addnode=node.gridcoin.us&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your BOINC Data folder is not in the default path, you need to specify its location in the .conf file also. The following is an example of a non-default path. The double backslashes are necessary, especially at the end of the path.&lt;br /&gt;
&lt;br /&gt;
boincdatadir=D:\\ProgramData\\BOINC\\&amp;amp;lt;/blockquote&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Note: Email address must match address used on BOINC projects or you will not receive credit&lt;br /&gt;
: Note: To see this folder, go into folder options and show hidden folders and disable 'hide extensions of known file types', or open cmd and type %appdata%.&lt;br /&gt;
: Note: When saving this gridcoin.conf file, save as 'all files' instead of *.txt so it's saved as a *.conf file.&lt;br /&gt;
&lt;br /&gt;
* Step 5: Save and exit&lt;br /&gt;
&lt;br /&gt;
===Gridcoin-Classic Mining Guide===&lt;br /&gt;
&lt;br /&gt;
'''Windows'''&lt;br /&gt;
&lt;br /&gt;
In retirement, Gridcoin-Classic will use the scrypt algorithm to secure the block chain during the 6 month conversion process. &lt;br /&gt;
&lt;br /&gt;
To setup scrypt mining on Windows follows these steps:&lt;br /&gt;
&lt;br /&gt;
* Step 1: Download and install Gridcoin-Classic (http://gridcoin.us/download/gridcoin.msi)&lt;br /&gt;
&lt;br /&gt;
* Step 2: Right-click the gridcoin-qt shortcut, go to compatibility and select &amp;quot;launch as administrator&amp;quot;, save, start Gridcoin and allow it to sync.&lt;br /&gt;
&lt;br /&gt;
* Step 3: Close Gridcoin and create a file called gridcoin.conf&lt;br /&gt;
&lt;br /&gt;
* Step 4: Add the following lines to your gridcoin.conf (be sure to edit &amp;quot;rpcuser&amp;quot; and &amp;quot;rpcpassword&amp;quot; with your own values; Keep these secret. Keep them safe!:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;blockquote&amp;amp;gt;&lt;br /&gt;
rpcuser=RPCUser&lt;br /&gt;
&lt;br /&gt;
rpcpassword=RPCPassword&lt;br /&gt;
&lt;br /&gt;
rpcallowip=127.0.0.1&lt;br /&gt;
&lt;br /&gt;
rpcport=9332&lt;br /&gt;
&lt;br /&gt;
server=1&lt;br /&gt;
&lt;br /&gt;
listen=1&lt;br /&gt;
&lt;br /&gt;
addnode=supernode.gridcoin.us&lt;br /&gt;
&lt;br /&gt;
gpumining = true&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your BOINC Data folder is not in the default path, you need to specify its location in the .conf file also. The following is an example of a non-default path. The double backslashes are necessary, especially at the end of the path.&lt;br /&gt;
&lt;br /&gt;
boincdatadir=D:\\ProgramData\\BOINC\\&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;/blockquote&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Note: Replace rpcuser/rpcpassword with completely random secret entries. Share this with no-one!&lt;br /&gt;
&lt;br /&gt;
* Step 5: Save gridcoin.conf and place in C:\Users\username\%appdata%\roaming\Gridcoin&lt;br /&gt;
: Note: To see this folder, go into folder options and show hidden folders and disable 'hide extensions of known file types'.&lt;br /&gt;
: Note: When saving this gridcoin.conf file, save as 'all files' instead of *.txt so it's saved as a *.conf file.&lt;br /&gt;
&lt;br /&gt;
* Step 6: Start Gridcoin and wait for it to fully load/sync&lt;br /&gt;
&lt;br /&gt;
At this point if you have a preferred external miner you may begin mining the same way you would with any other coin.&lt;br /&gt;
If you do not have a preferred external miner and would like to use the packaged cgminer, follow these steps:&lt;br /&gt;
&lt;br /&gt;
* Step 1: In Gridcoin wallet, go to Mining&amp;amp;gt;Mining Console&lt;br /&gt;
&lt;br /&gt;
* Step 2: Click &amp;quot;Configuration&amp;quot; at the top of the mining console&lt;br /&gt;
&lt;br /&gt;
* Step 3: Select your GPU in &amp;quot;Device ID&amp;quot;, check &amp;quot;load defaults for&amp;quot; to see if your GPU is listed there. If not, then please refer to this page for your card's settings: https://litecoin.info/Mining_hardware_comparison&lt;br /&gt;
&lt;br /&gt;
* Step 4: Make sure the &amp;quot;enabled&amp;quot; box is checked, click &amp;quot;save&amp;quot; and then click &amp;quot;create cgminer instance&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Step 5: Exit the configuration screen and on the mining console page click &amp;quot;Restart Miner&amp;quot; and allow a few seconds for cgminer to compile the kernel&lt;br /&gt;
&lt;br /&gt;
* Step 6: Click &amp;quot;Show cgminer&amp;quot; if you'd like to see the cgminer console&lt;br /&gt;
&lt;br /&gt;
For questions and further help visit: &lt;br /&gt;
&lt;br /&gt;
[http://gridcoin.us/guides/mining-overview.htm The Official Mining Guide]&lt;br /&gt;
&lt;br /&gt;
[https://cryptocointalk.com/topic/1428-technical-support-thread/page-60 The Technical Support Thread]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://coin.wiki/ http://coin.wiki/]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Manuals]]&lt;br /&gt;
==See Also on BitcoinWiki==&lt;br /&gt;
* [[Coinrex]]&lt;br /&gt;
* [[BetKing]]&lt;br /&gt;
* [[Where can I get Bitcoins]]&lt;br /&gt;
* [[Best Bitcoin Dice]]&lt;br /&gt;
* [[Bitcoin randomizer]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>