-
gingeropolous
oh yay its just doin what its sposed to on ubuntu 18
-
gingeropolous
yummy copypasta
-
DeanGuss
Is there a monero equivalent of `bitcoin-cli getpeerinfo`?
-
DeanGuss
I'm trying to diagnose why I keep seeing this in the log:WARNING net.p2p.tx src/cryptonote_protocol/levin_notify.cpp:349 Unable to send transaction(s) to tor - no available outbound connections
-
DeanGuss
Seems very odd because I am keeping up with new blocks just fine
-
alive
I mined some monero up to the 0.07 payout fee. The pool sent me the coin. I can see the transaction in the blockhain, and I can decrypt it with my private view key. The transaction has not arrived in my wallet at the most recent block height. It's been two weeks. Is it still possible I ihad the wrong wallet address in my miner? Is the coin gone? Will it ever come?
-
alive
8157 confirmations on the block so far.
-
sech1
If you can decrypt it with your view key, it's in your wallet
-
sech1
rescan it starting from before the height when this tx was mined
-
sech1
and use the official CLI or GUI wallet
-
alive
Thanks
-
alive
I use Monerujo on android
-
sech1
good enough
-
sech1
rescan the wallet
-
alive
Thanks ,will do.
-
jovvana
hi
-
jovvana
I'm doing some test with new chain but nodes cant connect
-
jovvana
Dandelion is stopping nodes to connect or because i deleted dns there is no connections
-
jovvana
3nodes
-
jovvana
allways "Starting new Dandelion++ epoch: stem"
-
jovvana
Myabe dandelion prices need 1 on all config.h file
-
alive
sech1: thanks! It now seems like I am no longer missing any funds. But now my wallet glitched out and I can't see any of the tx's
-
user85
hello
-
user85
:)
-
user85
heatwave in uk
-
user85
maybe i should come for a few days to enjoy it
-
tinybronca[m]
Hi all, so I am going to sync a new blockchain which I havenot done in a while... I want the data on a specific directory where I have SSD space, so I run monderod --data-dir /path/to/ssd ??
-
tinybronca[m]
also I will probably want --prune-blockchain
-
sech1
yes
-
sech1
--data-dir /path/to/bitmonero/dir
-
tinybronca[m]
thanks ok
-
tinybronca[m]
I wonder how long this takes now
-
sech1
if your connection and SSD are fast, 8-12 hours
-
tinybronca[m]
I am not convinced my SSD is that fast, not NVMe
-
sech1
Anyway, if it's an SSD you will probably be limited by your CPU and network speed, not by disc access when you sync
-
DeanGuss
Is there a monero equivalent of `bitcoin-cli getpeerinfo`?
-
selsta
what does that print?
-
DeanGuss
selsta: it prints info about the peers you're connected to
-
selsta
right but what kind of info?
-
selsta
there is `sync_info`, there is also `print_cn`
-
DeanGuss
ip address info, network info, peer capabilities, bytes sent/recieved etc
-
DeanGuss
I'm trying to diagnose why I keep seeing this in the log: WARNING net.p2p.tx src/cryptonote_protocol/levin_notify.cpp:349 Unable to send transaction(s) to tor - no available outbound connections
-
DeanGuss
Even though I'm receiving new blocks just fine
-
selsta
DeanGuss: this is with tx-proxy?
-
selsta
blocks are sent over clearnet, only transactions are sent over tor
-
selsta
print_cn will show you the amount of incoming and outgoing tor peers you have
-
selsta
also which version are you running?
-
DeanGuss
0.17.3.2
-
DeanGuss
I have this stuff turned on in the config:
-
DeanGuss
#Tor stuff
-
DeanGuss
# Tor: broadcast transactions originating from connected wallets over Tor (does not concern relayed transactions)
-
DeanGuss
tx-proxy=tor,127.0.0.1:9050,16
-
DeanGuss
# Tor for p2p traffic
-
DeanGuss
proxy=127.0.0.1:9050
-
selsta
v0.18 has multiple fixes so that this message will show up less often
-
DeanGuss
as well as anonymous-inbound
-
hyc
definitely, upgrade to v0.18.0.0, tor / i2p are much more stable there
-
selsta
there were two bugs that caused tor / i2p connections to get dropped
-
DeanGuss
-
DeanGuss
Did it just come out or something?
-
selsta
it will be up the next hours
-
DeanGuss
k
-
DeanGuss
forgive me, I'm monero stupid so I don't recall. How do I get to the shell to enter this print_cn command? Doesn't seem to be monero-wallet-rpc or monero-wallet-cli or monerod
-
selsta
./monerod print_cn
-
selsta
if your node isn't restricted
-
selsta
otherwise you have to run monerod inside tmux or so
-
selsta
or keep an unrestricted port open for localhost
-
hyc
yeah there's really no reason to restrict localhost
-
DeanGuss
Error: Couldn't connect to daemon: 127.0.0.1:18081
-
DeanGuss
rpc-bind-ip=127.0.0.1 # Bind only to localhost
-
DeanGuss
rpc-bind-port=18081 # Bind on default port
-
DeanGuss
restricted-rpc=0 # (Don't) Prevent unsafe RPC calls
-
DeanGuss
I have all that on... :(
-
DeanGuss
Oh, working now, thanks selsta. I had to also switch to public-node=0
-
chown
how do I point monerod to my blockchain?
-
selsta
--data-dir
-
chown
ok so my block chain only has su permissions
-
chown
How do I change permissions of the directory and all the files in the diorectory so that my normal user can access them?
-
chown
Chown and Chmod ironically confuse the shit out of m3e
-
sech1
sudo chown -R user:group path/to/dir and then sudo chmod -R 755 path/to/dir
-
chown
sech1: Thanks mayn
-
tinybronca[m]
test
-
tinybronca[m]
Hi so if I kill monderod it will be okay restarting?
-
merope
Depends on how you kill it
-
garth
If you kill it, kill it slowly.
-
Torr
See?! And some msm folks still labels us as terrorists when we're just humble psychos going on with everyday life.
-
hyc
you can kill monerod arbitrarily, makes no difference. but if you kill the machine ungracefully and you're not using --db-sync-mode=safe you will probably corrupt the DB
-
hyc
on windows, an OS or hardware crash seems to pretty reliably kill the DB. On Linux with ext4 it's so far unheard of