Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AmityCoin - Re-Launch NEW TICKER XAM [PoW] [CPU ONLY] [NO POOLS]
by
KaylaSu
on 07/07/2019, 16:03:51 UTC
How to set up a miner ??

### HOW TO MINE ###

- WINDOWS

- Download the wallet:
https://github.com/CalexCore/AmityCoinV3/releases
(you can make sure that's the right link by going to the ANN on first page)
- Extract amity-v0.0.0.1_windows-x64.zip to the folder of your choice, go into that folder.
- Double click amityd.exe and let it sync
(you have to keep it open as the miner is integrated inside that daemon)
- When the daemon is fully synced, double click amity-wallet-cli.exe, follow the onscreen instructions to create your wallet.
- When you're done making the wallet, it should be opened, you can then type `start_mining 4` to mine with 4 threads
(if you have more than 4 threads, feel free to increase that number to match your CPU)

As an alternative, to have just a single window open you can also create a `mining.bat` with its content being
Code:
amityd.exe --start-mining
--mining-threads
replace the
with your address (it starts with amitThenSomeOtherCharacters) and by the number of threads you want to mine with, dont include the <>
then you can launch directly that .bat file instead and it will start to mine

- LINUX

........................
and it will gives you all the list of commands that you can type in that specific window

 Hello, could you tell me please in than I have can be mistake,

 - Double click amityd.exe and let it sync ...  SYNCHRONIZED OK
 - When the daemon is fully synced, double click amity-wallet-cli.exe, follow the onscreen instructions to create your wallet....  is this where my window closes right after I open it??
 https://wallet.getamitycoin.org/   this page won't open for me



For troubleshooting purposes you could try making a amity-wallet.bat with its content being
Code:
amity-wallet-cli.exe
pause
basically it will run the wallet and if it doesnt run it will keep the window open, giving you enough time to read if there is an error
btw, as a reminder, you still need to have the daemon amityd.exe open as well