aschmahmann changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.7.0 and js-ipfs 0.52.3 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0
chachasmooth_ has joined #ipfs
chachasmooth has quit [Ping timeout: 272 seconds]
Ringtailed_Fox has quit [Read error: Connection reset by peer]
pijigen[m]1 has joined #ipfs
Ringtailed_Fox has joined #ipfs
<RubenKelevra[m]1>
Btw who has access to the IPFS YouTube channel? 🤔
<RubenKelevra[m]1>
Would be great if this would be synced onto LBRY :)
really2 has joined #ipfs
really2 has quit [Remote host closed the connection]
KeiraT has joined #ipfs
mowcat has quit [Remote host closed the connection]
mowcat has joined #ipfs
bengates has joined #ipfs
bengates has quit [Read error: Connection reset by peer]
bengates has joined #ipfs
mindCrime_ has joined #ipfs
bengates has quit [Ping timeout: 276 seconds]
really2 has joined #ipfs
jesse22_ has quit [Ping timeout: 264 seconds]
really2 has quit [Remote host closed the connection]
mowcat has quit [Remote host closed the connection]
<anomie[m]>
Is this the expected output? I thought it would output dag-json, but based on my reading of the dag-json standard I expected the byte strings to be encoded differently (truncated for convenience)
<octav1a>
Hey again, I'm back with a similar issue I had before but I forgot how I solved it. I have a machine I've just set up with ipfs init, then I tried to ipfs cat a file, a small image, after starting the daemon, and it ran for about three hours before I killed it. It loads very quickly on many public ipfs gateways. Any idea why it seems like I can't get things going on my new node?
albethere has quit []
albethere has joined #ipfs
Ringtailed_Fox has quit [Read error: Connection reset by peer]
Ringtailed_Fox has joined #ipfs
jesse22 has joined #ipfs
fiws- has joined #ipfs
supercoven has joined #ipfs
GvP_ has joined #ipfs
probono9 has joined #ipfs
jeanlouie0 has joined #ipfs
hspak4 has joined #ipfs
captain_morgan0 has joined #ipfs
astronavt___ has joined #ipfs
zopsi_ has joined #ipfs
dexter0_ has joined #ipfs
madnight_ has joined #ipfs
Caterpillar2 has joined #ipfs
tobs` has joined #ipfs
jadedctrl_ has joined #ipfs
yosafbridge` has joined #ipfs
fling_ has joined #ipfs
leotaku has joined #ipfs
rektide_ has joined #ipfs
Fabricio- has joined #ipfs
deltab_ has joined #ipfs
limbo_ has joined #ipfs
alko89_ has joined #ipfs
reasv3 has joined #ipfs
peterix-w has joined #ipfs
XORed_ has joined #ipfs
treora_ has joined #ipfs
octav1a_ has joined #ipfs
einyx_ has joined #ipfs
n1`9 has joined #ipfs
lor|d has joined #ipfs
OliverUv has joined #ipfs
wlp1s1 has joined #ipfs
jrt is now known as Guest80322
jrt has joined #ipfs
Moonspell_ has joined #ipfs
Trieste_ has joined #ipfs
dexter0 has quit [*.net *.split]
Caterpillar has quit [*.net *.split]
einyx has quit [*.net *.split]
jeanlouie has quit [*.net *.split]
lord| has quit [*.net *.split]
fling has quit [*.net *.split]
n1` has quit [*.net *.split]
Jesin has quit [*.net *.split]
Moonspell has quit [*.net *.split]
fiws has quit [*.net *.split]
jadedctrl has quit [*.net *.split]
XORed has quit [*.net *.split]
probono has quit [*.net *.split]
reasv has quit [*.net *.split]
rektide has quit [*.net *.split]
octav1a has quit [*.net *.split]
lassulus has quit [*.net *.split]
treora has quit [*.net *.split]
alko89 has quit [*.net *.split]
chris613 has quit [*.net *.split]
GvP has quit [*.net *.split]
really21 has quit [*.net *.split]
le0taku has quit [*.net *.split]
hspak has quit [*.net *.split]
supercoven_ has quit [*.net *.split]
jess has quit [*.net *.split]
Trieste has quit [*.net *.split]
astronavt has quit [*.net *.split]
tobs has quit [*.net *.split]
zopsi has quit [*.net *.split]
peterix has quit [*.net *.split]
Nukien has quit [*.net *.split]
OliveUv has quit [*.net *.split]
pelegreno_______ has quit [*.net *.split]
deltab has quit [*.net *.split]
iczero has quit [*.net *.split]
captain_morgan has quit [*.net *.split]
Fabricio20 has quit [*.net *.split]
madnight has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
limbo has quit [*.net *.split]
Moonspell_ is now known as Moonspell
n1`9 is now known as n1`
fling_ is now known as fling
tobs` is now known as tobs
captain_morgan0 is now known as captain_morgan
probono9 is now known as probono
dexter0_ is now known as dexter0
jeanlouie0 is now known as jeanlouie
hspak4 is now known as hspak
jess has joined #ipfs
lassulus has joined #ipfs
pelegreno_______ has joined #ipfs
chris613 has joined #ipfs
Jesin has joined #ipfs
Guest80322 has quit [Ping timeout: 276 seconds]
Nukien has joined #ipfs
koo5 has quit [Ping timeout: 256 seconds]
really2 has joined #ipfs
zeden has quit [Quit: WeeChat 3.0.1]
mindCrime_ has quit [Ping timeout: 264 seconds]
Adbray has quit [Quit: Ah! By Brain!]
cxl000 has quit [Quit: Leaving]
arcatech has quit [Quit: Be back later.]
wallacer has quit [Ping timeout: 260 seconds]
<aschmahmann>
<anomie[m] "Is this the expected output? I t"> The CID you linked is encoded as dag-cbor, not dag-json. I think what you're running into is that the HTTP API wants to respond with the object data and needs some encoding to do so. As a result it defaults to JSON encoding the dag-cbor object, which is not the same thing as a dag-json encoding of the same data.
<wings[m]>
$20-50 bounty for anybody who manages to solve this for me!
<aschmahmann>
octav1a: You should check connectivity both of your new node and of the node that has your data. For example, you could use some public port checker like https://portchecker.co/ (literally the first one I found on google, but any of them will do)
<wings[m]>
I'll throw up a $50 USD bounty to someone with a decent implementation that works
wallacer has joined #ipfs
octav1a_ is now known as octav1a
LiftLeft has quit [Ping timeout: 264 seconds]
mindCrime_ has joined #ipfs
jesse22 has quit [Ping timeout: 264 seconds]
jesse22 has joined #ipfs
arcatech has joined #ipfs
supercoven_ has joined #ipfs
mindCrime_ has quit [Ping timeout: 264 seconds]
supercoven has quit [Ping timeout: 245 seconds]
arcatech has quit [Quit: Be back later.]
<anomie[m]>
> <@aschmahmann:matrix.org> The CID you linked is encoded as dag-cbor, not dag-json. I think what you're running into is that the HTTP API wants to respond with the object data and needs some encoding to do so. As a result it defaults to JSON encoding the dag-cbor object, which is not the same thing as a dag-json encoding of the same data.
<anomie[m]>
> I'm not sure if transcoding data between formats like you're suggesting is what people are generally looking for, but this seems like a thing that reasonably warrants a GitHub issue + discussion.
<anomie[m]>
Huh, I always thought dag-cbor, dag-json, and dag-protobuf were essentially different serializations of the same data structure so that transcoding would be trivial, similar to the way RDF graphs (if you're familiar with it) can be serialized several different ways.
<ugnz[m]>
Yes, I want to deploy a smart contract to then mint nft's which have metadata coming from an API, I was wondering if I can have every step in the process decentralised. So, I'd host the token images on ipfs but want to be able to change the image via api when I feel like it.
deltab_ is now known as deltab
<swedneck>
fwiw i'm pretty sure smart contracts are prohibitively expensive, at least on ethereum
<ugnz[m]>
atm I'm playing around on rinkeby ;)
<ugnz[m]>
thats cheap :-P
mowcat has joined #ipfs
tech_exorcist has joined #ipfs
koo5 has joined #ipfs
}ls{ has joined #ipfs
RingtailedFox has quit [Read error: Connection reset by peer]
RingtailedFox has joined #ipfs
RingtailedFox has quit [Read error: Connection reset by peer]
RingtailedFox has joined #ipfs
<RubenKelevra[m]1>
Does anybody already have the Github Issue Forms beta active and can give my file a check?