00:30:00 Monero Villlage for RT/like boosts if you'd like: https://twitter.com/MoneroVillage/status/1386115068169842688 00:31:11 * Monero Villlage tweet for RT/like boosts if you'd like: https://twitter.com/MoneroVillage/status/1386115068169842688 15:03:22 hey somehow the ip range of my provider is banned in the getmonero.org forum. Or maybe its because I am in Taiwan. Can someone tell me who I can reach out to? I tried to email dev⊙go but so far no response. 15:05:09 spirobel: VPN? 15:05:20 i dont have a vpn 15:05:29 i live here 15:06:09 You should 15:06:32 why? i dont trust vpns 15:06:41 also this is really bad ux 15:06:46 i want to contribute 15:06:48 How do you know the problem is the IP has been banned by your ISP? 15:06:53 i am not a spammer 15:07:00 nooooo 15:07:07 Mullvad VPN is pretty good 15:07:58 * spirobel[m] uploaded an image: (111KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/DGQFbAzmKbiQWWwJBYmendnx/Screenshot_2021-04-25%20Monero%20Forum.png > 15:08:09 its banned by the forum 15:08:53 i am not routing my traffic through some randos computer. thats what a vpn is in essence: snakeoil 15:09:39 Is there a better way to get through geoblocking 15:09:49 Also all the good vpns are open source 15:09:50 the monero forum banned the ip range. the isp is fine 15:10:01 That is also what the internet is 15:10:34 okay so who is in charge of running the forum? 15:10:39 I see, you'll have to contact them and wait for an answer. I would not.be surprised if that was automatic. 15:11:14 so who do I need to contact? who hosts the forum and is responsible for this? 15:11:33 I do not know 16:11:28 https://forum.getmonero.org/ has been closed for roughly two years 16:13:17 Due in part to the platform it was using not being spam resistant. Arguably next best forum since it's being ran by a Monero Workgroup is https://forum.monero.space/ although obviously it's not super active since it's not based off of getmonero .org 16:14:28 makes sense 16:16:39 its kind of ironic that i wanted to signup to the forum to talk about integrating monero with a different forum (software) this was the message I wanted to put there: I develop plugins for the forum software discourse.org 16:17:08 and i didnt recognize it was broken and closed lol 16:17:14 i thought my ip range was banned. 16:19:00 Yeah, if you look at the forums posts there hasn't been anything on the getmonero forums for two years, and that was because of all the medical supplement spam, etc 16:19:48 If you want to develop integration for Discourse and get a pulse from the community on it, your best bet for feedback would be Reddit 16:21:54 It would really cool to have a forum platform w/ Monero integration, so if you're able to make it happen, I can see the Monero workgroup ran forum switching to Discourse from Flarum to take advantage 16:23:43 great! I also like flarum. Its just that I invested a lot of time into learning the discourse codebase. 16:24:03 And its very mature. 16:24:32 I dont know if there is something like the subscriptions plugin for example for flarum 16:24:47 int there a free/open version of dicourse? i just saw it the other day. 16:25:03 yes. discourse is an open source project just like flarum 16:25:35 its just that discourse has a company behind it. (i am not part of this company) i just write open source plugins for it 16:28:04 they make money by hosting it and writing some enterprise modifications for it. I think thats great because it does not really affect the normal users and ensures continued development 16:31:37 Yep, I prefer to the more heavily freemium model of stuff like GitLab 16:32:42 How is it at gitlab? does the ce editon lack features? 16:34:40 Yes, there are a couple of features locked behind the EE 16:38:22 Stuff that is arguably useful to have (e.g. better search, better approver/issues controls, dependency scanning (especially given a lot of library supply chain attacks as of late)) 16:41:17 okay makes sense. With discourse its really not like that. I mean maybe for someone who is not using it as a forum but is a corpo boss. But even these features can be replicated by stitching together plugins. If you are just using it as a forum there are no issues in this regard. 16:47:05 Oh yeah, that's what I was trying to say, it's nice that Discourse's model is not as heavy handed as GitLab 16:54:59 Hello, I'm setting up the monero plugin for wordpress, should I pull in the latest master or download the latest release (2018) 16:55:01 true haha but I mean it also has its downsides. The codebase has a lot of opinions in it. I think for example the usability could be better. I see this as a challenge and try to improve it. I also did a lot of research and compared different forum systems out there. I think even with the drawbacks its still the best. I want to use it to create communities online that 16:55:01 are not controlled by the government or the zoiykelbugs of this world. I think this lineage of forum software still has a lot to offer even in this faster paced world of matrix and discord etc. 16:55:19 i guess I'll pull the latest master 17:16:44 you mean this plugin: https://github.com/monero-integrations/monerowp right? do you need to run your own monero node or is it enough to connect to a remote node? 17:17:00 I'm running my own node 17:17:11 And yeah, that plugin 17:17:58 I already have a monerod node up and running, but trying to figure out how to set up the wallet rpc server 17:19:11 do you need to sync the whole chain? 17:19:27 That's already been done 17:19:59 When the plugin wants a port and ip address for the " Monero wallet RPC Host/IP " is it talking about the monerod daemon, or something else? 17:21:23 I just took a look at this: https://www.getmonero.org/resources/developer-guides/wallet-rpc.html seems like thats the case 17:23:03 I'm confused because I have a binary called monero-wallet-rpc in addition to monerod. Is it just a client then? 17:23:17 If that's the case, how's that different from monero-wallet-cli 17:25:45 Both the rpc wallet and wallet cli are clients of the monero daemon 17:27:06 how much disk space does it take? I am wondering if the disk space of a typical vps can suffice. 17:28:19 ~95GB unpruned 17:28:40 no, i'm reading the wrong metric 🤦‍♀️ 17:28:51 ~104GB 17:35:27 hm okay...i m thinking it might be better in some cases to trust a remote node to improve usability. What are the implications of that? I like the usability of the exodus wallet for example. But I am unsure what the downsides of this tradeoff are. I wonder if I should include a monero demon in my discourse integration plugin or if using a remote node is enough. I read this guide: 17:35:27 https://sethsimmons.me/guides/run-a-monero-node/ 17:42:43 Do you mean using a remote node for using with your wallet, or for accepting payments on a website? 17:45:23 for example when i was using the exodus wallet instead of the monero gui wallet I didnt have to download 100 gb it worked right away. I am assuming this wallet uses a remote node. This discourse integration I want to work on will essantially be accepting payments on a website yes. Is there a fundamental difference between a wallet app and this kind of use 17:45:23 case? 17:45:25 the wallet-cli allows people to interface directly with their wallet. the wallet-rpc provides endpoints for other software to interface with your wallet. 17:47:55 I don't think it's a big deal to use a remote node. I'm questioning why I set mine up :| 17:48:38 There was an known attack vector a couple of years ago where an evil node could reduce your privacy by having you make the request multiple times 17:49:03 That has been fixed, but I think since then, the recommendation has been to use a local node if you can 17:49:39 I think you can find a list of nodes run by trusted members of the community on the subreddit 17:51:40 okay great thanks for the info 17:52:07 You should get a second opinion though. I'm just starting out too 17:54:45 I wonder if the mymonero server could be used with this: https://github.com/mymonero/mymonero-core-cpp https://mymonero.com/ 17:56:26 You don't need to mess with C++ if you just want to send/receive payments 17:56:42 There are multiple wallet clients in different languages that you can use 17:57:16 They connect with the monero-wallet-rpc to perform transactions. And the wallet-rpc server talks to the remote monero node 17:58:04 its this one, right? https://moneroecosystem.org/ 17:58:15 Yeah 20:39:04 hi 20:39:18 try again 21:12:33 hi 21:13:06 does anyone know anything about the wookey wallet. 21:14:11 getting a transfer error of invaild output 21:44:51 thanks for the assist @luigi1111 21:53:04 . 22:13:36 any ideas on how to move monies from this app 22:46:10 txdistiller512: what wallet are you struggling with? 23:57:04 Volantaryism: just saw your post. I have an XMR wallet called Wookey that I can not transferr out of. the error is invaild output 23:58:19 oooph, do you have a 24-word recovery phrase? 23:59:53 I've never heard of that wallet so my instinct says to recover it to the official GUI or something then generate a new walelt too and send your XMR there. maybe it can be trusted but, I don't know of anyone using it