Error: failed to get random outputs to mix: failed to get random outs #329

Closed
opened 4 years ago by wowario · 1 comments
Owner

When wownerod is ran with --restricted-rpc, there is a "failed to get random outs" error. When non-restricted wownerod is used, transactions can go through as normal. This issue is related to the coinbase unlock code.

size_t requested_outputs_count = base_requested_outputs_count + (td.is_rct() ? 8478 - CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE : 0);

Transactions can be sent with restricted RPC bind port instead.

./wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --rpc-restricted-bind-port 34568 --rpc-bind-port 34570

When wownerod is ran with `--restricted-rpc`, there is a "failed to get random outs" error. When non-restricted wownerod is used, transactions can go through as normal. This issue is related to the coinbase unlock code. `size_t requested_outputs_count = base_requested_outputs_count + (td.is_rct() ? 8478 - CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE : 0);` Transactions can be sent with restricted RPC bind port instead. `./wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --rpc-restricted-bind-port 34568 --rpc-bind-port 34570`
wowario added the bug label 4 years ago
wowario closed this issue 4 years ago
wowario reopened this issue 4 years ago
Poster
Owner

users are still reporting this error

users are still reporting this error
wowario closed this issue 3 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: wownero/wownero#329
Loading…
There is no content yet.