stupid-seeder
v0.0.2
Published
Keep hypercores and hyperdrives available, the simplest way possible
Readme
Stupid Seeder
So simple it's stupid: just keep hypercores and hyperdrives available.
Supports Node.js and Bare.
Install
npm -g install stupid-seederUsage
Define a stupid-seeder.json file with all the hypercores and hyperdrives to seed:
{
"coreKeys": {
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": {
"name": "my-important-core-key"
},
},
"driveKeys": {
"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb": {
"name": "my-important-drive-key"
},
}
}Then just run:
stupid-seederPipe logs into pino-pretty (stupid-seeder | pino-pretty) for human-readable logs.
For all options:
stupid-seeder --help