Open sibTamias opened 3 weeks ago
Download and use latest Dash Core v21.1.1 (dashd and dash-cli) Download and use latest version v0.1.3 (next Dash Evo Tool version binaries will most likely be packed with zip extension)
You need to add the .env file with content from https://github.com/dashpay/dash-evo-tool/blob/master/.env.example in the same folder as the Dash Evo Tool binaries. Leave this empty / no value needed -> MAIN_NET_WALLET_PRIVATE_KEY= First have dashd fully synced (with dash.conf containing content from : https://github.com/dashpay/dash-evo-tool/blob/master/dash_core_configs/mainnet.conf), then launch dash-evo-tool Launch both dashd and dash-evo-tool through the terminal (./dashd and ./dash-evo-tool-x86_64-mac) (try renaming dash-evo-tool-x86_64-mac to dash-evo-tool, to make it more easy to launch from terminal).
Personally i use two seperate folders (.dashcore folder and dash-evo-tool folder) and launch each program from within with ./ command. For this i am using two terminal sessions. In some OS systems a folder starting with . get auto hidden from view, just unhide it if you want to view this folder (note : cd .dashcore will still work, regardless if folder is hidden or not) Make sure you also have dash-cli (executable) to stop dashd, once you are done with Dash Evo Tool.
Thanks! I started it only after I changed the permission of the file to executeble:
chmod +x dash-evo-tool-aarch64-mac
it's happening when you're openening from different directory
you should change directory and than run. I think this is a bug
Hello! MacBook Pro M2 chip. I am trying to run version 0.1.1, but I am getting an error:
Where can I find the value for the
MAIN_NET_WALLET_PRIVATE_KEY=
in the .env file? Should I leave it empty or enter a value?New version (0.1.3) without zip extension! Should it be launched by the terminal? Where is .env ?