Skip to content

Release v1.0.5

Compare
Choose a tag to compare
@studyzy studyzy released this 17 Jan 01:59
· 980 commits to mainnet since this release
4888e29

本次更新包括

  • Token互换合约集成
  • BTC、ETH适配器的优化升级
  • HD钱包的支持
  • Mediator信息的丰富
  • 合约交易验证规则的加强
  • 其他已知Bug的修复

初次使用

mainnet:
./gptn
./gptn attach palletone/gptn.ipc

testnet:
./gptn --testnet
./gptn attach palletone/testnet/gptn.ipc

已有版本升级:

1.切换到gptn程序的运行目录: cd mainnet
2.执行:curl http://39.105.121.252/palletone/upgrade.sh | bash
3.重启gptn程序