BOS Tesnet monitor: https://t.me/bosteststatus
BOS Testnet explorer:
- https://bos-test.bloks.io/
- https://bos-test.eosx.io/
- https://local.bloks.io/?nodeUrl=bos-test.eospacex.com&coreSymbol=BOS
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.
cd bos-testnet/
./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
The deployment of BOSMainnet check Detial
"chain_id": "33cc2426f1b258ef8c798c34c0360b31732ea27a2d7e35a65797850a86d1ba85"
p2p-peer-address = 47.90.101.71:443
p2p-peer-address = 52.69.198.164:9003
p2p-peer-address = 34.80.177.78:9876
p2p-peer-address = 52.69.198.164:9003
p2p-peer-address = br.eosrio.io:29876
p2p-peer-address = bos-test.eosdac.io:39877
p2p-peer-address = 47.88.155.76:9877
p2p-peer-address = bostestnet.eoscafeblock.com:9877
p2p-peer-address = test-bos.atticlab.net:10876
p2p-peer-address = peer01-bostest.blockzone.net:543
p2p-peer-address = peer02-bostest.blockzone.net:543
p2p-peer-address = peer.bostest.alohaeos.com:9876
p2p-peer-address = bos-test.eoshenzhen.io:9876
p2p-peer-address = bos-testnet.eosamsterdam.xeos.me:9899
p2p-peer-address = bos-test.eosdac.io:39877
p2p-peer-address = tst.bossweden.org:9899
API nodes:
https://api-bostest.blockzone.net
https://boscore.eosrio.io/v1/chain/get_info
https://api.bostest.alohaeos.com/v1/chain/get_info
https://bos-test.eoshenzhen.io:7443/v1/chain/get_info
HISTORY API nodes support get actions ( filter-on=* ):
https://api-bostest.blockzone.net
https://boscore.eosrio.io/v1/history/ (MongoDB based)
Creating accounts on bostest is pretty simple:
Create account using: http://faucet-bostest.blockzone.net/create/<new_account>.
Example:
curl http://faucet-bostest.blockzone.net/create/111111111ooo
Get free token with: http://faucet-bostest.blockzone.net/get_token/<your_account_name>.
Example
curl http://faucet-bostest.blockzone.net/get_token/111111111ooo