🚀 Launch Week Day 3:Introducing Supply Chain Attack Campaigns Tracking.Learn More →
Socket
Book a DemoInstallSign in
Socket

simple-seeder

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-seeder

Dead simple seeder with zero bugs

Source
npmnpm
Version
2.0.2
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

simple-seeder

Dead simple Hypercore seeder

npm install -g simple-seeder

Usage

Three ways to load seeds, you can only use one approach per process:

Args

You use those args:

--core, -c <key>
--bee, -b <key>
--drive, -d <key>
--seeders, -s <key>
simple-seeder -c <key> -c <another-key>

The seeders option is only for drives, and must use the same drive key to enable it.

File

A file containing the seeds list:

seeds.txt

core <key>
bee <key>
drive <key>
seeders <key>
simple-seeder --file ./seeds.txt

List

A Hyperbee list that can receive updates in real-time.

Manage the list with simple-seeder --menu [key]

The menu will also show you the Hyperbee list key that you can use:

simple-seeder <key>

License

Apache-2.0

FAQs

Package last updated on 14 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts