PBooru icon indicating copy to clipboard operation
PBooru copied to clipboard

I can't couple with the storage node.

Open kotenok2000 opened this issue 2 years ago • 3 comments

When i input ipfs config Peering.Peers --json '[{"ID": "QmajRPiE14o8nrf4aQyuCDUQEuNjgWA5TkJPCZn25Rxyag","Addrs": []}]' i get E:\Program Files\IPFS Desktop\resources\app.asar.unpacked\node_modules\go-ipfs\go-ipfs>ipfs config Peering.Peers --json '[{"ID": "QmajRPiE14o8nrf4aQyuCDUQEuNjgWA5TkJPCZn25Rxyag","Addrs": []}]' Error: expected 2 argument(s), got 4

kotenok2000 avatar Apr 12 '22 18:04 kotenok2000

Try this: ipfs config Peering.Peers --json "[{""ID"": ""QmajRPiE14o8nrf4aQyuCDUQEuNjgWA5TkJPCZn25Rxyag"",""Addrs"": []}]"

Kycklingar avatar Apr 13 '22 08:04 Kycklingar

Still the same error. I use ipfs version 0.12.2

kotenok2000 avatar Apr 13 '22 10:04 kotenok2000

Ok this should work: ipfs config Peering.Peers --json "[{\"ID\": \"QmajRPiE14o8nrf4aQyuCDUQEuNjgWA5TkJPCZn25Rxyag\",\"Addrs\": []}]"

Kycklingar avatar Apr 13 '22 15:04 Kycklingar