Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirei83/VeChain-PublicNodes
https://github.com/mirei83/VeChain-PublicNodes
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirei83/VeChain-PublicNodes
- Owner: mirei83
- Created: 2020-07-13T10:09:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T17:34:00.000Z (about 1 year ago)
- Last Synced: 2024-06-19T22:15:16.940Z (5 months ago)
- Size: 94.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - [web
README
# Public VeChain Thor nodes
VeBlocks provides access to all VeChain Thor networks via publicly accessible HTTP/HTTPS connections. This is a community project to support all developers and allow them everywhere-access to the blockchain, without the need to have a full node with them.
I will not collect or chance any data coming/going to the nodes. There are just some logs kept for maintenance and performance evaluation. These logs will be deleted after 14 days.## Getting Started
All node are maintained by VeBlocks and always kept compatible with the networks. The only limitation is 3000 open connections per IP address. The nodes are accessible via HTTP/HTTPS and P2P, making them also available as bootnode.
## Using the nodes
### Use nodes in Sync
Use the following node endpoints:
Mainnet: https://sync-mainnet.veblocks.net
Testnet: https://sync-testnet.veblocks.netDemo HowTo: https://youtu.be/FogF2c-ypSg
### VeChain mainnet node
```
Cloudflare, loadbalanced:
https://mainnet.veblocks.net
wss://mainnet.veblocks.net/subscriptions/beatDirect access (no cloudflare):
http://mainnet.vechain.blockorder.net
https://mainnet.vechain.blockorder.net
```### VeChain testnet node
```
Cloudflare, loadbalanced:
https://testnet.veblocks.net
wss://testnet.veblocks.net/subscriptions/beatDirect access (no cloudflare):
http://testnet.vechain.blockorder.net
https://testnet.vechain.blockorder.net
```### VeChain solo node
```
Cloudflare:
https://solo.veblocks.net
wss://solo.veblocks.net/subscriptions/beat```
(resets all 24 hours)These addresses cointain VET/VTHO in SOLO:
| Address | Mnemonic|
| :------------- |:-----------|
0xf077b491b355E64048cE21E3A6Fc4751eEeA77fa| denial kitchen pet squirrel other broom bar gas better priority spoil cross### Example use
Get best block:
```
curl -X GET "https://mainnet.veblocks.net/blocks/best" -H "accept: application/json"
```Get BlockRef:
```
curl -s -X GET https://mainnet.veblocks.net/blocks/best -H "accept: application/json" | jq -r .id | cut -c-18
```Use as bootnode:
```
./thor --network main --bootnode enode://6bd860159b853d76d77a850f20e5975bb784756058cf8d32ea6f79eeb40b73e4dda5fbc05a6ca2764df2cd119f548b30162fcc9df63e956a8dd09923e712c1a6@95.216.240.98:11235
```
### Uptime and connectivity
This is a community project and the nodes will be up as much as possible but there may be short downtimes due to updates/upgrades or any other hard/software failure. VeBlocks is not responsible for your software. Consider these variables when using the nodes!### Pre-compiled windows nodes
You can use my precompiled windows thor node software. This will use up about 60GB on your C-drive and will take 8-48h to sync. Always remember that this is a "quality of life"-download. If you want to use thor in a professional environment, compile the software yourself to ensure data-integrity.https://cdn.veblocks.net/VeChain-thor1.6.0.zip
## Contact
E-Mail: [email protected]
Telegram: https://t.me/mirei83
Donation: 0xD88bf449EcF41993685fDA562FBB23a5fE7fFCd5 (VeChain)