006 以太坊Mist安装部署

简介: 本章为后面开发和安装部署合约做准备,介绍几个常用钱包的安装。 一、Mist安装部署 官网地址:https://medium.com/@attores/step-by-step-guide-getting-started-with-ethereum-mist-wallet-772a3cc99a...

本章为后面开发和安装部署合约做准备,介绍几个常用钱包的安装。

一、Mist安装部署

官网地址:https://medium.com/@attores/step-by-step-guide-getting-started-with-ethereum-mist-wallet-772a3cc99af4


Step-by-Step Guide: Getting Started with Ethereum Mist Wallet

According to Coin Market Cap, Ethereum has the second largest market cap amongst Crypto-Currencies, after Bitcoin. Bitcoin and crypto lovers all around have seen Ethereum as an interesting platform that promises scalability, reliability and growth potential.

If you still haven’t started using (or at least experimenting with) Ethereum, it’s high time you should try your hands on it. The speed with which Ethereum is evolving and grabbing the market share is astonishing.

‘That’s great. But hey, where do I start?’

If that’s what you’re thinking, you’ve landed in the right place. In this guide, we’ll cover everything to help you get started with Ethereum.

What is Ethereum?

Ethereum

By standard definition:

Ethereum is a decentralized platform that runs smart contracts: applications that run exactly as programmed without any possibility of downtime, censorship, fraud or third party interference.

To operate the distributed application platform Ethereum, you need a fuel: Ether. It is a form of payment made by the clients of the platform to the machines executing the requested operations. To put it another way, ether is the incentive ensuring that developers write quality applications (wasteful code costs more), and that the network remains healthy (people are compensated for their contributed resources).

That’s pretty much what you need to know at this stage to get started. If you’re still intrigued and want to learn more, go here and here.

A.Downloading the Ethereum Mist Wallet

To store, accept and send ether, you need a wallet. Download the latest release of mist wallet. Scroll down to Downloads and choose the release as per the system you’re using.

Downloading theEthereum Mist Wallet
  1. Choose Ethereum-Wallet-YourSystem. For this guide, I’m working through the installation of the wallet for Mac OS i.e. I select Ethereum-Wallet-macosx-0–8–1.zip
  2. Once you click on the link, it’ll automatically start to download the zip file. After you unzip the folder, look for Ethereum-Wallet application and launch it.

B. Installing the Wallet

After you launch, you’ll see this:

Installing The Wallet

Once the node is fully synced, you’ll be asked to choose the network. For testing purpose, choose ‘USE THE TEST NETWORK’ option.

Choose the TEST Network Once Node is synced

Choose your password:

Choose Your Password. And REMEMBER YOUR PASSWORD

Protect your account with a strong password. Put in the strong password and remember it. Seriously! You cannot EVER change the password of this account once it’s created. So, remember the password.

C. Your Account

Ethereum Mist Wallet Accounts Overview

This is what the Wallet’s overview screen looks like.

At the top of your Wallet overview screen, you’ll see the info related to the sync status of your node. If the node has stopped syncing (e.g. zero peers or block number not changing), try restarting the Wallet app or wait for some time.

Under Accounts, you can see the number of accounts and Ether balance in every account.

Your Account Address

Go inside the ‘MAIN ACCOUNT’. The string below your account name is your account address. It starts with 0x.

Ethereum Mist Wallet — Your Account Address

Note: Ethereum Account addresses are in hexadecimal format. They are made up of 40 characters (hexadecimal digits). Read more about it here.

0x1ae42D3054b8079Ff0694E7B43c230394aFc2426

This is my testnet account address, if you want to send some ether. ;)

To receive the ether from other party, simply share the address. You can see the status of transaction at http://testnet.etherscan.io/. Simply put your account number or the transaction number sent by other party in search bar.

Note: If you can’t find anyone to send you ether, go here and share your address. :) With this Ethereum Faucet, you can receive free ether simply by adding your wallet address and start claiming. Here are 2 ether I received from them:

Receive Free Ether From Ethereum Faucets

Sending Ether

  1. Go to SEND.
  2. Put in the address of the receiving party.
  3. Choose the amount of ether you want to send.
Sending Ether from Ethereum Mist Wallet

4. Try sending it without changing any fees.

Fees — Sending Ether with Ethereum Wallet

5. And enter your password.

Password — Sending Ethe with Ethereum Wallet

That’s all.

Your Transactions

To see all of your transactions, go to Wallet overview → Latest Transactions

Latest Transactions — Ethreum Wallet

Click on the particular transaction to display the Transaction box.

Transaction Number & Block Hash — Ethereum Mist Wallet

