06:53:15 hello 06:53:26 I`d like to mint new token on monero 06:53:31 who can help me? 07:03:16 nobody can help you kei0301 07:03:57 wrong channel, and probably wrong token - this is for monero development. Also, Monero does not support minting of tokens on it. It tries to be one thing only - the best electronic cash in existence. 08:11:49 greetings, i'm running several nodes in regtest mode, some are mining and even with --log-level 0 on the daemon i get filled fast with Info Found block messages. I see there is a rpc command /set_log_categories I could use but I fail at getting the category I should use 08:18:41 If you look at the log file, you'll see which category each message is for. 08:18:51 Here, it's probably "blockchain". 08:19:58 I looked, it's "miner". 08:20:10 So, add: ,miner:ERROR 08:20:26 Or: ,miner:WARNING 08:25:48 that works fine, thanks :) 17:29:52 testing the new background-sync PRs from jberman 17:29:52 for https://github.com/monero-project/monero/pull/8619 I used the following commands and were able to build: 17:29:53 `git fetch origin pull/8619/head:background-sync-master` 17:29:53 `git checkout background-sync-master` 17:29:54 `make release` 17:30:15 when trying the same for https://github.com/monero-project/monero-gui/pull/4050 17:30:16 but instead of `make release` I run the following: 17:30:16 `docker run --rm -it -v :/monero-gui -w /monero-gui monero:build-env-linux sh -c 'make release-static -j4'` 17:30:17 I get the same error as in github build https://github.com/monero-project/monero-gui/actions/runs/6898415064/job/18768379159?pr=4050 17:30:17 `src/libwalletqt/Wallet.h:116:41: error: 'BackgroundSync_Off' is not a member of 'Monero::Wallet'` 17:30:18 and same for `BackgroundSync_ReusePassword` and `BackgroundSync_CustomPassword` 17:30:32 what am I missing to be able to build this PR for GUI? 17:47:16 sneedlewoods_xmr: you have to update the monero submodule to include 8619 18:03:35 Thanks, that makes sense, can you tell me what the command would look like? I only find info on how to get the latest submodule but not how to get a specific PR to the submodule 18:07:26 do I just have to cd into monero-gui/monero and fetch like I did!? 18:08:55 I don't know how to use manual submodule in combination with docker 18:09:20 "do I just have to cd into monero-gui/monero and fetch like I did!?" <-- yes and then `MANUAL_SUBMODULES=1 make` to compile monero-gui 18:33:51 Hello everyone, I'm trying to setup customizable(mean like testnet=1 options) full node and wallet on VPS. Is there a step-by-step guide how do it in the most convinient way? It's pretty hard to start the process in compliance  with all possible conditions 18:35:44 heya andrey8ezkaro , best to move this to #monero 19:12:32 thank you selsta, got it to built