Kryptomena: Porovnání verzí
Z Poznámkový blok
(→Provoz) |
(→TCP porty) |
||
Řádka 35: | Řádka 35: | ||
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 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 | sudo ip6tables -I INPUT 1 -j ACCEPT -p tcp --dport 9347 # Vertcoin p2pool second network - for the nodes | ||
+ | |||
+ | === Odkazy === | ||
+ | * [https://github.com/Bufius/cpuminer-vert Težba přes CPU] |
Verze z 21. 2. 2018, 09:40
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