All Projects → boscore → bos-testnet

boscore / bos-testnet

Licence: other
Testnet for BOSCore.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to bos-testnet

eoslime
Complete EOSIO framework for development, testing, and deployment in JavaScript
Stars: ✭ 38 (+123.53%)
Mutual labels:  eosio
Scatter-Demos
A set of integration demos using eosjs and Scatter
Stars: ✭ 80 (+370.59%)
Mutual labels:  eosio
EOSBank
EOS Bank (CPU rent contract)
Stars: ✭ 45 (+164.71%)
Mutual labels:  eosio
EOS-Proxy-Token
Proxy token to allow mitigating EOSIO Ram exploit
Stars: ✭ 22 (+29.41%)
Mutual labels:  eosio
eosreach-android
An EOS wallet developed in Kotlin using the eos-jvm SDK and the model view intent (MVI) design pattern. This wallet serves as a blueprint for how other developers might want to utilise eos-jvm to develop native Android apps that consume the EOS blockchain.
Stars: ✭ 37 (+117.65%)
Mutual labels:  eosio
awesome eos
General Catalog for EOS resources
Stars: ✭ 21 (+23.53%)
Mutual labels:  eosio
ora
Bloq Ora multi-blockchain smart contract compute oracle and validation engine
Stars: ✭ 28 (+64.71%)
Mutual labels:  eosio
EOSTracker-API
EOS Tracker API is a PHP Backend based on Symfony3 that connects to a SQL database.
Stars: ✭ 64 (+276.47%)
Mutual labels:  eosio
backend
Cambiatus GraphQL API
Stars: ✭ 17 (+0%)
Mutual labels:  eosio
eosio-rust
EOSIO SDK for Rust – APIs for building smart contracts on EOSIO blockchains in Rust
Stars: ✭ 93 (+447.06%)
Mutual labels:  eosio
frontend
Cambiatus Web based frontend using Elm
Stars: ✭ 25 (+47.06%)
Mutual labels:  eosio
eosportal-api
🗳EOSPortal Community Voting
Stars: ✭ 16 (-5.88%)
Mutual labels:  eosio
EOSWallet
🔐EOS Wallet: Manage your EOS accounts with steroids :)
Stars: ✭ 36 (+111.76%)
Mutual labels:  eosio
eosdart
EOS API Client in Dart Language
Stars: ✭ 33 (+94.12%)
Mutual labels:  eosio
twitbot
🦉Just a simple twitter bot for tipping in EOS
Stars: ✭ 18 (+5.88%)
Mutual labels:  eosio
geos
golang implementation of the EOS protocol
Stars: ✭ 67 (+294.12%)
Mutual labels:  eosio
streamingfast
The dfuse Blockchain Data Platform
Stars: ✭ 41 (+141.18%)
Mutual labels:  eosio
every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (+17.65%)
Mutual labels:  eosio
django-scatter-auth
Django Scatter Auth for EOS blockchain
Stars: ✭ 16 (-5.88%)
Mutual labels:  eosio
eos-blog-dapp
Simple Blog DApp built with React for the EOSIO Blockchain
Stars: ✭ 21 (+23.53%)
Mutual labels:  eosio

Please join testnet telegram group:

https://t.me/BOSTestnet

BOS Tesnet monitor: https://t.me/bosteststatus

BOS Testnet explorer:

点击查看中文

docker images

You should update the last version from https://hub.docker.com/r/boscore/bos/tags/

Clone project

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.

Setup a fullnode in 5 seconds using the shell

cd bos-testnet/
./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-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

Stop/Restart syncing

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 info


"chain_id": "33cc2426f1b258ef8c798c34c0360b31732ea27a2d7e35a65797850a86d1ba85"

P2P LIST

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

HTTP/HTTPS API LIST

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)

Faucet

Creating accounts on bostest is pretty simple:

Free Account

Create account using: http://faucet-bostest.blockzone.net/create/<new_account>.

Example:

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

Get Free tokens

Get free token with: http://faucet-bostest.blockzone.net/get_token/<your_account_name>.
Example

curl http://faucet-bostest.blockzone.net/get_token/111111111ooo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].