問題タブ [js-ipfs]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
95 参照

server - Inserting data in private ipfs network from outside of server throws timeout error

I installed private ipfs network on my server and after that i tested it with entering a file and getting it which works perfectly,now when i try to follow the same steps from my local machine,getting data is working with the url - http://{server's ip}:8080/ipfs/{hash} but when i created api on Nodejs to insert data using url - http://{server's ip}:5001 then i am getting the error of timeout,though this api is working on deploying on server and changing the server's ip to localhost.

IPFS config is as follows -

0 投票する
0 に答える
67 参照

ipfs - js Ipfs ビットスワップ ベンチマークの実行に関する問題

IPFS ビットスワップの js 実装のパフォーマンス テストを実行しようとしています。ここの git リポジトリの指示に従いました。

https://github.com/ipfs/js-ipfs-bitswap

しかし、npm ラン ベンチマークまたは 0x test/benchmarks/get-many を実行すると、

エラーが表示されます:

「ダイヤル要求にアドレスがありません」)、codes.ERR_NO_VALID_ADDRESSES)

コードに従うと、有効なマルチアドレスを生成していないようです。

これは些細なことであると確信しており、おそらく完全に明らかな何かが欠けている可能性がありますが、ベンチマークの実行に関して正しい方向に向けることができますか? Npm の実行テストは問題なく動作します。