<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Update FullNode-A v0.1.2]]></title><description><![CDATA[<h3>Updates to Node-A</h3>
<ul>
<li>
<p dir="auto">** The secret key is in a separate file ** ** secret.json ** (for compatibility, the old version with the file ** config.smartholdem.json ** also works). If you save * the * secret passphrase of the delegate address in secret.json, you do not need to re-specify it during updates.</p>
</li>
<li>
<p dir="auto">** Added fast sync blocking with script **</p>
</li>
</ul>
<pre><code>sh firststart.sh
</code></pre>
<p dir="auto">testing was conducted on a known weak VPS server with the parameters 2x2.2GHz, 1GB RAM, 20GB HDD. The time for full synchronization of the SmartHoldem block system from scratch takes no more than 2 minutes.</p>
<ul>
<li>Updated some libraries associated with better security and stability.</li>
</ul>
<hr />
<p dir="auto">** For the guaranteed upgrade of Node-A ** to the latest version, use the following commands:</p>
<p dir="auto">***!Attention! Most likely the secret phrase from the file config.smartholdem.json &gt;&gt; secret ["your phrase"] will be deleted, do not forget to write it down. ***</p>
<pre><code>cd smartholdem-node-a
forever stop app.js
</code></pre>
<p dir="auto">here will be asked to overwrite some files, write ** y &lt;ENTER&gt; **</p>
<pre><code>git checkout -p
git pull
</code></pre>
<p dir="auto">The result is about the following:<br />
<img src="/assets/uploads/files/1525049756803-resultsh-resized.jpg" alt="0_1525049755727_resultsh.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Updating modules</p>
<pre><code>npm install
</code></pre>
<p dir="auto">If you have not updated for a long time, the secret phrase will be deleted, you need to specify it again, it is recommended to specify in the file secret.json</p>
<pre><code>nano secret.json
</code></pre>
<p dir="auto">File</p>
<pre><code class="language-json">{
  "secret": ["here is your secret phrase"]
}
</code></pre>
<p dir="auto">CTRL + o, CTRL + x</p>
<pre><code>sh update.sh
</code></pre>
<p dir="auto">When all operations are complete, you will see the log of the work of your updated node.</p>
<p dir="auto">P.S. Also in * Node-A SmartHoldem * the ** exceptions ** work successfully ** is one of the future functions of the EOS coin, which has just been announced at the moment.</p>
]]></description><link>https://community.smartholdem.io/topic/350/update-fullnode-a-v0-1-2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 08:37:19 GMT</lastBuildDate><atom:link href="https://community.smartholdem.io/topic/350.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Apr 2018 20:16:52 GMT</pubDate><ttl>60</ttl></channel></rss>