Giter Site home page Giter Site logo

cryptokylin-testnet's Introduction

CryptoKylin-Testnet

Welcome to the CryptoKylin-Testnet

点击查看中文

Dependencies

Clone project

git clone [email protected]:cryptokylin/CryptoKylin-Testnet.git
cd fullnode

Setup a fullnode in 5 seconds using the shell

./run.sh

Setup a fullnode manually in 1 minute

The first step, create the desired directory:

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

The second step is to prepare the configuration file:

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

The third step, join the network:

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

Stop/Restart syncing

To stop:

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

To restart:

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

Chain info

{
  "chain_id": "5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191"
}

P2P LIST

p2p-peer-address = kylinnet.eosstore.link:9876
p2p-peer-address = 119.254.15.40:9876
p2p-peer-address = 39.108.231.157:23225
p2p-peer-address = p2p.kylin.eoseco.com:10000
p2p-peer-address = p2p-kylin.eoslaomao.com:443
p2p-peer-address = p2p.kylin-testnet.eospacex.com:88
p2p-peer-address = kylin.fnp2p.eosbixin.com:443
p2p-peer-address = peering-kylin.eosasia.one:80
p2p-peer-address = kylin.meet.one:9876
p2p-peer-address = peer.kylin.alohaeos.com:9876
p2p-peer-address = p2p.kylin.helloeos.com.cn:9876
p2p-peer-address = kylin-testnet.starteos.io:9876
p2p-peer-address = kylin-fn001.eossv.org:443
p2p-peer-address = kylin-fn001.eossv.org:443
p2p-peer-address = api-kylin.eoshenzhen.io:9876
p2p-peer-address = p2p.kylin.eosbeijing.one:8080
p2p-peer-address = testnet.zbeos.com:9876

BNET LIST

bnet-connect = kylin.fnbnet.eosbixin.com:3389
bnet-connect = kylin.meet.one:4321

HTTP API LIST

API nodes:

http://39.108.231.157:30065/v1/chain/get_info
https://api.kylin-testnet.eospacex.com/v1/chain/get_info
http://kylin.fn.eosbixin.com/v1/chain/get_info
http://api.kylin.eoseco.com/v1/chain/get_info
http://178.62.36.41:8888/v1/chain/get_info
https://api.kylin.alohaeos.com/v1/chain/get_info
http://api.kylin.helloeos.com.cn/v1/chain/get_info
https://kylin.eoscanada.com/v1/chain/get_info
http://api-kylin.starteos.io/v1/chain/get_info
http://api.kylin.eosbeijing.one:8880/v1/chain/get_info
http://kylin-testnet.jeda.one:8888/v1/chain/get_info
http://kylin.meet.one:8888/v1/chain/get_info

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

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

Faucet

Creating accounts on cryptokylin is pretty simple:

Free Account

Create account using: http://faucet.cryptokylin.io/create/new_account_name

Example:

curl http://faucet.cryptokylin.io/create/111111111ooo

Get Free tokens

Get free token with: http://faucet.cryptokylin.io/get_token/your_account_name. You can get 100 tokens each call and max 1000 tokens per day.

Example:

curl http://faucet.cryptokylin.io/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

   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
   tar -zxvf kylin-20181114060001.zip -C /
   cd /data/eos/nodeos-data-volume/
   mv nodeos-data-eospace-kylinbackup2 nodeos-data-kylin
  • Start docker
   docker-compose -f docker-compose-kylin.yaml up -d

Non docker version

cryptokylin-testnet's People

Contributors

debugfuture avatar dfguo avatar fanyinghao avatar fireswu avatar gordoor avatar igorls avatar johnnyzhao avatar joshkauffman avatar n8d avatar newbdez33 avatar noprom avatar pete001 avatar qrwitu0 avatar sheldonhh avatar tinyhill666 avatar unkonwncode avatar vchengsong avatar vonhenry avatar winlin avatar wuyahuang avatar zsq978663747 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.