]> Git Repo - VerusCoin.git/commitdiff
Update testnet nodes and ports
authorAsher Dawes <[email protected]>
Sun, 20 Sep 2020 19:54:55 +0000 (12:54 -0700)
committerAsher Dawes <[email protected]>
Sun, 20 Sep 2020 19:54:55 +0000 (12:54 -0700)
src/komodo_utils.h

index 568c89c9de63565e6df907d339fcc14e2d3e71fc..0a75289ada8ccc11122f7949bed0ed7cb4a7dc0f 100644 (file)
@@ -1435,10 +1435,10 @@ void komodo_configfile(char *symbol, uint16_t rpcport)
                     // add Verus Coin Foundation sponsored testnet nodes
                     if (PBAAS_TESTMODE)
                     {
-                        fprintf(fp,"addnode=%s\n", "168.119.27.242:18538");
-                        fprintf(fp,"addnode=%s\n", "5.9.224.250:18538");
-                        fprintf(fp,"addnode=%s\n", "95.216.104.210:18538");
-                        fprintf(fp,"addnode=%s\n", "135.181.68.2:18538");
+                        fprintf(fp,"addnode=%s\n", "168.119.27.242:17683");
+                        fprintf(fp,"addnode=%s\n", "5.9.224.250:17683");
+                        fprintf(fp,"addnode=%s\n", "95.216.104.210:17683");
+                        fprintf(fp,"addnode=%s\n", "135.181.68.2:17683");
                     }
                 }
                 else
@@ -1833,7 +1833,7 @@ void komodo_args(char *argv0)
         mapArgs["-ac_supply"] = "5000000000000000";
         mapArgs["-ac_eras"] = "1";
         mapArgs["-ac_reward"] = "2400000000";
-        std::string halving = GetArg("-ac_halving", "287474"); // this assignment is required for an ARM compiler workaround
+        std::string halving = GetArg("-ac_halving", "301111"); // this assignment is required for an ARM compiler workaround
         mapArgs["-ac_halving"] = halving;    // allow testing easily with different values here
         mapArgs["-ac_decay"] = "0";
         mapArgs["-ac_options"] = "72";       // OPTION_ID_REFERRALS + OPTION_CANBERESERVE
This page took 0.025286 seconds and 4 git commands to generate.