I created my own Crypto Currency - QUE coins

in #ethereum7 years ago (edited)

Here's how I've done it, with a detailed step-by-step procedure. You can't go wrong I hope.

I first tried creating my own cryptocurrency using the Ethereum Wallet. I hit an road block because I need to buy ETH coins to create my token (cryptocurrency) to cover the transaction fees, gas, and other fees managing my cryptocurrency. I think I need at least 3 ETH currently trading at $311 plus the fees for transactions (gas). I stopped here, wahhhh Crypto Forever !!!

Anyway, this is the second try and this time around it is successful. I will cover how I accomplished it, step-by-step so other will follow and create their cryptocurrency using Ethereum Decentralized Platform.

You can use your own Ethereum token to any of this purpose:

  • To create an Initial Coins Offering (ICO)
  • Add your token (coin) to an exchange. So other investors will be able to participate.
  • Trade them among friends, just to see whose the richest nerd.
  • For Private Use
  • and other ideas applicable to you.
So what's the ingredients needed to cook this project?
  1. You need to have your own Ethereum Wallet using MyEtherWallet. This is where you going to transaction your cryptocurrency, Minereum (MNE) and Ethereum (ETH).
  2. As of writing this article. The current token creation service is 1 MNE. Yes, one, uno, isa.
  3. You need to buy MNE through Livecoin.net website. I deposited some ETH (not BTC to expensive to buy and nothing to offer except being the pioneer in cryptocurrency) to my Livecoin.net account so I can use it to buy MNE. In Livecoin dashboard, click on Balance, scroll down till you see the Ethereum Deposit/Withdraw button. Or use search for ETH.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin
  4. Click on Deposit, to get your ETH address. You should see something your address.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin2
  5. In MyEtherWallet account. Click on Send Ether & Token. Enter the address you get from the previous step and the amount to send. Click Generate Transaction to proceed your transfer.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.ETH
  6. Go back to Livecoin and check your deposit. You should be able to see your transfer balance.
  7. Now let's buy MNE coin. In Livecoin dashboard, click the BUY / SELL, select Trading. Use the Search field to find "MNE". Select MNE/ETH.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin.MNE
  8. You should be able to see BUY MNE FOR ETH. Enter the amount of MNE you want to buy. When ready, click BUY MNE. You will be able to see the transaction in progress.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin.MNE.Buy
  9. Now click on BALANCE, search MNE to verify your coins.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin.MNE.Balance
  10. Click the Withdraw button so you can transfer this to you MyEtherWallet. Enter the amount of MNE and Enter your Ethereum Wallet Address. QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin.MNE.Withdraw
  11. Click Send a Payment, your MNEs will be in your wallet shortly.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin.MNE.Withdraw.confirm
  12. Verification. Check your email for verification code and enter your PIN-code.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin.MNE.Withdraw.verification
  13. If a payment (transfer) is successful. You will see something like this.QUE.com.HOWTO.Create.Your.Own.Token.01.Deposit.Livecoin.MNE.paymentsuccessful
  14. Go check your MyEtherWallet. You should received your MNE coin in your wallet. QUE.com.HOWTO.Create.Your.Own.Token.01.MNE.Token
  15. If you don't see MNE token in your MyEtherWallet. You need to add MNE it, click the Add Custom Token. In Address field enter MNE addree.QUE.com.HOWTO.Create.Your.Own.Token.01.MNE.AddCustomToketnNow we can Generate our own Token.
  16. Send 1 MNE to the address 0x41fAfB65B1514Ce1177287A567002f8978d98205. Click Generate Transaction and confirm to send payment of 1 MNE.QUE.com.HOWTO.Create.Your.Own.Token.02.MNE.Send1MNEpayment
  17. To verify your transaction, go to https://tokenservice.minereum.com website. Within seconds the status goes to Done. The version 1.1 made it faster to complete. Your Smart Contract Address is ready for you.QUE.com.HOWTO.Create.Your.Own.Token.02.MNE.SmartContract
  18. Next steps are: Adding your Token to your MyEtherWallet to interact with it. Click the Contracts (https://www.myetherwallet.com/#contracts). In the Contract Address field, insert your Contract Address and the Interface/ABI information (can be found here: https://bitcointalk.org/index.php?topic=1975550)QUE.com.HOWTO.Create.Your.Own.Token.02.MNE.SmartContract.interact
  19. Click on Access. Call the function SetupToken and set your Token Name, Token Symbol and Supply. My supply is 800,000,000 fixed. Click on WRITEQUE.com.HOWTO.Create.Your.Own.Token.02.MNE.SmartContract.QUE
  20. Click on Generate Transaction. Click "Yes, I am sure! Make transaction."QUE.com.HOWTO.Create.Your.Own.Token.02.MNE.SmartContract.QUE.generate
  21. View your MyEtherWallet, add the Custom Token using the following.
It should look like this. Click Save.

QUE.com.HOWTO.Create.Your.Own.Token.02.MNE.SmartContract.QUE.AddCustomToken

The Source Code Verification is completed: https://etherscan.io/address/0xba2990421c16efe5ed8cdd24e3d512afe4c3d15b

The Etherscan.io Token Verification: Verified.

https://etherscan.io/token/0xba2990421c16efe5ed8cdd24e3d512afe4c3d15b

Contract Name: Token
Compiler: v0.4.11+commit.68ef5810
Optimization: Enabled

  1. On the field "Constructor Arguments ABI-encoded" Insert the following:

6.1 Take note of the "From" address that you used to initiate the transaction, for this example we will use the address 0xe64286a1d33c57dc5173297146edd713211eed85.
6.2 Remove the 0x from the address (we now have e64286a1d33c57dc5173297146edd713211eed85)
6.3 add 24 Zeros before the value from 6.2 (we now have 000000000000000000000000e64286a1d33c57dc5173297146edd713211eed85)
6.4 Paste this value on the Constructor Arguments ABI-encoded

QUE.com.HOWTO.Create.Your.Own.Token.02.MNE.SmartContract.QUE.TokenVerification

Click on Verify and Publish to proceed.

QUE.com.HOWTO.Create.Your.Own.Token.02.MNE.SmartContract.QUE.TokenVerification.error

I have to submit a service ticket at Etherscan.io website, click on Contact Us, Subject to to make it Verified. Pending ...

It's done! I now have my own cryptocurrency QUE using Ethereum Decentralized Platform.

Who want some QUE coin? If you're interested to have a QUE coin, please post your Ethereum Wallet and I will send you a free 100 QUE coins. Someday we can go to the moon and only cryptocurrency is allowed to trade :) Or send email to EM @QUE.com with your wallet to receive a free 100 QUE coins. Offer valid up to July 10, 2017.

 

FAQs:

What Ethereum Wallet to use? Visit MyEtherWallet.com to create your own wallet. Please follow the recommended steps to protect your wallet. Please keep in mind, in crypto world if you loss your private key and forget your personal password. You're coins are gone forever.

How to add QUE coins to your MyEtherWallet? Login to your MyEtherWallet, by default you will see your ETH coin balance. Below that, click the add the Custom Token using the following. After that, you will be able to use QUE coins to exchange. Enjoy

  • Token Address: 0xba2990421c16efe5ed8cdd24e3d512afe4c3d15b
  • Token Symbol: QUE
  • Token Decimals: 18
 

Please bookmark this page as I continue to add new frequently asked questions. You may also use comment below to post your questions.

If you created your own cryptocurrency and want to send a test coins. Send it to my Ethereum Wallet Address 0xeB6F0Af12930d30252Df3F159Bbff9504c78D866. You can also use this address to send ETH tip.

Thank you,
EM @QUE.com

References:

I hope you like it, let me know by Voting Up, Resteem and comment below.
Follow me @Yehey
Thank you.

Sort:  

OMG, this is what I was looking for ! Yihaaaa for yehey !

Guess there will come many sort of coins now. Already got some catchy names for some of them too :-)

