You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
359 B
Python
9 lines
359 B
Python
6 years ago
|
# sanity check, prevent doing ridiculous PoW
|
||
|
# 20 million PoWs equals approximately 2 days on dev's dual R9 290
|
||
|
ridiculousDifficulty = 20000000
|
||
|
|
||
|
# Remember here the RPC port read from namecoin.conf so we can restore to
|
||
|
# it as default whenever the user changes the "method" selection for
|
||
|
# namecoin integration to "namecoind".
|
||
|
namecoinDefaultRpcPort = "8336"
|