Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AmityCoin - Re-Launch NEW TICKER XAM [PoW] [CPU ONLY] [NO POOLS]
by
hooftly
on 28/06/2019, 19:32:39 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



wallet.getamitycoin.org was our web wallet for the old chain.  A new Web Wallet is being worked on but is not live yet.

as for your wallet issue it would help if you tried to open it from within a terminal so we can see what error its displying before closing.  Do you know how to use the Windows CMD CLI at all?