thnx for posting !

Glad to help. I'll be happy to receive a coins from when you setup it up.

I checked alt coins it is up to 928. Not including the coins I just created.
I still need to study the next steps, to ICO or not to ICO, crowdfunding stuff, etc.

Oh my god! you are just too good and clever to do so! I can't believe that a altcoin can actually be created by only one person! As from my idea is it have to have a lot of different difficult calculation and algorithm..come on, you do get my respect on this. And than how will you handle or what will you do for your new coin?

The first try failed and I stop because it is too expensive to keep. The second try with the help of self-mining tool Minereum, done it in in less than an hour. I have a working coin running on Ethereum decentralized platform.

Aha..now, if ure a crypto newbie, will u buy ethereum or EOS??

I will write another article about it. Why wait for EOS to launch in a year that you don't know what's going on. Right now, you can do it.

I dont have ethereum. got a ticket for the fintech something in 2 wks. so i might learn something as i dont understand anything about it. if i know how to get some i will.

thx.hope to stay in contact.pm.my ether

0x29562482aaf4a37eca6d93d8adace944bcd21674

Oh, it's fun to make your own tokens!

Absolutely. Now I have added another experience to my resume :)

Very interesting. Here is my Ethereum Wallet : 0x59b945755B24FaaEFD40Bc3d9928d300cf69A411
Long live to QUE. Long live to crypto.

I've sent 100 QUE coins to your wallet. In FAQ's you need to add Custom Tokens to your MyEtherWallet to see the QUE coins balance.

#CryptoForever

I added the QUE Token to my Ethereum Wallet and I received the 100 QUE. Thank you very much.
QUE

This is epic, thank you for sharing.

While fun is... well fun. What are some other useful reasons for doing this?

I explained in my article some of possible use.

It is also help increase the value of the company if ever selling with additional assets (cryptocurrency).
Ideas is limitless, this is just one of many usage of tokens.

You may have a better idea.

How much is it worth?

The price to make it or the value of QUE coins?

Wow very interesting post! Did not know its possible to make your own coins that easy!

Yes it is now.

@Yehey

Very detailed guide, thanks.

You're welcome.

nice job man! can you create a POROSHENKO-COIN for Ukrainian people?=)))

Of course I can. You have to pay me :), otherwise simply follow the step by steps procedure I prepared for free.

Coin Marketplace

STEEM 0.29
TRX 0.11
JST 0.033
BTC 64804.67
ETH 3109.79
USDT 1.00
SBD 4.27