diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

Cannot use BNS name to privately publish #93

Closed hansr closed 8 months ago

hansr commented 3 years ago

diode publish -private 22:22,<address>

should support one of: 1) hex Diode client address (e.g. 0x65114a27f3d2b549012498cd9a4120da4ea11321) 2) .diode (e.g. mynicebnsname.diode) 3) (e.g. mynicebnsname) Currently, only number 1 is supported. It would be very helpful to support 2 and/or 3. This would allow, for example: `diode publish -private 22:22,mynicebnsname` By supporting this, the owner of "mynicebnsname" can assign the BNS name to a different hex Diode client address to allow effective transfer of ownership or other admin lifecycle management.
hansr commented 2 years ago

Should also support this syntax with "bind", e.g. diode -bind :<destination ID/BNS name>: socksd

hansr commented 8 months ago

Done in https://github.com/diodechain/diode_client/pull/123