Kryptomena: Porovnání verzí

Z Poznámkový blok
Přejít na: navigace, hledání
(Virtcoint)
(Provoz)
Řádka 1: Řádka 1:
 
== Virtcoint ==
 
== Virtcoint ==
 
=== Provoz ===
 
=== Provoz ===
 +
 +
{| class="wikitable"
 +
|-
 +
! GPU Model    !! Hashrate (Mh/s) !! Power Consumption (W)
 +
|-
 +
| GTX 1050ti  || ~15 Mh/s      || 70 watts
 +
|-
 +
| GTX 1060 3gb || ~22 Mh/s      || 100 - 120 watts
 +
|-
 +
| GTX 1060 6gb || ~27 Mh/s      || 100 - 120 watts
 +
|-
 +
| GTX 1070    || ~ 35 - 40 Mh/s || 150 watts
 +
|-
 +
| GTX 1070ti  || ~ 40 - 45 Mh/s || 180 - 250 watts
 +
|-
 +
| GTX 1080    || ~ 45 - 50 Mh/s || 250 watts
 +
|}
  
 
=== TCP porty ===
 
=== TCP porty ===

Verze z 21. 2. 2018, 08:35

Virtcoint

Provoz

GPU Model Hashrate (Mh/s) Power Consumption (W)
GTX 1050ti ~15 Mh/s 70 watts
GTX 1060 3gb ~22 Mh/s 100 - 120 watts
GTX 1060 6gb ~27 Mh/s 100 - 120 watts
GTX 1070 ~ 35 - 40 Mh/s 150 watts
GTX 1070ti ~ 40 - 45 Mh/s 180 - 250 watts
GTX 1080 ~ 45 - 50 Mh/s 250 watts

TCP porty

Používané porty:

  • TCP 9171 # Netvork 1 pro Virtcoint p2pool - pro těžaře
  • TCP 9346 # Netvork 1 pro Virtcoint p2pool - pro uzly
  • TCP 9181 # Netvork 2 pro Virtcoint p2pool - pro těžaře
  • TCP 9347 # Netvork 2 pro Virtcoint p2pool - pro uzly

Nastavení iptables:

sudo iptables -I INPUT 1 -j ACCEPT -p tcp --dport 9171 # Vertcoin p2pool first network - for the miner
sudo iptables -I INPUT 1 -j ACCEPT -p tcp --dport 9181 # Vertcoin p2pool second network - for the miner
sudo iptables -I INPUT 1 -j ACCEPT -p tcp --dport 9346 # Vertcoin p2pool first network - for the nodes
sudo iptables -I INPUT 1 -j ACCEPT -p tcp --dport 9347 # Vertcoin p2pool second network - for the nodes
sudo ip6tables -I INPUT 1 -j ACCEPT -p tcp --dport 9171 # Vertcoin p2pool first network - for the miner
sudo ip6tables -I INPUT 1 -j ACCEPT -p tcp --dport 9181 # Vertcoin p2pool second network - for the miner
sudo ip6tables -I INPUT 1 -j ACCEPT -p tcp --dport 9346 # Vertcoin p2pool first network - for the nodes
sudo ip6tables -I INPUT 1 -j ACCEPT -p tcp --dport 9347 # Vertcoin p2pool second network - for the nodes