OP
Step 1-4 for Geth is OK. I am on step 5 and I get this error in the console.
https://i.imgur.com/NA6V4z0.pngundefined
> var contract = web3.eth.contract(abi).at("0x03df4c372a29376d2c8df33a1b5f001cd8d68b0e");
undefined
> var getData = contract.Mine.getData();
undefined
Please advise.
They says in the website:
"6- Once your wallet is unlocked, paste the following lines in the console
(seeing undefined after you do this is normal): "
So just move along to point 7...
OK because I did the last step to paste the script and it also gave me undefined...in any case, I dont think the script is working. And I did everything OP said to do. What does it look like when it runs?