chainlist
By DefiLlama
BOINCThermostat
A simple script to resume/suspend BOINC based on ambient temperature (by makeasnek)
chainlist | BOINCThermostat | |
---|---|---|
57 | 16 | |
2,560 | 10 | |
2.7% | - | |
9.7 | 2.4 | |
4 days ago | 9 months ago | |
JavaScript | Python | |
GNU General Public License v3.0 only | GNU Affero General Public License v3.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
chainlist
Posts with mentions or reviews of chainlist.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-24.
-
Getting Started with Morph SDK and Metamask Integration
Visit chainlist.org
-
Privacy interfaces on Soldity & zk-WASM
Before testing, you need to adjust the variables NETWORK_ID and MY_CONTRACT_ADDRESS in js/blockchain_stuff.js. NETWORK_ID is the unique identifier of the chain you are using. In this example, I'm using 534351, which represents the Scroll Sepolia Testnet. If you wish to use another chain, I recommend finding the identifier on chainlist. Also, place the address of the CircomCustomLogic contract you just deployed into the MY_CONTRACT_ADDRESS variable.
- Interfaces con privacidad en Solidity y zk-WASM
-
Basics: The most frequently asked questions about Donut and this sub
Head to coinmarketcap Search for donut You'll see contract, copy the one from gnosis network Head to your metamask and add gnosis network using this Switch to gnosis after adding it to your metamask Click on add token and paste the donut contract then add it
-
Need Help
You can check out a list of EVM chains here: https://chainlist.org/
- chainlist/pull_request_template.md at main ยท DefiLlama/chainlist
-
Are RPCs generally safe?
I don't care if my transaction is leaked as long as my secret phrases are safe. Is it possible to leak your SP through a RPC? For example, there are many RPCs on https://chainlist.org/ And they have a security score for each one. Should I be worried about a low score?
-
How to Create a Telegram Bot to Monitor Your Service Uptime in Python (Part 1: Instant Metrics)
# Helper function that checks a single node def get_last_block_once(rpc): try: w3 = Web3(Web3.HTTPProvider(rpc)) block_number = w3.eth.block_number if isinstance(block_number, int): return block_number else: return None except Exception as e: print(f'{rpc} - {repr(e)}') return None # Main function to check the status of the service that will be called def check_service(): # pre-prepared list of reference nodes # for any network, it can be found on the website https://chainlist.org/ list_of_public_nodes = [ 'https://polygon.llamarpc.com', 'https://polygon.rpc.blxrbdn.com', 'https://polygon.blockpi.network/v1/rpc/public', 'https://polygon-mainnet.public.blastapi.io', 'https://rpc-mainnet.matic.quiknode.pro', 'https://polygon-bor.publicnode.com', 'https://poly-rpc.gateway.pokt.network', 'https://rpc.ankr.com/polygon', 'https://polygon-rpc.com' ] # parallel processing of requests to all nodes with multiprocessing.Pool(processes=len(list_of_public_nodes)) as pool: results = pool.map(get_last_block_once, list_of_public_nodes) last_blocks = [b for b in results if b is not None and isinstance(b, int)] # define the maximum and median value of the current block med_val = int(np.median(last_blocks)) max_val = int(np.max(last_blocks)) # determine the number of nodes with the maximum and median value med_support = np.sum([1 for x in last_blocks if x == med_val]) max_support = np.sum([1 for x in last_blocks if x == max_val]) return max_val, max_support, med_val, med_support
-
Verification of Networks
With this said, chainlist.org is a commonly referenced site too. Just sharing what is in the documentation for MM :) .
-
So I accidentally sent USDC over the Optimisim network instead of the Eth network, is there anything i can do to get it back?
3: You now need to add the Optimism network into Metamask. Go to chainlist.org, "connect wallet" (connect with Metamask), search for Optimism, click add to Metamask, approve, switch network. You'll now be on optimism.
BOINCThermostat
Posts with mentions or reviews of BOINCThermostat.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-21.
-
Welcome to BOINC4Science - Getting started guide and FAQ 2023
This means that crunching in winter, depending on your setup, may be low cost or even free. If you have electric resistive heating in your home (space heaters, baseboards, ceiling/floor heat), it is equally efficient to heat your room with a computer. As long as your thermostat is turning on the heat regularly, you are not spending any money on crunching if you assume you'd have to pay for the heat anyways. Your thermostat just has to spend 90W less to get your space to the same temperature. There's even a tool to control BOINC based on room temperature.
- I heat my home with BOINC/Folding@home and made a script to tie it to a thermostat
-
Has anyone ever tied there homelab into a thermostat? (Serious post)
Yes, and I even wrote a python script to help with it. In winter, 100% of my indoor heating comes from BOINC and folding @ home. My rigs start/stop their BOINC work based on ambient air temp.
-
New study -- how to use crypto miners to heat greenhouses for a profit
I even wrote a script to control mining based on data from a smart thermostat so you can set the room to a particular temp https://github.com/makeasnek/BOINCThermostat
-
FindTheMag v2.0 is released - BOINC stats tool
Welcome back to BOINC :). The 5% processing power is only if you use FTM to control boinc, if you just want to see pretty stats and have it suggest project weights, that is free. If you only want the temp control function, I have a separate tool for that which has no dev fee and works the same: https://github.com/makeasnek/BOINCThermostat
-
Share your best crypto tools/resources
GRC crunching thermostat. https://github.com/makeasnek/BOINCThermostat
- Mine Gridcoin w/ BOINC? I made a new utility to automatically turn mining on/off based on room temp
- Crunch for the EVGA BOINC team? I made a new tool which turns BOINC on/off based on room temp
- Crunch for LTT BOINC team? I made a new tool to turn BOINC on/off based on room temp
What are some alternatives?
When comparing chainlist and BOINCThermostat you can also consider the following projects:
subnet-evm - Launch your own EVM as an Avalanche Subnet
FindTheMag - A tool to determine optimal projects for Gridcoin crunchers. Maximize your magnitude!
frame - System-wide Web3 for macOS, Windows and Linux
FindTheMag2 - A tool to determine optimal projects for Gridcoin & BOINC crunchers. Maximize your magnitude!
dashboards - A collection of dashboards related to Ethereum
HVAC_Monitor - 2-Stage Furnace / 2 Stage AC + Humidifier + Dehumidifier HVAC System Live Monitor and Logger