I hereby claim:
- I am mallond on github.
- I am blockelephant (https://keybase.io/blockelephant) on keybase.
- I have a public key whose fingerprint is 8FBD 383D EB14 9807 3A2B F712 D267 1FCF 8CC7 8089
To claim this, I am signing this object:
| sudo lsof -iTCP6 -sTCP:LISTEN -n -P |
I hereby claim:
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am mallond on github. | |
| * I am blockelephant (https://keybase.io/blockelephant) on keybase. | |
| * I have a public key whose fingerprint is 8FBD 383D EB14 9807 3A2B F712 D267 1FCF 8CC7 8089 | |
| To claim this, I am signing this object: |
| [ | |
| { | |
| "id": "f1ffeb7e.f6451", | |
| "type": "http in", | |
| "z": "c29865fe.249648", | |
| "name": "", | |
| "url": "/upload", | |
| "method": "get", | |
| "upload": false, | |
| "swaggerDoc": "", |
| Verifying my Blockstack ID is secured with the address 1C9XWvfCMFNvvm1gxQwLZfNkj3iFgWrSjD https://explorer.blockstack.org/address/1C9XWvfCMFNvvm1gxQwLZfNkj3iFgWrSjD |
| Verifying my Blockstack ID is secured with the address 1C9XWvfCMFNvvm1gxQwLZfNkj3iFgWrSjD https://explorer.blockstack.org/address/1C9XWvfCMFNvvm1gxQwLZfNkj3iFgWrSjD |
| Verifying my Blockstack ID is secured with the address 1C9XWvfCMFNvvm1gxQwLZfNkj3iFgWrSjD https://explorer.blockstack.org/address/1C9XWvfCMFNvvm1gxQwLZfNkj3iFgWrSjD |
| #!/usr/bin/env node | |
| console.log("Help me, Rater 2, you are our only hope!") |
| ipfs add -r jelly "Recursively hash the jelly directory" | |
| ipfs pin add <hashKey> "Pin the hash" | |
| ipfs refs local "Show local stored hashes" | |
| ipfs refs local | wc -l "Count local stored hashes" | |
| ipfs config Addresses.API /ip4/172.31.87.113/tcp/5001 | |
| sudo systemctl stop ipfs | |
| sudo systemctl start ipfs |
| /* | |
| * Primary file for API | |
| * | |
| */ | |
| // Dependencies | |
| var http = require('http'); | |
| var url = require('url'); | |
| var StringDecoder = require('string_decoder').StringDecoder; |