-
shirley_huang[m]
christ what happened here
-
Inge-
just a bit of spam
-
normo
Is it possible to run monerod over clearnet and tor? I added --tx-proxy but now transactions are not broadcasted anymore...
-
kayront
normo: i had to turn it off too because monerod can hardly keep tor peers stable for whatever reason(s), and with --tx-proxy it will not broadcast transactions unless there are tor peers
-
normo
kayront: Ahh, I feared that answer. Thanks, that explains it.
-
artefact
but it 's still possible
-
artefact
try adding tor peers using add-priority-node, that helps but it's still not perfect
-
enick_428
Hi everyone ☺️
-
enick_428
Where do you recommend I purchase Monero from. Currently I don't mind KYC options. I just want to be able to start supporting my favorite activists. ☺️
-
selsta
Kraken is quite nice if you do KYC
-
enick_428
Okay thank you. ☺️
-
enick_428
When im ready is there some direction you can point me towards that I can struggle towards after I get more than my fundimental knowledge?
-
selsta
-
selsta
free ebook if you want more in depth knowledge
-
enick_428
Thanks so much! ☺️🙏
-
donkeydonkey[m]
hey for kraken users.. what fiat funding option is good for us dollars?
-
donkeydonkey[m]
since they dont support ACH
-
selsta
only used them in Europe
-
sethsimmons
<donkeydonkey[m] "hey for kraken users.. what fiat"> MVB bank wire is the recommended method now AFAIK
-
sethsimmons
It’s super fast and no fees on the Kraken side IIRC
-
donkeydonkey[m]
yeah 25 dollars to wire money though. not bad if your ballin'
-
donkeydonkey[m]
so 0.17 USD in network fees to transfer 250 USDC from 1 exchange to another. they must be killin it on network fees. monero is so cheep compared to that.
-
asymptotically
since it's a methereum contract, isn't that just going to the mEth miners?
-
asymptotically
not to USDC creators
-
donkeydonkey[m]
that would be cool
-
Henry151
hi urgent question
-
selsta
hi
-
Henry151
i had a stuck transaction since 09-09-2020, just updated my wallet and it seems to have not gone out yet
-
Henry151
can i prevent it from going out
-
Henry151
it's not a lot of money but if it goes out it will be permanently lost, so i would love to stop it
-
moneromooo
Yes, by sending aonther spending one of its outputs.
-
moneromooo
If it's not been mined by now though, it's unlikely to get mined ever.
-
Henry151
ok
-
sech1
or just create this wallet from seed again and don't use your current wallet
-
sech1
I assume your wallet is still trying to send it when you open it?
-
Henry151
yeah that seems to be what is happening
-
moneromooo
Wallets don't do that (unless some custom wallet).
-
Henry151
hmm
-
moneromooo
The CLI wallet doesn't.
-
Henry151
i am using the cli wallet
-
Henry151
basically, i thought this transaction had gone out 15 days ago, i discovered the funds were never received, so i open my monero wallet cli and see that the entire balance is "locked"
-
Henry151
so i update the wallet to v0.17.1.1-release and reopen my wallet file
-
moneromooo
Odd. 15 days ought to have flushed it from the txpool, and hte wallet should have noticed. So there's a bug.
-
selsta
rescan_spent might help?
-
moneromooo
in monerod: print_tx TXID (and replace TXID iwth the actual txid). Is it found ?
-
selsta
v0.17.1.0 had this balance issue
-
Henry151
forgive my ignorance, but where can i find my txid?
-
Henry151
show_transfers shows the last few things as purple text/saying "out"
-
Henry151
"balance" shows balance: mybalance, unlocked balance: 0
-
moneromooo
Then it probably went out.
-
selsta
do you run your own node?
-
Henry151
yeah
-
moneromooo
If a tx is not mined yet, it should show as pending.
-
Henry151
hmm
-
selsta
transaction id looks a bit like this: 82fdb7dab2a8d18770b6b40390d63f70cd69b5c6c373eb5767ddb585c129eb38
-
Henry151
i will try rebuilding from seed words
-
Henry151
selsta: ah i see mine there
-
selsta
it should show up if you enter show_transfers
-
selsta
enter it here
xmrchain.net
-
Henry151
moneromooo: i am getting Error: Unknown command 'print_tx'
-
Henry151
and on xmrchain.net i am not seeing the transaction
-
Henry151
i am going to try rebuilding from seed words
-
selsta
Henry151: you have to enter this on your daemon
-
selsta
not wallet
-
selsta
not seeing it on xmrchain is good
-
selsta
means it did not reach the network
-
Henry151
ah, i see
-
Henry151
how do i rebuild from seed words, in a nutshell?
-
Henry151
i have the 25 seed words in front of me
-
Henry151
ah i got it
-
Henry151
ok so now i will have to wait for the whole block height refresh process, right? i imagine there is no way to speed that up or let it use my pre-existing blockchain info
-
selsta
did you set a restore height?
-
Henry151
ah nope
-
selsta
restore height / date will speed it up
-
Henry151
ok
-
Henry151
thank you for your guidance :) much appreciated, i will pop in and let you all know how it works out.
-
donkeydonkey[m]
? so once a transaction is entered into the wallet there is no way to destroy it while it waits to join the chain, using the wallets cli or rpc or gui?
-
selsta
you can remove it from txpool
-
selsta
on your daemon side
-
donkeydonkey[m]
ohh cool. i dont see that in the rpc docs.