go ethereum - geth import vs copying chaindata - Ethereum ...
Home ethereum.org
Ethereum Branding Kit - EthHub
How to Recover Wanchain Sent to Ethereum Address!
About a month ago I accidentally sent all my Wanchain from an exchange to my Etherum address! I was in distress and this seems to be a common concern for many people. But today I did it! I finally recovered all my Wanchain! It was not easy. I am a software engineer and it took a lot of my knowledge and a handy web tool to get them back. So without further ado here are the exact steps to recover your Wanchain: Part 1 - Get your Ethereum Keystore File *You can skip part 1 if you already have your Ethereum Keystore File From My MetaMask Option *If you use a MetaMask you must follow these steps AND the "From Private Key Option" steps below
Click on the MetaMask on the top-right of Chrome
Type in password to unlock
Click on the 3 dots next to your account's name
Click export private key
Type in your password again
Click submit
Copy your private key
From Mnemonic (TrezoLeger users do this first!) Option *If you use a TrezoLedgeHardware Wallet you will need to follow these steps AND the "From Private Key Option" steps below
It is HIGHLY recommended that you transfer ALL other funds from ALL other cryptos off of your hardware wallet before following these steps.
Run bip39-standalone.html from the unzipped folder
Type your 12-24 word Mnemonic given to you when you setup your Hardware Wallet into the BIP 39 Mnemonic input (If you don't have this you cannot recover your Wanchain)
If you setup a passphrase for your Hardware Wallet (not your PIN code but an actual password) type it into BIP 39 Passphrase (optional) input. (If you don't have this and set one up originally with your hardware wallet you cannot recover your Wanchain)
Change the "Coin" drop-down menu to Ethereum
Scroll to the very bottom of the page and you should now see your Ethereum public key and private key for your specific Ethereum address that you accidentally sent your Wanchain to under "Derived Addresses". *If you do NOT see your address here then you did NOT follow the steps correctly
Copy the private key on the right-hand side for your specific Etherem address that you accidentally sent your Wanchain to. This is under "Derived Addresses" Do NOT use any other private key on the page.
Unzip Geth to C:\Geth (or any directory you will remember)
Search for cmd (on Windows), Right-Click, Run As Administrator
Open Notepad
Paste your Ethereum private key into the notepad without any extra characters or quotations.
Make sure you don't have a "0x" at the beginning of the private key. If you do, delete the "0x" off the start of the private key and save the file.
Save the file as nothing_special_delete_me.txt at C:\Geth
Open a command prompt (windows)
Run the command: cd c:\Geth
Run the command: geth account import C:\Geth\nothing_special_delete_me.txt
After successful import, delete the file at C:\Geth\nothing_special_delete_me.txt
Your file will be saved at, replace "UserName" with your computer's actual logged in user name: C:\Users\UserName\AppData\Roaming\Ethereum\keystore
Part 2 - Recovering Your Wanchain And now what you've been waiting for. Follow these steps to recover your Wanchain from your Ethereum Keystore File. Part 2A - Setup a Wanchain Wallet with WanWalletGui *If you already have a Wanchain wallet setup and know your public key, private key, and password for that wallet you can skip Part 2A We need somewhere to send the Wanchain when we recover it. Follow these steps to setup an address to use on the Wanchain network. You cannot keep using the Ethereum address you sent your Wanchain to on accident after recovery. Just bear with me.
Click on the logo of your operating system to download the WanWalletGui
Accept the User Agreement
Unzip all the files
Run WanWalletGui.exe
Click Launch Application from the pop-up
Click the "Account" button on the top-right
Type in any account name you want and your new password twice
Click "OK"
Save the "Public Key" displayed for your account somewhere
Close the program. Make sure to actually close the program as it will interfere later on.
Part 2B - Get the Gwan Tool Up and Running This is Wanchain's version of Geth, it's called Gwan (get it, G"Wanchain"). You will need this to submit the recovery transaction since the WanWalletGui.exe can't submit it for us.
Open a command prompt (or equivalent if not on Windows)
Go to the directory that you unzipped Gwan to (cd command on Windows)
Run this command: gwan --rpc --rpcapi=web3,eth,personal --rpcport "8545" --rpcaddr "127.0.0.1" --rpccorsdomain "127.0.0.1"
Leave the command prompt up and running until all remaining steps in all parts are finished. If you close the command prompt you cannot submit the recovery transaction. This is actively listening on your computer.
Part 2C - Install Node *If you already have Node.Js & NPM installed AND updated you can skip Part 2C
Open another command prompt (or equivalent) and go to the unzipped directory
Type this command: npm install
You may get ERR's in red. That's fine, ignore them.
After the prior command completes leave the command prompt open and also open "config.js". Make all changes to the file after each line's colon. Leave quotes when you see them around the examples. You will need to edit the config.js file as follows:
Change the first line to: datadir : '/'
Change fromAddr to the Ethereum address you accidentally sent your wanchain to
Change the passphrase to the password you setup for your Ethereum Keystore File
Change the chainId to 0x01 (no quotes)
Change the toAddr to the new Wanchain address you setup in "Part 2A"
Change the sendAmount to be the amount of wanchain you want to transfer and then leave the * 1e18 at the end so 50 Wanchain = 50 * 1e18 (no quotes or spaces). Make sure to not transfer everything, leave .01 Wanchain for the transfer fee.
Save the file, it should now look something like this:
module.exports = { datadir : '/', // The datadir path of the Ethereum fromAddr : '0xaaa', // Ethereum address which hold the Wancoin passphrase : 'password', // The passphrase for the Ethereum keystore of the above address chainId : 0x01, // 0x01 - Wanchain Mainnet, 0x03 - Wanchain Testnet toAddr : '0xbbb', // Wanchain address, make sure have the correct Wanchain keystore for this address sendAmount : 1000*1e18, // 1000 Wan. Don't send all the wancoin, need to keep about 0.005 Wan as the tx fee gasPrice : 200*1e9, // 200 GWin gasLimit : 47000 }
Open your C:\ (or main directory)
Create a folder, name it "keystore"
Copy and paste your Ethereum Keystore File into this directory. You must put it in this EXACT location.
Go back to your command prompt that you last used to do the command "npm install"
Type this command: node index.js (if that doesn't work try: node index)
If all went well you should now see your TxHash of the completed transaction.
Wait 5-10 minutes
Close the command prompt running Gwan
Open WanWalletGui.exe
Your funds should now be displayed there!!
Conclusion If this helped you please consider sending some WAN to: 0xC0dF0c37966488941765f5659ff552aA4e0595B5
Call for action: What can I do to help Ethereum Classic project?
So, you've looked through our web site, understand the value proposition of open, neutral and immutable blockchains. You would like to help original Ethereum vision to succeed. What can you do? Here are some ideas: Get a Classic wallet Create new Ethereum Classic wallet in few easy steps. Running a web-based Classic wallet is also possible: http://classicetherwallet.com/ Run a Classic node We need better network bootstrapping. Run a dedicated Classic node. If your node maintains good uptime and network connectivity, please notify the developers so they can add them to bootstrap list. Also, please consider adding your node to network status monitor (Netstat): http://etcstats.net/ Help with community tools There is a community-driven effort to create ethereumclassic.com website. If you are interested to participate, please join the discussion. Another initiative is to create Ethereum Classic Guide and improve overall quality of documentation. ETC should be accessible to anyone, and easy to start with! Ethereum Classic wiki needs some love as well. Please share your knowledge and help others get going with Classic. Contribute to development If you have skills, please consider joining our dev team. We are working actively on geth/mist/etherwallet, but we need developers to begin migrating/restoring other clients and key supporting sw. Alternatively, you can help improve community tools. Block explorer improvement is our top priority right now. Beta support for exploring addresses and transactions appeared, but more is needed. Block explorers are essential, and before Classic there were no open source ones in Ethereum ecosystem. Mine the original chain Start mining to support network and earn classic ethers (ETC). Difficulty is relatively low, so even solo miners have a decent chance to find a classic block or two. Here is some info on solo mining, ETC mining guides and tips. Join in on the fun! There are many Classic pools now, some of them listed on a sidebar (to the right). New pools, please list yourself on ETC Wiki. The pools are run independently of Ethereum Classic project, so do your own due diligence. BTW, why don't you start running your own Classic pool? Here is some opensource code, if you are interested. Trade ETC for fun and profit Trading classic ethers (ETC) is important as it gives our chain tokens value, attracting more miners. ETC trading is now live on all the major crypto-exchanges. Bitfinex, Poloniex, Kraken offer trading pairs such as ETC/BTC, ETC/USD and ETC/ETH. Complete exchange list in the sidebar (to the right). Please trade ETC if you are interested in active market forming or want to increase your stake in the success of Ethereum Classic. Spread the word Please help us spread the word about Ethereum Classic around Ethereum community and beyond! You can use this logo set, or create something better still. Start websites. Write blog posts. Tweet. Let people know about Ethereum Classic and its value proposition. Donate ETC:0xe9a7e26bf5c05fe3bae272d4c940bd7158611ce9 ETH:0xda99c6385e7ec0a7b4031c393dac01b600341fc3 BTC:1953UK8Y849SZqfDEnn3Zu4AM98hwWk3Kw Feeling like something needs to be done, and no one is doing it? Take the initiative! Ask around our Slack channel if there is something urgent to be done. Thanks for your support, and let's move our chain along! Stay classy, everyone! ;)
Hard fork went smoothly, Ethereum Classic chain is alive and kicking!
News update Ethereum Classic is starting to make some serious waves. With a surprise announcement of ETC trading on Poloniex, it immediately became trader's favorite. ETC/BTC is now the most active pair on Poloniex, with daily trading volume exceeding 100K BTC. Chinese exchange Yunbi announced start of ETC trading tomorrow. Coinmarketcap added ETC to its coin lineup, where it currently fighting with Litecoin for #5 position, with a market cap exceeding $150 mln. Miners who support Classic are able to make good money now: turns out, Classic mining is the most profitable of all coins. New pools offered ETC mining support. Nethash increased significantly to about 500+GH. Mining Classic pools:
New pools, please list yourself on ETC Wiki. More info on solo mining and more mining tips. The pools listed above are run independently of Ethereum Classic project, so do your own due diligence. BTW, why don't you start running your own Classic pool? Here is some opensource code, if you are interested. Community tools You can use (beta) block explorers to follow the chain progress:
Slack channels always have lively discussions: https://ethereumclassic.herokuapp.com/ Our newest addition: Ethereum Classic wiki. Please share your knowledge and help others get going with Classic. Trading Trade classic ethers (ETC) on Poloniex and BitSquare. Please engage in ETC trading if you are interested in active market and want to increase your stake in Ethereum Classic. Outreach Please help us spread the word about Ethereum Classic around Ethereum community and beyond! Use this logo set or create something better still. Start websites. Write blog posts. Tweet. Let people know about Ethereum Classic and its value proposition. Thanks for your support, and let's move our chain along! Stay classy, everyone! ;)
geth saves its internal states for the main network in the chaindata directory. You can find it in the directory: ~/.ethereum on linux ~/Library/Ethereum on OS X ~/AppData/Roaming/Ethereum; It uses the LevelDB database. You can save this directory only if geth is stopped to prevent corruptions. The data is portable on Linux, Windows and MacOS X (i have checked). Ethereum is a global, decentralized platform for money and new kinds of applications. On Ethereum, you can write code that controls money, and build applications accessible anywhere in the world. Ethereum 101. Ethereum is a technology that lets you send cryptocurrency to anyone for a small fee. It also powers applications that everyone can use and no one can take down. It's the world's programmable blockchain. Ethereum builds on Bitcoin's innovation, with some big differences. Both let you use digital money without payment providers or ... Go Ethereum iOS Builder <[email protected]> C2FF8BBF: 70AD EB8F 3BC6 6F69 0256 4D88 F29D EFAF C2FF 8BBF: Linux Builder: Go Ethereum Linux Builder <[email protected]> 9BA28146: FDE5 A1A0 44FA 13D2 F7AD A019 A61A 1356 9BA2 8146: macOS Builder: Go Ethereum macOS Builder <[email protected]> 7B9E2481: 6D1D AF5D 0534 DEA6 1AA7 7AD5 5589 15E1 ... etherchain.org makes the Ethereum block chain accessible to non-technical end users Block: 11022058 76.3 GWei. etherchain.org. Blockchain Blocks Transactions. Accounts; Statistics Charts Correlations Miner. Tools Unit converter Gas Price Oracle. The Ethereum Block Chain Explorer Explore the ...
Ethereum Setup On Windows- How to Install Geth ... - YouTube
video, sharing, camera phone, video phone, free, upload Processo para mineração de siacoin e ethereum na mesma placa. Skip navigation ... Ethereum - Getting started with Geth - Duration: 7:02 ... Tranformando lixo eletronico em dolares logo mais. ... Getting started with Ethereums Geth Import Geth Ethereum from Go and beyond - Péter Szilágyi - Duration: 20:59. Ethereum Foundation 3,070 views. 20:59. I just re-installed the ethereum wallet and it was all going well until I ran the wallet. An issue came up and it said: please install the geth node version ...