Ubuntu 16.04编译Stellar报N4387问题
Ubuntu 16.04编译Stellar,运行 `configure`时会报错
configure: error: defect report N4387 is not resolved
这是因为Ubuntu默认安装的gcc/g++版本是5,而Stellar最新版需要的版本是6。
Home of Little Jelly
Ubuntu 16.04编译Stellar,运行 `configure`时会报错
configure: error: defect report N4387 is not resolved
这是因为Ubuntu默认安装的gcc/g++版本是5,而Stellar最新版需要的版本是6。
Stellar恒星私链搭建。
运行环境及组件
1. Ubuntu 18.04 LTS
2. postgresql
3. stellar-core
4. horizon
5. friendbot
6. node (nvm)
Vue获取input的值。
template
npm install错误。
1. ` npm ERR! Maximum call stack size exceeded `
解决方案
Parity VS Geth。
Parity和Geth是用的最多的以太坊的服务器钱包,他俩孰优孰劣呢?来比较一下。
Bitcoin编译Windows64版本。
需要使用Mingw-w64交叉编译工具。
操作系统使用的还是Ubuntu 16.04/18.04版本,最好新建一个新的目录,跟Linux版的区分开。
Bitcoin Ubuntu编译安装。
Ubuntu 16.04 / 18.04。
安装依赖
Postgresql基本操作。
首先 `su postgres`使用`postgres`用户,再`psql`进入CLI管理界面。
基本操作
Stellar Docker测试网络搭建。
官方 docker+stellar-core+stellar-state
Android App启动时报错,错误信息
No Network Security Config specified, using platform default
意思是说没有指定网络安全设配置,使用平台默认的。