ord
ord copied to clipboard
I get an error when creating an acceptance address. What should I do?
thread 'main' panicked at src\wallet.rs:112:54: called Result::unwrap()
on an Err
value: ParseIntError { kind: Empty } note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
You must start ord server
. use the latest ord
and you will get this tip
I don't understand. I'm a newbie. Can you be more detailed?
You need two things running to use ord wallet
. First start bitcoind
and the start ord server
. Only after both of them are synced and running can you use ord wallet
I think I have performed the service, but there is still a problem. Can you tell me a solution
ord server
has to be running concurrently
C:\Users\22345> ord --cookie-file E:\Roaming.cookie --data-dir E:\Roaming\ordData server Listening on http://0.0.0.0:80
I try to run on another cmd again:
C:\Users\22345> ord --cookie-file E:\Roaming.cookie --data-dir E:\Roaming\ordData wallet balance
thread 'main' panicked at src\wallet.rs:112:54:
called Result::unwrap()
on an Err
value: ParseIntError { kind: Empty }
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
Why is this? Can someone help me, please
I got the same problem.
A user reported on Discord that this error was resolved by disabling their VPN.
Yeah, the VPN could be proxying things of that port.