<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.terracoin.io/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jkerr</id>
		<title>Terracoin Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.terracoin.io/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jkerr"/>
		<link rel="alternate" type="text/html" href="https://wiki.terracoin.io/view/Special:Contributions/Jkerr"/>
		<updated>2026-04-04T04:27:42Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.terracoin.io/index.php?title=Masternode_Diagnostics&amp;diff=8</id>
		<title>Masternode Diagnostics</title>
		<link rel="alternate" type="text/html" href="https://wiki.terracoin.io/index.php?title=Masternode_Diagnostics&amp;diff=8"/>
				<updated>2017-11-14T19:45:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jkerr: Jkerr moved page MasternodeDiagnostics to Masternode Diagnostics: added space to title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a work in progress. More details will appear as further issues are diagnosed.&lt;br /&gt;
&lt;br /&gt;
So you followed a tutorial or a script, setup your masternode and boom! It doesn't work. Why?&lt;br /&gt;
&lt;br /&gt;
Check your masternode outputs (in debug console with the Qt wallet you can issue a &amp;quot;masternode outputs&amp;quot;). If nothing comes back except a couple of {} brackets, then you don't have 5000 TRC in a single transaction into that wallet. It cannot be multiple transactions that equals 5000 TRC, it must be 1 transaction of exactly 5000 TRC+network fee. Even if you transferred more (such as 5000.00000001 TRC, that is not exactly 5000 TRC and it will not work).&lt;br /&gt;
&lt;br /&gt;
If you have a value returned, then you need to check the output on the masternode network to see the status of that. Do a &amp;quot;masternode list full output&amp;quot; where output is your output that was listed above when you ran masternode outputs.&lt;br /&gt;
&lt;br /&gt;
masternode list full c313907f484140b1c92fd438dd1263639a7b97f523dfd7370ffff54c9d4dc5aa&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;c313907f484140b1c92fd438dd1263639a7b97f523dfd7370ffff54c9d4dc5aa-1&amp;quot;: &amp;quot;           ENABLED 70206 17eqUknFNbFSFcuqDS8XnX4xqt5n1x3UBm 1510674967   207656 1510668460 1116315 104.236.58.131:13333&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
In order to verify that there is something at least listening to that port you can use putty or telnet in a linux shell. Your masternode list full contains the IP address of your masternode at the end of the line. You will want to use that in order to check on your masternode.&lt;br /&gt;
&lt;br /&gt;
telnet 104.236.58.131 13333&lt;br /&gt;
&lt;br /&gt;
Trying 104.236.58.131...&lt;br /&gt;
&lt;br /&gt;
Connected to 104.236.58.131.&lt;br /&gt;
&lt;br /&gt;
Escape character is '^]'.&lt;br /&gt;
&lt;br /&gt;
If you get a response like above, then the daemon is listening on port 13333 for your masternode.&lt;br /&gt;
&lt;br /&gt;
telnet 104.236.58.131 13333&lt;br /&gt;
&lt;br /&gt;
Trying 104.236.58.131...&lt;br /&gt;
&lt;br /&gt;
telnet: Unable to connect to remote host: Connection refused&lt;br /&gt;
&lt;br /&gt;
If you get a response similar to above, or the connection is closed right away in putty, then your daemon is not running, or is firewalled and cannot accept incoming connections.&lt;br /&gt;
&lt;br /&gt;
If you are able to connect to the daemon, then proceed with further diagnostics on this page. If you cannot connect to the daemon, then you need to determine why that is (firewall rules, daemon may have crashed, OOM condition due to low memory on the VPS, etc)&lt;br /&gt;
&lt;br /&gt;
Login to the VPS, and run &amp;quot;./terracoin-cli mnsync status&amp;quot; if that comes back with &amp;quot;IsSynced&amp;quot;: true, then issue a &amp;quot;./terracoin-cli masternode debug&amp;quot;. If it does not come back with IsSynced true then you need to wait for the daemon on the VPS to finish sync'ing the masternode data.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;span id=&amp;quot;MissingMasternodeInput&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Missing Masternode Input==&lt;br /&gt;
&lt;br /&gt;
If the &amp;quot;./terracoin-cli masternode debug&amp;quot; comes back with &amp;quot;Missing masternode input&amp;quot;, then you need to check the ~/.terracoincore/terracoin.conf on your server. (You can usually run a &amp;quot;cat ~/.terracoincore/terracoin.conf&amp;quot; to check the contents of the file). Make sure that you have lines similar to:&lt;br /&gt;
&lt;br /&gt;
masternode=1&lt;br /&gt;
&lt;br /&gt;
masternodeprivkey=5JTGQYU94eTaasEbNDFPdZR3negetaVSSoLrM9Z2vjJnG9Y9KCT&lt;br /&gt;
&lt;br /&gt;
masternodeprivkey would be what you got from &amp;quot;masternode genkey&amp;quot; when following the tutorial on setting the masternode up.&lt;br /&gt;
If you do not have those lines in the file, then that is your issue, and you would need to put the proper values in that file (using an editor such as nano or similar.)&lt;/div&gt;</summary>
		<author><name>Jkerr</name></author>	</entry>

	<entry>
		<id>https://wiki.terracoin.io/index.php?title=MasternodeDiagnostics&amp;diff=9</id>
		<title>MasternodeDiagnostics</title>
		<link rel="alternate" type="text/html" href="https://wiki.terracoin.io/index.php?title=MasternodeDiagnostics&amp;diff=9"/>
				<updated>2017-11-14T19:45:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jkerr: Jkerr moved page MasternodeDiagnostics to Masternode Diagnostics: added space to title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Masternode Diagnostics]]&lt;/div&gt;</summary>
		<author><name>Jkerr</name></author>	</entry>

	<entry>
		<id>https://wiki.terracoin.io/index.php?title=Masternode&amp;diff=4</id>
		<title>Masternode</title>
		<link rel="alternate" type="text/html" href="https://wiki.terracoin.io/index.php?title=Masternode&amp;diff=4"/>
				<updated>2017-11-07T17:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jkerr: taken from Dash's write with heavy modifications&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Masternodes are computers on the public internet that run the Terracoin wallet and make decisions, voting on budget funding, locking transactions with InstantSend. Masternodes are required to have 5000 Terracoin collateral, a dedicated IP address, and be able to run 24 hours a day without a more than a 1 hr connection loss. Masternodes get paid 45% of the block reward on every block, 4.5 TRC which is distributed to masternodes one at a time in a fair manner.  Typically, around 4.5 TRC is paid to each masternode every 24 hours&lt;/div&gt;</summary>
		<author><name>Jkerr</name></author>	</entry>

	<entry>
		<id>https://wiki.terracoin.io/index.php?title=Main_Page&amp;diff=3</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.terracoin.io/index.php?title=Main_Page&amp;diff=3"/>
				<updated>2017-11-07T17:33:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jkerr: started filling in main page with info from website&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welecome to the Terracoin Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Terracoin is a cryptocurrency that was created by an anonymous developer on October 26th 2012, and eventually fell into a state of abandonment. Out of love for the coin The Terracoin Foundation took over development and support of Terracoin on February 13th 2016.&lt;br /&gt;
&lt;br /&gt;
Originally Terracoin was very similar to Bitcoin, but since that time The Terracoin Foundation has implemented merged mining, Dark Gravity Wave difficulty recalculations, decentralized governance, masternodes, and a dedication to helping the world.&lt;br /&gt;
&lt;br /&gt;
The Terracoin Foundation’s mission is to help the world while we continue to improve the technology Terracoin uses. We believe that blockchain technology can be used as an instrument to improve the world while we also create an innovative, flexible, secure and easier to use alternative to both Bitcoin and fiat currencies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Jkerr</name></author>	</entry>

	<entry>
		<id>https://wiki.terracoin.io/index.php?title=File:Terracoin-160.png&amp;diff=2</id>
		<title>File:Terracoin-160.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.terracoin.io/index.php?title=File:Terracoin-160.png&amp;diff=2"/>
				<updated>2017-11-07T17:25:42Z</updated>
		
		<summary type="html">&lt;p&gt;Jkerr: TRC logo for wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TRC logo for wiki&lt;/div&gt;</summary>
		<author><name>Jkerr</name></author>	</entry>

	</feed>