Skip to content
Snippets Groups Projects
Select Git revision
  • 34050b4532bf2a473d87838de8b80e77e9ed7ac9
  • main default protected
2 results

ot-image-restoration.ipynb

Blame
  • runMasternode.bat 312 B
    @echo off
    SETLOCAL EnableDelayedExpansion
    
    Set PEERING_PORT=14000
    
    cd entryNode
    start /b "" "go_build_github_com_iotaledger_goshimmer.exe" -autopeering-port %PEERING_PORT% -autopeering-entry-nodes e83c2e1f0ba552cbb6d08d819b7b2196332f8423@127.0.0.1:14000 -node-log-level 4 -node-disable-plugins statusscreen
    cd ..