-
Notifications
You must be signed in to change notification settings - Fork 10
Welcome #1
Comments
@shea256 @muneeb-ali @compleatang @prestonjbyrne @buchmanster @taoeffect |
what's Devon Read's github? |
Everyone, it sounds like all our work is converging faster than expected. Let's discuss here-- it's open, public, and has much more space than twitter. |
@muneeb-ali said
|
Yes, so I'll be adding more info/diagrams on the data-storage page. @jcnelson has started looking at a whitepaper today that will also discuss this (and we can try to keep the Github page updated with the whitepaper) |
hola |
watch this Repo |
'ello ;) |
checking in for updates |
Here's the proposal for blockstore to support the packing of many files into a single Bitcoin transaction: stacks-network/stacks-core#81 Would love all your thoughts on this. @DevonJames this is especially relevant to your concerns about high fees. |
@muneeb-ali @shae256 it would be useful to setup IPFS as a blockstore mirror sometime soon. You can use it as a key-value store. |
Let's do it. Also watch out for that typo! |
Adding a little historic context to this conversation. The DHT community in the early 2000s got really excited about things like replacing DNS, replacing lookups on the Internet, decentralized storage, and so on. But none of that really materialized. This is the "second wave" in a way, to take a stab at these problems and we should be aware of what is different now compared to earlier. One thing is obviously the blockchain ... |
we're all just updating ourselves on IPFS over here, and really quite stoked |
changes our thinking about a lot of stuff - primarily how much info should go in the chain since IPFS looks to be way faster than the mainline DHT |
@muneeb-ali ,@shea256 - since your time with onename and now working on blockstore, whats your take so far on the specialization of namecoin vs security (even if it requires somewhat tweaked mechanisms) of bitcoin? |
oh, and @jbenet can you explain how filecoin and IPFS relate to one another? |
we're really weighing the question of a specialized alt coin vs changing data structure to use BTC blockchain, but IPFS as a replacement for mainline DHT makes it more compelling (much faster discovery and loading) but then how does filecoin play into the mix? |
plus, of course, this: stacks-network/stacks-core#81 to reduce the cost of submissions |
couple things:
I'm still in SF. Maybe we can plan a few days to get together a few of us and try and hack on something like this? |
@ebuchman you can build an overlay network on ipfs very easily. I have some examples here: http://gateway.ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmX6gcmX2vy2gs5dWB45w8aUNynEiqGhLayXySGb7RF2TM/readme.md |
@jbenet @prestonjbyrne thoughts on webtorrent? turning users on websites into seeders could really be a big deal. https://instant.io/ |
@DevonJames we plan on having an implementation of ipfs in javascript so we can do exactly that! |
entirely agreed. it's not trivial because DHTs can be hard to get right for each different use case. for example, we didn't use MainlineDHT because it wouldn't be nice to torrent clients. we dump lots of records into our DHT.
as @whyrusleeping said, yep. can mount your own protocols on top of ipfs. can use it as a
Happy to. i'll be in SF wed and thu for
|
Filecoin is a sister protocol of IPFS. you can use either without the other. We're focused on getting IPFS solid first.
Yep that's why we made it. |
@DevonJames wrote:
I've added more notes on the choice of blockchain here: Let's try to define how exactly are we comparing the different blockchain options (what metrics do we care about) and then it'll be easier to compare Namecoin vs Bitcoin vs something else. As you can probably guess, out of the metrics I've listed. The Bitcoin blockchain clearly outperforms Namecoin on every single metric. |
Sure, and that's fine, but I'm talking about a DHT for a single common use case of finding peers for every other DHT. So eg someone wants to connect to IPFS. They know the ipfs protocol url. Say its "protocol.ipfs.io". DNS query returns a hash. Then they look up that hash on this global dht to find IPFS peers. then they can connect to those peers and join IPFS' dht. and so on. Would be really nice if some international standard was set for bootstrapping seeds in p2p protocols is all.
Awesome. I'll try and swing by tmrw/thurs. |
very much agreed 👍 |
Wanted to add https://github.com/mine-code/canonical-content-registry to the conversation. CCR goal is to write a lot of metadata to a DHT timestamped with the blockchain, with media retrieval as a necessity down the line. |
Carrying over from ipfs-inactive/faq#14 (figured a repo with multiple threads made more sense)
The text was updated successfully, but these errors were encountered: