CryptoGoblin
CryptoGoblin copied to clipboard
failed to start
←]0;CryptoGoblin 4.1.2[2019-04-02 10:58:27] ←[33mStarting Hash self-tests.←[0m [2019-04-02 10:58:28] ←[32mHash self-test successful.←[0m [2019-04-02 10:58:28] Thread 0 has invalid config. [2019-04-02 10:58:28] ←[33mStarting ASM Hash self-tests.←[0m [2019-04-02 10:58:28] Enabling cpu cryptonight_r asm [2019-04-02 10:58:28] Enabling cpu cryptonight_r asm [2019-04-02 10:58:28] ←[32mASM Hash self-test successful.←[0m HTTP Daemon failed to start.Press any key to exit.
//Config "call_timeout" : 10, "retry_time" : 30, "giveup_limit" : 0, "tls_secure_algo" : true, "verbose_level" : 4, "print_motd" : true, "aes_override" : true, "h_print_time" : 900,
"use_slow_memory" : "warn", "daemon_mode" : false, "output_file" : "",
"httpd_port" : 80, "http_login" : "", "http_pass" : "", "prefer_ipv4" : true,
//cpu
"cpu_threads_conf" : [ { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 4 }, ]
You have set httpd_port to 80. Have you tried port 1080 for example?
You do not say what OS you use unfortunately. But in Linux, ports below 1000 are restricted to root only, I assume the same is true for Windows. So if the user you are trying to run CryptoGoblin under does not have root/admin rights, then it will not be able to claim port 80.
You might also want to check that nothing else is already listening on port 80. netstat -an|grep LIST
for example can show you that list in linux
Also, CryptoGoblin 4.1.2 is pretty old by now, you should upgrade to 4.3.3 instead.