05:45:11 -xmr-pr- plowsof opened pull request #8697: win-service: enable auto startup 05:45:11 -xmr-pr- > https://github.com/monero-project/monero/pull/8697 12:20:01 Hello Team! If I want to offer an integration with a hardware wallet, do I just file an issue within a github repo? 12:27:24 A PR on github is probably best. 12:28:07 What do you mean with "offer"? Did you program it already? Or do you plan to offer to program it? 12:28:07 Is it "merged" with trezor or ledger, or is it a third appendage ? 12:28:25 Oh. I was assuming it was done, from the wording :D 12:55:52 "What do you mean with "offer..." <- Just to offer, that's it. I don't have any plan. Moreover, I'm not related to the team of that wallet. I contacted their execs and asked about possible support of Monero, and this is the reply I got: "If monero or anyother blockchain team is interested, they can use our open source code and integrate. We may complete our integration but at the moment its not priority." 12:56:22 "Is it "merged" with trezor or..." <- The wallet is OPOLO. This is not an ad, JIC :) 12:58:28 Bought it a year ago during a kickstarter campaign, they claimed superior security, etc. After a year still there is no support for XMR - most private and secure crypto. 13:11:20 So... it's "I offer you the right to work to do this" ? :D Well, in that case I guess you can file an issue and hope someone who wants that does the work. But (assuming this is an unknown wallet) it's unlikely to get merged unless it's not a large amount of code. And ledger/trezor were large amounts of code already. 14:36:54 It seems the OPOLO people dumped some Trezor code without proper attribution into the GitHub repository for coin integration 2 years ago 14:36:57 https://github.com/OPOLO-1/test-opolo-integration/tree/master/monero 14:38:17 And after a quick first glance their coin integration framework looks about a magnitude too primitive to include Monero 14:39:51 From their homepage: "THE HARDWARE WALLET OF THE DECADE". It's capitalized, it must be true :) 15:05:09 moneromoooo: any idea here? https://github.com/monero-project/monero/issues/8685#issuecomment-1367590480 15:05:56 they only have this issue when self compiling so it has to be some dependency issue 15:18:46 Not really, but it's odd to see locking take so much, so my wild guess is that this lambda might be called repeatedly with it earlying out fast, assuming that trace is representative. 15:19:18 So it might be a boost bug in strand, but I don't know the first thing about this code, or a monero bug which causes this to be busy called. 15:21:18 I see on_interrupted is called from start_shutdown, which can call it back async. 15:21:31 vtnerd: you'd know about this code I think ? 15:30:11 -xmr-pr- mj-xmr opened pull request #8698: Copyright: Update to 2023 15:30:11 -xmr-pr- > https://github.com/monero-project/monero/pull/8698 17:26:26 I also see high cpu usage on monerod, running a local testnet after a bunch of tests 19:45:11 -xmr-pr- jeffro256 opened pull request #8699: readline_buffer: disable bracketed paste escape sequences 19:45:11 -xmr-pr- > https://github.com/monero-project/monero/pull/8699 22:50:13 woodser[m]1: self compiled? 22:52:22 yes 22:53:11 which OS are you using?