-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It works now. after changed from a raspi 3 to a Intel NUC hardware the blocks going flawless trough. So it gives a other option too. You need only find the red index db on the internet. Then you can replace the existing with this up to date one. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have an issue with the output balance it told me : 30,817 but in reality there are 125,542 sats. Do you think that I must modify subcommands/balance.rs ? I tried this code : let client = options.bitcoin_rpc_client_for_wallet_command(true)?;
for (outpoint, amount) in client.call("getbalance", &["bech32".into()])? {
if !inscription_outputs.contains(&outpoint) {
balance += amount
}
} but it doesn't work. Do you have any idea about this ? |
Beta Was this translation helpful? Give feedback.
It works now. after changed from a raspi 3 to a Intel NUC hardware the blocks going flawless trough. So it gives a other option too. You need only find the red index db on the internet. Then you can replace the existing with this up to date one.