The same can be checked on http://testnet.etherscan.io/. Search with transaction number or your account number.

That’s it! Need any help? Put it in the comments below and we’ll be happy to help.

Go mine some! :D

P.S. Check out Indorse by Attores — LinkedIn Disruptor on Ethereum [Decentralised Professional Network powered by Ethereum Blockchain]

Important: All announcements — Bounty, Pre Token Sale, Token Sale, will be first made exclusively on Indorse SlackJoin Indorse Community on Slack


目录
相关文章
|
9月前
|
数据采集 机器学习/深度学习 数据可视化
基于python大数据的小说数据可视化及预测系统
本研究基于Python构建小说数据可视化与预测系统,整合多平台海量数据,利用爬虫、数据分析及机器学习技术,实现热度趋势预测与用户偏好挖掘。系统结合Django、Vue等框架,提供动态交互式可视化界面,助力平台精准运营、作者创作优化与读者个性化阅读体验,推动网络文学数据智能化发展。
|
机器学习/深度学习 算法 安全
密码学系列之六:公钥密码体制
密码学系列之六:公钥密码体制
1274 0
|
Java 测试技术 应用服务中间件
使用Maven构建一个项目时,通常按照以下六个步骤的顺序进行
使用Maven构建一个项目时,通常按照以下六个步骤的顺序进行
525 0
|
机器学习/深度学习 算法 JavaScript
密码学系列之四:一文搞懂序列密码
密码学系列之四:一文搞懂序列密码
2185 0
|
区块链 数据安全/隐私保护 缓存
带你读《深入理解以太坊》之三:技术架构
这是一本从原理和实践两个层面系统、深入讲解以太坊技术的专著,从设计理念、技术架构、共识算法、智能合约、以太坊虚拟机、开发工具、DApp开发、企业以太坊解决方案、跨链技术等近10个方面进行了详细讲解,既适合初学者系统学习以太坊的原理和应用开发,又适合有一定基础的开发者深入掌握以太坊的底层运行机制。
|
7月前
|
安全 数据安全/隐私保护 C++
HTTPS ECDHE 握手全解析
HTTPS ECDHE握手详解:基于椭圆曲线的临时密钥交换,实现前向保密与高效安全。解析TLS 1.2下客户端与服务器如何通过6步完成密钥协商,对比RSA握手机制,揭示ECDHE为何成为现代网站标配。
740 1
|
8月前
|
弹性计算 固态存储 大数据
今年最新阿里云服务器年/月/小时价格表详解:含ECS、轻量与GPU云服务器
阿里云服务器多少钱?今年最新阿里云服务器年/月/小时价格表详解:含ECS、轻量与GPU云服务器。今年最新的云服务器租用价格表,包括轻量应用服务器、云服务器ECS和GPU服务器。现在最新阿里云服务器租用费用价格表,轻量2核2G轻量服务器一年68元,折合5.6元1个月,新老用户同享99元一年服务器,2核4G5M服务器ECS优惠价199元一年(企业专享),2核4G4M轻量服务器298元一年,4核8G服务器955元一年,4核16G10M服务器70元1个月、210元3个月,8核32G服务器160元1个月、480元3个月,整理2026阿里云服务器租用费用价格表,包括一年优惠价格、一个月和1小时收费明细表:
|
7月前
|
机器学习/深度学习 敏捷开发 人工智能
阿里云人工智能平台PAI和百炼有什么区别?PAI和百炼定位、功能及使用方法对比
阿里云PAI是“造模型”平台,面向算法工程师,支持从训练到部署的全周期AI开发;百炼是“用模型”平台,聚焦大模型快速应用,助力业务团队低门槛构建智能体。两者互补协同,覆盖AI开发全流程。
1706 5
|
存储 消息中间件 算法
深度思考:架构师必须掌握的五大类架构设计风格
数据流风格注重数据在组件间的流动,适合处理大量数据。调用返回风格则强调函数或方法的调用与返回,过程清晰明了。独立构件风格让每个构件独立运作,通过接口交互,提升灵活性和可重用性。虚拟机风格则模拟完整系统,实现资源的高效利用。
1409 0
深度思考:架构师必须掌握的五大类架构设计风格
|
SQL 分布式计算 Apache
Apache Doris + Apache Hudi 快速搭建指南|Lakehouse 使用手册(一)
本文将在 Docker 环境下,为读者介绍如何快速搭建 Apache Doris + Apache Hudi 的测试及演示环境,并对各功能操作进行演示,帮助读者快速入门。
774 0
Apache Doris + Apache Hudi 快速搭建指南|Lakehouse 使用手册(一)