00:34:28 hello 00:35:28 how to start mining directly from daemon on gui without clicking mining 00:35:46 arguments << "--bg-mining-enable";   is not working 00:38:08 IIRC you get asked when creating a wallet if you want to enable it. 00:38:58 no i want to enable without clicking 00:39:43 there is src/daemon/DaemonManager.cpp code to inject commands to daemon but is not working 00:39:54 or is smth else i dont know 00:40:38 from the moment that i open gui i want to mine without clicking anywhere 00:41:11 Right, but once it's enabled once it starts again when you load hte wallet without further interaction. 00:41:22 At least for monero-wallet-cli it's that way. 00:41:46 Got to wait for a GUI person who knows then. 00:42:58 there are old people that dont understand complicated menu 01:13:11 anyone here on how to enable daemon to mine without clicking? 09:30:12 -xmr-pr- xiphon opened pull request #3361: LeftPanel: drop Advanced submenu items, use NavBar instead 09:30:12 -xmr-pr- > https://github.com/monero-project/monero-gui/pull/3361 19:22:05 hi 19:23:52 how to enable mining without clicking anywhere 19:24:18 from the moment that gui open mining start 19:25:05 trevisol, hi. what kind of mining are you attempting? 19:25:37 solo 19:25:57 It's about how to set up smart mining in the GUI. 19:26:22 ah lemme see. 19:26:26 maybe changing code on qml 19:26:27 * moneromooo not sure the GUI has that. 19:26:34 startSoloMinerButton enabled:true 19:26:37 smth like that 19:27:29 is possible to insert arguments on daemon but daemon need address too and address is created from gui 19:27:44 u on windows? 19:28:02 linux 19:28:08 arguments << "--bg-mining-enable"; 19:28:48 yeah. as moneromooo said, the GUI might not have this ability. But you could use the CLI to do this very easily 19:29:41 or in settings > node, you could put it in the startup flags 19:29:52 i would *hope* that those flags are saved for each time the GUI is started and stopped 19:29:55 but it might now be 19:30:30 gui has the ability but some small changes in qml code is needed 19:30:37 im not sure what 19:31:13 oh. are you looking to fix this for yourself or for everyone? :) 19:31:44 for me and for everyone 19:32:15 are you able to compile the GUI? 19:32:26 yes 19:32:31 word 19:32:52 ? 19:33:03 lol. Word, as in, cool. Yay. 19:33:12 1980s USA slang. sorry. 19:35:06 Yeah, im sorry I don't know exactly what to do. But if I was trying to do this, I know I would just be copying and pasting a bunch of other code until i got it to work. 19:35:21 so clicking the "background mining" doesn't do this? 19:35:39 you effectively have to click that box and "start mining" everytime you start the GUI? 19:39:29 yes 19:39:34 monerod --detach --check-updates disabled --bg-mining-enable --bg-mining-ignore-battery --mining-threads 72 19:39:53 not mining! 19:44:11 i think u need --start-mining INSERT_ADDRES_HERE 19:44:25 trevisol, ^ 19:49:48 address is created by gui so is unknown 19:52:53 trevisol: does "git grep -i smart.*min" find anything ? 19:53:01 (in the GUI source) 20:02:09 http://paste.debian.net/1190183/ 20:03:43 Hmm. Doesn't look promising about GUI support. 20:07:09 no hope 20:08:38 Should be easy to add though, since monero-wallet-cli has it. 20:10:31 can we add as arguments ? 20:12:34 where cli has it 20:22:33 The CLI wallet has a setting, which, when enabled, instructs the daemon to start smart mining to the wallet address. 20:22:43 The GUI would have to plug into that. 20:23:00 The setting is in wallet2 (which the GUI also uses). 20:25:15 there is qml code but i dont know how to enable without clicking 20:25:16 http://paste.debian.net/1190189/ 20:25:44 i added "enabled: true" but didnt work 20:28:27 I think this enables button. 20:29:07 you'd need to perform the contents of onClick right at the start. 20:30:37 walletManager.startMining(appWindow.currentWallet.address(0, 0), soloMinerThreadsLine.text, persistentSettings.allow_background_mining, persistentSettings.miningIgnoreBattery); 20:30:43 again didnt work 20:30:59 anyone that knows qml ? 20:41:39 which is the setting of cli "--command" maybe? 20:50:41 how to start gui with enabled 20:50:42 walletManager.startMining(appWindow.currentWallet.address(0, 0), soloMinerThreadsLine.text, persistentSettings.allow_background_mining, persistentSettings.miningIgnoreBattery); 22:30:12 -xmr-pr- fsrw42 opened pull request #3362: Added support for more fiat currencies. 22:30:12 -xmr-pr- > https://github.com/monero-project/monero-gui/pull/3362 22:34:35 moneromooo how to enable walletManager.startMining  from the start 23:30:12 -xmr-pr- fsrw42 opened pull request #3363: Renamed Norwegian translation file to the correct name. 23:30:12 -xmr-pr- > https://github.com/monero-project/monero-gui/pull/3363