<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alessandro.delgallo.net//index.php?action=history&amp;feed=atom&amp;title=SoloMining</id>
	<title>SoloMining - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alessandro.delgallo.net//index.php?action=history&amp;feed=atom&amp;title=SoloMining"/>
	<link rel="alternate" type="text/html" href="https://wiki.alessandro.delgallo.net//index.php?title=SoloMining&amp;action=history"/>
	<updated>2026-09-15T07:29:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.alessandro.delgallo.net//index.php?title=SoloMining&amp;diff=6244&amp;oldid=prev</id>
		<title>Xunil: Created page with &quot; &lt;-- back to Mining  =solo mining=  * just a calculation  python -c &quot;print 52000000000 * 2**32 / 10**12 / 60 / 60.0&quot;   tail -f tit-p2pool/data/titcoin/log p2pool-featherco...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.alessandro.delgallo.net//index.php?title=SoloMining&amp;diff=6244&amp;oldid=prev"/>
		<updated>2018-01-19T15:26:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;lt;-- back to &lt;a href=&quot;/index.php/Mining&quot; title=&quot;Mining&quot;&gt;Mining&lt;/a&gt;  =solo mining=  * just a calculation  python -c &amp;quot;print 52000000000 * 2**32 / 10**12 / 60 / 60.0&amp;quot;   tail -f tit-p2pool/data/titcoin/log p2pool-featherco...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&amp;lt;-- back to [[Mining]]&lt;br /&gt;
&lt;br /&gt;
=solo mining=&lt;br /&gt;
&lt;br /&gt;
* just a calculation&lt;br /&gt;
 python -c &amp;quot;print 52000000000 * 2**32 / 10**12 / 60 / 60.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 tail -f tit-p2pool/data/titcoin/log p2pool-feathercoin/data/feathercoin/log |grep GOT&lt;br /&gt;
&lt;br /&gt;
* Note: When a coin changes it's spec p2pool needs to be changed to match.&lt;br /&gt;
* Note: All nodes must run the same code. If there are any changes [some exceptions] it is recommended to start a new p2pool share chain by changing IDENTIFIER and PREFIX and deleting the p2pool/data folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FEATHERCOIN ==&lt;br /&gt;
&lt;br /&gt;
*P2pool&lt;br /&gt;
&lt;br /&gt;
 dir:/opt/&lt;br /&gt;
 deps:python-twisted python-argparse readline-devel readline-static&lt;br /&gt;
 apt-get install python-twisted python-argparse build-essential&lt;br /&gt;
 &lt;br /&gt;
 git clone https://github.com/forrestv/p2pool.git&lt;br /&gt;
 cd p2pool&lt;br /&gt;
 make&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
*miner: https://bitcointalk.org/index.php?topic=55038.0&lt;br /&gt;
*redhat&lt;br /&gt;
 yum install git automake autoconf jansson    (to compile: gcc make curl-devel autoconf automake openssl-devel )&lt;br /&gt;
* debian&lt;br /&gt;
apt-get install curl libjansson4   (to compile: build-essential libcurl4-openssl-dev autoconf automake) &lt;br /&gt;
&lt;br /&gt;
* *&lt;br /&gt;
 git clone https://github.com/ghostlander/cpuminer-neoscrypt.git&lt;br /&gt;
&lt;br /&gt;
* interface &lt;br /&gt;
http://192.168.0.1:19327/static/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ./minerd -a neoscrypt --url=192.168.0.1:19327 -O ADDR -t 4&lt;br /&gt;
&lt;br /&gt;
 ./minerd -a neoscrypt --url=10.0.0.1:19327 -O ADDR -t 4&lt;br /&gt;
&lt;br /&gt;
 bitcoin/bin/cpuminer-neoscrypt/minerd -a neoscrypt --url=127.0.0.1:19327 -O addr -t 6      &lt;br /&gt;
                   &lt;br /&gt;
[adelgallo@localhost ~]$ ./minerd -a neoscrypt --url=10.10.0.1:19327 -O ADDR -t 4&lt;br /&gt;
 ccminer -t 1 -a neoscrypt -o http://192.168.0.1:19327 -u ADDR -p x -v 8&lt;br /&gt;
