Replies: 7 comments 2 replies
-
Hi @unicomp21 Can share more details about what you are trying to do, can share the URL that is not working? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create a webgl experience, think of it as a game w/ a "lot" of assets? Gigabytes of textures, meshes, etc. ie Lots of gltf files. My intention is to monetize via brave rewards for creators, but if my dataset is distributed via aws, the egress fees will likely exceed what I make in brave rewards? So, I need a way for the browsers to replicate my data using ipfs p2p replication and the dht? Having users manually enable the ipfs node within brave browser is not a problem, I can do that. Does all this make sense @ChaituVR ? Here is a link to a small test project I'm trying to get going: And here is the ipns publish to the above link: The links above were generated using the ipfs node bundled w/ brave browser. Would filebase give me the p2p replication I'm looking for? Or am I going about this all wrong? |
Beta Was this translation helpful? Give feedback.
-
I currently get 504's on the above ipfs url's when trying to hit them from the brave node used to publish them. |
Beta Was this translation helpful? Give feedback.
-
cc: @BrendanEich |
Beta Was this translation helpful? Give feedback.
-
How is this related to snapshot? |
Beta Was this translation helpful? Give feedback.
-
It's not, just one dev begging another for advice on how best to use ipfs. |
Beta Was this translation helpful? Give feedback.
-
Just to make sure I'm clear. If I have my users run the ipfs node bundled w/ brave browser, this will cut down on the egress charges for the ipfs pinning service I choose to use, correct? ie I don't want to be paying aws egress charges for each user to download the gigabytes in the application dataset. |
Beta Was this translation helpful? Give feedback.
-
I've got gigabytes of data and need ipfs p2p replication between browsers to cut down on aws egress charges. I've tried the ipfs node in brave browser, but can't make it work. Could anyone give me some tips?
Beta Was this translation helpful? Give feedback.
All reactions