Skip to content

logo

  • class SlickMining:
        def __str__(self):
            return "We sponsor open source tools development for bitcoin mining operations"
    
        @property
        def released(self):
            return (
                (
                    "antminer-py",
                    "https://gitlab.com/slickmining/antminer-py",
                    "Python client to retrieve data from AntMiners stock firmware (reverse engineered) REST API."
                ),
                (
                    "bosminer",
                    "https://gitlab.com/slickmining/bosminer-py",
                    "Python client to retrieve data from any miner running Braiins OS+ GRPC and Socket API"
                ),
                (
                    "luxminer",
                    "https://gitlab.com/slickmining/luxos-py",
                    "Python client to retrieve data from any miner running LuxMiner Socket API"
                )
            )