mostro-cli
mostro-cli copied to clipboard
Nothing in terminal after trying to create a sell order
me@devbox:~/mostro-cli$ cargo run neworder --kind sell --fiatcode usd --fiatamount 5 --paymentmethod lightning
Finished dev [unoptimized + debuginfo] target(s) in 0.18s
Running `target/debug/mostro-cli neworder --kind sell --fiatcode usd --fiatamount 5 --paymentmethod lightning`
┌──────────┬──────────────┬───────────┬─────────────┬────────────────┬────────── ─┐
│ Buy/Sell ┆ Sats Amount ┆ Fiat Code ┆ Fiat Amount ┆ Payment method ┆ Premium % │
╞══════════╪══════════════╪═══════════╪═════════════╪════════════════╪══════════ ═╡
│ Sell ┆ market price ┆ USD ┆ 5 ┆ lightning ┆ 0 │
└──────────┴──────────────┴───────────┴─────────────┴────────────────┴────────── ─┘
Check your order! Is it correct? (Y/n) > y
I just started running mostr, so I tried to create a sell order. I got to "check you order" and after entering "y" nothing returned. The program seems locked up. Maybe I have some setting wrong somewhere, (I think they're right though) but there's no indication what went wrong and I don't know how to proceed.