Jump to content

Localhost Jupiter Upload Setup Guide (IPFS)


buzzkillb
 Share

Recommended Posts

Download Denarius Wallet

Install IPFS (locally or vps)
https://docs.ipfs.io/guides/guides/install/

Ubuntu (AMD64)
Find latest here - https://dist.ipfs.io/#go-ipfs

wget https://dist.ipfs.io/go-ipfs/v0.4.22/go-ipfs_v0.4.22_linux-amd64.tar.gz
tar xvfz go-ipfs_v0.4.22_linux-amd64.tar.gz
cd go-ipfs
sudo ./install.sh
ipfs version

#start ipfs node and take note of your IPFS node ID

ipfs init

#example output

```
initializing IPFS node at /home/travanx/.ipfs
generating 2048-bit RSA keypair...done
peer identity: QmNyud5DGEmkBGYcV4QA69JHiTuWLU6EkStpviddZTgiag
to get started, enter:

    ipfs cat /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv/readme
```

#try reading the readme

ipfs cat /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv/readme

#start IPFS service

ipfs daemon

denarius.conf

jupiterlocal=1

if you want to specify your IPFS server and its not local add

jupiterip=yournodeIP:5001

To upload a file
#example command to upload using daemon or QT from debug console, other use the Jupiter tab in the QT

jupiterupload /home/USERNAME/Downloads/denarius-256.png

Carsen uploaded the below image using localhost, then turned off his localhost IPFS server and because Denarius is amazing the file still shows up.

QmZ8wqDcwunf7MvH8ypqAJHuJyuSciMp1PV6GHbH

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...