This is a Linux bash script that will set up tc to limit the outgoing bandwidth for connections to the Bitcoin network. It limits outbound TCP traffic with a source or destination port of 9999, but not if the destination IP is within a LAN (defined as 192.168.x.x).
This is a Linux bash script that will set up tc to limit the outgoing bandwidth for connections to the Bitcoin network. It limits outbound TCP traffic with a source or destination port of 9340, but not if the destination IP is within a LAN (defined as 192.168.x.x).
This means one can have an always-on bitcoind instance running, and another local bitcoind/bitcoin-qt instance which connects to this node and receives blocks from it.
strUsage+=" -mnconflock=<n> "+strprintf(_("Lock masternodes from masternode configuration file (default: %u)"),1)+"\n";
strUsage+=" -masternodeprivkey=<n> "+_("Set the masternode private key")+"\n";
strUsage+=" -masternodeaddr=<n> "+strprintf(_("Set external address:port to get to this masternode (example: %s)"),"128.127.106.235:9999")+"\n";
strUsage+=" -masternodeaddr=<n> "+strprintf(_("Set external address:port to get to this masternode (example: %s)"),"128.127.106.235:9340")+"\n";
strUsage+=" -budgetvotemode=<mode> "+_("Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto)")+"\n";
@@ -3749,8 +3749,8 @@ for example: alertnotify=echo %%s | mail -s "Crown Alert" admin@foo.com
<translation>Whitelisted не могат да бъдат DoS забранени и техните транзакции ще бъдат винаги предадени, дори ако вече са в mempool, полезно напр. за gateway</translation>
</message>
<message>
<source>(9999 could be used only on mainnet)</source>
<translation>(9999 може да бъде използван в основната мрежа)</translation>
<source>(9340 could be used only on mainnet)</source>
<translation>(9340 може да бъде използван в основната мрежа)</translation>
</message>
<message>
<source>(default: %s)</source>
...
...
@@ -4167,8 +4167,8 @@ for example: alertnotify=echo %%s | mail -s "Crown Alert" admin@foo.com
<translation>Невалиден частен ключ на Masternode. Моля вижте документацията.</translation>
</message>
<message>
<source>(must be 9999 for mainnet)</source>
<translation>(трябва да е 9999 за основната мрежа)</translation>
<source>(must be 9340 for mainnet)</source>
<translation>(трябва да е 9340 за основната мрежа)</translation>