Pages:
Author

Topic: Wexcoin. A new frontier for payment solutions. (Read 10162 times)

full member
Activity: 266
Merit: 101
Check out Wexcoin chart at BitScreener
https://bitscreener.com/coins/wexcoin
legendary
Activity: 2744
Merit: 1708
First 100% Liquid Stablecoin Backed by Gold
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.
full member
Activity: 350
Merit: 103
full member
Activity: 161
Merit: 100
Update for WEXCOIN


Resources: (update 2017-04-09)
- Website: www.wexcoin.org
- Exchange:
1. https://wex.cryptonitex.com (For Member ONLY)
2. https://c-cex.com/?p=wex-btc
- Blockchain explorer: https://chainz.cryptoid.info/wex/
- Github: 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

Join as Member at https://wexcoin.com/ezybit
this coin dead?

where i can find the roadmap?
newbie
Activity: 1
Merit: 0
Update for WEXCOIN


Resources: (update 2017-04-09)
- Website: www.wexcoin.org
- Exchange:
1. https://wex.cryptonitex.com (For Member ONLY)
2. https://c-cex.com/?p=wex-btc
- Blockchain explorer: https://chainz.cryptoid.info/wex/
- Github: 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

Join as Member at https://wexcoin.com/ezybit
hero member
Activity: 714
Merit: 516
#SWGT PRE-SALE IS LIVE
Who compose Wexcoin's team?

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

 Huh

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

Interested in building a team here  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
newbie
Activity: 4
Merit: 0
Who compose Wexcoin's team?

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

 Huh

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

Interested in building a team here  https://wexcoin.com/nanoon
legendary
Activity: 1316
Merit: 1004
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
Exchange: cryptonitex (More coming soon)
Blockchain explorer: Chainz (coming soon)
Github: 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.
newbie
Activity: 4
Merit: 0
reserve indonesian translation sir
thank you Smiley
Hi, If you are interested, check out the wexcoin.
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

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


my ID line:23fx
email:[email protected]

Thank you
hero member
Activity: 551
Merit: 500
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.
sr. member
Activity: 462
Merit: 251
Premine: 10 Billion

Great !
newbie
Activity: 3
Merit: 0
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
hero member
Activity: 812
Merit: 500
how to get wexcoin?
Any plans for  giveaways or bonuses?
member
Activity: 85
Merit: 10
Premine: 10 Billion this is very outrageous and i wonder the total number of this coin  Huh Huh Huh

According to the announcement it is an unlimited amount.
full member
Activity: 210
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Premine: 10 Billion this is very outrageous and i wonder the total number of this coin  Huh Huh Huh
sr. member
Activity: 602
Merit: 250
reserve indonesian translation sir
thank you Smiley
full member
Activity: 474
Merit: 101
sr. member
Activity: 332
Merit: 250
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
hero member
Activity: 546
Merit: 500
POW reward 0
algo x11
only pos,,
hero member
Activity: 882
Merit: 500
how to get wexcoin?what can to be mined? Huh
Pages:
Jump to: