Giter VIP home page Giter VIP logo

foundation-screed's Introduction

Screed for Foundation

Maintenance

screenshot of screed

Screed is a unofficial frontend for the amazing mining-pool software foundation-server from blinkhash

There is also an official frontend, currently free to use while in beta on https://blinkhash.com/

Setup

Using docker

docker pull qirpi/foundation-screed
docker run --init --network=host qirpi/foundation-screed

Building from source

Make sure you have a recent nodejs version like v16. It is recommended to use a tool like nvm to install a specific version.

Configuration

The available environment variables, with their default values and a short explanation is below.

   SCD_ENVIRONMENT=development
   SCD_POOL_NAME="fresh mining pool"
   SCD_POOL_FRONTEND_URL=localhost
   SCD_FOUNDATION_API_BASE="127.0.0.1:3001/api/v1"
   SCD_STRATUM_URL=lottononce.com
   SCD_POOL_CARD_TITLE=Pool
   SCD_SUPPORT_EMAIL="[email protected]"
     
   # Shared or solo pool?
   # 	  Setting to false will hide the fields that don't make sense
   # 	  on a solo pool.
   #
   # 	  TODO: create a writeable store for triggering between solo/shared by default
   # 	        and add a config option to make pool solo or shared only
   SCD_POOL_SHARED=true

   SCD_DEFAULT_COIN_ENDPOINT="/Bitcoin"

   # Whether to hide blocks card or not
   # Useful for solo pools, or pools just starting wishing to hide an empty
   # block list.
   SCD_HIDE_BLOCKS_CARD=false
   # Default: BTC current block reward
   SCD_BLOCK_REWARD=6.25

   # NOTE: This definetly could be made simpler / better
   # Default: BTC, 10 minutes
   SCD_BLOCK_TIME_IN_SECONDS=600,
   SCD_BLOCK_TIME_UNIT="minutes"
   # Default: seconds to minutes in template
   SCD_BLOCK_TIME_UNIT_DIVIDER=60

   SCD_BLOCK_EXPLORER_URL="https://blockchain.com/btc/block"
   SCD_TX_EXPLORER_URL="https://blockchain.com/btc/tx"

   # Convert Hash to Petahash by dividing it by 1 trillion -->
   SCD_NETWORK_HASHRATE_DISPLAY_UNIT=petahash
   SCD_POOL_HASHRATE_DISPLAY_UNIT=megahash
   SCD_WORKER_HASHRATE_DISPLAY_UNIT=megahash

Made with:

  • sveltekit
  • tailwindcss + a17

I'm available for support with setup for a one time fee, please reach out via [email protected]

foundation-screed's People

Stargazers

 avatar  avatar

Watchers

em429 avatar

foundation-screed's Issues

Cannot install

abardt@la:~$ sudo docker pull qirpi/foundation-screed
Using default tag: latest
Error response from daemon: manifest for qirpi/foundation-screed:latest not found: manifest unknown: manifest unknown

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.