BitShares Forum

Main => General Discussion => Topic started by: fav on June 28, 2016, 09:02:59 am

Title: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: fav on June 28, 2016, 09:02:59 am
► How-To (https://steemit.com/bitshares/@ash/how-to-use-bitshares-via-the-interplanetary-file-system-ipfs)

TL;DR http://localhost:8080/ipns/QmZ8mWhPY3CmmyFs9P3kPxQhqYFVKV5smbwkGBL6cVfyCQ/index.html?r=fav
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: fuzzy on June 29, 2016, 05:06:11 am
 +5%

post it to steemit too?  I would gladly upvote it :)

Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: xeroc on June 29, 2016, 06:52:01 am
Can you tell me a little about how you are using IPNS to keep the hash the same when updating the wallet?
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: fav on June 29, 2016, 09:32:19 am
+5%

post it to steemit too?  I would gladly upvote it :)

the link links to my steemit post @fuzzy
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: fav on June 29, 2016, 09:32:58 am
Can you tell me a little about how you are using IPNS to keep the hash the same when updating the wallet?

explained here: https://ipfs.io/ipfs/QmdPtC3T7Kcu9iJg6hYzLBWR5XCDcYMY7HV685E3kH3EcS/2015/09/15/hosting-a-website-on-ipfs/

step 4
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: fuzzy on June 29, 2016, 12:56:55 pm
► How-To (https://steemit.com/bitshares/@ash/how-to-use-bitshares-via-the-interplanetary-file-system-ipfs)

TL;DR http://localhost:8080/ipns/QmZ8mWhPY3CmmyFs9P3kPxQhqYFVKV5smbwkGBL6cVfyCQ/index.html?r=fav

oh my apologies I didn't realize the How-to was a link (sorry it was late :P)

Oh and just so you know,  http://localhost:8080/ipns/QmZ8mWhPY3CmmyFs9P3kPxQhqYFVKV5smbwkGBL6cVfyCQ/index.html?r=fav is not working. :/
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: fav on June 29, 2016, 01:15:24 pm
► How-To (https://steemit.com/bitshares/@ash/how-to-use-bitshares-via-the-interplanetary-file-system-ipfs)

TL;DR http://localhost:8080/ipns/QmZ8mWhPY3CmmyFs9P3kPxQhqYFVKV5smbwkGBL6cVfyCQ/index.html?r=fav

oh my apologies I didn't realize the How-to was a link (sorry it was late :P)

Oh and just so you know,  http://localhost:8080/ipns/QmZ8mWhPY3CmmyFs9P3kPxQhqYFVKV5smbwkGBL6cVfyCQ/index.html?r=fav is not working. :/

mh you're right, thanks for that. worked the other day, I'll recheck
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: karnal on June 29, 2016, 01:38:54 pm
What's the advantage? Or is this for geek-fun purposes :)
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: xeroc on June 29, 2016, 02:07:54 pm
What's the advantage? Or is this for geek-fun purposes :)
Easy to mirror and thus impossible to take down ..
Title: Re: How-To: Use BitShares via the Interplanetary File System (IPFS)
Post by: karnal on June 29, 2016, 02:18:12 pm
What's the advantage? Or is this for geek-fun purposes :)
Easy to mirror and thus impossible to take down ..

The wallet code is easy to mirror and impossible to take down as it is already, I'd say.

What good is the wallet code if the api connection is blocked? That's fairly easy to do (if we're considering this level of threat, from that type of adversary), and fairly easy to work around as well, with the right tech skills.

Don't get me wrong, it's a cool gimmick for sure (the whole ipfs concept), but the weak spot here is the api connection, not the wallet code.

Either I grossly misunderstand ipfs, or in the end, it's your computer that's going to connect() to the api server.

Implementing proxy support on the light client (https://github.com/cryptonomex/graphene-ui/issues/857) goes further to help combat censorship and improve privacy, imo; it would also allow for api endpoints to run on onionland (already possible by transparently proxying the app through tor, but out of reach for 99% of the target users, so yeah), further improving privacy as well.

Just my 2 cents.