-
moneromooooI don't think coinbase txes are treated differently.
-
moneromooooSee the top of core_rpc_server.cpp, you've got a fnuction that pastes bits from an RPC response.
-
moneromooooIf your node is pruned, you won't have that data for most txes btw.
-
» moneromoooo goes look
-
moneromooooIt's get_pruned_tx, and it's in wallet2.cpp acyually.
-
moneromooooYou want something similar, that pastes pruned/unpruned if needed, if you don'thave the full data.
-
moneromooooBut IIRC I think if you ask for full, you get full or nothing anyway.
-
rub1ck[m]Hello, I'm trying to sync a monero node and got stuck. The banned list is huge, no idea why. Is there a way to unban the entire list instead of going manually through each address?
-
selstarub1ck[m]: sounds like a corrupted database
-
selstayour node can't verify blocks anymore and it starts banning legit nodes since it thinks they are sending wrong data
-
rub1ck[m]How can I solve this?
-
moneromooooRestart monerod.
-
moneromooooIf it's the DB that's shot, then you'll have to stop, delete db, restart. Try just restart for now.
-
moneromooooAnd start with --log-level 1, to get more info on what's causing it to kick peers. And post in #monero next.
-
networkzaij[m]Tried to use sweep_single RPC call to wallet-cli-rpc and received error 37 (not enough funds). However I know the key image I specified to sweep is unlocked as is >1 xmr so paying the fee should be no issue. Any quick ideas? Thanks
-
networkzaij[m]*and is
-
moneromooooIf logs don't tell you why, add traces all over create_transactions_2 and try again.
-
networkzaij[m]Managed to fix the issue by ignoring the error and trying agai, after ~5-10 fails it starts working
-
networkzaij[m]Again