diff --git a/guide.html b/guide.html index 5671154..cf7e75d 100644 --- a/guide.html +++ b/guide.html @@ -79,17 +79,24 @@
Finally, our seeding instance should be reachable for other twister-seeder and twister-core nodes, so let's declare it in the source code of these projects.
-Find following string in the file src/chainparams.cpp
@@ -404,9 +410,33 @@Save and recompile twister-seeder and launch it again with twister-core running.
Technical support
https://github.com/twisterarmy/twister-seeder/issues
- -Contribution
-Twisterarmy is the community project. Please send your proposes and participate with improvements to development on GitHub.
+ +Network support
+ +Mining
+Mine blocks and advertise your services! This operation wanted to store network meta information in blockchain.
+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)
+ +Port open
+If you have dedicated IP, or twister node running in the alternative network over NAT (like Yggdrasil) please open following ports in the firewall to help data share with other peers:
+
+ * random by default, use -port=28333 on twisterd startup +
++ To open ports in debian based systems run from root +
++ sudo ufw allow {PORT} ++ +
Twisterarmy is the community project.
Send your proposes and participate with improvements to development on GitHub