Post
Topic
Board Announcements (Altcoins)
Re: KWAGSH Coin- Cryptonight Coin Algorithm
by
kwagsh
on 25/03/2018, 10:48:26 UTC

https://avatars0.githubusercontent.com/u/37370757?s=400&v=4

Kwagsh is a core implementation of CryptoNote and it is a private, secure, untraceable, decentralised digital currency.Individual wallets have a 25 word mnemonic seed that is only displayed once, and can be written down to backup the wallet. Wallet files are encrypted with a passphrase to ensure they are useless if stolen.. It is open source and completely free to use without restrictions. Anyone is welcome to contribute to Kwagsh's codebase! If you have a fix or code change, feel free to submit is as a pull request directly to the "master" branch. In cases where the change is relatively small or does not affect other parts of the codebase it may be merged in immediately by any one of the collaborators. On the other hand, if the change is particularly large or complex, it is expected that it will be discussed at length either well in advance of the pull request being submitted, or even directly on the pull request.

Compiling Kwagsh from Source
Follow the Kwagsh build instructions

Kwagsh Build Instructions
Download the project from github sudo git clone https://github.com/kwash-dev/kwagsh.git
Code:
cd kwagsh sudo mkdir build && cd build && sudo mkdir release && cd release

Code:
sudo CMAKE_BUILD_TYPE=Release ../.. sudo make

After built is completed run the daemon
Code:
sudo ./kwagshd
and allow it to sync, once sync is completed open another terminal and run simple wallet
Code:
sudo ./simplewallet

Start Mining
You can either Mine in Pool or solo mining

Wallet
Linux- https://github.com/kwash-dev/kwagsh-gui/releases

Pool
Mine in this pool https://pool.kwagsh.xyz
For cpuminer
Code:
minerd -a cryptonight -o stratum+tcp://pool.kwagsh.xyz:3333 -u YOUR_WALLET_ADDRESS -p x

See the get_started Page to see more

Exchange:
exchange.crepcoin.org.....coming soon
southxchange.com....coming soon
livecoin.net....coming soon

Block Explorer

explorer.kwagsh.xyz