Skip to content

Instantly share code, notes, and snippets.

View dignifiedquire's full-sized avatar

Friedel Ziegelmayer dignifiedquire

View GitHub Profile

Firefox

LOG: 'chunk ->', '{
  "Success": false,
  "Time": 0,
  "Text": "PING QmQKdM8z1T8AgnmhZYKvKu7jaFVTaALqcFdRZt7iCCaoF4."
}
{
API": {
"HTTPHeaders": {
"Access-Control-Allow-Credentials": [
"true"
],
"Access-Control-Allow-Methods": [
"PUT",
"GET",
"POST"
],
{
"result" : [
{
"_id" : "2015-2017"
},
{
"_id" : "Testclass (called test)"
},
{
"_id" : "Programming Tasks & Extension"
> [email protected] test /Users/david/code/protocol-labs/js-ipfs-api
> gulp test
[09:57:43] Using gulpfile ~/code/protocol-labs/js-ipfs-api/gulpfile.js
[09:57:43] Starting 'test'...
[09:57:43] Starting 'test:node'...
[09:57:43] Starting 'daemons:start'...
ipfs init done - (bootstrap and mdns off) - c
ipfs init done - (bootstrap and mdns off) - a
{
"id": "go-ipfs",
"name": "go-ipfs",
"tagline": "IPFS implementation and toolchain in Go",
"description": "go-ipfs is the main implementation of IPFS. It is the base distribution, and includes:\n- an IPFS core implementation\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n",
"ascii": "ev9so7mlfqme0254s50oqiw1l",
"version": "v0.3.8",
"releaseLink": "releases/go-ipfs/v0.3.8",
"platforms": [
{
const ipfsd = require('ipfsd-ctl')
ipfsd.local((err, node) => {
if (err) throw err
node.startDaemon((err, IPFS) => {
if (err) throw err
console.log('started')
IPFS.version((err, version) => {
if (err) throw err
console.log('version', version)
QmQyPdM64k4maVvCJRGrj4nJUadbnk3w8ns7PbstpFpXj1 stackexchange/Badges.xml
QmZgforpdszsDZhayAvwCaYNvqfc4aoJcB4icrqZRg1h1s stackexchange/Comments.xml
QmWByJh346KiVgUTQgQ1quMtQ3N82Fb9vC9EcFAwwDvu9n stackexchange/PostHistory.xml
QmUsE6NesKTQpV9Qenc5thRjeAGxx1Udop7dgMnb8nZxQC stackexchange/PostLinks.xml
QmbNG6f7m7GyvxxWCvoMmKNViey1E2McGxf6XsBMXkQH7c stackexchange/Posts.xml
QmYBHvzZyDBcNgZpWAiuChjDYx3nVGdirca2ZoQkFEVE2i stackexchange/Sites.xml
QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQH stackexchange/SitesList.xml
QmUScQ4Ji7GZvWbypFcHNgtC7oBoSns2U6SUqnGgCrdDeE stackexchange/Tags.xml
QmQ72L5XvZ4D6t2uYNoTogz2d2YbfDVB1zj4ubtUcU7wEa stackexchange/Users.xml
QmW2MGa6qur5ZHZwGhEaExqD5qDUjA5GYDit6tcfUAU73o stackexchange/Votes.xml
distributions git/build-ourselves
❯ make dignifiedquire@Friedels-Mac-Pro
echo "** go-ipfs **"
** go-ipfs **
cd dists/go-ipfs && make
mkdir -p ../../releases/go-ipfs
cp versions ../../releases/go-ipfs/versions
../../build-go.sh go-ipfs github.com/ipfs/go-ipfs/cmd/ipfs
dirty output directory
will skip building already existing binaries
echo "** ipfs-update **"
** ipfs-update **
cd dists/ipfs-update && make
mkdir -p ../../releases/ipfs-update
cp versions ../../releases/ipfs-update/versions
../../build-go.sh ipfs-update github.com/ipfs/ipfs-update
dirty output directory
will skip building already existing binaries
HEAD is now at 09f391e Merge pull request #16 from RichardLitt/feature/freenode
building versions:
make ipfs-update
echo "** ipfs-update **"
** ipfs-update **
cd dists/ipfs-update && make
mkdir -p ../../releases/ipfs-update
cp versions ../../releases/ipfs-update/versions
../../build-go.sh ipfs-update github.com/ipfs/ipfs-update
dirty output directory
will skip building already existing binaries
HEAD is now at 09f391e Merge pull request #16 from RichardLitt/feature/freenode