bittorrent / go-btfs

BTFS - The First Scalable Decentralized Storage System - A Foundational Platform for Decentralized Applications
https://www.btfs.io
Other
236 stars 80 forks source link

It is hoped that storage3 will add a visual operation interface for binding btns and updating btns. #425

Closed hhun closed 4 months ago

hhun commented 4 months ago

It is hoped that storage3 will add a visual operation interface for binding btns and updating btns. Currently btns can only be set through publish of http api

I originally wanted to publish through the http api of btns, but using the http api requires 100BTT. I don’t know where to buy BTT.

hhun commented 4 months ago

Is there any public btfs http api?

simbadMarino commented 4 months ago

Send me your BTTC wallet and can send you some BTT for you to test BTFS ;)

hhun commented 4 months ago

Send me your BTTC wallet and can send you some BTT for you to test BTFS ;)

BTTC Address: 0xd99384f829dC19CdA8c8923f802BCfFfaaE26742

@simbadMarino Thanks!

simbadMarino commented 4 months ago

Done!, Enjoy and about a public online http api there is none that I'm aware of, are you up to create the first one? :)

hhun commented 4 months ago

Done!, Enjoy and about a public online http api there is none that I'm aware of, are you up to create the first one? :)

Because there are no mining fees, I would think of using the public one. If there are mining fees, there is no need to use the announced http api.

hhun commented 4 months ago

@simbadMarino Why is there a .btfs/config file in

Identity.Mnemonic and Identity.BttcAddr do not correspond to the same wallet address?

Identity.HexPrivKey and Identity.BttcAddr correspond to the same wallet address.

simbadMarino commented 4 months ago

@yu-btc @Shawn-Huang-Tron , are you able to support with above questions? =)

hhun commented 4 months ago

I ran 'btfs-windows-386.exe' There is enough gas in the wallet

But entering http://127.0.0.1:5001/hostui prompts Looks like your node is not connected

CMD prompts [WARN] mdns: Failed to set multicast interface: setsockopt: An invalid argument was supplied.

Failed to set multicast interface

Looks like your node is not connected

Shawn-Huang-Tron commented 4 months ago

You are supposed to set up your endpoint of setting options which is in the dashboard to initialize your connection to node.

Shawn-Huang-Tron commented 4 months ago

@simbadMarino Why is there a .btfs/config file in

Identity.Mnemonic and Identity.BttcAddr do not correspond to the same wallet address?

Identity.HexPrivKey and Identity.BttcAddr correspond to the same wallet address.

You have just one private key per node. But in the configuration file, it will show in different types.

hhun commented 4 months ago

What is Identity.Mnemonic used for?

Shawn-Huang-Tron commented 4 months ago

btfs init command can import some external private key to the BTFS node. mnemonic is one of the types that can be imported.