pmiklos / obyte-devnet

Obyte network from scratch for development purposes
MIT License
15 stars 9 forks source link

Add support to distribute blackbytes #9

Closed pmiklos closed 6 years ago

pmiklos commented 6 years ago

Though the blackbytes asset is defined, it is not yet possible to withdraw them. Add an RPC endpoint to allow sending of blackbytes to other wallets.

pmiklos commented 6 years ago

It appears that the witness cannot deliver messages to a paired device because it detects that it tries to connect to itself since the hub is the witness (see self-connect error in network.js). As a result, the witness is not able to deliver messages such as private payments to other wallets. If the witness and hub runs separately (with separate databases), it works.