I’m trying to setup basic grin mining, but I’m having difficulty knowing whether the programs I’m instructed to run are even running or not.
First I run the node: ./grin
, and it opens the GUI. Cool.
Then before I run grin-miner, I think I need a local wallet running at 127.0.0.1:13416, right?
So I try ./grin wallet listen
. I get asked for my wallet password and I enter it, and then… nothing. There’s no output. Is it stuck, or is it listening? I can’t tell.
Assuming it’s listening, I then try to boot up the local web wallet to see what I can see. It’s unclear if I need the listener to be running as well, separately.
I try ./grin wallet web
. It asks for my password and I enter it. I get a message that says: “Grin Web-Wallet Application is running at http://127.0.0.1:13421”.
So I visit http://127.0.0.1:13421 in Chrome, and it redirects me to http://127.0.0.1:13421/index.html, which itself says:
“This 127.0.0.1 page can’t be found
No webpage was found for the web address: http://127.0.0.1:13421/index.html
HTTP ERROR 404”
But the process hasn’t quit, so I don’t know what it’s doing. Was there an error? There’s no output in this log either. I can’t tell.
So I try grin-miner
anyway, and the GUI opens, but it says “Can’t establish server connection to 127.0.0.1:13416”.
So I’m not really sure what I’m doing wrong, but also the things that I’m running are not telling me why they’re breaking or not starting.