Ver código fonte

chore: updated some ports

skoupidi 2 semanas atrás
pai
commit
57397a9e02

+ 3 - 3
bin/darkirc/darkirc_config.toml

@@ -161,18 +161,18 @@ seeds = [
 ## Seed nodes to connect to
 seeds = [
     ##TODO: replace with an official seed address
-    "i2p://6l2rdfriixo2nh5pr5bt555lyz56qox2ikzia4kuzm4okje7gtmq.b32.i2p:9600"
+    "i2p://6l2rdfriixo2nh5pr5bt555lyz56qox2ikzia4kuzm4okje7gtmq.b32.i2p:9602"
 ]
 
 ## Manual peers to connect to
 #peers = []
 
 ## P2P accept addresses
-#inbound = ["tcp://127.0.0.1:9601"]
+#inbound = ["tcp://127.0.0.1:9602"]
 
 ## Addresses we want to advertise to peers (optional)
 ## These should be reachable externally
-#external_addrs = ["i2p://youraddress.b32.i2p:9601"]
+#external_addrs = ["i2p://youraddress.b32.i2p:9602"]
 
 [net.profiles."socks5"]
 ## Seed nodes to connect to

+ 2 - 2
bin/tau/tau-python/tau

@@ -263,7 +263,7 @@ def list_tasks(tasks, workspace, filters):
 
         rank = round(task["rank"], 4) if task["rank"] is not None else ""
 
-        bounty = "$" + str(round(task["bounty"], 4)) if task["bounty"] is not None else ""
+        bounty = "$" + str(round(task["bounty"], 4)) if task.get("bounty") is not None else ""
 
         if status == "start":
             id =        Fore.GREEN + str(id)         + Style.RESET_ALL
@@ -583,7 +583,7 @@ def map_ids(task_ids, ref_ids):
     return dict(zip(task_ids, ref_ids))
 
 async def main():
-    val = str('127.0.0.1:23330')
+    val = str('127.0.0.1:9805')
     allowed_states = ["start", "pause", "stop", "open"]
 
     for i in range(1, len(sys.argv)):

+ 2 - 2
bin/tau/taud/taud_config.toml

@@ -136,10 +136,10 @@ seeds = [
 #peers = []
 
 ## P2P accept addresses
-#inbound = ["tcp://127.0.0.1:9801"]
+#inbound = ["tcp://127.0.0.1:9802"]
 
 ## Addresses we want to advertise to peers
-#external_addrs = ["i2p://youraddress.b32.i2p:9801"]
+#external_addrs = ["i2p://youraddress.b32.i2p:9802"]
 
 [net.profiles."socks5"]
 ## Seed nodes to connect to