Cardano
Stake Pool Operators
Our operation started late in 2019, the journey in the early days was mostly trial, error, perseverance and ambition. We were unwilling to sacrifice our morals, and good business fundamentals to take short cuts.
The Texas StakeHouse Proudly Presents
The 100x Stake pool
Ticker
Pledge
%
Margin
Fixed Cost
we Have made it our mission to set the standard for what a stake pool can be
Hardware
Our Relays are ran on 2 High-End Cloud Servers from Digital Ocean and 2 Bare Metal Servers that are located in two separate data centers.
Research
We are constantly staying updated with the newest IOHK releases and updates, and looking for ways to improve the performance of the 100x pool.
Maximum Uptime
We monitor our pools around the clock to make sure that there is maximum uptime possible.
The Goal is to operate a pool at peak performance withOUT sacrificing our morals or standards in the process.
Stake With Us on
Daedalus or Yoroi
If you are using ADALite stake with use using our
pool id: 90722261a7047faeaa946b0ee5f9815d7bd21fff076cd9f996e6e907
Our Incentivized Testnet experience
A collection of blog posts from when the Cardano ITN was active
Pool Ticker: HRIZN. Pool Name: Horizn Digital

A Journey Into Haskell: Part 3
"Learn You a Haskell" Chapter 3: So in Learn you a Haskell the book chapter 3 covers pattern matching, guards, using where, and let in. Part 4 is exclusively covering recursion. I am currently have been practicing pattern matching, guards, and using where. My...

A Journey Into Haskell: Part 2 All Hands on Deck
What is Haskell? Haskell is a functional language, whereas most popular programming languages are imperative languages. Imperative languages allow you to give a computer a set of instructions; the computer then executes them. Whereas with functional languages, you...

A Journey into Haskell: Part 1
My Introduction into Functional Programming Before I decided to learn more about Haskell and functional programming, I had almost no interactions with the language other than the occasionally hearing about its difficulty and small viable use cases. Right before...

A Journey Into Haskell: A Path Towards Functionality
Inspiration for Learning Haskell This post is the first of it is kind here, but it will not be the last. I recently decided to take the dive into functional programming. I have a few years of programming experience in school and as a hobby. Recently I felt like the...