Results 21 comments of Tim

I seem to be having the same problem. ![graph](https://user-images.githubusercontent.com/339283/62438787-06ef7d00-b717-11e9-9cfc-29fb2a7e1653.png)

Do you have advice on what version of agenda should be used?

After an upgrade it stopped working. ``` >> ERROR: TypeError [ERR_INVALID_OPT_VALUE]: The value "jwk" is invalid for option "format" at parseKeyFormat (internal/crypto/keys.js:145:9) at parseKeyFormatAndType (internal/crypto/keys.js:180:18) at parseKeyEncoding (internal/crypto/keys.js:206:7) at parsePublicKeyEncoding...

Anyone have a docker image that has the right kernel? I'm looking to create a scale way image.

Would like to see more work fine on this.

I would not know where to start with this.

So I played around with the idea. Here is the code: ``` var DHT = require('bittorrent-dht'); var crypto = require('crypto'); function sha1(str) { return crypto.createHash('sha1').update(str).digest('hex') } var dht = new...

@pldubouilh would you mind sharing your code?