Skip to content

golem-provider

Golem Provider for the Golem Network, an open-source and decentralized platform where everyone can use and share each other's computing power without relying on centralized entities like cloud computing corporations

Categories

Uncategorized

By running a golem provider your machine's compute resources are offered via the golem network which will allow other members to execute compute tasks on your machine. If this happens, you will be compensated with GLM, an ERC20 token.

More about golem providers: https://docs.golem.network/docs/golem/overview

Usage via Inventory

This module cannot be used via the inventory interface.

Usage via Nix

This module can be also imported directly in your nixos configuration. Although it is recommended to use the inventory interface if available.

Some modules are considered 'low-level' or 'expert modules' and are not available via the inventory interface.

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.golem-provider ];
    # ...
}

Module Options

The following options are available for this module.

clan.golem-provider.account

Ethereum address for payouts.

Leave empty to automatically generate a new address upon first start.

Type: null or string

Default:

null

interface.nix