Official Public Node
Description
This section gives information about the public FullNode of Vision Network and provides the port for the FullNode function. Users can choose to connect to one of the FullNode nodes provided in the wallet to receive public chain information and complete on-chain transactions.
Node's default port
node p2p port: 16666
fullnode RPC port: 60061
solidity RPC port: 60071
fullnode HTTP port: 7080
solidity HTTP Port: 7081
Vision's externally available networks
The vision network is currently only available externally on two networks, a vpioneer test chain for testing. The mainnet is the official release chain. In both networks, the ports provided to the external nodes are the same. However, the chain IDs of the two networks are different.
The ID of the vpioneer test chain is 666666 , and the chain ID of the main chain is 888888 .
Vpioneer test network node
Chain ID : 666666
Public Node:
54.238.114.220
Node access port:
p2p communication port : 16666
Full node http port : 7080
Solidity node http port : 7081
Full node grpc port : 60061
Solidity node grpc port : 60071
Vision Mainnet Main Network Node
Chain ID : 888888
Public Node :
3.136.162.2
3.143.57.112
Node Access Port :
p2p communication port : 16666
Full node http port : 7080
Solidity node http port : 7081
Full node grpc port : 60061
Solidity node grpc port : 60071
Full node and Solidity node
The vision underlayer uses vision-core code to implement the underlying infrastructure services for the entire network. In vision-core, we implement both full node and solidity node functionality. In other words, once the vision-core service is deployed, it has both full node and solidity node functionality. These two basic functions are served through the ports described above.
Updated over 2 years ago