Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: WexcoinOfficial on July 26, 2016, 05:25:17 PM



Title: Wexcoin. A new frontier for payment solutions.
Post by: WexcoinOfficial on July 26, 2016, 05:25:17 PM
Wexcoin
A new frontier in payment solutions


Wexcoin is a cryptocurrency payment solution.

It is a simple way to accept payments or enable buying from almost anywhere - in your mobile app or online. We use mobile apps and other online methods to simplify the way you make and accept payments for goods and services from anywhere.Our easy integrations give you access to multiple payment methods, simple pricing, top-notch protection, and world-class support.

About:
Wexcoin is a new cryptocurrency that is simple to use, effortless to acquire and easy to trade. You can acquire Wexcoin from the exchanges or if your location has access then from the website (www.wexcoin.com).
CryptoNitex is one of the first exchanges that will have Wexcoin to USD and Wexcoin to Bitcoin pairing to allow users to buy and sell coins within the platform.
Moving forward, we plan for a listing on other exchanges such as Bittrex but more importantly, on exchanges that focus on the Russian and Asian markets.
Wexcoin will facilitate the use of cryptocurrency in real life situations and make the transactions effortless for our users. We provide very low transaction costs through a fully functional iOS and Android App to enable mobility and even lower transaction costs through the Desktop Wallet, which enables larger transactions.
To ensure that Wexcoin develops a fast growing user-base we bring a top-notch online support team that is ready to answer any queries you may have.
In addition to all of this, Wexapp will include a news section with the latest updates from the Wexcoin team and direct in-app support for improving the usability of the overall model.

Specifications:
Official name: Wexcoin
Ticker: WEX
Proof of Stake with coin age
Block time: 1 minute
Min Stake Age: 24 hours
Max Stake Age: 30 days
Difficulty retarget: every block
Premine: 10 Billion
Transaction fee: 0.00001 Wex
Confirmations: 6
maturity: 50
Min stake confirmations: 50
Reduction: 200.000 per annum
port=32714
rpcport=32713

Wexcoin was designed with the fastest and most reliable algorithm available today. Using BlockTex LTD as our core development team we are assured to have a secure and robust network. BlockTex is behind several significant crypto currencies today and their staff maintains the highest standards for Blockchain development. Ever seeking and implementing design changes to maintain its cutting edge in the emerging world of Crypto Currencies. BlockTex is there.

Resources:
Website: www.wexcoin.org (http://www.wexcoin.org)
Exchange: cryptonitex (http://wex.cryptonitex.com/) (More coming soon)
Blockchain explorer: Chainz (https://chainz.cryptoid.info/wex/) (coming soon)
Github: https://github.com/wexcoinofficial/wexcoin (https://github.com/wexcoinofficial/wexcoin)
Windows wallet:
github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin-qt.exe
Mac wallet:
https://github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin.dmg


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: MyBitcoinPorn on July 26, 2016, 05:33:20 PM
What is the point of this coin?

Why is it different than other offerings?

How are you going to make it easier than other coins that have actual volume and dev teams?


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: baggle on July 26, 2016, 05:35:10 PM
Who compose Wexcoin's team?

Any links? (linked, facebook, slack...)

 ???


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: doktor1897 on July 26, 2016, 06:01:55 PM
how to get wexcoin?what can to be mined? ???


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: octavarium on July 26, 2016, 06:12:33 PM
POW reward 0
algo x11
only pos,,


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: Davids123 on July 26, 2016, 07:09:38 PM
What is the point of this coin?

Why is it different than other offerings?

How are you going to make it easier than other coins that have actual volume and dev teams?

Really good question


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: wishxy on October 20, 2016, 06:44:28 AM
This is what is all about.
https://www.wexcoin.com/?page=CompensationPlan


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: dianikusuma on October 20, 2016, 07:14:38 AM
reserve indonesian translation sir
thank you :)


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: ricku on October 20, 2016, 07:19:49 AM
Premine: 10 Billion this is very outrageous and i wonder the total number of this coin  ??? ??? ???


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: eternal_newbie on October 20, 2016, 07:24:36 AM
Premine: 10 Billion this is very outrageous and i wonder the total number of this coin  ??? ??? ???

According to the announcement it is an unlimited amount.


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: trannamtan on October 20, 2016, 08:03:15 AM
how to get wexcoin?
Any plans for  giveaways or bonuses?


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: davynoire on January 14, 2017, 02:58:13 AM
What is the point of this coin?

Why is it different than other offerings?

How are you going to make it easier than other coins that have actual volume and dev teams?


You've said it all


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: 794259332 on January 14, 2017, 03:39:50 AM
Premine: 10 Billion

Great !


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: dfox101 on January 14, 2017, 04:18:26 AM
Quote
    if (pindexBest->nHeight+1 == 1)
    {
      nSubsidy = 10000000000 * COIN;
      return nSubsidy;
    }

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
   
    return nSubsidy;
}

const int DAILY_BLOCKCOUNT =  1440;
const int YEARLY_BLOCKCOUNT =  525600;
// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy;

    nSubsidy = 0.38 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy;
}

