00:14:01 nioc:yeah, I want to make sure I understand the implications of using a remote node 00:14:10 and I dont wnat to run a local one becuase I don't wnat to download the entire blockchain 00:14:33 I was doing the local thing at one point a long time ago but I'd have to remind myself of how that was set up and also redownload the blockchain, which I don't want to do 00:14:45 I don't think I have enough space for it on this machine nayway, I deleted it a while ago to free up space 00:15:49 I guess you know that you can sync the blockchain in pruned mode which will be about 1/3 the size 00:16:06 still 25GB+ 04:36:51 is there a way to disable the "I locked your Monero wallet to protect you while you were away" message? or increase the timeout? 04:40:20 hey erikd docs show set inactivity-lock-timeout 600 04:40:27 0 disables entirely 05:07:06 Bill48105: is that not availabel as a command line option? 05:07:34 and is that in the daemon or in the cli wallet? 05:08:39 https://monero.stackexchange.com/questions/11737/how-can-i-slow-down-or-disable-cli-wallets-automatic-locking-due-to-inactivity/11738#11738 05:08:58 erikd, cli wallet 05:09:12 thanks Mochi101 amd Bill48105 05:09:38 just have to set it once and it remembers 05:09:57 per wallet 05:13:35 there's not much need to lock daemon eh 05:14:10 glad you got it sorted 05:17:32 Always best to lock up your demons Bill48105 05:33:47 i release my demons regularly but last i checked monero daemon is just the block chain and has no access to your wallet. that's why you need to run cli or rpc to actually use your wallet 05:39:24 yea 05:43:30 i chose not to disable it but to increase the timeout to 600 seconds 05:51:35 nice plan 05:52:05 better to have that safety net with minimal inconvenience 06:39:06 good work on the fork 06:41:17 <3 bigslim[m]. 06:42:20 went smooth it looks like 06:42:44 you guys find any issues? 07:36:52 monero network hash so heigh now 09:09:12 Hi, I have a question about "get_transfer_by_txid". The same transfer was shown twice in filed "transfers", the difference is filed "type", one is "in" and another is "pool" 09:09:43 Is that normal? 09:10:46 I can post complete information if you need 09:31:47 xie did you look at how wallet_rpc_server.cpp fills in "transfers"? 09:33:15 It can find the same txid multiple times. The ones with "pool" type are unconfirmed pool payments. 09:33:53 you need to check unlock_time to see when it will be confirmed 09:35:23 The transaction has been confirmed 09:35:50 "confirmations": 39 09:36:58 that's strange, "pool" means tx mempool as far as I can see in the code, but I'm not very familiar with this part of the code 09:37:14 so it's unconfirmed transaction in mempool 09:37:45 "id": "0", "jsonrpc": "2.0", "result": { "transfer": { "address": "85nC8EEXBgLGKbc73fDZj1GPckq4VVCzXYX9RCtsYWKBco8jxibdZLxUYYFN5bJBkFdzNc4e8JYLSQRhg1oMkBc4MByzrW6", "amount": 12340000, "confirmations": 19, "double_spend_seen": false, "fee": 25030000, "height": 1979842, "locked": false, "note": "", 09:37:45 "payment_id": "0000000000000000", "subaddr_index": { "major": 0, "minor": 60007 }, "subaddr_indices": [{ "major": 0, "minor": 60007 }], "suggested_confirmations_threshold": 1, "timestamp": 1575273569, "txid": "af67e83d8d6cdae2f93d30de85ce7f3b458c1a34ff43be4cda027361961011ec", 09:37:45 "type": "in", "unlock_time": 0 }, "transfers": [{ "address": "85nC8EEXBgLGKbc73fDZj1GPckq4VVCzXYX9RCtsYWKBco8jxibdZLxUYYFN5bJBkFdzNc4e8JYLSQRhg1oMkBc4MByzrW6", "amount": 12340000, "confirmations": 19, "double_spend_seen": false, "fee": 25030000, "height": 1979842, "locked": false, "note": "", 09:37:46 "payment_id": "0000000000000000", "subaddr_index": { "major": 0, "minor": 60007 }, "subaddr_indices": [{ "major": 0, "minor": 60007 }], "suggested_confirmations_threshold": 1, "timestamp": 1575273569, "txid": "af67e83d8d6cdae2f93d30de85ce7f3b458c1a34ff43be4cda027361961011ec", 09:37:47 "type": "in", "unlock_time": 0 },{ "address": "85nC8EEXBgLGKbc73fDZj1GPckq4VVCzXYX9RCtsYWKBco8jxibdZLxUYYFN5bJBkFdzNc4e8JYLSQRhg1oMkBc4MByzrW6", "amount": 12340000, "confirmations": 0, "double_spend_seen": false, "fee": 25030000, "height": 0, "locked": true, "note": "", "payment_id": 09:37:47 "0000000000000000", "subaddr_index": { "major": 0, "minor": 60007 }, "subaddr_indices": [{ "major": 0, "minor": 60007 }], "suggested_confirmations_threshold": 1, "timestamp": 1575273548, "txid": "af67e83d8d6cdae2f93d30de85ce7f3b458c1a34ff43be4cda027361961011ec", "type": "pool", 09:37:48 "unlock_time": 0 }] }}b 09:37:57 just don't ask for mempool in your request (set req.pool = false) 09:38:40 will try your suggestion 09:40:14 the one you got with type=pool has confirmations=0 which is normal for tx mempool 09:40:27 not sure why it ended up in the response if it has already been mined 09:43:50 it has something to do with how wallet refreshes, need someone more knowledgeable to clarify it 09:45:18 The balance has beed updated accutally 09:45:20 Maybe this is a display issue 10:07:04 !Horla Thomas J. Stanley - Millionaire Women Next Door (epub).epub 10:07:04 Invalid command, try !help 12:20:44 xie: supposedly fixed in cbec8eb10bd0f0d82b6524df2b4af714b1b3599a, are you running an older version ? 12:39:55 https://github.com/monero-project/monero/releases/tag/v0.15.0.0 12:40:00 I am using this one 12:40:49 Ah, 0.1 is out 12:40:54 there is a newer tag xie https://github.com/monero-project/monero/releases/tag/v0.15.0.1 12:41:32 Was trying to find it on mobile, ginger beat me :( 12:41:49 I guess the issue is that it hasn't been marked as latest release yet 12:41:51 So this is fixed in v0.15.0.1? 12:43:05 I did notice v0.15.0.1, but thought it is not a stable version 12:45:19 xie: It is a stable version, the Github release page just has to get updated. 12:46:37 It is fixed in 0.15.0.1. 12:47:16 Cool, just want to confirm. Glad to know it has been fixed in the latest release 12:47:20 thank you guys 13:09:11 I found some transactions still contain paymentId according to get_transfer_by_tx 13:09:24 get_transfer_by_txId 13:09:59 But I have set paymentId as "" 13:10:23 It's strange, most of new transactions is good 13:49:16 You can safely ignore the payment IDs returned, an encrypted payment ID is attached to every tx so it doesn't stand out when you actually use one. 13:49:59 Ok, will ignore it 15:39:25 Hey guys anyone have a good usb / live linux distro that is configured to basically auto mine as soon as it boots up 15:39:25 My use case is basically put the configuration on the distro and then when I boot it from usb media it will just start to mine with those preconfigured settings 15:39:25 headless, does not need any gui...is there a such thing as like a xmrig preconfigured distro? 15:42:35 mfed3[m]: you could create something like that with buildroot. or start off with someething else like alpine linux 15:43:19 So nothing already preconfigured, but this would be me essentially installing linux to a usb drive marked as bootable 15:43:25 Then only installing a minimal package set 15:44:29 i think i remember someone sharing a project like this on reddit a few months ago but i'm not sure if they ever updated it to support RandomX 15:44:40 It is one possible solution, I was hoping someone maybe knew of an appliance distribution built for this purpose 15:44:54 DIY isn't too hard though. a few people do that in #monero-pools and then pxe boot the image on all of their miners 15:52:28 <`Didrole> Add xmrig to buildroot and voila. 15:54:52 libuv, hwloc and openssl are already packaged for buildroot so its barely any work ^^ 16:59:30 I believe the project you're thinking of was called Pickaxe OS, and I don't think they upgraded to RandomX yet 17:04:38 mfed3[m], its honestly best to figure it out yourself. anything premade by someone prolly won't get maintained and they prolly incorporated some dev fee or something 17:22:46 <\​x> needmo: cope 17:23:41 Probably right, I would not mind if I needed to compile any packages or configure it, but I guessed this would be the right place to ask if it existed or not 17:24:08 Before I waste my time reinventing the wheel haha 18:20:29 is selena here? is that the person that did monero primo? Would be cool to carry that over to general software / licenses etc. 18:21:06 for some reason i was reminiscing of the 90s, getting key crackers for adobe software etc... im sure stuff like that exists now as well 18:21:14 but you can't fake PoW 18:21:37 you want to use PoW as a software key? 18:21:49 would kinda suck having to wait every time you startup a program 18:21:56 not as a key, but as a pay-for-service 18:22:10 well, surely there'd be a separate service that accumulates credits 18:22:48 so there'd be like a monero app store. everything in the store can be used with monero credits 18:23:14 or u just buy credits. i dunno 18:25:44 What I'd like to see is this plugged into bittorrent. Incentivize people to keep seeding stuff. 18:25:57 Or even just for priority. 18:27:12 Like the first yggdrasil release ^_^ 18:28:01 yeah, a lot of possibility applications of it. 18:28:34 i realized, however, that it might not be as much as a pool-deterrent as i originally thought 18:28:49 someone will eventually code up a version where the client can just send shares to a pool 18:29:04 Well, it doesn't deter pools, it adds an alternative source of hash, really. 18:29:42 What would this bring, compared to what pool miners do now ? 18:29:43 yeah 19:31:09 ah ok. automagic node discovery is only done via bootstrap node mode 19:49:31 i wonder if its safe to say that a pruned node will need 25 GB storage for like 10 years 19:49:59 It's safe to say to a person who's at least 10 kg lighter than you. 19:50:42 I expect it'll increase by... 90% to 70% of the unpruned chain increase, roughly. 19:50:44 Quite the riddle 19:51:19 hey guys, after 5 days of syncing the lmdb failed again at around 85% 19:51:25 this happens for second time 19:51:39 What errors, if any ? 19:51:57 erm, now it's Input/Output Error 19:52:08 That's usually "your disk is shot". 19:52:21 spinny skrech ? 19:52:25 But I think liblmdb reuses it for something. 19:52:44 so... tonight I'm coming from work 19:53:15 I see that for 5 hours it was outputing something like: for the last 90 mins there is no incoming blocks 19:53:22 There's some bug where something writes to the lmdb file by mistake. You're possibly hitting this. 19:53:24 I stopped the daemon and restarted it 19:53:52 and it started to sync again, but was using all my CPU cores while I've specified --prep-blocks-threads=2 19:54:04 so decided to restart my pc 19:54:21 and after the restart it's this error 19:54:26 I'm really confused 19:55:34 maybe I can play with --db-sync-mode 19:55:39 so it's more secure? 19:56:15 I use the default (eg. not specifying this option) which I think is fast:async:250000000 19:56:19 That will help against hardware/OS breaking. It won't against a stray fd write. It seems you're hitting the latter. 19:56:40 this is some new bug? 19:56:47 Apparently so. 19:57:22 hm... 19:57:31 if I download the blockchain.raw 19:57:46 and then import it... will this make a difference? 19:58:13 Probably not to the likelihood of the bug appearing. But definitely to the bandwidth load. 19:58:50 what bandwidth load? memory? cpu? 19:59:29 Network. 19:59:38 network is not a problem 19:59:59 It'll likely be very similar for CPU/memory. 20:01:29 is there a bug report about this "fd" bug? 20:01:41 so I can't read more about it? 20:02:22 i don't think there is. 20:03:50 Some backlog in -dev earlier today. It's not known exactly what it is yet, just suspected to be a stray write. 20:04:24 Possibly from libunbound, since the stray data was an unbound message. 20:06:39 so somebody else is having a similar problem like mine? 20:08:33 and just to be sure - there is nothing I can do to try to fix the db? My only option is to start over? 20:08:43 yep. took down xmrchain.net node :( 20:12:19 skrech: are you running with --detached ? 20:17:32 moneromooo: yes 20:18:18 Try without it then. It's possibly a cause. 20:22:28 I decided to update some packages now that I restarted the PC, and see: 20:23:30 unbound: 1.9.4 -> 1.9.5 20:27:30 moneromooo: I'm also using --enforce-dns-checkpointing 20:44:31 That one is irrelevant I'm pretty sure. 21:34:47 jtgrassie: https://www.coindesk.com/a-plan-to-decentralize-bitcoin-mining-again-is-gaining-ground 21:53:36 21:18 Try without it then. It's possibly a cause. <-- mine crashed without detached 21:53:47 skrech: Did you self compile or use release binaries? 22:44:18 selsta: I use binaries 22:45:55 hmm ok 23:09:32 can i revert a integrated address into it the standard address and the payment_id without any other information? 23:09:41 yes 23:10:59 "integrated_address $address" in simplewallet 23:11:09 Or there's a split_integrated_address RPC.