&lt;br /&gt;
 python ./p2pool-feathercoin/run_p2pool.py --net=feathercoin --no-bugreport --disable-upnp  --give-author 0.0  -a ADDR&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*cpuminer (windows)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cpuminer-multi-rel1.1&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;_comment1&amp;quot; : &amp;quot;Any long-format command line argument &amp;quot;,&lt;br /&gt;
	&amp;quot;_comment2&amp;quot; : &amp;quot;may be used in this JSON configuration file&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
	&amp;quot;api-bind&amp;quot; : &amp;quot;127.0.0.1:4048&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
	&amp;quot;url&amp;quot; : &amp;quot;stratum+tcp://192.168.82.82:19327&amp;quot;,&lt;br /&gt;
	&amp;quot;user&amp;quot; : &amp;quot;6ynjQ88WSnrseN9rn2b6hCjhq9HYhBrvKp&amp;quot;,&lt;br /&gt;
	&amp;quot;pass&amp;quot; : &amp;quot;1&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
	&amp;quot;algo&amp;quot; : &amp;quot;neoscrypt&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== POT ==&lt;br /&gt;
  wallet:&lt;br /&gt;
 &lt;br /&gt;
  potcoin.conf &lt;br /&gt;
  +++++&lt;br /&gt;
rpcuser=potcoinMINER1&lt;br /&gt;
rpcpassword=&amp;quot;a difficult one&amp;quot;&lt;br /&gt;
rpcallowip=192.168.1.1 &lt;br /&gt;
rpcport=9667&lt;br /&gt;
daemon=1&lt;br /&gt;
server=1&lt;br /&gt;
&lt;br /&gt;
++++&lt;br /&gt;
&lt;br /&gt;
 cgminer -o server:9667 -u potcoinMINER1 -p &amp;quot;a difficult one&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== TIT ==&lt;br /&gt;
 https://bitbucket.org/blonkel/tit-p2pool/src/0104f032a671?at=master&lt;br /&gt;
&lt;br /&gt;
 +++++&lt;br /&gt;
 rpcuser=miner&lt;br /&gt;
 rpcpassword=&amp;quot;a difficult one&amp;quot;&lt;br /&gt;
 rpcallowip=192.168.0.* &lt;br /&gt;
 daemon=1&lt;br /&gt;
 server=1&lt;br /&gt;
 ++++&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
in p2pool/p2pool/networks.py  look for  PERSIST=True, and change that to PERSIST=False, then restart p2pool&lt;br /&gt;
&lt;br /&gt;
 python run_p2pool.py  --give-author 0.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* http://127.0.0.1:8670/static/&lt;br /&gt;
&lt;br /&gt;
 ./cgminer -o stratum+tcp://localhost:8670&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== BTC ==&lt;br /&gt;
&lt;br /&gt;
 python run_p2pool.py --net bitcoin --give-author 0.0 --no-bugreport --disable-upnp -a 1PKAUX8CcsJCCZX83eT98vSXcvXWnTjoRk user pass &amp;gt;&amp;gt; /var/log/p2pool_bitcoin.log 2&amp;gt;&amp;amp;1&lt;br /&gt;
 python ~/bitcoin/bin/p2pool/run_p2pool.py --net bitcoin --give-author 0.01 --no-bugreport &lt;br /&gt;
&lt;br /&gt;
== LTC ==&lt;br /&gt;
&lt;br /&gt;
 python ~/bitcoin/bin/p2pool-litecoin/run_p2pool.py --net litecoin --give-author 0.0 --no-bugreport --disable-upnp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 http://192.168.82.82:9327/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== DOGE ==&lt;br /&gt;
&lt;br /&gt;
*ports&lt;br /&gt;
22555&lt;br /&gt;
22556&lt;br /&gt;
&lt;br /&gt;
*conf file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rpcuser=uturutuueu23&lt;br /&gt;
rpcpassword=kjdsfjkldfjkldfsklsdf&lt;br /&gt;
rpcallowip=127.0.0.1&lt;br /&gt;
rpcallowip=10.82.0.0/24&lt;br /&gt;
daemon=1&lt;br /&gt;
server=1&lt;br /&gt;
listen=1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Xunil</name></author>
	</entry>
</feed>