Tezos Giga Node
Your reliable public infrastructure
Giga Node For All
We built a reliable, secure, fault-tolerant, robust and geographically distributed infrastructure that capable of processing most of the day-to-day operations on the Tezos network including the peak times at the beginning of each cycle.
Moreover, this will simplify the onboarding process for all new dApps and services that are planned to be migrated or built on Tezos.
In essence, the idea that we have in mind is to turn the GigaNode into a fully decentralized solution, which will be given back to the community once it is finished, while completely removing Tezos Ukraine as a single point of failure.
Who we are
In a joint effort, Everstake and Bake’n’Rolls created the organization Tezos Ukraine which is deeply committed to supporting the Tezos network by developing a variety of useful analytics tools and extending public infrastructure that boosts Tezos technology mass adoption.
We always try to implement the best industry practices in all things. Thereby, our customer support team and our experienced DevOps engineers work around the clock, ensuring that all systems are up and running smoothly.
Technology
Our team uses only proven solutions and providers, that allowed us to create a cluster consisting of 4 Tezos Full Archive Nodes based on such technologies as Nginx, Haproxy, Graphana, Prometheus, and Munin.
By leveraging backup power supplies, a fully redundant network, RAID disk towers and backups, monitoring and alerting systems, we deliver high uptime and complete reliability without a single point of failure.
Tezos Archive Full
Node As a Service (NaaS)
We can easily deploy a Tezos Archive Full Node as a service that fits your requirements and needs.
The extensive experience of our specialists allows us to create the necessary infrastructure in no time while maintaining it further for you.
Contact usFeatures
We are excited to introduce GIGANODE IPFS Gateway, an easy way to access content from the InterPlanetary File System (IPFS). We hope that our gateway, hosted at Giganode.io infrastructure, will serve as the platform for many new highly-reliable and security-enhanced web applications.
- GIGANODE IPFS STORAGE FOR TEZOS SNAPSHOTS https://snapshots-tezos.giganode.io
We are providing access to daily tezos snapshots (full and rolling) via IPFS and web.
- GIGANODE LINKS FOR MAINNET/TESTNET PEER LISTS
Start Using Now
Tezos Wallet Command Line Interface (CLI)
The easiest way to modify the node you are connecting to across many wallets is definitely Tezos CLI wallet. In order to change your current node please open your client config file nano .tezos-client/config, modifying the following variables:
"node_addr": "mainnet-tezos.giganode.io"
"node_port": 443
"tls": true
Galleon Preview Wallet
Make sure to download the version from official Galleon Preview GitHub.
On the Galleon GitHub page scroll down and pick the latest Galleon Preview release corresponding to your operating system.

Open Galleon Preview and from the main menu click on the ‘Settings’ button in the top right corner.

Find ‘Choose a different node’ section.
Click on the dropdown menu and choose ‘Tezos Mainnet (nautilus.cloud + giganode.io)’

Tezos Giga Node is now selected and you can return to using your Galleon Preview Wallet.

Tezos native client
bash:
$ tezos-client -S -A mainnet-tezos.giganode.io -P 443 rpc get /chains/main/blocks/head/protocols
$ tezos-client -S -A testnet-tezos.giganode.io -P 443 rpc get /chains/main/blocks/head/protocols
Curl
bash:
$ curl https://mainnet-tezos.giganode.io/chains/main/blocks/head/protocols
$ curl https://testnet-tezos.giganode.io/chains/main/blocks/head/protocols
Wget
bash:
$ wget -O - https://mainnet-tezos.giganode.io/chains/main/blocks/head/protocols
$ wget -O - https://testnnet-tezos.giganode.io/chains/main/blocks/head/protocols