Arcange
Arcange
I have the same issue trying to connect wallet to my local node: ``` ./cli_wallet --rpc-endpoint=0.0.0.0:8091 Logging RPC to file: logs/rpc/rpc.log 3506743ms main.cpp:169 main ] wdata.ws_server: ws://localhost:8090 3507190ms main.cpp:212 main...
Has this been fixed? Now that the HF21 date is over, I can't run the old version of cli_wallet anymore. Several of my services rely on communication with a local...
@TimCliff thank you for your answer. I know I can use HTTP instead of RPC, but this leads me to rewrite all my processes Something I would like to avoid...
I made a quick test with HTTP and it's OK but I need to specify multiple authorized IP addresses Tried several syntaxes but can't find the one working. Can anyone...
I saw it but how to pass a `vector` as an argument on the command line? Everything I tried ended with ``` terminate called after throwing an instance of 'boost::exception_detail::clone_i...
I finally found it when looking at the example provided in Boost documentation provided [here](https://theboostcpplibraries.com/boost.program_options#ex.program_options_02). use `./cli_wallet --rpc-http-endpoint=0.0.0.0:8092 --rpc-http-allowip IP1 IP2 ... IPn` or `./cli_wallet --rpc-http-endpoint=0.0.0.0:8092 --rpc-http-allowip IP1 --rpc-http-allowip IP2...
I think this issue should be kept open if it is planned to fix the WS error. If not, the documentation and help prompt (cli_wallet help) should be updated
> Some of the witnesses are reversing blocks (bad practice). Some of the witnesses blocking users funds (bad practice)
Could it be related to this issue https://github.com/steemit/steem/issues/3234 ?
> Network security. The whole Steem rests in the hands of 20 witnesses. This is very dangerous. As @IntinteDAO wrote, the chances to see a move from DPOS to POS...