Stellar修改地址前缀
Stellar修改地址前缀,包括publicKey的,seedKey的。
需要改的地方:
1. stellar-core源码修改并重新编译
2. 相关SDK中的keypair的生成和检验,常用的SDK如PHP和JS的。
3. 区块浏览器
4. horizon & friendbot需要重新编译
Home of Little Jelly
Stellar修改地址前缀,包括publicKey的,seedKey的。
需要改的地方:
1. stellar-core源码修改并重新编译
2. 相关SDK中的keypair的生成和检验,常用的SDK如PHP和JS的。
3. 区块浏览器
4. horizon & friendbot需要重新编译
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)
Stellar Docker测试网络搭建。
官方 docker+stellar-core+stellar-state