Hi, I want to get my son into Crypto and PoS with HyperCoin. We only have a Mac to work with atm, need some noob guidance on how to sync it with the Bootstrap.
1) The app is in the "Applications" folder. Is this the correct place to run it? If so where to I put the Bootstrap file, also in this folder?
2) Or should I create a specific folder where both files are located?
3) This is the cmd I need to run -> cd ~/Documents/Cryptos/HyperStake && ./HyperStake-qt -loadblock=bootstrap.dat
If I use a folder like this with the application file and the bootstrap i keep getting a "No such file or directory" msg.
Appreciate any help!
Your HyperStake-qt file should be in this path:
/Applications/HyperStake.app/Contents/MacOSAnd the working directory (with the blockchain and wallet file) can be found here after the first launch:
~/Library/Application Support/HyperStakeThat's the place where you put the bootstrap file (don't forget to delete all blockchain related files as it is described in the instruction in the OP).
The final command is:
cd /Applications/HyperStake.app/Contents/MacOS && sudo ./HyperStake-qt -loadblock=bootstrap.dat