You should update the last version from https://hub.docker.com/r/boscore/bos/tags/
git clone https://github.com/boscore/bos-testnet.git
cd fullnode
The diffrence between fullnode and bpnode is the config.ini bpnode have producer_plugin.
./run.sh
The first step, create the desired directory:
mkdir -p /data/eos/nodeos-data-volume/nodeos-data-bostest/data
The second step is to prepare the configuration file:
cp -r config /data/eos/nodeos-data-volume/nodeos-data-bostest
The third step, join the network:
docker-compose -f docker-compose-bostest-init.yaml up -d
To stop:
docker-compose -f docker-compose-bostest.yaml down
To restart:
docker-compose -f docker-compose-bostest.yaml down
docker-compose -f docker-compose-bostest.yaml up -d
"chain_id": "33cc2426f1b258ef8c798c34c0360b31732ea27a2d7e35a65797850a86d1ba85"
p2p-peer-address = 13.230.195.142:9866
p2p-peer-address = 120.197.130.117:9020
p2p-peer-address = 120.197.130.117:9021
p2p-peer-address = 120.197.130.117:9022
p2p-peer-address = 120.197.130.117:9023
p2p-peer-address = 120.197.130.117:9024
p2p-peer-address = 47.91.244.124:443
p2p-peer-address = 8.208.9.182:443
p2p-peer-address = 47.254.82.241:443
p2p-peer-address = 47.254.134.167:443
p2p-peer-address = 149.129.133.66:443
p2p-peer-address = bos-testnet.meet.one:9876
p2p-peer-address = 47.75.252.36:9878
p2p-peer-address = bos-testnet.eosphere.io:9876
p2p-peer-address = boscore.eosrio.io:19876
p2p-peer-address = peer.bostest.alohaeos.com:9876
API nodes:
http://47.254.82.241:80/v1/chain/get_info
http://47.254.134.167:80/v1/chain/get_info
http://49.129.133.66:80/v1/chain/get_info
http://8.208.9.182:80/v1/chain/get_info
http://47.91.244.124:80/v1/chain/get_info
http://120.197.130.117:8020/v1/chain/get_info
http://bos-testnet.meet.one:8888/v1/chain/get_info
http://bos-testnet.mytokenpocket.vip:8890/v1/chain/get_info
https://bos-testnet.eosphere.io/v1/chain/get_info
https://boscore.eosrio.io/v1/chain/get_info
https://api.bostest.alohaeos.com/v1/chain/get_info
API nodes support get actions ( filter-on=* ):
https://bostest.api.blockgo.vip
https://boscore.eosrio.io/v1/history/ (MongoDB based)
Creating accounts on bostest is pretty simple:
Create account using: https://faucet-bos-testnet.keosd.io/create/<new_account>.
Example:
curl https://faucet-bos-testnet.keosd.io/create/111111111ooo
Get free token with: https://faucet-bos-testnet.keosd.io/get_token/<your_account_name>.
Example
curl https://faucet-bos-testnet.keosd.io/get_token/111111111ooo