在网上看了几篇博客,都说直接运行./mist就能运行,然后一直运行不起来,
于是看了一下解压出来的readme,发现少了一步,安装libgconf2-4
步骤:
1.下载 https://github.com/ethereum/mist/releases/ 我的是ubuntu,下载并解压
2.配置依赖环境,nodejs、meteor、yarn,参考 https://blog.csdn.net/qiannuo_/article/details/78648882
3.运行 apt-get install libgconf2-4
4.切换到 mist目录 运行./mist