Skip to content

RalfWeinand/scholar-block-producers

 
 

Repository files navigation

Block Producers

Build Status

List of Block Producers for Scholar Testnet

Requirements

Accounts:

  • Keybase (must have a generated public key)
  • Telegram (must be a single username, not a group)

Block Signing Key

EOS Public key used for creating blocks, if none is provided before the launch of the Testnet. An EOS key pair will be generated for you and sent via your Keybase account.

$ cleos create key
Private key: <EOS PRIVATE KEY>
Public key: EOS78uKLgYYSgQHXyJbbjDzXpibChtcYGKmooz8AmyiDhTiaC1Syz

Server Configurations:

  • Domain name associated with server (ex: testnet.<domain>.io )
  • SSL enabled (443 prefered, however other ports can be used)

Metadata:

  • Organization/Community name
  • Website
  • Agent Name
  • Logo (small logo, 100x100 pixel)

Sign up

  1. Submit a Pull Request to block-producers with your server credentials.
  2. TravisCI tests must pass (fail = missing required server configuration)

Block Producers (Communities/Organizations)

Block Producers (Standby)

  • EOS Brazil
  • Crypto Lions
    • missing public key for Keybase account
    • missing EOS public key
  • EOS Nottingham
    • missing domain name
    • missing keybase account
    • missing EOS public key
  • EOS Canada
    • missing domain name
    • missing p2p port
    • missing http port
  • EOS Fans
    • missing Keybase account
    • missing EOS public key

Scripts

List p2p-peer-address

$ node ./scripts/list-p2p-peer-address.js

Generate producer-list

$ node scripts/generate-producer-list.js

About

List of Block Producers for Scholar Testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%