07:23:46 Is that awful fake Android MyMonero app visible for you as well, again, for the sixth time already now? https://play.google.com/store/apps/details?id=com.mymonero.wallet 07:25:40 (Google recognizes me as being in Switzerland; maybe it's not visible everywhere, that's why I ask.) 09:30:24 Can't someone just create a stub MyMonero app and publish it, so that the name cannot be taken anymore by the scammers? 09:30:58 Or maybe just a basic app that shows the official website through a webview or something 09:50:44 endor00[m]: yeah we're working on that 09:52:29 Cool! 10:16:59 Note that unfortunately it seems apps can have the exact same title string, which is most visible; only the package name which is much less visible must be unique. Worst case a stub MyMonero app will push the scammers down to 50% or so, but not eliminate them ... 12:55:35 I am using MyMonero wallet. Do I need to specify a "payment ID" if I want to send xmr to my account on binance ? 12:55:47 No 12:55:50 I read somewhere that a payment ID needs to be specified if I want to send to Binance. But I couldn't find this payment ID anywhere on Binance 12:55:52 Just use the address provided by Binance 12:56:06 What about this? https://www.reddit.com/r/Monero/comments/7n83qt/binance_x_no_payment_id_xmr_lost_forever_no_heres/ 12:56:52 Payment IDs (the ones Binance used) were phased out a year ago or so 12:57:34 Alright, thanks, I will use the just the address provided by Binance 12:58:00 Should work 12:58:01 np 12:59:12 oops it seems that I have an old version of MyMonero wallet. I will update it first 17:19:21 Is that awful fake A"> I reported it. 17:56:19 why is blockchain syncing slower the closer it gets to 100%? 17:56:26 it's at 95% for hours 17:57:52 daemon includes checkpoints, so up to the latest checkpoint it syncs faster 17:58:43 ah I see 17:58:52 I should've used a ssd maybe 17:59:00 yes that makes a large difference 17:59:11 download v0.17.1.3 which should be out today / tomorrow and it will sync faster again up until ~99%, as it includes new checkpoints 17:59:24 ah lol, I should've waited I guess 17:59:55 but it's a remote server, ssd is expensive on that kind of stuff 18:09:46 I guess I can interrupt syncinc then try again 18:09:50 I won't lose my progress 18:09:54 with the new version 18:10:39 If it's monerod, you can stop at any time and restart. 18:17:32 is it helpful to open a restricted rpc node? or just having a node run with the p2p protocol stuff enabled is good enough 18:23:02 incoming and outgoing p2p is typically what you want. 18:23:28 RPC, if you want to access your node from the outside. SSL and whitelisted key is best then. 18:23:46 Public if you want, but it just gives others more incentive to not run their node, which is counterproductive. 18:27:35 so I just have to open the right ports and that's all, no need to sign up to a register 18:27:52 Correct. 18:28:12 perfect 18:39:54 I know it isn't technical talk, but are you afraid of XMR delisting from exchanges? 18:40:00 like it just happened with that one I forgot the name 19:13:28 the only path toward actually decoupling is off of the exchanges. i would def be afraid, but only because it's such a lightly charted area .. a major cryptocurrency that can't tank in the same fashion as the others for lack of it being offered to suck up the daily market poundings .. of course the opposite could be true too .. where it also can't run up w/ the others .. still .. nice to have less 'paper monero' about :) 19:23:37 85733 blocks left to sync 19:23:49 it's not just checkpoint, it's really slower the closer it is to 100% 19:23:58 maybe it's because of the db that gets huge and the fact it's not ssd 19:24:04 like it has to seek or something? 19:45:45 mawk: yes it is verifying all blocks during sync 19:45:55 which requires a lot of seeking 19:47:05 mawk: the last checkpoint in v0.17.1.1 is on height 2210500 19:49:22 no new checkpoints for 0.17.1.3? 20:13:13 probably I should've enabled pruning from the start to gain time, but would that have precluded me from being a regular p2p node? 20:16:53 No, you can still be a helpful peer to the network as a pruned node, pruning in Monero was intentionally designed for that. 20:19:05 ah nice 20:19:16 well now it's too late I guess, I'll prune when I run out of space 20:24:17 sech1: no, it will have new checkpoints 21:07:03 2020-11-08 21:04:11.385 I [8.8.8.8:8888 INC] Sync data returned a new top block candidate: 2162445 -> 2226334 [Your node is 63889 blocks (2.9 months) behind] 21:07:08 that means my P2P node is working? 21:07:16 if it's "INC" it means someone successfuly contacted me 21:07:55 but none on IPv6 for now, I should see what's up 21:08:49 mawk: type "status" 21:08:57 12(out)+0(in) connections 21:09:03 means I have 12 out and 0 incoming connections 21:09:20 0 0 21:09:22 but I'm still syncing 21:09:48 both zero? 21:10:00 what does sync_info show ? 21:10:30 17 peers, 1 spans 21:10:33 but none ipv6 21:11:18 maybe a silly question but the p2p protocol is TCP right? 21:11:39 I saw some talk about SYN in a protocol description pdf 21:12:05 then I suppose it's punching NAT and I have to have public ip 21:12:15 or at least a permanent mapping between the node and my public IP 21:13:03 ipv6 is disabled by default 21:13:20 well I set bind address to :: 21:13:23 when starting monerod 21:19:13 I guess it needs to be synced first anyway 21:19:53 can you post the full command you used to start monerod? 21:21:32 ah yes nevermind it's not p2p which I started on ipv6, it's rpc; so I have to restart it with ipv6 p2p enable now 21:21:46 for reference the command was: ./monerod --rpc-bind-ip 0.0.0.0 --rpc-bind-ipv6-address :: --rpc-login foo:bar --bootstrap-daemon-address auto --confirm-external-bind 21:22:02 (the rpc port is firewalled, and open only for my lan which I access through vpn) 21:22:31 ok that explains why it said 0/0 when doing status 21:23:32 it's not explained by the fact it's syncing? 21:40:12 New version v0.17.1.3: CLI and GUI binaries are now available at getmonero.org 21:42:14 ah cool 21:43:24 See blog posts for more details https://www.getmonero.org/blog 21:57:07 I am infinitely disappointed, this checkpoint business didn't make it faster 22:02:00 mawk: then it is because your hard disk 22:02:09 there definitely are new checkpoints up until 3 days ago 22:02:43 hmm yes must be that then 22:02:47 mawk: is this a VPS? 22:02:58 it's a regular server, not a vps 22:03:04 ok 22:03:07 but running inside a container I made myself yes, so I guess actually you could say it's a vps 22:03:13 but I haven't put any I/O quota stuff 22:03:36 it's running under lvm, that's all 22:05:10 With SSD it is possible to sync up in a couple hours 22:10:28 thanks! 22:34:47 I start monerod like this: ./monerod --rpc-bind-ip 0.0.0.0 --rpc-use-ipv6 --rpc-bind-ipv6-address :: --rpc-login nicolas:koraxkorax --bootstrap-daemon-address auto --confirm-external-bind --db-sync-mode fastest --p2p-use-ipv6 22:34:51 and I still have no connection on ipv6 22:39:37 mawk: does print_pl print any ipv6 addresses? 22:42:36 only ipv4 and ipv6-mapped ipv4 addresses 22:42:47 I'll try again when it finished syncing, it's maybe due to that 22:47:30 we don’t have ipv6 seed nodes, you might have to add ipv6 peers manually, or find peers that have ipv6 peers in their peer list 22:47:55 as far as I understand it, but I did not use ipv6 with monero much 22:49:17 ah I see, that's maybe why then