[00:03:07] when i went to that DAO meetup in auckland, the guy who was giving the talk was super impressed with what we are doing tech wise and the level of engagement we've got from the community [00:03:40] like.. their ERC based DAO's only have a quorum of about 5% because hardly anyone engages lol [00:04:11] Nice! [00:04:24] I knew we were doing something right! 😄 [00:04:28] when i told him we have 50% quorum and regularly around 60% engagement with hundreds of voting addresses and we've had 20+ proposals passed he was like :spazdunno: [00:05:06] I can imagine his face 😄 [00:10:47] small but strong! [01:02:00] anyone has 4.7 rc that they can upload to provide for testing? [02:34:06] I think the link is on github PR? [02:34:16] If not, I can do a quick build and post link [03:02:54] @mxaddict if you don't mind. The link in the PR expired. [03:07:03] @mxaddict I'd like to test too, but I'm unsure of the repo to build. Is it https://github.com/navcoin/navcoin-org? [03:12:22] @mxaddict I'd like to test too, but I'm unsure of the repo to build from. Is it https://github.com/navcoin/navcoin-core ? [03:27:43] @roast yes [03:27:46] That is the repo [03:27:57] But you need to build the PR for 4.7.0-rc [03:28:02] Which is on proles fork [03:35:47] @mxaddict Cheers. I'll have a look at it. I've not done a build from PR so today should be interesting. 😃 [03:37:20] @mxaddict if you can post download link to a build it'd be much appreciated. [03:38:25] @salmonskinroll What platform are you using? Linux? [03:39:24] I'm trying to do it for the airdrop for users in a forum. So I think mostly windows but ideally for both windows and mac [03:40:06] OK. I know nothing about windows and mac. [03:41:58] I think you can build them all on Linux platform. The Mac needs some more libraries tho. It's fine. I'll see if @mxaddict can could buold something. If not, I can build the windows version tomorrow. Not sure about mac [03:44:57] @roast you can check out the PR from inside the main navcoin-core git repo like this https://help.github.com/en/articles/checking-out-pull-requests-locally [03:45:35] i can kick off a gitian build and repost the RC later today [03:46:14] ill host it from my gitian server so we dont have to worry about expired links etc [03:46:26] nice [03:46:32] thanks [03:48:40] so you'd do git fetch origin pull/545/head:PR-545` git checkout PR-545 [03:48:52] or whatever you want to call the local branch [03:49:19] or yeah, you could clone my fork of navcoin-core and checkout the v4.7.0-rc branch [03:50:17] I'll clone your fork. Link please 😃 [03:52:17] https://github.com/proletesseract/navcoin-org ? [03:52:26] Yep [03:52:28] That's the one [03:52:41] And use branch c4.7.0-rc [03:56:50] https://github.com/proletesseract/navcoin-core/tree/v4.7.0-rc [21:38:43] hi @prole did you get a chance to build the 4.7-rcs? [22:46:01] Hello [22:46:48] I'm using v4.7.0.0-d296c938 (32bits) [22:46:54] That's ok? [22:47:13] @Francisco where did you get the binary from? [22:47:33] Navcoin github [22:47:41] Ahh [22:47:45] From the PR? [22:47:46] Is there a problem? [22:47:51] Nah, should be fine [22:47:57] Please report any issues you run into [22:48:06] That is the RC version we need people to test it out [22:48:35] Can I download that? [22:48:38] I can test [22:49:09] v4.7.0 is the RC [22:49:09] I wanted to comment one thing [22:57:05] When sending to myself, the confirmation window show the convertion in all currencies available. Is that ok? Or it can be shown in a dropdown? [23:16:27] Where can I download 4.7.0? Can not find a download link on GitHub [23:26:51] @Goku https://github.com/proletesseract/navcoin-core/tree/v4.7.0-rc [23:29:05] I can see the code... But where is the file to start? Do I need to compile it myself? [23:29:45] yes [23:31:05] I have the linux instructions for compilations if you need them. [23:31:19] @salmonskinroll i kicked off a build last night but it didnt complete for some reason. i'm running it again now, should be available in the next couple of hours [23:32:35] @Goku i will paste a permanent link to the binaries here once the builds complete [23:32:43] @roast If it is not to complicate, send it me Otherwise I can wait for the build in some hours 😄 [23:33:31] cd navcoin-core/depends make -j4 cd .. ./autogen.sh ./configure --prefix=pwd/depends/x86_64-pc-linux-gnu make -j4 [23:34:11] If you have 8 cores change-j4 to -j8 to spped thing up a bit. [23:34:22] speed [23:34:47] Just 4 cores, so no change needed 👌