15:58:38 christ what happened here 15:59:24 just a bit of spam 17:24:33 Is it possible to run monerod over clearnet and tor? I added --tx-proxy but now transactions are not broadcasted anymore... 17:29:03 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 17:46:42 kayront: Ahh, I feared that answer. Thanks, that explains it. 18:43:28 but it 's still possible 18:44:18 try adding tor peers using add-priority-node, that helps but it's still not perfect 22:18:24 Hi everyone ☺️ 22:18:24 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. ☺️ 22:18:45 Kraken is quite nice if you do KYC 22:26:46 Okay thank you. ☺️ 22:26:46 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? 22:27:42 https://masteringmonero.com 22:27:54 free ebook if you want more in depth knowledge 22:28:47 Thanks so much! ☺️🙏 22:34:34 hey for kraken users.. what fiat funding option is good for us dollars? 22:34:41 since they dont support ACH 22:36:39 only used them in Europe 22:47:08 MVB bank wire is the recommended method now AFAIK 22:47:22 It’s super fast and no fees on the Kraken side IIRC 22:48:31 yeah 25 dollars to wire money though. not bad if your ballin' 22:55:30 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. 22:56:26 since it's a methereum contract, isn't that just going to the mEth miners? 22:56:32 not to USDC creators 22:56:46 that would be cool 23:33:44 hi urgent question 23:34:13 hi 23:34:17 i had a stuck transaction since 09-09-2020, just updated my wallet and it seems to have not gone out yet 23:34:21 can i prevent it from going out 23:35:20 it's not a lot of money but if it goes out it will be permanently lost, so i would love to stop it 23:35:27 Yes, by sending aonther spending one of its outputs. 23:35:51 If it's not been mined by now though, it's unlikely to get mined ever. 23:36:05 ok 23:36:13 or just create this wallet from seed again and don't use your current wallet 23:36:28 I assume your wallet is still trying to send it when you open it? 23:36:39 yeah that seems to be what is happening 23:36:41 Wallets don't do that (unless some custom wallet). 23:36:45 hmm 23:36:48 The CLI wallet doesn't. 23:36:53 i am using the cli wallet 23:37:27 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" 23:38:08 so i update the wallet to v0.17.1.1-release and reopen my wallet file 23:38:11 Odd. 15 days ought to have flushed it from the txpool, and hte wallet should have noticed. So there's a bug. 23:38:40 rescan_spent might help? 23:38:40 in monerod: print_tx TXID (and replace TXID iwth the actual txid). Is it found ? 23:38:59 v0.17.1.0 had this balance issue 23:39:36 forgive my ignorance, but where can i find my txid? 23:39:54 show_transfers shows the last few things as purple text/saying "out" 23:40:18 "balance" shows balance: mybalance, unlocked balance: 0 23:40:27 Then it probably went out. 23:40:27 do you run your own node? 23:40:33 yeah 23:40:46 If a tx is not mined yet, it should show as pending. 23:41:14 hmm 23:41:16 transaction id looks a bit like this: 82fdb7dab2a8d18770b6b40390d63f70cd69b5c6c373eb5767ddb585c129eb38 23:41:20 i will try rebuilding from seed words 23:41:26 selsta: ah i see mine there 23:41:27 it should show up if you enter show_transfers 23:41:41 enter it here https://xmrchain.net 23:47:10 moneromooo: i am getting Error: Unknown command 'print_tx' 23:47:28 and on xmrchain.net i am not seeing the transaction 23:47:34 i am going to try rebuilding from seed words 23:48:14 Henry151: you have to enter this on your daemon 23:48:16 not wallet 23:48:26 not seeing it on xmrchain is good 23:48:34 means it did not reach the network 23:48:37 ah, i see 23:48:50 how do i rebuild from seed words, in a nutshell? 23:48:59 i have the 25 seed words in front of me 23:49:25 ah i got it 23:52:03 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 23:52:41 did you set a restore height? 23:52:47 ah nope 23:52:55 restore height / date will speed it up 23:53:01 ok 23:55:35 thank you for your guidance :) much appreciated, i will pop in and let you all know how it works out. 23:55:59 ? 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? 23:56:24 you can remove it from txpool 23:56:33 on your daemon side 23:59:15 ohh cool. i dont see that in the rpc docs.