For some reason we need to use BTC test coins, but how to set up the Bitcoin testnet wallet and get the test coin? Now here we go.
 
Set up Testnet mode wallet
In this guide we use Electrum wallet which is a BTC PC wallet to set up the testnet mode. The prerequisite is that you have downloaded and installed the Electrum. If not, you can get it from their official website: https://electrum.org/#download (for these two parts, I will not going to say more than is necessary.)
 
The default net mode of Electrum is mainnet. For how to using testnet mode it's easy (below operations are on windows):
  1. Copy your Electrum launcher on your desktop and paste the new copy on your desktop, rename the copy as 'Electrum Testnet' or whatever you want;
  2. Right click on the copied icon, choose properties, select 'Shortcut' tab, add " --testnet" at the end of the text field of 'Target'. 
And now double click the icon then the Electrum will be started in Testnet mode! Then create a BTC testnet wallet by following the Electrum step tips, then on the address tab you will see your wallet addresses. These adddresses can be used to get some BTC test coins as below.
 
Get BTC Testnet coin
We can get BTC test coin from BTC faucet websites, here are several available examples sites which we can get BTC test coins from:
 
If you don't need the test coins anymore, you can send this coins back as you want.

最新文章

  1. Ubuntu下编译安装OpenCV 2.4.7并读取摄像头[转]
  2. Android常用控件
  3. js 中escape,encodeURI,encodeURIComponent的区别
  4. [leetcode 23]Merge k Sorted Lists
  5. hdu 1061 快速幂
  6. windows8.1 plsql连接oracle
  7. [BEC][hujiang] Lesson02 Unit1:Working life ---Reading
  8. time 函数
  9. 【 UVALive - 4287】Proving Equivalences (SCC缩点)
  10. android 24 设置与桌面相同的action和category
  11. memset,memcpy,memmove,strcpy,strcat,strcmp的实现(其实很简单,每个程序都只有几行代码)
  12. 遍历输出tuple元素的简洁方式(C++11)
  13. Java入门2
  14. 第五章· Redis主从复制介绍
  15. poj1456
  16. SpringBoot企业级框架
  17. JavaScript异步和单线程
  18. 浅谈左偏树在OI中的应用
  19. UWP 记一次WTS 和 UCT翻车经历
  20. 实验一 《网络对抗技术》逆向及Bof技术

热门文章

  1. matplotlib绘制矢量图像(svg),pdf and ps文件
  2. poj - 1860 Currency Exchange Bellman-Ford 判断正环
  3. cogs 2652. 秘术「天文密葬法」(0/1分数规划 长链剖分 二分答案 dp
  4. codeforces 877 E. Danil and a Part-time Job(线段树(dfs序))
  5. hadoop之数据倾斜
  6. cesium中json,geojson,stk,影像切片等数据的加载
  7. React-Native组件样式合集
  8. 【Offer】[64] 【求1+2+...+n】
  9. springcloud(四):应用配置中心config的安全设置
  10. .net core Cookie的使用