|
Title: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 25, 2018, 06:32:45 AM https://avatars0.githubusercontent.com/u/37370757?s=400&v=4
Kwagsh Coin Is Fully Asic Resistant 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 (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 Code: sudo ./simplewallet Start Mining You can either Mine in Pool or solo mining Wallet Linux-https://github.com/kwash-dev/GUI_WALLET_LINUX (https://github.com/kwash-dev/GUI_WALLET_LINUX) Window Wallet-Widow Wallet CLI (https://github.com/kwash-dev/Window-CLI-Wallet) Pools Mine in this pool https://pool.kwagsh.xyz (http://pool.kwagsh.xyz) Mine in this pool http://youpool.io/KGH/ (http://youpool.io/KGH/) Mine in this pool https://walpool.com/kgh/ (https://walpool.com/kgh/) Other pools to be included For cpuminer Download the XMRIG Code:
Code: ./xmrig -a cryptonight-heavy --api-port 3333 --api-ipv6 -o pool.kwagsh.xyz:3333 -u aaQx7S2m4jh1tKVdPCpBWNCjgkwiCqsk476XBypzfQSW5YhpC7iQUdtPFNuxqH3j1oC7ixX4anbcGTieJLiJnCqc5xsYP9jXoK -p hell -k See the get_started Page to see more DONATION Donate for the general development of Kwagsh Coin, for it to be included in an exchanges Code: BTC: 3Fza6fXt4gBXmLx4ngiQCaPfHeYZET7amQ Exchange: ALTEX EXCHANGE (https://altex.exchange/register&ref=611) Vote for KWAGSH [KGH] to be listed on 1. GRAVIEX (https://graviex.net/listing_registers) DONATE for KWAGSH to be Listed on https://crex24.com, (https://crex24.com) we need 0.15 BTC DISCORD (https://discord.gg/XBzUyMr) || TWITTER (https://twitter.com/KwagshCoin)|| FACEBOOK Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lucky168 on March 25, 2018, 06:36:39 AM no Windows GUI wallet??
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: gaking man on March 25, 2018, 06:42:22 AM Windows wallet?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lucky168 on March 25, 2018, 06:42:39 AM waiting for Win wallet!!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: CaVO32 on March 25, 2018, 06:47:37 AM this one is just another altcoin competing with hundred others? how can you raise its value if there's no significant purpose backing it?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 25, 2018, 07:16:38 AM There is definitely an error in your code, dev. Block rewards are 0.01 coins? Pool payouts are in hundreds of coins but only receive fractions to the wallet.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 07:17:54 AM Yes that must be an error. Pool said it paid me 1090 KGH but 0.109 KGH is shown in the Linux GUI wallet.
What is the total supply of this coin? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 25, 2018, 07:24:46 AM Yes that must be an error. Pool said it paid me 1090 KGH but 0.109 KGH is shown in the Linux GUI wallet. What is the total supply of this coin? According to the cryptonoteconfig: Code: const uint64_t MONEY_SUPPLY = UINT64_C(100000000000000000); That's 1 billion coins. There's definitely an error. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 07:26:30 AM Yes that must be an error. Pool said it paid me 1090 KGH but 0.109 KGH is shown in the Linux GUI wallet. What is the total supply of this coin? According to the cryptonoteconfig: Code: const uint64_t MONEY_SUPPLY = UINT64_C(100000000000000000); That's 1 billion coins. There's definitely an error. Thanks, I guess we should take screenshots of every payment right now. Dev should fix it and compensate us the correct number of coins. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 07:52:37 AM Hi dev,
Please check above payment number issue. You have built a working pool and a decent GUI wallet, don't let the project die so soon. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Saugani on March 25, 2018, 08:46:48 AM 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 (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 Code: sudo ./simplewallet Start Mining You can either Mine in Pool or solo mining Wallet Linux- https://github.com/kwash-dev/kwagsh-gui/releases (https://github.com/kwash-dev/kwagsh-gui/releases) Pool Mine in this pool https://pool.kwagsh.xyz (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 Woww :o new Coin algorithm Cryptonight.. cool Dev By the way, it can be explained how total this coin & whether or not primine? and his new coin or hardfork CN Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: JBnl on March 25, 2018, 08:54:16 AM Hi all,
I've set up a pool with 2% fee (vs 10% fee of the official pool). Hope to see you there; http://kwagsh.hashpool.frl/ Good luck mining! J B Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 09:00:34 AM Hi all, I've set up a pool with 2% fee (vs 10% fee of the official pool). We've been mining this coin since block 184 without any problems. Hope to see you there; http://kwagsh.hashpool.frl/ Good luck mining! J B Last Reward: 0.0100 KGH? What's wrong with this coin? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 09:08:38 AM I see thousands of premined block with millions of coins and now the block reward is 0.0100 KGH. This coin looks ridiculous. Perhaps dev was too eager to buy a lambo so that he premined too much. I'm out of this shit.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: JBnl on March 25, 2018, 09:10:06 AM I've been mining this coin since yesterday and the payouts have consistently been 100 KGH per block. But a change was made to the algo it seems, while the payments when a block is found have changed to 0.01 KGH per block.
See here: 2018-Mar-25 09:08:14.872516 INFO Height 1635, transaction 1b0005a762508659b86c3d0978b5e95dad8a6b6f14400149f7901adee7bf4926, received 100.0005000000 2018-Mar-25 09:08:14.872835 INFO Height 1638, transaction c775833f74045792fd25ee00478be7a45e3597fe02e719de812ebb2a3a695ec9, received 0.0100000000 Somewhere between block 1635 and 1638 payments per block changed. So it pays out 0.01 at the moment. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 09:15:12 AM I've been mining this coin since yesterday and the payouts have consistently been 100 KGH per block. But a change was made to the algo it seems, while the payments when a block is found have changed to 0.01 KGH per block. See here: 2018-Mar-25 09:08:14.872516 INFO Height 1635, transaction 1b0005a762508659b86c3d0978b5e95dad8a6b6f14400149f7901adee7bf4926, received 100.0005000000 2018-Mar-25 09:08:14.872835 INFO Height 1638, transaction c775833f74045792fd25ee00478be7a45e3597fe02e719de812ebb2a3a695ec9, received 0.0100000000 Somewhere between block 1635 and 1638 payments per block changed. So it pays out 0.01 at the moment. I see, I just think with such a crazy change in reward amount the dev should make a re-launch. Otherwise it's no points for later miners to join. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: thanhphopleiku on March 25, 2018, 09:20:33 AM error this code " ../.. sudo make"
help Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Ralphilius on March 25, 2018, 09:28:21 AM Reserved.
Will support this coin 🙌 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: konway99 on March 25, 2018, 09:43:38 AM so sad ,no windows wallet
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: anam08 on March 25, 2018, 09:59:24 AM reserved for npool
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: JBnl on March 25, 2018, 10:34:41 AM Otherwise it's no points for later miners to join. It was probably intended as pre-mine for the Dev to pay for exchanges, and I happened to tag along... Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ac-invent on March 25, 2018, 10:46:18 AM specs ?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 25, 2018, 10:48:26 AM 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 (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 Code: sudo ./simplewallet Start Mining You can either Mine in Pool or solo mining Wallet Linux- https://github.com/kwash-dev/kwagsh-gui/releases (https://github.com/kwash-dev/kwagsh-gui/releases) Pool Mine in this pool https://pool.kwagsh.xyz (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 (http://explorer.kwagsh.xyz) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ac-invent on March 25, 2018, 11:21:49 AM blocktime, -reward ?
emission? premine? supply? decimal? whitepaper? roadmap? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: anam08 on March 25, 2018, 11:51:36 AM Block Explorer explorer.kwagsh.xyz (http://explorer.kwagsh.xyz) hello, what is the right thing, is block reward = 0.0100 (explorer) or 101 (official pool)? when we read at CryptoNoteConfig.h, CRYPTONOTE_DISPLAY_DECIMAL_POINT = 10; but why at official pool only 6? as stated at api, "coinUnits":1000000 and one again, at CryptoNoteConfig.h, DIFFICULTY_TARGET = 120; // seconds, but at offcial pool api stated as "coinDifficultyTarget":240 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ngbaoson on March 25, 2018, 12:26:45 PM Failed start. Retry again
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: crazyer1976 on March 25, 2018, 01:13:35 PM Failed start. Retry again >Start Mining> Yu can either Mine in Pool or solo mining The developer is aware of the appearance of ASIC for this algorithm? Or is this another Russian Scam? You plan the development of the ASIC - protection or all other thode will sell masternode?) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 03:04:00 PM This looks like a bad joke. Good luck to people who are mining.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: gameparadise007 on March 25, 2018, 04:10:23 PM what is the block reward 100 or 0.001 ?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 25, 2018, 04:50:58 PM 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 (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 Code: sudo ./simplewallet Start Mining You can either Mine in Pool or solo mining Wallet Linux- https://github.com/kwash-dev/kwagsh-gui/releases (https://github.com/kwash-dev/kwagsh-gui/releases) Pool Mine in this pool https://pool.kwagsh.xyz (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 (http://explorer.kwagsh.xyz) Are you going to explain why you've changed the block rewards? I assume this coin is a joke to make us waste our time? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 25, 2018, 05:55:35 PM error this code " ../.. sudo make" help sudo mkdir build && cd build && sudo mkdir release && cd release && sudo cmake -D CMAKE_BUILD_TYPE=Release ../.. && sudo make Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 25, 2018, 06:06:57 PM error this code " ../.. sudo make" help sudo mkdir build && cd build && sudo mkdir release && cd release && sudo cmake -D CMAKE_BUILD_TYPE=Release ../.. && sudo make Can you explain this? Miners, read this post before wasting your hashpower on this shitcoin. From the block explorer: Block 1: Base reward: 1875000.0000000000 KGH Block 2: Base reward: 1406250.0000000000 KGH Block 5: Base reward: 593261.7187500000 KGH Block 20: Base reward: 7928.0298473350 KGH Block 30: Base reward: 446.4552254250 KGH Block 40: Base reward: 0.0100000000 KGH You see? Millions of coins have been emitted in the first blocks and emission factor is extremely high. Now reward is only 0.01 and miners are mining for nothing. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 25, 2018, 06:19:59 PM Block Explorer explorer.kwagsh.xyz (http://explorer.kwagsh.xyz) hello, what is the right thing, is block reward = 0.0100 (explorer) or 101 (official pool)? when we read at CryptoNoteConfig.h, CRYPTONOTE_DISPLAY_DECIMAL_POINT = 10; but why at official pool only 6? as stated at api, "coinUnits":1000000 and one again, at CryptoNoteConfig.h, DIFFICULTY_TARGET = 120; // seconds, but at offcial pool api stated as "coinDifficultyTarget":240 Present reward for kwagsh is 0.01 KGH. Thanks Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 25, 2018, 06:32:51 PM error this code " ../.. sudo make" help sudo mkdir build && cd build && sudo mkdir release && cd release && sudo cmake -D CMAKE_BUILD_TYPE=Release ../.. && sudo make Can you explain this? Miners, read this post before wasting your hashpower on this shitcoin. From the block explorer: Block 1: Base reward: 1875000.0000000000 KGH Block 2: Base reward: 1406250.0000000000 KGH Block 5: Base reward: 593261.7187500000 KGH Block 20: Base reward: 7928.0298473350 KGH Block 30: Base reward: 446.4552254250 KGH Block 40: Base reward: 0.0100000000 KGH You see? Millions of coins have been emitted in the first blocks and emission factor is extremely high. Now reward is only 0.01 and miners are mining for nothing. Those coin emitted is for exchange, faucet and for the development of the kwagsh community. I would not have allowed the launch if miners are mining for nothing. Its a community that will profit miners etc. Its was tested for a long time before its release, base reward is peg at 0.01KGH. Others can give you 10 or 10000 but kwagsh is 0.01KGH Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cecilia1 on March 25, 2018, 06:39:30 PM error this code " ../.. sudo make" help sudo mkdir build && cd build && sudo mkdir release && cd release && sudo cmake -D CMAKE_BUILD_TYPE=Release ../.. && sudo make Can you explain this? Miners, read this post before wasting your hashpower on this shitcoin. From the block explorer: Block 1: Base reward: 1875000.0000000000 KGH Block 2: Base reward: 1406250.0000000000 KGH Block 5: Base reward: 593261.7187500000 KGH Block 20: Base reward: 7928.0298473350 KGH Block 30: Base reward: 446.4552254250 KGH Block 40: Base reward: 0.0100000000 KGH You see? Millions of coins have been emitted in the first blocks and emission factor is extremely high. Now reward is only 0.01 and miners are mining for nothing. Those coin emitted is for exchange, faucet and for the development of the kwagsh community. I would not have allowed the launch if miners are mining for nothing. Its a community that will profit miners etc. Its was tested for a long time before its release, base reward is peg at 0.01KGH. Others can give you 10 or 10000 but kwagsh is 0.01KGH What is the total supply? If it is 1 billion like cryptonomicon25 said in a previous post, then you might have mined at least 10 millions for "exchange, faucet and for the development". Now you set the reward to 0.01, do you know that you just created the most difficult coin to mine on Earth? This is just ridiculous.... Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 25, 2018, 06:57:47 PM error this code " ../.. sudo make" help sudo mkdir build && cd build && sudo mkdir release && cd release && sudo cmake -D CMAKE_BUILD_TYPE=Release ../.. && sudo make Can you explain this? Miners, read this post before wasting your hashpower on this shitcoin. From the block explorer: Block 1: Base reward: 1875000.0000000000 KGH Block 2: Base reward: 1406250.0000000000 KGH Block 5: Base reward: 593261.7187500000 KGH Block 20: Base reward: 7928.0298473350 KGH Block 30: Base reward: 446.4552254250 KGH Block 40: Base reward: 0.0100000000 KGH You see? Millions of coins have been emitted in the first blocks and emission factor is extremely high. Now reward is only 0.01 and miners are mining for nothing. Those coin emitted is for exchange, faucet and for the development of the kwagsh community. I would not have allowed the launch if miners are mining for nothing. Its a community that will profit miners etc. Its was tested for a long time before its release, base reward is peg at 0.01KGH. Others can give you 10 or 10000 but kwagsh is 0.01KGH Wow, are you serious? You actually intend this as a feature of the coin and not a bug? I was giving you the benefit of the doubt by assuming you would see this bug and fix it, but now it's clear that you have no idea what you're doing. Everyone, stay FAR AWAY from this scam coin! The dev is delusional and thinks that a 0.01 block reward is fair when he's premined over 10 million coins. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: SpinningTruth on March 25, 2018, 07:00:53 PM So, .01 block reward is working as intended?
Why would anyone bother to mine this? Would you please explain your reasoning for those of us who just don't get it.... Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Saugani on March 26, 2018, 04:27:08 AM So, .01 block reward is working as intended? Why would anyone bother to mine this? Would you please explain your reasoning for those of us who just don't get it.... may be into price to da moon guys ;D we're waiting listed markets ;D so.... 0.01 / reward * 0.00050000 BTC ::) cool thank a lot Dev :-* Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 26, 2018, 04:46:13 AM So, .01 block reward is working as intended? Why would anyone bother to mine this? Would you please explain your reasoning for those of us who just don't get it.... may be into price to da moon guys ;D we're waiting listed markets ;D so.... 0.01 / reward * 0.00050000 BTC ::) cool thank a lot Dev :-* Even if this did get on an exchange, who would invest in a coin where the dev owns 99.999998% of the supply? This is not a made up number, this is actually the percentage of coins the dev holds compared to everyone else. Have you ever heard of a 99.999998% premine? If anyone here is still mining this, WHY? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: agusiska on March 26, 2018, 05:20:16 AM why KWAGSH coin wallet only available on linux, what about windows, im waiting your update about windows wallet sir, coz i dont think about using linux only for installing KWAGSH wallet on my notebook. ;D
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ght3d on March 26, 2018, 05:49:02 AM So, .01 block reward is working as intended? Why would anyone bother to mine this? Would you please explain your reasoning for those of us who just don't get it.... may be into price to da moon guys ;D we're waiting listed markets ;D so.... 0.01 / reward * 0.00050000 BTC ::) cool thank a lot Dev :-* Even if this did get on an exchange, who would invest in a coin where the dev owns 99.999998% of the supply? This is not a made up number, this is actually the percentage of coins the dev holds compared to everyone else. Have you ever heard of a 99.999998% premine? If anyone here is still mining this, WHY? I love the description. A dev puts this kind of description when there's nothing innovative about a coin. Guess what, all coins have a new mnemonic seed generator. Zero info about the coin specs,no website, no roadmap, a shady reward system and silently pre-mined blocks tells me that it's a just a pump'n'dump shitcoin and the dev will dissapear when this hits exchanges. People, beware, mine this at your risk. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: keseoma on March 26, 2018, 07:04:57 AM block reward is 0.01,,,, WTF ?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cleder on March 26, 2018, 07:21:41 AM Can you explain this? Miners, read this post before wasting your hashpower on this shitcoin. From the block explorer: Block 1: Base reward: 1875000.0000000000 KGH Block 2: Base reward: 1406250.0000000000 KGH Block 5: Base reward: 593261.7187500000 KGH Block 20: Base reward: 7928.0298473350 KGH Block 30: Base reward: 446.4552254250 KGH Block 40: Base reward: 0.0100000000 KGH You see? Millions of coins have been emitted in the first blocks and emission factor is extremely high. Now reward is only 0.01 and miners are mining for nothing. everything was revealed Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Saugani on March 26, 2018, 09:51:41 AM So, .01 block reward is working as intended? Why would anyone bother to mine this? Would you please explain your reasoning for those of us who just don't get it.... may be into price to da moon guys ;D we're waiting listed markets ;D so.... 0.01 / reward * 0.00050000 BTC ::) cool thank a lot Dev :-* Even if this did get on an exchange, who would invest in a coin where the dev owns 99.999998% of the supply? This is not a made up number, this is actually the percentage of coins the dev holds compared to everyone else. Have you ever heard of a 99.999998% premine? If anyone here is still mining this, WHY? I love the description. A dev puts this kind of description when there's nothing innovative about a coin. Guess what, all coins have a new mnemonic seed generator. Zero info about the coin specs,no website, no roadmap, a shady reward system and silently pre-mined blocks tells me that it's a just a pump'n'dump shitcoin and the dev will dissapear when this hits exchanges. People, beware, mine this at your risk. Haaa :D lol..... what you guys don't realize. So!! this times, Coin algorithm Cryptonight many once appeared but don't know how it's going to be good. Let's look at this coin, if the team & Dev will update the latest news - the public will certainly more than be happy ;) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 28, 2018, 10:06:18 AM https://avatars0.githubusercontent.com/u/37370757?s=400&v=4 Your Favorite Kwagsh will be available in 5 hours, developer had to remove the code because of lot the voice of the people who mainly complain about the premine and why reward was cut down grammatically. Please note that the premine was for the promotion of the community, because we intend to involve other developer to improve the code and make it different from other cryptonote implemented coin. In moving forward right now, this is the present decision of the kwagsh dori
Code: sudo rm -r .kwagsh
Code,wallet, and mining we be available within the 5 hours time. Please contribute your knowledge to kwagsh for better community development. POOL pool.kwagsh.xyz (http://pool.kwagsh.xyz) WALLET https:github.com/kwash-dev/kwagsh (http://https:github.com/kwash-dev/kwagsh) EXCHANGE Kwagsh was initially listed on c-cex.com (http://c-cex.com) for voting when the code was drop exchange.crepcoin.com (http://exchange.crepcoin.com) coming soon livecoin.net (http://livecoin.net) Report bug to bugs@kwagsh.xyz Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Shjawad0306 on March 28, 2018, 04:52:19 PM Hi Dear How Are You. I am working as a supporter to list all Coins Owners To list there coin on Octaex Exchange via vote if you want to list your coin on this exchange On This Exchange I have a great and fastest community who can do this vote job for you we already voted
Bit Smile Arab Token And they listed As fastest 24 houts and they gives us reward in shape of coin so if you want. My community team is ready to complete Your This Task if you Give us this task. Waiting For your response Best Regads: Syed Hassan Jawad My Whats App +923448439161 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: sorinslv on March 28, 2018, 05:27:51 PM i hope this time you make windows wallet when you launch again.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 28, 2018, 07:46:15 PM i hope this time you make windows wallet when you launch again. We are working on them will soon bring them out in the next hour. Welcome to the communityTitle: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: SheVa69 on March 28, 2018, 07:51:37 PM i hope this time you make windows wallet when you launch again. We are working on them will soon bring them out in the next hour. Welcome to the communityTitle: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 28, 2018, 08:32:42 PM i hope this time you make windows wallet when you launch again. We are working on them will soon bring them out in the next hour. Welcome to the communityhttps://discord.gg/uWyFZmf Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 28, 2018, 09:24:11 PM Hi all,
Due to the developer taking the time to listen to the community and release the coin again more fairly I have taken the time to compile the wallet for windows. See the link below: https://mega.nz/#!r08kWaqZ!tUHKpR96ULeIM9a4kBFTEgRambzfe724ueYcP8ZaP3I (https://mega.nz/#!r08kWaqZ!tUHKpR96ULeIM9a4kBFTEgRambzfe724ueYcP8ZaP3I) Happy mining. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 28, 2018, 10:45:54 PM Lets boost the Kwagsh Community fairly by voting for it to be listed in OCTAEX (https://octaex.com/vote) and https://exchange.crepcoin.org/votes.php
(https://exchange.crepcoin.org/votes.php) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on March 28, 2018, 11:15:34 PM no Windows GUI wallet?? Download the console window wallet for here https://github.com/kwash-dev/kwagsh/releases (https://github.com/kwash-dev/kwagsh/releases)Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cryptonomicon25 on March 29, 2018, 12:03:55 AM I have also compiled the windows GUI wallet below, enjoy:
https://mega.nz/#!y0cTUICS!s4adXnqRtZyetkNts2EHTlMjEtEXEvcrUgCSsOq_YI8 (https://mega.nz/#!y0cTUICS!s4adXnqRtZyetkNts2EHTlMjEtEXEvcrUgCSsOq_YI8) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Shjawad0306 on March 29, 2018, 05:14:26 AM Hi Dear How Are You. I am working as a supporter to list all Coins Owners To list there coin on Octaex Exchange via vote if you want to list your coin on this exchange On This Exchange I have a great and fastest community who can do this vote job for you we already voted
Bit Smile Arab Token And they listed As fastest 24 houts and they gives us reward in shape of coin so if you want. My community team is ready to complete Your This Task if you Give us this task. Waiting For your response Best Regads: Syed Hassan Jawad My Whats App +923448439161 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: poplar1987 on March 29, 2018, 12:09:53 PM Hi, dev, I suggest to add the windows gui wallet links on the 1# floor, sothat the newcomers can easily start mining.
The windows gui wallet is here: https://github.com/kwash-dev/kwagsh/releases Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: poplar1987 on March 30, 2018, 10:10:05 AM The hash reached 100K today
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: JBnl on March 30, 2018, 11:44:52 AM Hi,
My pool for the new chain is up again: 2% fee. Payments every 10 minutes. http://kwagsh.hashpool.frl/# Good luck mining! J B Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: CryptoMan007 on April 02, 2018, 01:32:43 PM I have started to mine this , what are the future plans and whitepaper for this coin
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: andrei518 on April 03, 2018, 03:56:14 AM vote
https://www.octaex.com/vote/index/page/2 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lilszi on April 05, 2018, 11:07:57 AM lol these fake comments
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on April 07, 2018, 04:47:22 PM Hello could I give you some more information about this currency? website, rrss? telegram? discord? Is there any news or news in relation?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Eulalila on April 07, 2018, 05:14:11 PM Is there going to be an updated whitepaper? After reading the current whitepaper it seems like this token is going to be completely generic and doesn't have anything to do with gold apart from the name.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: sanich21 on April 08, 2018, 07:17:56 PM [KGH] Kwagsh https://discord.gg/ZjhumS http://kgh.newpool.pw (fee 0%) GIVES FREE VPN tunnel! Poole proved to be reliable. Updates are installed quickly! VPN PROTECTION! Better than SSL (hides your ports) Propose a new mineral! It was just me! Encryption of all traffic is 128bit. PPTP VPN server is designed to be more than 1400 connections. (I can expand this number at any time) VPN only works with my pool! (the test was conducted on 80 people, the server thus loaded 3-4%) When negotiating with miners. Settings: -------------------------------------------------- - PPTP Server: 185.212.149.57 Login: mining Password: mining Encryption required: mschap-v2 -------------------------------------------------- Traffic is allowed only to my pool and my pool page! Traffic is calculated only for mining! Mining Pool Address: kgh.newpool.pw (ports: 4017, 4018, 4019) Mining Pool Address: 149.36.64.180 (ports: 4017, 4018, 4019) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: mortificator on April 09, 2018, 09:57:34 PM Please add roadmap
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Rjred1 on April 10, 2018, 04:27:11 AM Is there any info at all about this project. I can't find a single thing.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: igotek on April 10, 2018, 10:53:24 AM Waiting for the exchanges... Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: sanich21 on April 10, 2018, 01:00:31 PM http://kgh.newpool.pw/ add explorer :o
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: NJKola on April 10, 2018, 06:38:16 PM Discord ?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: NitroAcid on April 11, 2018, 04:27:05 AM need technical infirmation . emission? supply per block and other
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: hieuhn05 on April 11, 2018, 05:57:13 AM this can scammmmmmmmmmmmmmmmmmmmmmmm
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on April 11, 2018, 08:05:13 AM Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: hieuhn05 on April 11, 2018, 08:28:29 AM when will be listed on exchange,stock.exchange or livecoin exchange is good
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on April 11, 2018, 11:48:24 PM Invalid link... Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: sanich21 on April 12, 2018, 04:42:55 AM Invalid link... Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on April 12, 2018, 07:19:51 PM Mining in the wallet does not work good, 2 times already it starts mining but when i leave it open for the night after a couple of hours the payments stops but it's still mining...this happens already 2 times. Error creating SSL context will be solved in the next update. What pool are you mining with?Also when u start the wallet there's an error message: "Error creating SSL context "... Where is the dev?...and why is the discord link again not working?...i seems to me a nice project but there's to little interaction with the people :( Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on April 12, 2018, 07:23:28 PM Discord ? Quote https://discord.gg/XjXxf use this https://discord.gg/2J49X Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: KevinMiles on April 12, 2018, 07:58:38 PM This coin rocks, lets teach it to fly ;)
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on April 13, 2018, 10:36:04 AM Quote use this https://discord.gg/2J49X Also an invalid link, i think you do something wrong with getting/making the discord link. https://discord.gg/uWyFZmf Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on April 13, 2018, 12:05:14 PM Hello dev! Do you have any new information? the roadmap or the project whitebook? It would be interesting and important that the staff will come by here to have us up to date so that people stop saying nonsense like scam etc etc, we already know that the forum is full of newbay that are half of them and you have to keep them informed so that they do not detract the post and release shit by the mouth
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: NitroAcid on April 13, 2018, 09:46:58 PM Emission 184 billion ? thats right?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Apula on April 13, 2018, 11:12:03 PM looks good and planned! I'll be hoping for this project to go a long way and become successful!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: newbie_2010 on April 14, 2018, 12:15:29 AM Hello dev! Do you have any new information? the roadmap or the project whitebook? It would be interesting and important that the staff will come by here to have us up to date so that people stop saying nonsense like scam etc etc, we already know that the forum is full of newbay that are half of them and you have to keep them informed so that they do not detract the post and release shit by the mouth "Invite Expired" Please give me good link... :) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: jujubax on April 14, 2018, 12:23:23 AM I am one of the unlucky here. Started to mine this coin and was getting some blocks.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: stephanie9428s on April 14, 2018, 10:24:00 AM What a potential project!!! I’m looking forward to joining in this ;)
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on April 14, 2018, 11:32:15 AM Hello dev! Do you have any new information? the roadmap or the project whitebook? It would be interesting and important that the staff will come by here to have us up to date so that people stop saying nonsense like scam etc etc, we already know that the forum is full of newbay that are half of them and you have to keep them informed so that they do not detract the post and release shit by the mouth "Invite Expired" Please give me good link... :) https://discord.gg/9mPQs update link invite Discord ;) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Lay.G on April 15, 2018, 09:52:42 AM Hi,
I've set up a pool with 2% fee . http://kwagsh.epool.site/ ;) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Vikhy on April 15, 2018, 11:04:05 AM What is the purpose of this coin ? Just another clone or some new implementation ?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: mhyg on April 16, 2018, 08:56:11 AM Official Website : https://kwagsh.com/
- No whitepaper :-\ - No roadmap :-\ - No team description :-\ - Blockexplorer offline :-\ - Official pool dead :-\ - Second pool alive but no miner :-\ - No communication about the project :-\ Crepcoin exchange project : This exchange has big problems with an other Cryptonight Coin, all withdrawals are impossible. I think it's not a good idea to plan to enter this exchange :-\ Project gone wrong. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on April 16, 2018, 09:49:49 AM Official Website : https://kwagsh.com/ - No whitepaper :-\ - No roadmap :-\ - No team description :-\ - Blockexplorer offline :-\ - Official pool dead :-\ - Second pool alive but no miner :-\ - No communication about the project :-\ Crepcoin exchange project : This exchange has big problems with an other Cryptonight Coin, all withdrawals are impossible. I think it's not a good idea to plan to enter this exchange :-\ Project gone wrong. Novice, a project that has less than 20 days, is a failed project? Are you a fool or just another moron who does not know how this world works and thinks he is going to get rich in 10 days? Really shoot yourself and free us from the useless world like you. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: mhyg on April 16, 2018, 04:49:00 PM Official Website : https://kwagsh.com/ - No whitepaper :-\ - No roadmap :-\ - No team description :-\ - Blockexplorer offline :-\ - Official pool dead :-\ - Second pool alive but no miner :-\ - No communication about the project :-\ Crepcoin exchange project : This exchange has big problems with an other Cryptonight Coin, all withdrawals are impossible. I think it's not a good idea to plan to enter this exchange :-\ Project gone wrong. Novice, a project that has less than 20 days, is a failed project? Are you a fool or just another moron who does not know how this world works and thinks he is going to get rich in 10 days? Really shoot yourself and free us from the useless world like you. Ok, so your advice is better than all the others ? We can’t give our opinion ? A new member on a forum makes him a beginner in the field ? Fortunately not. Why are so agressive ? You seems to be a appreciated member of this forum and I don’t understand your reaction. 25.03 : Cav032 request info to dev about the project --> no response 25.03.18 : ac-invent request info to dev about the project —> no response 25.03.18 : ac-invent qrequest info to dev about the project (second time) —> no response 02.04.18 : tautabmorrlu request info to dev about the project —> no response 07.04.18 : Espargon (you) request info to dev about the project —> no response 07.04.18 : Eulalila request info to dev about the project —> no response 09.04.18 : Mortificator request info to dev about the project —> no response 11.04.18 : Nitroacid request info to dev about the project —> no response 11.04.18 : Kda 2018 request info to dev about the project —> no response 13.04.18 : Espargon (you once again) request info to dev about the project —> no response 15.04.18 : Vikhy request info to dev about the project —> no response. First message of the thread, no website address. You can find this info on github only, not really ideal. Why it’s gone wrong for me ? Because in all project (crypto or not) if you want support of investissors, people, organisation … you must to have a solid file to convinc people to follow you. Actually, why people are interested to mining this coin rather an other? Not for the roadmap or the whitepaper, just only because the reward are high and they’re thinking they could be have a lot of money when this coin will be on exchange. Today, there are thousands of project in crypto, if a project want to break away from others, devs and creators must do everything right from the launch. If you understand my "project gone wrong" like " it’s a scam", it was not my thought, but rather "it’s not good for attracting people and put them in trust". Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: mhyg on April 16, 2018, 04:55:10 PM It does not work if u reply with hate to haters, you now just keep feeding more hate into the world.. I'm not an hater Crypto21002, I give my opinion. ;). I have something else to do than do the troll or hater on the forums. Why everytime someone ask more information about this project, devs not responding ? That would change a lot of things about the credibility of this project, don't you think ? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Gladiatus200 on April 18, 2018, 03:33:50 PM What is the maximum supply of this coin? ??? ::)
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: stanbtc on April 19, 2018, 08:20:56 AM link to tradeogre exchange coins listing application
https://docs.google.com/forms/d/e/1FAIpQLScolXS8WMCDG7j8dIAbmutrQR6BWD5BrOCcRKJLCFfgPTBwoQ/viewform?usp=sf_link Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on April 20, 2018, 03:08:48 PM Do not give up on this project. here in Brazil we started the NBR in the month of November and today we already have a big community growing with faith. When we started many criticized and even that was not enough to give up the coin.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on April 20, 2018, 08:27:28 PM You have to be patient the cryptocurrencies must be taken with a good path and looking for feasible objectives for now the network is stable the portfolios work, it is true that there is a little more communication and updates around here so that people are more calm, but we do not have that go crazy just keep supporting and collaborating!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Conectiva7 on April 24, 2018, 09:58:03 PM link to tradeogre exchange coins listing application I hope this coin is listed here. :)https://docs.google.com/forms/d/e/1FAIpQLScolXS8WMCDG7j8dIAbmutrQR6BWD5BrOCcRKJLCFfgPTBwoQ/viewform?usp=sf_link Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: jujubax on April 25, 2018, 12:16:07 AM I'm not an hater , I give my opinion. Wink.
I have something else to do than do the troll or hater on the forums. Why everytime someone ask more information about this project, devs not responding ? That would change a lot of things about the credibility of this project, don't you think ? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on April 27, 2018, 09:54:12 PM a new exchange has added this currency to your list, at least it's something
https://altex.exchange/markets&pair=BTC_KGH Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: gameparadise007 on April 28, 2018, 03:14:37 AM what are the other pools, apart from the https://pool.kwagsh.xyz/# ?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Arclite.F22 on April 28, 2018, 09:10:36 AM wallet doesn't send funds, what's the problem can it be?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Conectiva7 on April 28, 2018, 09:21:20 AM what are the other pools, apart from the https://pool.kwagsh.xyz/# ? http://kgh.newpool.pw/ ;) a new exchange has added this currency to your list, at least it's something This is a good start, thank you. ;Dhttps://altex.exchange/markets&pair=BTC_KGH Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on April 28, 2018, 12:10:09 PM what are the other pools, apart from the https://pool.kwagsh.xyz/# ? http://kgh.newpool.pw/ ;) a new exchange has added this currency to your list, at least it's something This is a good start, thank you. ;Dhttps://altex.exchange/markets&pair=BTC_KGH If it is good news for more people to begin to take this coin seriously, we will see if after a few weeks we have more miners and more exchanges ready for this currency to begin to be capitalized and have an interesting price, but mainly among all in rrss we have to make it known to new investors or miners so that it arrives in a good port !!!! Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: davey76 on April 28, 2018, 08:45:52 PM what are the other pools, apart from the https://pool.kwagsh.xyz/# ? http://kgh.newpool.pw/ ;) a new exchange has added this currency to your list, at least it's something This is a good start, thank you. ;Dhttps://altex.exchange/markets&pair=BTC_KGH If it is good news for more people to begin to take this coin seriously, we will see if after a few weeks we have more miners and more exchanges ready for this currency to begin to be capitalized and have an interesting price, but mainly among all in rrss we have to make it known to new investors or miners so that it arrives in a good port !!!! We have a few dumpers on Altex (https://altex.exchange/register&ref=648), now we need buyers :) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: jujubax on April 28, 2018, 11:00:07 PM I see day by day, ASICS of many coins are launching, individually or multiple.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Hamilton89 on May 03, 2018, 06:55:41 PM You should request to be listed on Coinlib.io! https://coinlib.io/request :)
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: jujubax on May 03, 2018, 11:25:49 PM I love the description. A dev puts this kind of description when there's nothing innovative about a coin. Guess what, all coins have a new mnemonic seed generator. Zero info about the coin specs,no website, no roadmap, a shady reward system and silently pre-mined blocks tells me that it's a just a pump'n'dump shitcoin and the dev will dissapear when this hits exchanges. People, beware, mine this at your risk.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: polytone on May 08, 2018, 04:08:33 AM window wallet error . api-ms-win-runtime-l1-1-0.dll is missing , how to solve this
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Conectiva7 on May 08, 2018, 01:29:35 PM window wallet error . api-ms-win-runtime-l1-1-0.dll is missing , how to solve this Missing some DLLs on your system, see if that will solve. ;)1° Service Pack 1 https://www.microsoft.com/en-US/download/details.aspx?id=5842 ------------------- 2° Visual C++ Redistributable for Visual Studio 2015 https://www.microsoft.com/en-us/download/details.aspx?id=48145 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cmmhbct on May 10, 2018, 01:24:08 AM Hello,
Why my wallet shown the error message: Error: Error Creating SSL context () how to fix it? Furthermore, I can not send my coins out of my wallet? What's wrong with it? Thanks all for your help. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Conectiva7 on May 10, 2018, 09:21:01 PM Hello, Error Creating SSL context () .... I would also like to know Why my wallet shown the error message: Error: Error Creating SSL context () how to fix it? Furthermore, I can not send my coins out of my wallet? What's wrong with it? Thanks all for your help. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: smile226688 on May 12, 2018, 02:50:30 PM I really impressed how easy it worked and great jobs you did on your website! Good luck to continue this job!!!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: davey76 on May 14, 2018, 08:46:47 AM We had a spike in hashrate, the diff went skyhigh. Now most of the hashrate has gone and the diff has to adjust. Result is that it takes a long to time find a block now. On the other hand: you will get a big reward if you mine now :)
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: khanhii on May 16, 2018, 02:30:42 AM a very amazing project. good projects and interesting. I'm sure this project will be successful and provide benefits to people who join your project.
Egretia Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Nicolas9 on May 16, 2018, 03:46:29 AM Hey, guys. Seems like Seal is pretty good project. Good luck, guys!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Emilytran on May 17, 2018, 06:51:21 AM The Idea of this project looks like quite interesting, but now it's only Idea. I'd like to see how it will be developed and realized.
egretia Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Conectiva7 on May 17, 2018, 03:05:28 PM Can anyone send KWAGSH coins out of Windows wallet over the last few days? My wallet stopped in block 13607. I'm not sure, but soon after installing aio-runtimes_v2.4.6 and DirectX 9.0c End-User Runtime, the "SSL error" disappeared.I can not send my coins out due to SSL errors. How to fix the issue? Please help me, everyone. Anyway, nothing works here :P http://explorer.kwagsh.xyz https://pool.kwagsh.xyz/#blockchain_blocks Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: tuanytcc on May 18, 2018, 03:14:54 AM My wallet stopped in block 13607. I'm not sure, but soon after installing aio-runtimes_v2.4.6 and DirectX 9.0c End-User Runtime, the "SSL error" disappeared. Where are KWAGSH team of devs?Anyway, nothing works here :P http://explorer.kwagsh.xyz https://pool.kwagsh.xyz/#blockchain_blocks Account of Kwaghs dev seems to inactive recently. Hope that the project has been still developed, I mined millions of KWAGSH, which are stucked in my wallet, lol. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 19, 2018, 07:54:19 AM Quote https://discord.gg/uWyFZmf Let's all join the discord, maybe if the devs see the action of the people the project will be more active! All kwagsh services will so be restored soonest Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ilcapitano on May 19, 2018, 10:29:01 AM All kwagsh services will so be restored soonest How to fix SSL errors, so that I can send my coins out of my windows wallet, kwagsh?If there are solutions, please tell me. Then, I will start mining KWAGSH again. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: farukajam on May 19, 2018, 02:45:53 PM Node info
Status: Offline.. when will online. many time i email u.. not replay me. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 20, 2018, 02:16:44 PM Node info Status: Offline.. when will online. many time i email u.. not replay me. Kwagsh team need donations to keep the project alive please donate BTC: 34B1Hrt4sZNf9no9s98iYXaDSiEWxeJZZK Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on May 20, 2018, 06:00:54 PM Node info Status: Offline.. when will online. many time i email u.. not replay me. Kwagsh team need donations to keep the project alive please donate BTC: 34B1Hrt4sZNf9no9s98iYXaDSiEWxeJZZK Dev I will donate 100 mil KGH (equal to 1BTC @ current price) for you to have a development fund. Please reply if this will help. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 20, 2018, 07:51:18 PM Node info Status: Offline.. when will online. many time i email u.. not replay me. Kwagsh team need donations to keep the project alive please donate BTC: 34B1Hrt4sZNf9no9s98iYXaDSiEWxeJZZK Dev I will donate 100 mil KGH (equal to 1BTC @ current price) for you to have a development fund. Please reply if this will help. Better we are interested Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: thd26bct on May 21, 2018, 04:14:16 AM Better we are interested Do I have to upgrade my wallet to send my coins out of the wallet, kwagsh?Is it a mandatory wallet upgrade? However, thanks for opening funds for future developments of the KWAGSH project. I gonna send my donations when my wallet works. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 21, 2018, 04:25:01 AM Better we are interested Do I have to upgrade my wallet to send my coins out of the wallet, kwagsh?Is it a mandatory wallet upgrade? However, thanks for opening funds for future developments of the KWAGSH project. I gonna send my donations when my wallet works. You will be informed about the next upgrade, upgrade is on the way. we are working on that. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: newbie_2010 on May 21, 2018, 04:33:02 AM Node info Status: Offline.. when will online. many time i email u.. not replay me. Kwagsh team need donations to keep the project alive please donate BTC: 34B1Hrt4sZNf9no9s98iYXaDSiEWxeJZZK Dev I will donate 100 mil KGH (equal to 1BTC @ current price) for you to have a development fund. Please reply if this will help. Better we are interested Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on May 21, 2018, 04:47:30 AM Node info Status: Offline.. when will online. many time i email u.. not replay me. Kwagsh team need donations to keep the project alive please donate BTC: 34B1Hrt4sZNf9no9s98iYXaDSiEWxeJZZK Dev I will donate 100 mil KGH (equal to 1BTC @ current price) for you to have a development fund. Please reply if this will help. Better we are interested What is your KGH donation address? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: futurecapitano on May 21, 2018, 04:55:43 AM Currently, KWAGSH team only presented BTC address for donation funds:
Code: Kwagsh team need donations to keep the project alive please donate What is your KGH donation address? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 21, 2018, 07:22:05 AM Currently, KWAGSH team only presented BTC address for donation funds: Code: Kwagsh team need donations to keep the project alive please donate What is your KGH donation address? KWAGSH ADDRESS: aaQxGQaKhg3CLbXGxpDPrESPZ3HwHejR24BcuU38y6SddLzGpRfMtUTCaph1t7Qbh3WLLFhUFNhgeDj 7ZrunbWRy6ko5iUPUGb sorry for not indicating it Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: sawsaw987jig on May 21, 2018, 08:23:58 AM I really impressed how easy it worked and great jobs you did on your website! Good luck to continue this job!!!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: robinsonhansomeno.1 on May 21, 2018, 08:29:01 AM I really impressed how easy it worked and great jobs you did on your website! Good luck to continue this job!!!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 21, 2018, 08:30:06 AM I really impressed how easy it worked and great jobs you did on your website! Good luck to continue this job!!! Today we will expand by adding more nodes and a complete update of kwagsh will be roled out, not mandatory but it will help with sync and other minor corrections. Thanks for your faiths.. You guys are really dedicated people. much love Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on May 21, 2018, 12:08:58 PM I really impressed how easy it worked and great jobs you did on your website! Good luck to continue this job!!! Today we will expand by adding more nodes and a complete update of kwagsh will be roled out, not mandatory but it will help with sync and other minor corrections. Thanks for your faiths.. You guys are really dedicated people. much love This is wonderful news. I'm sure many in the KGH community will be pleased. Dev, Edit your donation wallet address. When copying and pasting, there is a space in it that doesn't belong and will cause a send error. aaQxGQaKhg3CLbXGxpDPrESPZ3HwHejR24BcuU38y6SddLzGpRfMtUTCaph1t7Qbh3WLLFhUFNhgeDj 7ZrunbWRy6ko5iUPUGb transaction 4b3da6090b694958e3761fd04798b95668899481c1d2f8af827dc194a1d12f35 transaction 6c69d3f86f9de2be3f0dff18b53a7182898fb31230ca6c7c1428d0ea89ac75a1 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 21, 2018, 07:39:11 PM I really impressed how easy it worked and great jobs you did on your website! Good luck to continue this job!!! Today we will expand by adding more nodes and a complete update of kwagsh will be roled out, not mandatory but it will help with sync and other minor corrections. Thanks for your faiths.. You guys are really dedicated people. much love This is wonderful news. I'm sure many in the KGH community will be pleased. Dev, Edit your donation wallet address. When copying and pasting, there is a space in it that doesn't belong and will cause a send error. aaQxGQaKhg3CLbXGxpDPrESPZ3HwHejR24BcuU38y6SddLzGpRfMtUTCaph1t7Qbh3WLLFhUFNhgeDj 7ZrunbWRy6ko5iUPUGb transaction 4b3da6090b694958e3761fd04798b95668899481c1d2f8af827dc194a1d12f35 transaction 6c69d3f86f9de2be3f0dff18b53a7182898fb31230ca6c7c1428d0ea89ac75a1 We have confirmed it thanks, source code update is completed. GUI wallet will be updated also . Thanks all Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: stanbtc on May 21, 2018, 09:45:32 PM Hi Dev..any plans for KGH to be assic resistant?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 22, 2018, 02:35:03 AM Source code update have been completed including the GUI, all services will be restored. Also thanks to the kwagsh community and kwagsh main exchange partner ALTEX.EXCHANGE (https://altex.exchange/register&ref=611) who kept kwagsh alive as the update was on going.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Nicolas9 on May 22, 2018, 03:09:55 AM I did not quite understand the main idea of the project. How can you divide the sky? And in general, what will be the sense of using your platform?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lhtot8 on May 22, 2018, 03:27:19 AM Source code update have been completed including the GUI, all services will be restored. Also thanks to the kwagsh community and kwagsh main exchange partner ALTEX.EXCHANGE (https://altex.exchange/register&ref=611) who kept kwagsh alive as the update was on going. So, I have simple question for now.Can I start mining again? Have all things on KWAGSH network back to normal conditions, dev? Thanks for your time to answer my question. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 22, 2018, 06:31:33 AM I did not quite understand the main idea of the project. How can you divide the sky? And in general, what will be the sense of using your platform? One advantage of using using kwagsh will be for merchant purposes, this will be achieved very soon. I was discussing with a partner recently but they suggested that we expand the network first and then bring out an android wallet which they say will encourage usage. The last partner is from the sport industry but that one said they are watching and getting to know kwagsh. So the game is on to achieve those suggestions by those partners. We can achieve it. Kwagsh team need an android developer any good one for us? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 22, 2018, 06:54:59 AM Source code update have been completed including the GUI, all services will be restored. Also thanks to the kwagsh community and kwagsh main exchange partner ALTEX.EXCHANGE (https://altex.exchange/register&ref=611) who kept kwagsh alive as the update was on going. So, I have simple question for now.Can I start mining again? Have all things on KWAGSH network back to normal conditions, dev? Thanks for your time to answer my question. Everything will work in 24hrs Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on May 22, 2018, 03:27:45 PM Source code update have been completed including the GUI, all services will be restored. Also thanks to the kwagsh community and kwagsh main exchange partner ALTEX.EXCHANGE (https://altex.exchange/register&ref=611) who kept kwagsh alive as the update was on going. So, I have simple question for now.Can I start mining again? Have all things on KWAGSH network back to normal conditions, dev? Thanks for your time to answer my question. Everything will work in 24hrs Awesome news :) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lhtot8 on May 23, 2018, 02:04:03 AM Everything will work in 24hrs Wow, amazing news for KWAGSH community, in particular miners.I had actually mined millions of KWAGSH several days ago (maybe more than one week ago), for now those coins stucked in my wallet. I can not send it to altex.exchange. Hope that KWAGSH team will completely fix the problem. If yes, I gonna turn back to mine KWAGSH. Thanks in advance. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 23, 2018, 09:57:43 AM Explorer: http://explorer.kwagsh.xyz (http://explorer.kwagsh.xyz)
POOL: http://kgh.kwagsh.xyz (http://kgh.kwagsh.xyz) https://pool.kwagsh.xyz (https://pool.kwagsh.xyz) Exchange: ALTEX.EXCHANGE (https://altex.exchange/register&ref=611) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on May 23, 2018, 12:40:48 PM Everything will work in 24hrs Wow, amazing news for KWAGSH community, in particular miners.I had actually mined millions of KWAGSH several days ago (maybe more than one week ago), for now those coins stucked in my wallet. I can not send it to altex.exchange. Hope that KWAGSH team will completely fix the problem. If yes, I gonna turn back to mine KWAGSH. Thanks in advance. What version of the wallet are you currently trying to send from? Always keep up to date by checking github for the latest builds. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 23, 2018, 03:59:08 PM Everything will work in 24hrs Wow, amazing news for KWAGSH community, in particular miners.I had actually mined millions of KWAGSH several days ago (maybe more than one week ago), for now those coins stucked in my wallet. I can not send it to altex.exchange. Hope that KWAGSH team will completely fix the problem. If yes, I gonna turn back to mine KWAGSH. Thanks in advance. Get this for ubuntu https://github.com/kwash-dev/kwagsh/releases/tag/v1.4.7 (https://github.com/kwash-dev/kwagsh/releases/tag/v1.4.7) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 23, 2018, 08:55:42 PM https://pool.kwagsh.xyz/ not working pool.kwagsh.xyz:3333 pool.kwagsh.xyz:5555, pool.kwagsh.xyz:7777 pool.kwagsh.xyz:8888, its mining, am working on the front page but it is mining Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 23, 2018, 09:18:02 PM https://pool.kwagsh.xyz/ not working IS working perfectly http://pool.kwagsh.xyz (https://pool.kwagsh.xyz)Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 23, 2018, 09:41:05 PM pool not pay coin on 8 hour, wtf with kgh @@ POOL is working perfectly after the update pool.kwagsh.xyz (http://pool.kwagsh.xyz) kgh.kwagsh.xyz (http://kgh.kwagsh.xyz) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 23, 2018, 09:43:44 PM We had a spike in hashrate, the diff went skyhigh. Now most of the hashrate has gone and the diff has to adjust. Result is that it takes a long to time find a block now. On the other hand: you will get a big reward if you mine now :) I will start mining again if I know how to fix SSL error of my wallet, which I have never faced with. I am not sure bit maybe due to this one, I can not send my coins out of my wallet.Anyone help? Thanks. Get the new wallet, no more ssl error https://github.com/kwash-dev/kwagsh/releases/tag/v1.4.7 (https://github.com/kwash-dev/kwagsh/releases/tag/v1.4.7) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 23, 2018, 09:47:45 PM Node info Status: Offline.. when will online. many time i email u.. not replay me. Its back and working perfectly Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: igorsantos on May 24, 2018, 02:03:19 AM pool not pay coin on 8 hour, wtf with kgh @@ POOL is working perfectly after the update pool.kwagsh.xyz (http://pool.kwagsh.xyz) kgh.kwagsh.xyz (http://kgh.kwagsh.xyz) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 24, 2018, 07:25:24 PM Get the new wallet, no more ssl error https://github.com/kwash-dev/kwagsh/releases/tag/v1.4.7 (https://github.com/kwash-dev/kwagsh/releases/tag/v1.4.7) THanks for all your great works to bring KWAGSH back to life.However, I hope that you will release Windows GUI wallet for windows. Currently, we only have wallet for Ubuntu. Thanks in advance, kwagsh. Download the window wallet from here DOWNLOAD (http://pool.kwagsh.xyz/#getting_started) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: caytienbct on May 25, 2018, 02:52:59 AM Download the window wallet from here DOWNLOAD (http://pool.kwagsh.xyz/#getting_started) Thank you, kwagsh.I downloaded the wallet, it worked well without old SSL errors. However, this version is not Windows GUI wallet, then I don't know how to open my backup file (of old wallet). How to do this, dev? Please help me. Notes: This is what I got: "Failed to query outdated pool transaction ...." Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: davey76 on May 25, 2018, 08:13:39 AM Kwagsh is now also tradeable against LTC! https://altex.exchange/markets&pair=LTC_KGH (https://altex.exchange/register&ref=648)
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: hieuhn05 on May 25, 2018, 02:55:26 PM discord please
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 25, 2018, 08:18:15 PM discord please https://discord.gg/uWyFZmf (https://discord.gg/uWyFZmf) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bebum on May 27, 2018, 03:51:58 AM This is really interesting project. This increases confidence. Thanks to the developers for the project, I like to observe the development of the project. Good luck guys
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: hieuhn05 on May 28, 2018, 09:15:44 AM when will have the new exchange..altex exchange maybe no body in there buy.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: 50viperman on May 28, 2018, 05:30:16 PM ANYONE else having problem with downloading windows wallet..when open , seems to be empty...not working..anyone
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kellog9000 on May 29, 2018, 05:45:36 AM Trade Now!
https://altex.exchange/register&ref=60 BTC XMR LTC pair - KGH (KWAGSH) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Coindgr on May 29, 2018, 05:54:17 AM Where can we see emission detail? How many devs? No roadmap? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: igorsantos on May 29, 2018, 07:49:03 PM can any 1 help me ,kwagsh wallet windows 1.0.0 dont work,i have many coins in that wallet,i cant send it anywhere..But wallet sync normaly.. you may be trying to send in very large amounts, max coin 200000/transaction.Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: mss1908 on May 30, 2018, 07:11:29 AM When willne next announcement for next development will be made? It wold be better for coin marketing as people will know which direction it is going and what to expect. So that those who are watching it can buy at the right time and not when there is rush after announcement. Because those who are loyal and following kwagash since beginning should have advance notice and lead in respect of development.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 30, 2018, 09:32:54 PM When willne next announcement for next development will be made? It wold be better for coin marketing as people will know which direction it is going and what to expect. So that those who are watching it can buy at the right time and not when there is rush after announcement. Because those who are loyal and following kwagash since beginning should have advance notice and lead in respect of development. Thanks for supporting kwagsh, we just completed a major update, one of our goals is to expand its usage particularly for ecommerce etc. Talks are like 75% for kwagsh to be use in a reputable sporting company. Though short in fund we will do our best. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: mss1908 on May 31, 2018, 05:24:00 AM Good news that kwagash has been submitted to stocks.exchange for review. But when (date) do you expect it to be listed on it?
Also there is a problem. I have joined qwagash discord channel but unable to post anything. Is it possible to send a link here so anyone waishing to join can do so Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ilcapitano on May 31, 2018, 07:01:22 AM Sounds impressive, dev.
Thanks for supporting kwagsh, we just completed a major update Hope that your original plan on ecommerce are will be done smoothly and all the best to KWAGSH project in the near future. Currently it has been traded at 1 satoshi, but there are very little investors want to buy at 1 satoshi. It's ridiculous. Quote one of our goals is to expand its usage particularly for ecommerce etc. Talks are like 75% for kwagsh to be use in a reputable sporting company. Though short in fund we will do our best. In addition, please tell me where I can find KWAGSH website.Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: CryptoCoin101 on May 31, 2018, 07:51:14 AM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: davey76 on May 31, 2018, 09:48:19 AM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools? I know: http://kgh.hashpool.frl/ (http://kgh.hashpool.frl/) (2.30 MH) http://kgh.kwagsh.xyz/ (http://kgh.kwagsh.xyz/) (no miners now) https://pool.kwagsh.xyz/ (https://pool.kwagsh.xyz/) (not working) https://walpool.com/kgh/ (https://walpool.com/kgh/) (no miners) http://kgh.newpool.pw/ (http://kgh.newpool.pw/) (not working) kwagsh.epool.site (http://kwagsh.epool.site) (not working) Total network hash = 13 Mh so where's that hidden pool(s) with 10.7MH ? Solo miners? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ilcapitano on May 31, 2018, 01:07:07 PM Please give me link to visit website of KWAGSH project.
Have we had it yet, kwagsh? I would like to find more details about the project through its official website. Thanks for supporting kwagsh, we just completed a major update, one of our goals is to expand its usage particularly for ecommerce etc. Talks are like 75% for kwagsh to be use in a reputable sporting company. Though short in fund we will do our best. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 31, 2018, 06:24:52 PM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools? same here ??? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on May 31, 2018, 08:17:05 PM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools? I know: http://kgh.hashpool.frl/ (http://kgh.hashpool.frl/) (2.30 MH) http://kgh.kwagsh.xyz/ (http://kgh.kwagsh.xyz/) (no miners now) https://pool.kwagsh.xyz/ (https://pool.kwagsh.xyz/) (not working) https://walpool.com/kgh/ (https://walpool.com/kgh/) (no miners) http://kgh.newpool.pw/ (http://kgh.newpool.pw/) (not working) kwagsh.epool.site (http://kwagsh.epool.site) (not working) Total network hash = 13 Mh so where's that hidden pool(s) with 10.7MH ? Am surprised also, developer pool need some of those hashrate Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kienanh99 on June 01, 2018, 01:54:04 AM Coin price go to the moon after ICO
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kienanh99 on June 01, 2018, 01:56:28 AM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools? I know: http://kgh.hashpool.frl/ (http://kgh.hashpool.frl/) (2.30 MH) http://kgh.kwagsh.xyz/ (http://kgh.kwagsh.xyz/) (no miners now) https://pool.kwagsh.xyz/ (https://pool.kwagsh.xyz/) (not working) https://walpool.com/kgh/ (https://walpool.com/kgh/) (no miners) http://kgh.newpool.pw/ (http://kgh.newpool.pw/) (not working) kwagsh.epool.site (http://kwagsh.epool.site) (not working) Total network hash = 13 Mh so where's that hidden pool(s) with 10.7MH ? Am surprised also, developer pool need some of those hashrate Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: vandung_quangtri on June 01, 2018, 09:36:04 AM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools? I know: http://kgh.hashpool.frl/ (http://kgh.hashpool.frl/) (2.30 MH) http://kgh.kwagsh.xyz/ (http://kgh.kwagsh.xyz/) (no miners now) https://pool.kwagsh.xyz/ (https://pool.kwagsh.xyz/) (not working) https://walpool.com/kgh/ (https://walpool.com/kgh/) (no miners) http://kgh.newpool.pw/ (http://kgh.newpool.pw/) (not working) kwagsh.epool.site (http://kwagsh.epool.site) (not working) Total network hash = 13 Mh so where's that hidden pool(s) with 10.7MH ? Am surprised also, developer pool need some of those hashrate Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: redghostvn on June 02, 2018, 04:34:00 AM snip How about Kwagsh website and its roadmap, whitepaper?The coin was launched long time ago, so I think it is time to release its roadmap, whitepaper. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: anypool on June 02, 2018, 05:48:08 AM Blockchain down??? ???
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: youphuong998z8 on June 02, 2018, 06:55:17 AM where to check roadmap?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lebamt on June 02, 2018, 10:12:15 AM Blockchain down??? ??? Down? Please stop kidding, noob.KWAGSH project has been really under development. More good things to come next few weeks. Believe in and invest in KWAGSH might make you richer. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cangliang1121 on June 02, 2018, 02:39:55 PM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools? I know: http://kgh.hashpool.frl/ (http://kgh.hashpool.frl/) (2.30 MH) http://kgh.kwagsh.xyz/ (http://kgh.kwagsh.xyz/) (no miners now) https://pool.kwagsh.xyz/ (https://pool.kwagsh.xyz/) (not working) https://walpool.com/kgh/ (https://walpool.com/kgh/) (no miners) http://kgh.newpool.pw/ (http://kgh.newpool.pw/) (not working) kwagsh.epool.site (http://kwagsh.epool.site) (not working) Total network hash = 13 Mh so where's that hidden pool(s) with 10.7MH ? Am surprised also, developer pool need some of those hashrate Hello, admin. Our KGH mining pool cannot sync with the blockchain. We have 7m hashing power. I am now resyncing from block 0. Hv, it shows "Failed to connect to any of seed peers" youpool.io Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: visax on June 03, 2018, 03:14:18 PM 10.93 MH/sec network hashrate against main pool at 55.71 KH/sec? Are there any hidden pools? I know: http://kgh.hashpool.frl/ (http://kgh.hashpool.frl/) (2.30 MH) http://kgh.kwagsh.xyz/ (http://kgh.kwagsh.xyz/) (no miners now) https://pool.kwagsh.xyz/ (https://pool.kwagsh.xyz/) (not working) https://walpool.com/kgh/ (https://walpool.com/kgh/) (no miners) http://kgh.newpool.pw/ (http://kgh.newpool.pw/) (not working) kwagsh.epool.site (http://kwagsh.epool.site) (not working) Total network hash = 13 Mh so where's that hidden pool(s) with 10.7MH ? Am surprised also, developer pool need some of those hashrate Hello, The indonesian translate has been posted: https://bitcointalk.org/index.php?topic=4413609 (https://bitcointalk.org/index.php?topic=4413609) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Grumo on June 04, 2018, 02:59:49 PM seems all ok now
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: huytm on June 04, 2018, 03:19:15 PM All pools are not working. Any issue?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: visax on June 04, 2018, 08:34:38 PM 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 (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 Code: sudo ./simplewallet Start Mining You can either Mine in Pool or solo mining Wallet Linux- https://github.com/kwash-dev/kwagsh-gui/releases (https://github.com/kwash-dev/kwagsh-gui/releases) Window Wallet-https://github.com/kwash-dev/kwagsh/releases (https://github.com/kwash-dev/kwagsh/releases) Pool Mine in this pool https://pool.kwagsh.xyz (http://pool.kwagsh.xyz)- Nicehash is at port 7777 Mine in this pool https://kgh.kwagsh.xyz (http://kgh.kwagsh.xyz) -Nicehash is at port 8888 Mine in this pool https://walpool.com/kgh/ (https://walpool.com/kgh/) 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 DONATION Donate for the general development of Kwagsh Coin, for it to be included in an exchanges Code: BTC: 34B1Hrt4sZNf9no9s98iYXaDSiEWxeJZZK Exchange: ALTEX EXCHANGE (https://altex.exchange/register&ref=611) southxchange.com....coming soon livecoin.net....coming soon Vote for KWAGSH [KGH] to be listed on https://octaex.com/vote/index/page/1 (https://octaex.com/vote/index/page/1) DONATE for KWAGSH to be Listed on https://crex24.com, (https://crex24.com) we need 0.15 BTC Hi, this my work and The indonesian translate has been posted: https://bitcointalk.org/index.php?topic=4413609 Waiting, for my reward!!! Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: The_Hu on June 05, 2018, 01:19:37 AM Projects with ideas and benefits are numerous and very good. How to mine or get this coin? thanks.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: 50viperman on June 05, 2018, 02:54:03 PM anyone having problems downloading zip file for new wallet, the file says its empty....am i missing something..i have v1.0.0. doesnt go past block 40060
anyone help..thanks Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on June 06, 2018, 08:23:45 AM ~ Would you mind sharing more updated news on current progresses of KWAGSH project with miners, investors, dev.update was completed, finalizing it before putting it on github. Thanks Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: summerainbct on June 07, 2018, 02:06:04 AM update was completed, finalizing it before putting it on github. Thanks Where is link to the current website of KWAGSH project, dev?Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: goigiacmove on June 07, 2018, 03:17:46 AM update was completed, finalizing it before putting it on github. Thanks I hope to see your breaking updates for the KWAGSH project, including:- Website. - Whitepaper. - Roadmap. - and more stuffs. Thanks for your dedication to KWAGSH project, and all your great works in advance. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: STATIK on June 07, 2018, 04:54:56 AM What is this project about, I cannot grasp how it got so rushed into pools etc without any clear picture on what it actually is..talk of exchanges but why if nobody knows what this project even is? ??? >:(
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: antarian on June 07, 2018, 06:12:42 AM Blockchain is not sync. stopped at 40060. Please help!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: vanlong on June 07, 2018, 07:57:54 AM Blockchain is not sync. stopped at 40060. Please help! And Window Wallet also did not exist on github.com . What's happening ? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ilcapitano on June 08, 2018, 05:13:04 AM update was completed, finalizing it before putting it on github. Thanks Website has been down, temporarily, too.I am waiting for both KWAGSH website and new Windows wallets in github. Hope to see Windows GUI wallet. Currently, old wallet can not synced with network (maybe due to wrong chains), hence I can not withdraw my coins in Altex exchange to my windows wallet. Please fix it soon, dev. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lanhho1006 on June 08, 2018, 10:58:32 AM stop at block 40061! ;D ;D ;D ;D ;D ;D
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: STATIK on June 09, 2018, 02:27:38 AM I'd try remote node if there is an option but more importantly what is KWAGSH ????
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: diemquy057 on June 09, 2018, 03:49:15 AM update was completed, finalizing it before putting it on github. Thanks Where are you, kwagsh?How about promised upgrades to help the KWAGSH network stable? When it will be released for community, including miners? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: antarian on June 09, 2018, 01:15:08 PM at the moment only the pool works for this coin. There are no valid wallet to bourse transactions for 4 days. This coin is beginning to look more and more a scam!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Bardadym on June 09, 2018, 01:26:31 PM Is there a White Paper in this project in Russian? I can not get acquainted with the project!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: crazyer1976 on June 09, 2018, 02:28:04 PM at the moment only the pool works for this coin. There are no valid wallet to bourse transactions for 4 days. This coin is beginning to look more and more a scam! This coin at least has an exchange. Most of the new coins have only scammers who sell masternodes in discord. And sometimes it is even impossible to get them on a local wallet.So you are lucky)Is there a White Paper in this project in Russian? I can not get acquainted with the project! There is generally little in the Russian language, you need to learn EnglishTitle: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: btcsmlcmnr159 on June 10, 2018, 02:01:24 AM update was completed, finalizing it before putting it on github. Thanks At the moment, I can not sycn my wallet with KWAGSH network.Please release the upgrade to help my syncing issues. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: David1986 on June 10, 2018, 02:16:48 AM Wish a lot of investor maintenance your idea when ICO will start!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: diemquy057 on June 11, 2018, 03:07:16 AM Today, I have still not been able to move my coins due to blockchain congestion.
Please help, kwagsh. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: ilpipita on June 11, 2018, 03:23:18 PM The communication from the dev here is not so good, i am now really doubting if this coin is any good or have future I have intention to buy KWAGSH, but it is too risky if wallet can not work smoothly, as someone said in previous threads.Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bad name on June 12, 2018, 02:59:37 AM wallet v2 stuck 41179
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: diemquy057 on June 12, 2018, 03:01:02 AM KWAGSH team of dev have kept silent in the ANN topic.
What's happened with Kwagsh project? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: iphmpmt on June 12, 2018, 06:08:54 AM wallet v2 stuck 41179 Me too, my v1 wallet got stucked, and I can not run the v2 of KWAGSH wallet.Please help, Kwagsh devs. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: tts_la on June 12, 2018, 01:07:58 PM wallet v2 stuck 41179 Me too, same problems as yours.I think we should wait KWAGSH team to fix these problems. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: tmt226 on June 13, 2018, 02:31:37 AM I got troubles with syncing KWAGSH wallet too.
I would like to sync my wallet and transfer my coins from Altex to windows wallet. The altex exchange is likely not a safe one. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Halono on June 13, 2018, 05:39:40 AM When willne next announcement for next development will be made? It wold be better for coin marketing as people will know which direction it is going and what to expect. So that those who are watching it can buy at the right time and not when there is rush after announcement. Because those who are loyal and following kwagash since beginning should have advance notice and lead in respect of development.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: visax on June 13, 2018, 07:14:10 AM ~ Would you mind sharing more updated news on current progresses of KWAGSH project with miners, investors, dev.update was completed, finalizing it before putting it on github. Thanks hey why you not reply? can you appreciate my work, pls check it i already create it. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: visax on June 13, 2018, 07:16:02 AM 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 (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 Code: sudo ./simplewallet Start Mining You can either Mine in Pool or solo mining Wallet Linux- https://github.com/kwash-dev/kwagsh-gui/releases (https://github.com/kwash-dev/kwagsh-gui/releases) Window Wallet-https://github.com/kwash-dev/kwagsh/releases (https://github.com/kwash-dev/kwagsh/releases) Pool Mine in this pool https://pool.kwagsh.xyz (http://pool.kwagsh.xyz)- Nicehash is at port 7777 Mine in this pool https://kgh.kwagsh.xyz (http://kgh.kwagsh.xyz) -Nicehash is at port 8888 Mine in this pool https://walpool.com/kgh/ (https://walpool.com/kgh/) 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 DONATION Donate for the general development of Kwagsh Coin, for it to be included in an exchanges Code: BTC: 34B1Hrt4sZNf9no9s98iYXaDSiEWxeJZZK Exchange: ALTEX EXCHANGE (https://altex.exchange/register&ref=611) southxchange.com....coming soon livecoin.net....coming soon Vote for KWAGSH [KGH] to be listed on https://octaex.com/vote/index/page/1 (https://octaex.com/vote/index/page/1) DONATE for KWAGSH to be Listed on https://crex24.com, (https://crex24.com) we need 0.15 BTC Hi, this my work and The indonesian translate has been posted: https://bitcointalk.org/index.php?topic=4413609 Waiting, for my reward!!! dev, you already check my message? this done few weeks ago, but never been reply or respect. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on June 13, 2018, 07:47:32 PM ~ Where is upgraded, working wallet for KWAGSH, dev?I would like to have wallet to store my coins which I bought from exchanges. Upgraded wallets and new releases can be found at Kwagsh repository on github https://github.com/kwash-dev/Kwagsh *********************************************** NEW MINING POOL Come join us at http://kwagsh.miningcache.org Fixed diff available. Var diff by default worker names Payment ID support (mine direct to exchange) Email notifications for workers/block found Telegram notification for workers/block found see our getting started pages for mining software and config generator http://kwagsh.miningcache.org/#getting_started Don't worry, Mine happy! Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bad name on June 14, 2018, 07:12:17 AM https://github.com/kwash-dev/Kwagsh/releases/tag/kwagshWv2.00
no file kwagshd.exe Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: btcsmlcmnr159 on June 15, 2018, 07:17:03 AM Are there anyone can run windows GUI wallet of KWAGSH?
I download wallet from github, but it's not worked. Please help. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on June 15, 2018, 03:39:22 PM KGH has been approved for listing at stocks.exchange. We need to pay the fees though. for pairings the fees are: KGH-BTC .7 BTC, KGH-ETH .5 BTC, KGH-USDT .5 BTC, KGH-TUSD .5 BTC, KGH-LTC/NXT .1 BTC
WE NEED YOUR SUPPORT, PLEASE! LETS GET US LISTED ON A LARGER EXCHANGE!!!!!!!! I can pledge .01 BTC Who else can throw in with me? BTC donation address 3FdTQkV3jmDqFwHzbJAbvxmfAzZNc8NrhJ Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: phuongiuh on June 16, 2018, 02:42:53 AM KGH has been approved for listing at stocks.exchange. We need to pay the fees though. for pairings the fees are: KGH-BTC .7 BTC, KGH-ETH .5 BTC, KGH-USDT .5 BTC, KGH-TUSD .5 BTC, KGH-LTC/NXT .1 BTC Are you from KWAGSH team?WE NEED YOUR SUPPORT, PLEASE! LETS GET US LISTED ON A LARGER EXCHANGE!!!!!!!! I can pledge .01 BTC Who else can throw in with me? BTC donation address 3FdTQkV3jmDqFwHzbJAbvxmfAzZNc8NrhJ Where did you get such important information on Stocks exchange listing? Please help me to get Windows Gui wallet, I can not open the current one in Github? Thank you. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: vinhlongdp on June 16, 2018, 05:59:08 AM In Altex exchange, price of KWAGSH has stayed stable at 1 litoshi.
I think that the team should boost the project up a bit. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: huymtc on June 16, 2018, 07:03:47 AM I have a dream in which Kwagsh hit 50 satoshi.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on June 16, 2018, 09:26:30 PM KGH has been approved for listing at stocks.exchange. We need to pay the fees though. for pairings the fees are: KGH-BTC .7 BTC, KGH-ETH .5 BTC, KGH-USDT .5 BTC, KGH-TUSD .5 BTC, KGH-LTC/NXT .1 BTC Are you from KWAGSH team?WE NEED YOUR SUPPORT, PLEASE! LETS GET US LISTED ON A LARGER EXCHANGE!!!!!!!! I can pledge .01 BTC Who else can throw in with me? BTC donation address 3FdTQkV3jmDqFwHzbJAbvxmfAzZNc8NrhJ Where did you get such important information on Stocks exchange listing? Please help me to get Windows Gui wallet, I can not open the current one in Github? Thank you. I am the Admin for KGH. That's how I know about stocks.exchange and I"m the one that submitted it. Delete your current Kwagsh folder that contains the DB, p2p state etc and resync the wallet it may help Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: yxy103y on June 17, 2018, 05:42:49 AM Blockchain is not sync. stopped at 40060. Please help!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bad name on June 17, 2018, 08:25:10 AM my wallet sync
;D ;D ;D Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: huymtc on June 17, 2018, 10:52:15 AM my wallet sync Please help me with syncing procedure.;D ;D ;D I can not even open my wallet (newest version). Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on June 17, 2018, 12:49:25 PM wallet not sincronize !!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: drngocct on June 17, 2018, 11:16:52 PM I got troubles with syncing KWAGSH Windows wallet.
Anyone can help me, please. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kalel22 on June 18, 2018, 02:14:39 PM ~ Would you mind sharing more updated news on current progresses of KWAGSH project with miners, investors, dev.update was completed, finalizing it before putting it on github. Thanks Hello Kwagsh Team, I have a network of investors ready to push up and support your coin. So kindly get back to me as soon as you get my message please. Best regards Mike Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Thomas74 on June 19, 2018, 10:22:39 AM Does KWAGSH have a web / online wallet?HuhHuhHuhHuhHuhHuhHuh? Smiley
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kienanh99 on June 23, 2018, 02:25:19 AM Wallet not sync :o :o :o :o
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: diemquy057 on June 24, 2018, 02:40:55 PM My wallet can not sync with KWAGSH network.
How fix it? Or someone can give me link to latest wallet (if it is available), please. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bad name on June 24, 2018, 02:53:52 PM my wallet sync Please help me with syncing procedure.;D ;D ;D I can not even open my wallet (newest version). Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: tts_la on June 25, 2018, 04:22:42 AM i use cli v2.0.0.2 Can you give me link to download functional wallet of KWAGSH project, please.In Atlex exchange, demands increased recently, but there is no news on current progresses of the project in general. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: im_not_dazzled on June 26, 2018, 03:16:10 PM Can you give me link to download functional wallet of KWAGSH project, please. You can visit the Github to get KWAGSH wallet.In Atlex exchange, demands increased recently, but there is no news on current progresses of the project in general. Link is available in the OP of the ANN. Good luck, fella. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: juchin on June 26, 2018, 03:27:41 PM Any upgrades or at least good news from KWAGSH team?
Two days ago, the coin pumped to 6 litoshi in the exchange: https://altex.exchange/markets&pair=LTC_KGH I guess something important happened behind the scene. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on June 29, 2018, 05:03:52 PM Any upgrades or at least good news from KWAGSH team? Two days ago, the coin pumped to 6 litoshi in the exchange: https://altex.exchange/markets&pair=LTC_KGH I guess something important happened behind the scene. Admin's News: Telegram: https://t.me/joinchat/I3mDHBD2nn1bCcXWRD2z9w Good News: KGH is APPROVED @ https://maplechange.com This is the second approval for our coin. stocks.exchange has already approved KGH but for both exchanges we are asking for miners to donate what they can. We need your good will and donations to make things happen. dev's BTC exchange wallet address 17UAuNxC1yJeazBGpPHA9cKGdsWY3CX1SR (current donation amount 0.04987122 BTC) Admin's KGH exchange donation wallet: aaQxGwhzgg7WkWx6jzgxMMgToXCJEwzMtUQoB5EDJwPRWSreRv1zpqXZRUbPgKfAAr4Ly3EAGF2PaZu LmJForrXm3WksXiwFug (current donation amount 2611923.34750840 KGH) KGH donated totals will be updated in a daily post on discord. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: stanbtc on June 29, 2018, 09:06:45 PM @AverageCitizen Hi would you mind emailing me the fully synqed blockchain please?
gumtreeacnt3@gmail.com can use googledrive. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: tmt226 on June 30, 2018, 09:42:43 AM Admin's News: Thank you very much for the quoted news on exchanges, Stocks and Maplechange.com.Telegram: https://t.me/joinchat/I3mDHBD2nn1bCcXWRD2z9w Good News: KGH is APPROVED @ https://maplechange.com This is the second approval for our coin. stocks.exchange has already approved KGH but for both exchanges we are asking for miners to donate what they can. We need your good will and donations to make things happen. dev's BTC exchange wallet address 17UAuNxC1yJeazBGpPHA9cKGdsWY3CX1SR (current donation amount 0.04987122 BTC) Admin's KGH exchange donation wallet: aaQxGwhzgg7WkWx6jzgxMMgToXCJEwzMtUQoB5EDJwPRWSreRv1zpqXZRUbPgKfAAr4Ly3EAGF2PaZu LmJForrXm3WksXiwFug (current donation amount 2611923.34750840 KGH) KGH donated totals will be updated in a daily post on discord. Nevertheless, I think that it will be better if KWAGSH team official announce about the exchange listing donation funds in the ANN topic. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: dedmagan on July 17, 2018, 02:03:27 PM Where did the Telegram and Discord band go? What happened to the coin?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 17, 2018, 02:11:26 PM >:(
the coin for me died, I asked when it would leave a new wallet and because I do not want to recover my balance in the current one, no one answered. would it be scam? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 17, 2018, 02:18:46 PM KWAGSH team of dev have kept silent in the ANN topic. DEADWhat's happened with Kwagsh project? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 17, 2018, 02:22:06 PM the devs are with the wallets just for them. page git 404 to fuck
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 18, 2018, 11:24:38 AM KWAGSH team of dev have kept silent in the ANN topic. DEADWhat's happened with Kwagsh project? Kwagsh coin just hard forked please check pool (http://pool.kwagsh.xyz) and explorer (http://explorer.kwagsh.xyz) Kwagsh is now asic resistant Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 18, 2018, 11:32:58 AM never answers what I need Where will I go to get my wallet? Why does not wallet sync?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 18, 2018, 11:44:32 AM never answers what I need Where will I go to get my wallet? Why does not wallet sync? All wallet will sync once i upload the updated version, if your wallet dont sync, i will let you know how to easily get back your wallet without losing your coins. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 18, 2018, 12:02:01 PM Kwagsh have moved totally to an Asic resistant coin version, precisely cryptonote heavy. Kwagsh have not authorize anybody to collect donations on behalf of kwagsh, please dont be scammed. Any pool still using old kwagsh is the enemy of kwagsh and such pool can be regarded as those who want kwagsh dead. This is to inform everybody that kwagsh have successfully updated and that there is only one discord channel for kwagsh which is DISCORD (https://discord.gg/HDeCw6) and kwagsh will open its telegram channel to inform you all
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 18, 2018, 02:50:57 PM Where did the Telegram and Discord band go? What happened to the coin? Nothing happened to kwagsh, i only kept kwagsh private in the github page so i can edit it, kwagsh source code is currently kept private so that i can conclude the editing Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 18, 2018, 02:54:15 PM never answers what I need Where will I go to get my wallet? Why does not wallet sync? All wallet will sync once i upload the updated version, if your wallet dont sync, i will let you know how to easily get back your wallet without losing your coins. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 18, 2018, 09:11:17 PM Welcome in the new pool you are crazy? because the minimum quantity is high?Nightpool.online - KWAGSH (KGH) Mining pool Pool URL : http://nightpool.online/kgh/ Mining Pool Address: kgh.nightpool.online:10006 Starting Difficulty: 800000 Minimum Payment: 20000 KGH Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 18, 2018, 09:21:41 PM Please download the updated kwagsh Ubuntu wallet from https://github.com/kwash-dev/GUI_WALLET_LINUX (https://github.com/kwash-dev/GUI_WALLET_LINUX), Kwagsh have hard forked to an Asic resistant algorithm cryptonote heavy, more information please contact kwagsh dev on DISCORD (https://discord.gg/XBzUyMr). Please for window wallet please be patient. Thanks
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 19, 2018, 10:53:40 AM Please download the updated kwagsh Ubuntu wallet from https://github.com/kwash-dev/GUI_WALLET_LINUX (https://github.com/kwash-dev/GUI_WALLET_LINUX), Kwagsh have hard forked to an Asic resistant algorithm cryptonote heavy, more information please contact kwagsh dev on DISCORD (https://discord.gg/XBzUyMr). Please for window wallet please be patient. Thanks for Windows? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: lars092 on July 19, 2018, 03:31:04 PM hello ! :-\why do not kwg come to ALTEXEXCHANGE? s OFFICIAL POOL
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 19, 2018, 04:51:48 PM Dev, What happened with the missing 30 M KGH ? I wrote you 2 weeks ago, to you and to Altex exchange support and nobody reply me? Did you stole them or my emails are missed?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bitdigfun on July 20, 2018, 01:05:11 AM the only exchange altex is down although you can register. i send a mail but no answer.
why people still mining this coin? if it's get forked you can still use ? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: largestockminer on July 20, 2018, 01:24:49 PM Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 21, 2018, 07:05:21 PM Two days no reply from the admin in the forum and more than 2 week from the mail support ... seems like he stoles 30 M KGH ... be careful guys with this coin ... looks like cheating project !!!
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 21, 2018, 09:24:33 PM Two days no reply from the admin in the forum and more than 2 week from the mail support ... seems like he stoles 30 M KGH ... be careful guys with this coin ... looks like cheating project !!! What happened to 30M kgh, did you give them to me? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 22, 2018, 06:49:48 AM As I wrote to your mail nearly 2 weeks ago, I made a transfer to altex wallet 30 M and they just disappeared from my wallet and didn't receive them in altex ... they just gone.
I sent you all logs about the transaction properly sent using Payment ID, you just ignored my e-mail. Altex support did the same. So I suppose these coins gone to your wallet, not some of mines ... Wanna check your email and to solve the case or you think to leave it and count this as stolen coins? We are talking about 30 M KGH, not 1 KGH. The email have been sent from userfxpro@gmail.com using your site contact form. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 22, 2018, 08:15:47 AM As I wrote to your mail nearly 2 weeks ago, I made a transfer to altex wallet 30 M and they just disappeared from my wallet and didn't receive them in altex ... they just gone. Kindly contact them again, i dont control altex exchange, they have a twitter handle also they will attend to you. And hope you have not sent it some where else, there is no way you can transfer 30M KGH in a single transfer, can you give us the TX ID I sent you all logs about the transaction properly sent using Payment ID, you just ignored my e-mail. Altex support did the same. So I suppose these coins gone to your wallet, not some of mines ... Wanna check your email and to solve the case or you think to leave it and count this as stolen coins? We are talking about 30 M KGH, not 1 KGH. The email have been sent from userfxpro@gmail.com using your site contact form. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Hennesyjack21 on July 22, 2018, 08:25:09 AM Dear community! The bounty sphere increase all the time with the of projects that have not fulfilled their payment promises! This campaign, including! Bittrade Group long time have been working in such ways - trading, bounty, ico and we are going to offer you to receive compensation in our tokens by filling uncomplicated conditions. Our team appreciates the time you spent on the work done and is ready to help you. Together - we are stong! Detailed information and conditions on the links below. https://eng.bittradegroup.com/compensation-fund/ Увaжaeмoe cooбщecтвo! Cфepa бayнти кишит пpoeктaми, кoтopыe нe выпoлнили oбязaтeльcтвa пo выплaтaм! Этa кaмпaния, в тoм чиcлe! Bittrade Group дaвнo paбoтaeт в нaпpaвлeнияx тpeйдингa, бayнти, ico и пpeдлaгaeт пoлyчить кoмпeнcaцию в нaшиx тoкeнax выпoлнив нecлoжныe ycлoвия. Haшa кoмaндa цeнит вpeмя, кoтopoe былo пoтpaчeнo нa пpoдeлaннyю paбoтy и гoтoвы пoмoчь. Bмecтe мы cилa ! Дeтaльнaя инфopмaция и ycлoвия пo ccылки нижe. https://bittradegroup.com/compensation_fund/ Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: dedmagan on July 22, 2018, 08:58:30 AM As I wrote to your mail nearly 2 weeks ago, I made a transfer to altex wallet 30 M and they just disappeared from my wallet and didn't receive them in altex ... they just gone. I sent you all logs about the transaction properly sent using Payment ID, you just ignored my e-mail. Altex support did the same. So I suppose these coins gone to your wallet, not some of mines ... Wanna check your email and to solve the case or you think to leave it and count this as stolen coins? We are talking about 30 M KGH, not 1 KGH. The email have been sent from userfxpro@gmail.com using your site contact form. Altex does not work for several days. I / O is closed on all coins. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 22, 2018, 04:39:48 PM You have already tx id, just check your email.
Here the log again: 2018-Jul-06 23:19:28.268480 INFO [simplewallet] amount tx id 2018-Jul-06 23:19:28.284080 INFO [simplewallet] -30000000.00100000 3563d9af43fcffc76d96f08cc4953c683d9553f32c174bba22e2b07f0ed6be28 2018-Jul-06 23:19:28.299680 INFO [simplewallet] -30000000.00000000 aaQxToKoKrMXXgL4TsoC6p5NWRJWyn5GUiSXn99Aki8aDr7NsuqH2ERh7HsRgHYKpa4iUP31GzCpqNb nzFjMdZF49x835P99L9 BTW, have no single note how much coins I can send with a single transaction. Most of the other coins just divide the amount on few transactions ... if your wallet can't support it, it is good idea to warn. I sent more than 4 tickets to Altex exchange, have no single reply from them ... same like you, no letter from you too! Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: artdata on July 22, 2018, 05:04:31 PM my wallet not sync..i cant withdrawal mu fund
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on July 22, 2018, 06:23:46 PM could explain how to compile the wallet in Windows? and Linux also ok ???
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 22, 2018, 09:17:18 PM You have already tx id, just check your email. Your transaction tx id cannot be located in the explorer, please you can check, explorer.kwagsh.xyz (http://explorer.kwagsh.xyz)Here the log again: 2018-Jul-06 23:19:28.268480 INFO [simplewallet] amount tx id 2018-Jul-06 23:19:28.284080 INFO [simplewallet] -30000000.00100000 3563d9af43fcffc76d96f08cc4953c683d9553f32c174bba22e2b07f0ed6be28 2018-Jul-06 23:19:28.299680 INFO [simplewallet] -30000000.00000000 aaQxToKoKrMXXgL4TsoC6p5NWRJWyn5GUiSXn99Aki8aDr7NsuqH2ERh7HsRgHYKpa4iUP31GzCpqNb nzFjMdZF49x835P99L9 BTW, have no single note how much coins I can send with a single transaction. Most of the other coins just divide the amount on few transactions ... if your wallet can't support it, it is good idea to warn. I sent more than 4 tickets to Altex exchange, have no single reply from them ... same like you, no letter from you too! Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 22, 2018, 09:31:44 PM my wallet not sync..i cant withdrawal mu fund Come to discord so i can give you a step so your wallet can sync https://discord.gg/XSRxkg (https://discord.gg/XSRxkg) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: nguyenmobile on July 23, 2018, 07:22:41 AM Please help me too, i'm using the window CLI wallet version "kwagsh wallet v2.0.0.2" syn until block Height 73748 and it freezer
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 23, 2018, 12:35:23 PM Please help me too, i'm using the window CLI wallet version "kwagsh wallet v2.0.0.2" syn until block Height 73748 and it freezer Come to discord please Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Hamukione on July 23, 2018, 01:02:59 PM KWAGSH Coin has now been added to the prelisting vote on https://sonox.io Exchange platform.
The top 3 coins will receive a contribution in SONO. You can vote on 3 different coins every day. So remember to come back tomorrow and vote on your project! Sonox.io is launching officially on the 28th of August. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 23, 2018, 04:36:52 PM ok, this become more weird, because the coins are missing from my wallet ... where are they ?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: rough011486 on July 24, 2018, 02:33:47 AM KWAGSH Coin has now been added to the prelisting vote on https://sonox.io Exchange platform. I voted for KWAGSH.The top 3 coins will receive a contribution in SONO. You can vote on 3 different coins every day. So remember to come back tomorrow and vote on your project! Sonox.io is launching officially on the 28th of August. Please vote for the coin with current voting campaign in SonoX. If the coin has high votes, it can get free listings there. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: tangmookanpai on July 24, 2018, 02:58:42 AM wow, This project is inovative and will surely gets the success.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: baikhongtenso44 on July 24, 2018, 03:08:24 AM KWAGSH Coin has now been added to the prelisting vote on https://sonox.io Exchange platform. Thank you for link to SonoX.The top 3 coins will receive a contribution in SONO. You can vote on 3 different coins every day. So remember to come back tomorrow and vote on your project! Sonox.io is launching officially on the 28th of August. KWAGSH volume in Altex exchange has been very low, in all four trading pairs there. So, the coin need additional exchanges, and SonoX might be a good candidate. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 24, 2018, 04:40:59 PM case with the missing KGH have been solved by the new blockchain ... somehow. Case is closed
But in all cases, I'm a little disappointed from the support ... didn't help solving the case ... transaction is missing from the blockchain, sorry, no coins I'm sorry. I hope nobody will need the support for such problems. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 25, 2018, 05:05:47 AM more coins of course ... better price (price at all, because the altex not working at all to deposit funds) ... better support :)
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: dedmagan on July 26, 2018, 10:33:48 AM Come to discord please Where is link of KWAGSH Discord channel?Can you give me the link, please. Kwagsh have moved totally to an Asic resistant coin version, precisely cryptonote heavy. Kwagsh have not authorize anybody to collect donations on behalf of kwagsh, please dont be scammed. Any pool still using old kwagsh is the enemy of kwagsh and such pool can be regarded as those who want kwagsh dead. This is to inform everybody that kwagsh have successfully updated and that there is only one discord channel for kwagsh which is DISCORD (https://discord.gg/HDeCw6) and kwagsh will open its telegram channel to inform you all Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: largestockminer on July 26, 2018, 11:47:12 AM I did not get answer even if my question is simple.. You said new KGH for linux..
What about windows? I got a big stock, you must tell me: are you going to create a windows wallet that works??? ??? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: dedmagan on July 26, 2018, 12:03:24 PM I did not get answer even if my question is simple.. You said new KGH for linux.. KWAGSHB пpoшлoe вocкpeceньe в 23:59What about windows? I got a big stock, you must tell me: are you going to create a windows wallet that works??? ??? download the window CLI wallet from https://github.com/kwash-dev/Window-CLI-Wallet @everyone GitHub kwash-dev/Window-CLI-Wallet Contribute to Window-CLI-Wallet development by creating an account on GitHub. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bitdigfun on July 28, 2018, 01:47:10 PM Currently, no available buy order, and sell orders stucked at 2 Litoshi in https://altex.exchange/markets&pair=LTC_KGH so you can sell on altex exchange? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cbcbctqbt on July 29, 2018, 08:13:48 AM I bought KWAGSH more than one month ago, and has still been dissapointed because I can not sell my coins to take profits.
https://altex.exchange/markets&pair=LTC_KGH Almost no volume recently. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: neverman1 on July 29, 2018, 06:50:54 PM Dev, you ignored again my questions ... At the moment, Kwagsh cannot be traded, because Altex disabled deposits on almost all currencies including yours. When Altex will allow KGH deposits and when we can expect another exchange to trade Kwagsh?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: kwagsh on July 30, 2018, 11:31:19 AM Dev, you ignored again my questions ... At the moment, Kwagsh cannot be traded, because Altex disabled deposits on almost all currencies including yours. When Altex will allow KGH deposits and when we can expect another exchange to trade Kwagsh? Well, you can help the kwagsh community to grow by adding it in other exchanges on be half of the kwagsh team. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: espargon on July 30, 2018, 12:45:58 PM What this currency needs is new exchanges, tradeogre, stock.exchange etc so that it starts to go up a bit more.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bitdigfun on July 30, 2018, 05:19:55 PM Dev, you ignored again my questions ... At the moment, Kwagsh cannot be traded, because Altex disabled deposits on almost all currencies including yours. When Altex will allow KGH deposits and when we can expect another exchange to trade Kwagsh? they are down since 6 juli 2018! why do they take that long? but they still adding a lot new cryptonight coins with all 0%! looks like scam. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bitdigfun on July 30, 2018, 05:21:10 PM Dev, you ignored again my questions ... At the moment, Kwagsh cannot be traded, because Altex disabled deposits on almost all currencies including yours. When Altex will allow KGH deposits and when we can expect another exchange to trade Kwagsh? Well, you can help the kwagsh community to grow by adding it in other exchanges on be half of the kwagsh team. how do you do that? you can't just add anything you want. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: tts_la on July 31, 2018, 04:54:23 AM they are down since 6 juli 2018! why do they take that long? More than twenties new coins launched in the last two or three months with Cryptonight or Cryptonight-ASIC-resistant algorithm.but they still adding a lot new cryptonight coins with all 0%! looks like scam. Most of them have had very low prices, almost no volume in exchanges. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cbcbctqbt on July 31, 2018, 04:57:47 AM More than twenties new coins launched in the last two or three months with Cryptonight or Cryptonight-ASIC-resistant algorithm. It is true, but investors should choose best projects by themselves.Most of them have had very low prices, almost no volume in exchanges. And, they can not blame on anyone, including projects' devs for their losses due to investing in wrong, bad, scam projects. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cmmhbct on August 01, 2018, 05:57:14 AM Altex exchange has been put under long technical maintenance.
Without claim on predicted come-back time. I have millions of KWAGSH in the Altex exchange. Do you have any special news from them, recently KWAGSH team? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: osnk on August 04, 2018, 02:51:59 AM Developers at least wrote something motivating, than to be silent, there can be it not swindlers, but just weak team and not professionalyy. Create-have created and that with it to do next, they don't know. Someone can offer innovative and will help a coin? I do for such a startup of projects graphic design thereby I help the project, I had success with three teams Elactra (eca), Eagle, NewtonProject (ncp), these companies have achieved good results for each of participants who have begun to help, it were valanter, designers, motivators, copywriters, web developer, speakers.
If many investors will think not only of fast enrichment, but also that in this hard time in the padyushchy market it is necessary to make efforts. This young market suffers changes and is transformed and all of us develop with these events, times of easy money have passed Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: XxsmasxX on August 04, 2018, 11:14:57 PM devido ao erro encontrado em todas as moedas baseada em cryptonight, a altex foi forçada a trancar tudo por la
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cmmhbct on August 07, 2018, 03:44:26 AM Today, I have tried withdrawing my coins from the Altex exchange.
Unfortunately, the exchange has not allowed their customers to withdraw KWAGSH coins. It has allowable withdrawals with other coins. Please ask them for help to re-enable withdrawals of KWAGSH, at lest, KWAGSH team. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: thithai547 on August 08, 2018, 02:08:21 PM Lol, why KWAGSH team kept silently in the ANN topic like this.
They should state something about current status of Altex exchange and available fixing solutions for community. Any contact been made with Altex? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: nhathongkehoc on August 09, 2018, 02:13:48 AM I have downloaded the lastet CLI wallet from KWAGSH github page, let both daemon and my wallet synced with network.
To be honest, it worked fine. Nevertheless, the problems by now is Altex has been disable withdrawals of KWAGSH in their platform more than one week ago. Any news from them, especially hint on promising day to re-enable at least withdrawals? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: AverageCitizen on August 10, 2018, 07:37:14 PM Dev, you ignored again my questions ... At the moment, Kwagsh cannot be traded, because Altex disabled deposits on almost all currencies including yours. When Altex will allow KGH deposits and when we can expect another exchange to trade Kwagsh? Well, you can help the kwagsh community to grow by adding it in other exchanges on be half of the kwagsh team. Really Dev of Kwagsh? you want ppl to help you get the coin on other exchanges? I did exactly that! (we were set to list on maplechange and stocks.exchange) and helped rally the coin while you sat silent months ago ready to give up. My repayment for VOLUNTEER help? to get kicked as Admin from the project and blocked from all access to discord without as much as a word from you. You did it silent and sneaky. I'm happy your coin is dying. You deserve nothing from the mining community. You can't even or don't care to assist the people mining this coin and you are consistant in putting out bad wallets. Seriously community, make your own decisions about this dev and project and if you do your due diligence on the matter, you will find it's worthless to put hash power towards it. Good day to you kgh dev and I hope you grow up and learn some valuable lessons. AverageCitizen ex Admin for KGH ex pool operator for KGH (kgh.miningcache.org) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: dungp3132 on August 30, 2018, 02:28:08 AM The @kwagsh account's last active day in the forum around one month ago.
The official website of KWAGSH has been down ATM. Today, withdrawals of KWAGSH out of Altex exchange has been re-enable, but I can not find exchanges to withdraw my coins. Please help, KWAGSH team. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: 50viperman on August 30, 2018, 02:59:27 PM Today, withdrawals of KWAGSH out of Altex exchange has been re-enable,
Welll i tried withdrawing my kwagsh coins from altex, not working , still say failed!!!! Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: baitaptoan on August 30, 2018, 03:00:51 PM Can you point out the advantages and disadvantages that KWAGSH Coin has? This will reinforce the trust and confidence of the user.
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: 50viperman on August 30, 2018, 03:04:08 PM I hope they really fix there withdraws, cause i have over 46 million zwagsh on that site...
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: im_not_dazzled on September 01, 2018, 08:04:02 AM Today, withdrawals of KWAGSH out of Altex exchange has been re-enable, Me too, but I will try later with as many withdrawals as possible.Welll i tried withdrawing my kwagsh coins from altex, not working , still say failed!!!! At least, it is good signal that finally Altex exchange shown their first positive moves for its customers. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: pangrango on September 01, 2018, 10:24:58 AM as we can see kwagsh is need vote here https://aiodex.com/?ref=5b6a5993abea8c150adce2e6
(https://aiodex.com/?ref=5b6a5993abea8c150adce2e6) also vote on graviex https://graviex.net/listing_registers (https://graviex.net/listing_registers) now in 12 position so if we have the coin we should vote there. Because i have this coin too Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: im_not_dazzled on September 02, 2018, 06:58:56 AM as we can see kwagsh is need vote here https://aiodex.com/?ref=5b6a5993abea8c150adce2e6 Voting and ask for listing on new exchanges are good, but at the moment, the utmost demand of KWASH investors is how to withdraw their money from Altex exchange.(https://aiodex.com/?ref=5b6a5993abea8c150adce2e6) also vote on graviex https://graviex.net/listing_registers (https://graviex.net/listing_registers) now in 12 position so if we have the coin we should vote there. Because i have this coin too My coins stucked there for months, loll Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: bitdigfun on September 03, 2018, 04:15:50 PM Exchange: ALTEX EXCHANGE (https://altex.exchange/register&ref=611) Vote for KWAGSH [KGH] to be listed on 1. GRAVIEX (https://graviex.net/listing_registers) how do you vote graviex.net? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: zeilercd on September 05, 2018, 03:45:42 PM Calling all KGH loyalists (for lack of a better description LOL) We are hoping to put together a group of new admin and see if we can take over and get this coin going again after apparent Dev abandonment.
If you are interested in helping to continue this coin, please join us in the KGH discord chat and reach out to us. We're at 5 now but would like at least 10 members willing to help resurrect and continue the work of this coin. https://discord.gg/z2x2Tzv Thanks! and Look forward to working with you! @zeilercd#1838 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: zeilercd on September 08, 2018, 12:49:01 AM OK here we are with an update - we are getting more interest from miners and the community.
We would like to have a consensus among our members on how we move forward. To that end, please log in here and check the topics and post so your voice is heard :) https://www.kwagsh.online/ very excited to see people coming together to keep this coin going... TOGETHER... WE CAN DO THIS! :) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: NitroAcid on September 14, 2018, 07:06:40 AM take over by community?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: largestockminer on October 18, 2018, 08:45:14 AM I am getting rid off a part of my KGH : 100 000 000 KGH for 0.4 BTC
Anyone ? ( this offer won't last! ) Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Invidia on October 18, 2018, 04:51:30 PM :( :( ;D ;D
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: crypto21002 on October 25, 2018, 01:09:38 PM I am getting rid off a part of my KGH : 100 000 000 KGH for 0.4 BTC Anyone ? ( this offer won't last! ) LOL only 0.4 BTC!, it's not even worth 0.0004 BTC, and you can't even transfer the coins because the coin is DEAD...no working explorer and blockchain.. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: goigiacmove on October 25, 2018, 01:14:16 PM HI all in KWAGSH community,
Any of you got coins stucked on Altex exchange? My coins stucked there for months and I can not withdraw them. Any solutions? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cvika on October 26, 2018, 07:33:50 PM I am getting rid off a part of my KGH : 100 000 000 KGH for 0.4 BTC Anyone ? ( this offer won't last! ) LOL only 0.4 BTC!, it's not even worth 0.0004 BTC, and you can't even transfer the coins because the coin is DEAD...no working explorer and blockchain.. Explorer and blockchain working - I will pay you 0.0004 BTC for 100M KGH. Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: crypto21002 on October 27, 2018, 07:00:06 AM I am getting rid off a part of my KGH : 100 000 000 KGH for 0.4 BTC Anyone ? ( this offer won't last! ) LOL only 0.4 BTC!, it's not even worth 0.0004 BTC, and you can't even transfer the coins because the coin is DEAD...no working explorer and blockchain.. Explorer and blockchain working - I will pay you 0.0004 BTC for 100M KGH. Show me a working explorer and blockchain please (links) Well i got some KWAGSH and i am running the wallet at this moment and it's not syncing so who will you transfer the coins? Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: cvika on December 01, 2018, 07:59:38 PM KGH Explorer
http://explorer.kwagsh.online/# Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: osnk on December 09, 2018, 02:20:25 PM Why does the CLI wallet not work for Windows?
Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: SuffaBit on December 09, 2018, 03:54:57 PM News from community.kredits.cc
We are currently working on a solution to snapshot the blockchain. Once we have that complete, we will be ready to announce the time line for the swap process. In the mean time, here is what all users will need to do prior to the snapshot: To prepare for the coin-swap registration, you will need to save the following 3 pieces of information: 1) Wallet Address – Type the following command to show your wallet address: address 2) Wallet Seed – Type the following command to show your wallet seed: show_seed 3) Secret Keys – Type the following command to show your secret keys: “export_keys” The Secret Key will display the Spend Key, View Key, & Private Keys. Save a copy of all. Once we take the snapshot, we will have a web site for registration for the coin swap. If you are experiencing any issues syncing your local daemon to the blockchan, we now have a remote daemon setup so users can sync their wallets directly to it: simplewallet --daemon-address remote.kwagsh.online:25387 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: zeilercd on December 10, 2018, 07:56:21 PM To All Kwagsh Coin Holders:
In preparation for the upcoming Kwagsh-Kredits coin swap, a Snapshot of the Kwagsh Blockchain will be taken on December 15th at 12pm UTC time. This will allow the coin swap team to verify wallet balances at time of the snapshot. Any additional mining or transfers after the Snapshot is taken will not be reflected in user wallet balances and not count toward the swap. The coin swap registration form will also open up once the Snapshot is taken on December 15th and will remain open until January 15th to allow for all users to register their wallets. Once all wallet balances are verified, the new Kredits will be distributed by February 1st, thus completing the swap process. For those that had coins on Altex and have taken screenshots of their balances, given the complicated nature of the request, direct contact with the swap team may be required. Further instructions will be given on the form to allow the swap of those coins that have been lost as well. To prepare for the coin-swap registration, you will need to save the following 3 pieces of information: 1) Wallet Address – Type the following command to show your wallet address: address 2) Wallet Seed – Type the following command to show your wallet seed: show_seed 3) Secret Keys – Type the following command to show your secret keys: “export_keys” The Secret Key will display the Spend Key, View Key, & Private Keys. Save a copy of all. To sync your existing wallet to our remote node: simplewallet --daemon-address remote.kwagsh.online:25387 If you haven’t already joined the Kredits discord server, please do so as that will be the main communications platform we use for the swap. -Coin Swap Team Coundown Clock: https://swap.kredits.cc/ Coin Swap Contacts: https://community.kredits.cc/viewtopic.php?f=13&t=981 https://discord.gg/CehxwNR Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Zonrik on December 15, 2018, 12:27:44 PM To All Kwagsh Coin Holders:
A snapshot of the Kwagsh blockchain has been taken on December 15th at 12pm UTC time. The coin swap registration is now underway and will remain open until January 15th. Here’s a summary of the steps you will need to follow for the coin swap: 1) Copy and save your original Wallet Address, Wallet Seed, and Wallet Secret Keys 2) Create a new Kwagsh wallet and transfer all your coins out of your original wallet to your new wallet 3) Register for the coin swap using the following form: https://swap.kredits.cc/ If you haven’t already joined the Kredits discord server, please do so as that will be the main communications platform we use for the swap. -Coin Swap Team https://swap.kredits.cc/ https://community.kredits.cc/viewtopic.php?f=13&t=981 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Karsen on December 15, 2018, 12:30:23 PM To All Kwagsh Coin Holders:
A snapshot of the Kwagsh blockchain has been taken on December 15th at 12pm UTC time. The coin swap registration is now underway and will remain open until January 15th. Here’s a summary of the steps you will need to follow for the coin swap: 1) Copy and save your original Wallet Address, Wallet Seed, and Wallet Secret Keys 2) Create a new Kwagsh wallet and transfer all your coins out of your original wallet to your new wallet 3) Register for the coin swap using the following form: https://swap.kredits.cc/ If you haven’t already joined the Kredits discord server, please do so as that will be the main communications platform we use for the swap. -Coin Swap Team https://swap.kredits.cc/ https://community.kredits.cc/viewtopic.php?f=13&t=981 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Karsen on December 15, 2018, 12:38:04 PM Coin Swap Steps Details:
Step 1: Copy and save your original Wallet Address, Wallet Seed, and Wallet Secret Keys: 1) Wallet Address – Type the following command to show your wallet address: address 2) Wallet Seed – Type the following command to show your wallet seed: show_seed 3) Secret Keys – Type the following command to show your secret keys: “export_keys” The Secret Key will display the Spend Key, View Key, & Private Keys. Save a copy of all. - Step 2: Create a new Kwagsh wallet and transfer all your coins out of your original wallet to your new wallet. To create a new wallet, open simplewallet using the remote daemon or your local daemon: Windows: simplewallet.exe --daemon-address remote.kwagsh.online:25387 Linux: ./simplewallet --daemon-address remote.kwagsh.online:25387 Select: G – generate new wallet Enter wallet name Enter password Confirm password Once it’s synced, type ‘address’ to display your new wallet address. Go into your original wallet and transfer all your coins to your new wallet address. Start by transferring a few coins to make sure they show up in your new wallet. Transfer your coins using the following command within your original wallet: transfer 3 <NEW_WALLET_ADDRESS> <AMOUNT_COINS> Example to transfer 1000 coins: transfer 3 aaQIJ8DjFI87DhjLFlLjhfguHDu76fkdkj765HFI87d 1000 You may be limited on the amount of coins you can transfer. So if it says transaction too big, reduce the amount and try again. Unfortunately, that is an issue with the old Kwagsh wallet so you may have to make multiple transfers until all your coins are moved. - Step 3: Once you have moved all your coins out of your original wallet, you are ready to register for the coin swap by going to https://swap.kredits.cc/ and following the instruction. You will be asked for the following information: Discord UserID Contact Email Address Original Kwagsh Wallet Address Original Kwagsh Wallet Seed Original Kwagsh Wallet Spend Secret Key: Original Kwagsh Wallet View Secret Key: Estimate amount of Kwagsh coins at time of snapshot Please note that your original wallets should be empty and you should not use it anymore once you have registered for the swap as your private keys will be public at that time. To view your original wallet balance at the time of the snapshot, use the following command: Windows: simplewallet.exe --daemon-address snap.kwagsh.online:25389 –reset Linux: ./simplewallet --daemon-address snap.kwagsh.online:25389 --reset The registration form will be open for 30 days until January 15th. - If you haven’t already joined the Kredits discord server, please do so as that will be the main communications platform we use for the swap. -Coin Swap Team https://swap.kredits.cc/ https://community.kredits.cc/viewtopic.php?f=13&t=981 Title: Re: KWAGSH Coin- Cryptonight Coin Algorithm Post by: Karsen on December 15, 2018, 12:48:48 PM To all Altex users that whish to submit a printscreen for review, you can either contact us directly and send the screenshot either by email or discord, or provide a screenshot link in the altex form comments section.
Altex coins swap registration form: https://swap.kredits.cc/altexform.php |