

Tried again with chrone which is using vpn and received same message. The first attempt was through Edge with bypass vpn tunnel. Received message on attempt localhost:14002 Ran Command Prompt second findstr command with a return value of 3īacked up folder storj/indentity/storagenode (Has six files in it)Ĩ - entered external ddns :28967 Ran Command Prompt first findstr command with a return value of 2 Ran Powershell second sls with a return value of 3 Ran Powershell first sls with a return value of 2 ((not sure why there are lines through the lines above. SigningResponseĮrror: certificates peer error: authorization already claimed: joseph~~~~~~~gmai1 IAF9bf SigningRequestĨ 06:12:59 proto: duplicate proto type registered: node. Ran Authorize Command Prompt command identity.exe authorize storagenode with email char stringĬ:\Users\joea1>identity.exe authorize storagenode joseph~~~~Qgmai1.cm:1AF9bfQ (removed rest of line.)Ĩ 06:12:59 proto: duplicate proto type registered: node. Identity successfully authorized using single use authorization token. SigningRequestĢ021/ N/ 28 5:29 proto: duplicate proto type registered: node. Hg6sE BoJQ3qi 9S39L Qe5QS2sRJaxPe86bNAkhC TosxsYbksssĢ021/ N/ 28 5:29 proto: duplicate proto type registered: node.
NO IP DUC INDIR .EXE
exe authorize storagenode IMF 9bfQxhf7EdBt57iyYsRR6x3kgC2D8XiVPR2 Identity.exe authorize storagenode with Email Char String. Received the following: Error: CA certificate and/or key already exists, NOT overwriting! identity exe through powershell (same window as binary downloaded)
NO IP DUC INDIR DOWNLOAD
Opened Powershell for Indentity Binary download Went to Storj Node Operator Docs to follow guide.
NO IP DUC INDIR INSTALL
The following is what I did to try to get it to work.Īdded DUC to VPN (PIA) and then made sure I set a firewall rule.Ĭheck for old install storj files.

I did my best to document everything along the way as well. I spent a great deal of time working on it and double checked everything along the way. # Otherwise this will get dumped as an integerĬonfig = hex(config)

With open("C:\Program Files\Storj\Storage Node\config.yaml", "r+") as storj_config:Ĭonfig = yaml.load(storj_config, Loader=yaml.SafeLoader) Stdout_match = re.match(stdout_pattern, cp.stdout, flags=re.IGNORECASE) Pia_exe = "C:\Program Files\Private Internet Access\piactl.exe"Ĭp = n(, # automatically by my script when the PIA port changes, had to set it up the first time onlyįinally here is the python script (Must be run with admin privileges because it needs to access the program files directory to modify the storj node config):Īlso has a dependency on PyYAML so you must install it using pip install pyyaml import re # This needs to be the same as the port in contact.external-address, also updated Log.output: winfile:///C:\Program Files\Storj\Storage Node\\storagenode.log Identity.key-path: C:\Users\******\wh\storj\Identity\storagenode\identity.key Identity.cert-path: C:\Users\******\wh\storj\Identity\storagenode\identity.cert # when the port expires and PIA gets a new one # The first time I just entered the port PIA shows, then my script changes this automatically # Here I put the subdomain I use for the DDNS # This would be a security risk though if I am not behind CGNAT since it would allow access Here is what my config looks like (make a copy of your config before making any changes): # I changed this to 0.0.0.0 to allow access from other computers in my internal network, I run this also every 5 minutes using task scheduler.
NO IP DUC INDIR WINDOWS
