Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SEM] Semux - Official Thread - Free Airdrop
by
semux
on 12/10/2017, 03:35:43 UTC
How do i download the wallet in layman's terms?
I downloaded java and tried running the bat file in my terminal since i use MAC but it says permission denied.
Which file do I run and on which application?
Thanks

In macOS, you need to open the Terminal, and then enter the following commands
Code:
cd /path/to/semux
./semux.sh


In case of permission errors, try
Code:
chmod +x semux.sh