Buy and use Freedoin via myetherwallet

In order to confront the Chinese Communist Party’s (CCP) overall surveillance and high taxation policies and further dismantle its financial system, we have created an crypto-currency system, which is named Freedomcoin, abbreviated form is Freedoin. We believe that more and more people will use this cryptocurrency to defense their privacy and freedom. Therefore, in addition to the function of overthrowing the dictatorship, there is also a potential for reliability and growth, so we recommend investing it.

This system is base on Ethereum. According to Coin Market Cap, Ethereum has the second largest market cap amongst Crypto-Currencies, after Bitcoin, but has much more  scalability than Bitcoin. To buy and use Freedoin, if you haven’t started using (or experimenting with) Ethereum, we would like to show you step by step in this guide. This is a easier but not the top secure method to buy and use Freedoin, if you don’t handle with bit amount, it is usually not a problem. The securest method is the official Ethereum-Wallet, you can see the guide here.

Create New Wallet

Official website(https://www.myetherwallet.com/You Can Also Run MyEtherWallet Offline and Locally In the section “Create New Wallet”, enter a strong but easy to remember password and click the “Generate Wallet” button. Do not forget it. This encrypts (protects) your private key. It does not generate your private key. This password alone will not be enough to access your Ether. Download your Keystore / UTC file and save this file to a USB drive. This is the encrypted version of your private key. You need the password to access it. It is safer than your unencrypted private key but you must have your password to access it in the future. Click to the button “I Understand. Continue”. Print your paper wallet backup and/or carefully hand-write the private key on a piece of paper. If you are writing it, it is recommend you write it 2 or 3 times. This decreases the chance your messy handwriting will prevent you from accessing your wallet later. Copy & paste your address into a text document somewhere. Search your address on https://etherscan.io/. Bookmark this page. This is how you will view your balance at any time. In this example the address can be found on:  https://etherscan.io/address/0x0b95F01cD448d13f955ECC79000880284512f0e7 Now that you have your wallet and your public address it is time to purchase some Ether (remember to not tell anybody your private key!). You can exchange your USD/EUR or any other fiat currency for Ether in several online currency exchanges. Here is a nice online market, you don’t need to provide your ID-card. The rate of one Freedoin is one Euro. For now, the exchange rate from Ether to Freedoin is 500, which means you can use one Ether change 500 Freedoin, since the rate of Ether is in these days around 500 €. If the rate between Ether and Euro changes a lot, for example, less than 450€, the rate between Freedoin and Ether will be changed to the same too. Now we start to buy Freedoin, please follow the guide to click: Click “Contracts” on the top of the website Paste this address into the input-box: 0x054a82398A25c82BA0342a440061D18d7497F42A Paste the Json Interface into the input-box under “ABI / JSON Interface” and klick “Access”: [ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string", "value": "Freedoin" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8", "value": "2" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_value", "type": "uint256" } ], "name": "burn", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "burnFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "buyPrice", "outputs": [ { "name": "", "type": "uint256", "value": "20000000000000" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string", "value": "♲" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [], "name": "buy", "outputs": [ { "name": "amount", "type": "uint256" } ], "payable": true, "stateMutability": "payable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "frozenAccount", "outputs": [ { "name": "", "type": "bool", "value": false } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" }, { "name": "", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "target", "type": "address" }, { "name": "freeze", "type": "bool" } ], "name": "freezeAccount", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "name": "tokenName", "type": "string" }, { "name": "tokenSymbol", "type": "string" } ], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "target", "type": "address" }, { "indexed": false, "name": "frozen", "type": "bool" } ], "name": "FrozenFunds", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Burn", "type": "event" } ] Then click “select a function”,choose “buy” Select the option to access your wallet via “Private Key”. Type the private key of the account you created earlier and click the “Unlock” button. Then click the “WRITE” button. On the next screen just enter the amount of Ether you wish to exchange into Freedoin. You can leave the field “Gas Limit” as it is, and finally click to the button “Generate Transaction”. Afte 5 to 30 Minutes, you can check that your Freedoin has been transferred to your wallet by configuring it to see them. On your wallet, go to the option “Add Custom Token” on the under right: and fill the form with the following data and click “save”: 0x054a82398A25c82BA0342a440061D18d7497F42A Freedoin 2 As soon as your Freedoin are transferred to your account you will be able to see them and exchange them through your wallet! To send Freeoin: Now you can transfer your Freedoin to your friends or for buying something through MyEtherWallet, you can also trader ETH to any account address. Go to the section “Send Ether & Tokens”, and select the option to access your wallet via “Private Key”. Type the private key of the account you created earlier and click the “Unlock” button. (As same as the step before) Then type in the receiver’s account address into the first input-box and the amount of Freedoin you want to send into the second one, Gas Limit can leave what it it. Then click “Generate transaction”: You will get a warning screen, check if the amount is correct and then click “Yes, I’m sure, send transaction”: That is All! Now enjoy the using of Freedoin.

Notice: Please always keep more than 0.005 Ether in you account, because every transfer must pay a little bit Ether (Gas) to the miners who help to calculate the transfer online. If there is too low sum of Gas in your account, the calculation will be failure and the Gas will not be returned. But you can use the official Ethereum-Wallet, if there is less than 0.005 Ether in your account, the difference will be automatically exchanged from your Freedoin to Ether into your account by the official wallet, but the rate will be only the half, which means 1 Freedoin can only exchange 0.001 Ether, because the exchange and transfer costs energies and causes network congestion, it’s considered as small fine for that. So please remember to recharge Ether if the sum goes too low.

Views: 842