项目作者: cryptokylin

项目描述 :
EOS.io Kylin Testnet by cryptokylin.io
高级语言: Dockerfile
项目地址: git://github.com/cryptokylin/CryptoKylin-Testnet.git
创建时间: 2018-07-05T03:12:33Z
项目社区:https://github.com/cryptokylin/CryptoKylin-Testnet

开源协议:

下载


CryptoKylin-Testnet

Welcome to the CryptoKylin-Testnet

点击查看中文

Dependencies

Clone project

  1. git clone git@github.com:cryptokylin/CryptoKylin-Testnet.git
  2. cd fullnode

Setup a fullnode in 5 seconds using the shell

  1. ./run.sh

Setup a fullnode manually in 1 minute

The first step, create the desired directory:

  1. mkdir -p /data/eos/nodeos-data-volume/nodeos-data-kylin/data

The second step is to prepare the configuration file:

  1. cp -r config /data/eos/nodeos-data-volume/nodeos-data-kylin

The third step, join the network:

  1. docker-compose -f docker-compose-kylin-init.yaml up -d

Stop/Restart syncing

To stop:

  1. docker-compose -f docker-compose-kylin.yaml down

To restart:

  1. docker-compose -f docker-compose-kylin.yaml down
  2. docker-compose -f docker-compose-kylin.yaml up -d

Chain info

  1. {
  2. "chain_id": "5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191"
  3. }

P2P LIST

  1. p2p-peer-address = kylinnet.eosstore.link:9876
  2. p2p-peer-address = 119.254.15.40:9876
  3. p2p-peer-address = 39.108.231.157:23225
  4. p2p-peer-address = p2p.kylin.eoseco.com:10000
  5. p2p-peer-address = p2p-kylin.eoslaomao.com:443
  6. p2p-peer-address = p2p.kylin-testnet.eospacex.com:88
  7. p2p-peer-address = peering-kylin.eosasia.one:80
  8. p2p-peer-address = kylin.meet.one:9876
  9. p2p-peer-address = peer.kylin.alohaeos.com:9876
  10. p2p-peer-address = p2p.kylin.helloeos.com.cn:9876
  11. p2p-peer-address = kylin-testnet.starteos.io:9876
  12. p2p-peer-address = kylin-fn001.eossv.org:443
  13. p2p-peer-address = kylin-fn001.eossv.org:443
  14. p2p-peer-address = api-kylin.eoshenzhen.io:9876
  15. p2p-peer-address = p2p.kylin.eosbeijing.one:8080
  16. p2p-peer-address = testnet.zbeos.com:9876

HTTP API LIST

API nodes:

  1. http://39.108.231.157:30065/v1/chain/get_info
  2. https://api.kylin-testnet.eospacex.com/v1/chain/get_info
  3. http://api.kylin.eoseco.com/v1/chain/get_info
  4. http://178.62.36.41:8888/v1/chain/get_info
  5. https://api.kylin.alohaeos.com/v1/chain/get_info
  6. http://api.kylin.helloeos.com.cn/v1/chain/get_info
  7. https://kylin.eoscanada.com/v1/chain/get_info
  8. http://api-kylin.starteos.io/v1/chain/get_info
  9. http://api.kylin.eosbeijing.one:8880/v1/chain/get_info
  10. http://kylin-testnet.jeda.one:8888/v1/chain/get_info
  11. http://kylin.meet.one:8888/v1/chain/get_info

API nodes support get actions ( filter-on=* ):

  1. https://api-kylin.eoslaomao.com/v1/chain/get_info
  2. https://api-kylin.eosasia.one/v1/chain/get_info

Faucet

Creating accounts on cryptokylin is pretty simple:

Free Account

Create account using: http://faucet-kylin.blockzone.net/create/new_account_name

Example:

  1. curl http://faucet-kylin.blockzone.net/create/111111111ooo

Get Free tokens

Get free token with: http://faucet-kylin.blockzone.net/get_token/your_account_name.
You can get 100 tokens each call and max 1000 tokens per day.

Example:

  1. curl http://faucet-kylin.blockzone.net/get_token/111111111ooo

Backup files (Not in maintenance)

For those of you who want to sync fast to the latest block, you can use these backup files here:

Docker version

Non docker version

How to use backup

docker version

  • First get the back-up from the https://storage.googleapis.com/eos-kylin-backup
    1. wget https://storage.googleapis.com/eos-kylin-backup/kylin-20181114060001.zip
  • Decompress the package to the path which in your config,and modify name which in your config
    1. tar -zxvf kylin-20181114060001.zip -C /
    2. cd /data/eos/nodeos-data-volume/
    3. mv nodeos-data-eospace-kylinbackup2 nodeos-data-kylin
  • Start docker
    1. docker-compose -f docker-compose-kylin.yaml up -d

Non docker version