Above extract from the code.
(1). 10 billion premine, no mining.
(2). PoS setting is wrong, every block mature will get 0.38 coin, regardless how long you hold and how much coin in the block.

Clearly it is done by a novice programmer, know very little about the altcoin code (or programming in general). The coin will be dead as there will be virtually no block being created, 1 premine block, and another one for pos, lol, great job. Another newbie scam.


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: 23fxteam on January 25, 2017, 11:35:09 AM
reserve indonesian translation sir
thank you :)
Hi, If you are interested, check out the wexcoin.
www.wexcoin.org (http://www.wexcoin.org)
If you are interested in making the team.
We have promotions to Thailand. You need to subscribe at this link
https://wexcoin.com/uraiwan (https://wexcoin.com/uraiwan) https://wexcoin.com/uraiwan

You must first register and learn to work with us. The strongest teams from wexcoin
We will advise you. 


my ID line:23fx
email:24team.net@gmail.com

Thank you


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: Anarchy101 on January 25, 2017, 11:46:13 AM
Wexcoin
A new frontier in payment solutions


Wexcoin is a cryptocurrency payment solution.

It is a simple way to accept payments or enable buying from almost anywhere - in your mobile app or online. We use mobile apps and other online methods to simplify the way you make and accept payments for goods and services from anywhere.Our easy integrations give you access to multiple payment methods, simple pricing, top-notch protection, and world-class support.

About:
Wexcoin is a new cryptocurrency that is simple to use, effortless to acquire and easy to trade. You can acquire Wexcoin from the exchanges or if your location has access then from the website (www.wexcoin.com).
CryptoNitex is one of the first exchanges that will have Wexcoin to USD and Wexcoin to Bitcoin pairing to allow users to buy and sell coins within the platform.
Moving forward, we plan for a listing on other exchanges such as Bittrex but more importantly, on exchanges that focus on the Russian and Asian markets.
Wexcoin will facilitate the use of cryptocurrency in real life situations and make the transactions effortless for our users. We provide very low transaction costs through a fully functional iOS and Android App to enable mobility and even lower transaction costs through the Desktop Wallet, which enables larger transactions.
To ensure that Wexcoin develops a fast growing user-base we bring a top-notch online support team that is ready to answer any queries you may have.
In addition to all of this, Wexapp will include a news section with the latest updates from the Wexcoin team and direct in-app support for improving the usability of the overall model.

Specifications:
Official name: Wexcoin
Ticker: WEX
Proof of Stake with coin age
Block time: 1 minute
Min Stake Age: 24 hours
Max Stake Age: 30 days
Difficulty retarget: every block
Premine: 10 Billion
Transaction fee: 0.00001 Wex
Confirmations: 6
maturity: 50
Min stake confirmations: 50
Reduction: 200.000 per annum
port=32714
rpcport=32713

Wexcoin was designed with the fastest and most reliable algorithm available today. Using BlockTex LTD as our core development team we are assured to have a secure and robust network. BlockTex is behind several significant crypto currencies today and their staff maintains the highest standards for Blockchain development. Ever seeking and implementing design changes to maintain its cutting edge in the emerging world of Crypto Currencies. BlockTex is there.

Resources:
Website: www.wexcoin.org (http://www.wexcoin.org)
Exchange: cryptonitex (http://wex.cryptonitex.com/) (More coming soon)
Blockchain explorer: Chainz (https://chainz.cryptoid.info/wex/) (coming soon)
Github: https://github.com/wexcoinofficial/wexcoin (https://github.com/wexcoinofficial/wexcoin)
Windows wallet:
github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin-qt.exe
Mac wallet:
https://github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin.dmg



So it's an ICO?
What's the initial price of the token??
 For some reason, I am unable to see sign up option for the exchange mentioned in an announcement post.


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: 23fxteam on January 30, 2017, 12:55:48 PM
Who compose Wexcoin's team?

Any links? (linked, facebook, slack...)

 ???

--------------------------------------------

Interested in building a team here  https://wexcoin.com/nanoon (https://wexcoin.com/nanoon)


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: cengsuwuei on January 30, 2017, 01:08:02 PM
Who compose Wexcoin's team?

Any links? (linked, facebook, slack...)

 ???

--------------------------------------------

Interested in building a team here  https://wexcoin.com/nanoon (https://wexcoin.com/nanoon)

what do you mean about building a team
you can give free wexcoin, or must buy wexcoin, and then distribution to my team


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: webezybit on April 09, 2017, 01:21:04 AM
Update for WEXCOIN


Resources: (update 2017-04-09)
- Website: www.wexcoin.org (http://www.wexcoin.org)
- Exchange:
1. https://wex.cryptonitex.com (https://wex.cryptonitex.com) (For Member ONLY)
2. https://c-cex.com/?p=wex-btc (https://c-cex.com/?p=wex-btc)
- Blockchain explorer: https://chainz.cryptoid.info/wex/ (https://chainz.cryptoid.info/wex/)
- Github: https://github.com/wexcoinofficial/wexcoin (https://github.com/wexcoinofficial/wexcoin)
- Windows wallet:
https:/ /github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin-qt.exe
- Mac wallet:
https://github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin.dmg
 (https://github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin.dmg)
Join as Member at https://wexcoin.com/ezybit (https://wexcoin.com/ezybit)


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: Barbosa56 on July 17, 2017, 02:12:05 AM
Update for WEXCOIN


Resources: (update 2017-04-09)
- Website: www.wexcoin.org (http://www.wexcoin.org)
- Exchange:
1. https://wex.cryptonitex.com (https://wex.cryptonitex.com) (For Member ONLY)
2. https://c-cex.com/?p=wex-btc (https://c-cex.com/?p=wex-btc)
- Blockchain explorer: https://chainz.cryptoid.info/wex/ (https://chainz.cryptoid.info/wex/)
- Github: https://github.com/wexcoinofficial/wexcoin (https://github.com/wexcoinofficial/wexcoin)
- Windows wallet:
https:/ /github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin-qt.exe
- Mac wallet:
https://github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin.dmg
 (https://github.com/wexcoinofficial/wexcoin/releases/download/1.0.0.0/Wexcoin.dmg)
Join as Member at https://wexcoin.com/ezybit (https://wexcoin.com/ezybit)
this coin dead?

where i can find the roadmap?


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: zhelezo on August 08, 2017, 07:58:25 AM
this coin dead?
this is a scam.


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: wwzsocki on September 14, 2017, 05:15:55 PM
I think this is a dead coin if not there should be announcement from developers team about project progress and updated roadmap. More information about dev team would be nice too. As for now I consider this coin is a SCAM.


Title: Re: Wexcoin. A new frontier for payment solutions.
Post by: NickCrypto on March 26, 2018, 04:32:31 AM
Check out Wexcoin chart at BitScreener
https://bitscreener.com/coins/wexcoin (https://bitscreener.com/coins/wexcoin)
http:// (https://bitscreener.com/coins/wexcoin)