ord icon indicating copy to clipboard operation
ord copied to clipboard

I get an error when creating an acceptance address. What should I do?

Open zzlicc opened this issue 11 months ago • 9 comments

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 Uploading 微信截图_20240322154247.png…

zzlicc avatar Mar 22 '24 07:03 zzlicc

You must start ord server. use the latest ord and you will get this tip

bingryan avatar Mar 22 '24 22:03 bingryan

I don't understand. I'm a newbie. Can you be more detailed?

zzlicc avatar Mar 24 '24 01:03 zzlicc

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

raphjaph avatar Mar 24 '24 02:03 raphjaph

微信截图_20240325141304 微信截图_20240325141453 I think I have performed the service, but there is still a problem. Can you tell me a solution

zzlicc avatar Mar 25 '24 06:03 zzlicc

ord server has to be running concurrently

raphjaph avatar Mar 29 '24 00:03 raphjaph

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

mineprine avatar Mar 30 '24 02:03 mineprine

I got the same problem.

xyuu98 avatar Apr 06 '24 15:04 xyuu98

A user reported on Discord that this error was resolved by disabling their VPN.

so7ow avatar Apr 06 '24 16:04 so7ow

Yeah, the VPN could be proxying things of that port.

raphjaph avatar Apr 07 '24 22:04 raphjaph