Browse Source

add network support info

main
twisterarmy 5 months ago
parent
commit
74b38a0772
  1. 54
      guide.html

54
guide.html

@ -79,17 +79,24 @@ @@ -79,17 +79,24 @@
</ul>
</li>
<li>
<a class="c-0 f-size-16" href="#dns-seeder">DNS seeder</a>
<a class="c-0 f-size-16" href="#network-support">Network support</a>
<ul class="ml-16 my-8">
<li><a class="c-3" href="#dns-seeder-overview">Overview</a></li>
<li><a class="c-3" href="#dns-seeder-install">Install</a></li>
<li><a class="c-3" href="#dns-seeder-config">Configuration</a></li>
<li><a class="c-3" href="#dns-seeder-testing">Testing</a></li>
<li><a class="c-3" href="#dns-seeder-register">Registration</a></li>
<li><a class="c-3" href="#dns-seeder-troubleshooting">Troubleshooting</a></li>
<li><a class="c-3" href="#network-support-mining">Mining</a></li>
<li><a class="c-3" href="#network-support-port-open">Port open</a></li>
<li>
<a class="c-3" href="#dns-seeder">DNS seeder</a>
<ul class="ml-16 my-8">
<li><a class="c-3" href="#dns-seeder-overview">Overview</a></li>
<li><a class="c-3" href="#dns-seeder-install">Install</a></li>
<li><a class="c-3" href="#dns-seeder-config">Configuration</a></li>
<li><a class="c-3" href="#dns-seeder-testing">Testing</a></li>
<li><a class="c-3" href="#dns-seeder-register">Registration</a></li>
<li><a class="c-3" href="#dns-seeder-troubleshooting">Troubleshooting</a></li>
</ul>
</li>
<li><a class="c-3" href="#network-support-contribution">Contribution</a></li>
</ul>
</li>
<li><a class="c-0 f-size-16" href="#contribution">Contribution</a></li>
</ul>
</div>
<div class="ml-240">
@ -354,7 +361,6 @@ @@ -354,7 +361,6 @@
<a class="position-t--48 h-32 d-block" id="dns-seeder-register"></a>
<h3 class="f-size-20 mb-16 px-12 f-normal">Network registration</h3>
<p class="mb-16">Finally, our seeding instance should be reachable for other <a class="c-3" href="https://github.com/twisterarmy/twister-seeder">twister-seeder</a> and <a class="c-3" href="https://github.com/twisterarmy/twister-core">twister-core</a> nodes, so let's declare it in the source code of these projects.</p>
<h4 class="f-size-16 mb-16 px-12 f-normal">twister-core</h4>
<p class="mb-16">Find following string in the file <i>src/chainparams.cpp</i></p>
<pre class="mx-auto pt-16 mb-16 bg-c-4 b-r-3 o-x">
@ -404,9 +410,33 @@ @@ -404,9 +410,33 @@
<p class="mb-16">Save and <a class="c-3" href="/guide.html#dns-seeder-install">recompile</a> twister-seeder and launch it again with twister-core running.</p>
<h4 class="f-size-16 mb-16 px-12 f-normal">Technical support</h4>
<p><a class="c-3" href="https://github.com/twisterarmy/twister-seeder/issues">https://github.com/twisterarmy/twister-seeder/issues</a></p>
<a class="position-t--48 h-32 d-block" id="contribution"></a>
<h2 class="bb-1 b-c-0 f-size-20 pb-10 mb-16 px-12 f-normal">Contribution</h2>
<p>Twisterarmy is the community project. Please send your proposes and participate with improvements to development on <a class="c-3" href="https://github.com/twisterarmy">GitHub</a>.</p>
<a class="position-t--48 h-32 d-block" id="network-support"></a>
<h2 class="bb-1 b-c-0 f-size-20 pb-10 px-12 f-normal">Network support</h2>
<a class="position-t--48 h-32 d-block" id="network-support-mining"></a>
<h3 class="f-size-20 mb-16 px-12 f-normal">Mining</h3>
<p class="mb-16">Mine blocks and advertise your services! This operation wanted to store network meta information in blockchain.</p>
<p>Twister ecosystem has no internal currency and market cost, the mining process make your promotional messages text permanently saved in blockchain only (comparing to the regular publications that stored in DHT)</p>
<a class="position-t--48 h-32 d-block" id="network-support-port-open"></a>
<h3 class="f-size-20 mb-16 px-12 f-normal">Port open</h3>
<p class="mb-16">If you have dedicated IP, or twister node running in the alternative network over NAT (like <a class="c-3" href="https://yggdrasil-network.github.io">Yggdrasil</a>) please open following ports in the firewall to help data share with other peers:</p>
<ul class="mb-16 ml-16">
<li>28333 - TCP *</li>
<li>29333 - TCP+UDP *</li>
<li>4433 - Libtorrent / SSL / IPv4</li>
<li>4434 - Libtorrent / SSL / IPv6</li>
</ul>
<p class="mb-16">
<i>* random by default, use -port=28333 on twisterd startup</i>
</p>
<p class="mb-16">
To open ports in debian based systems run from root
</p>
<pre class="mx-auto pt-16 bg-c-4 b-r-3 o-x">
sudo ufw allow {PORT}
</pre>
<a class="position-t--48 h-32 d-block" id="network-support-port-contribution"></a>
<h3 class="f-size-20 mb-16 px-12 f-normal">Contribution</h3>
<p>Twisterarmy is the community project.<br />Send your proposes and participate with improvements to development on <a class="c-3" href="https://github.com/twisterarmy">GitHub</a></p>
</div>
</div>
</div>

Loading…
Cancel
Save