07-28-2018, 02:08 AM
You can use Visual Studio Code for debugging. Just add the Gekko folder to a workspace, then go to debug open configurations and put this in there (add your config file). I will probably make a video on how to do this next week.
Code:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/gekko.js",
"args": [
"--config", "your-config-file.js"
]
}
]
}
If it isn't crypto, it isn't worth mining, it isn't worth speculating.
https://www.youtube.com/c/crypto49er
https://www.youtube.com/c/crypto49er