Howdy,
The following video guide can help you get started with a Safex Blockchain Main Net Node and start Solo Mining Safex Cash on Windows 10. A visual guide can be found here as well https://safexemporium.com/main-net-node . I hope it helps!
I will soon have a new video and guide that shows how to make a DIY Full Mini Local Safex Blockchain Node! It has been running as a Functional Node for the past 3 days in its current form.
For multiple rigs I use XMRIG, editing the settings below. Once you start the safex deamon you will see an output in the command terminal that looks like this: "Binding on “127.0.0.1:17402” You may be able to use the IP here but you may need to replace your local IP info of your Node and add the port “17402” to the end. “Node_IP:17402”
The XMRIG config file can be edited like the example below before starting mining.
“pools”: [
{
“algo”: “rx/sfx”,
“url”: “127.0.0.1:17402”,
“user”: “User”,
“pass”: “Password”,
“keepalive”: true,
“enabled”: true
}
The firewall is off. I do mine and run a different node on the server, and have currently have rigs connecting to it… so I know for fact there is a connection.
simple_http_connection_handler<t_connection_context>::handle_invoke_query_line(): Failed to match first line: {“id”:1,“jsonrpc”:“2.0”,“method”:“login”,“params”:{“login”:“Safex61CExxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”,“pass”:“xxxxxxx”,“agent”:“XMRig/5.8.1 (Windows NT 10.0; Win64; x64) libuv/1.34.0 msvc/2019”,“algo”:[“rx/sfx”,“cn/2”,“cn/r”,“cn/fast”,“cn/half”,“cn/xao”,“cn/rto”,“cn/rwz”,“cn/zls”,“cn/double”,“cn/gpu”,“cn-lite/1”,“cn-heavy/0”,“cn-heavy/tube”,“cn-heavy/xhv”,“cn-pico”,“cn-pico/tlo”,“rx/0”,“rx/wow”,“rx/loki”,“rx/arq”,“cn/1”,“argon2/chukwa”,“argon2/wrkz”,“astrobwt”]}}