[00:38:11] awesome, so the last PR is merged in. [00:38:14] great work guys [00:51:19] I have a problem I launched today navcoin core and I sent 1nav to the stock after 4 hours, there are still no funds on the stock market and checking the transaction id shows the message Bad news! There are no blocks, transactions or addresses that match 743e10939fbace41a71c06820b1a27db3d7fdb2fb1473f417f68ef882d713043. We'll soon be matching against partial addresses, but for now you'll have to search again. help my last transaction in [00:51:19] this portfolio was in August and everything worked [00:52:06] update to 4.4.0 [00:52:20] I can not, after downloading I will be blocked by the anti-virus [00:55:10] seems the team needs to address the issue of the 4.4.0 wallet being flagged by anti-virus software [00:56:39] how should I pay my nav now? [00:57:36] stop posting in multiple channels [00:57:51] unless you update to 4.4.0 you're not going to be able to move your coins [00:58:05] i don't know how to get the 4.4.0 wallet installed on windows as i use mac [00:58:14] ask in #navcoin-support and someone will assist you [01:11:38] Any idea why the debug window wouldn't show the latest proposal made? input: createproposal mvYXjWw3pqNxHV1JgPNZc566J6ugoBioDz 1000 100 "proposal tobe accepted" 1 output: { "hash": "3c61597dc64a7f9921e98bbdbfb7bf5e7647e19c55a2d477cc9adfce7acb82dc", "strDZeel": "{\"n\":100000000000,\"a\":\"mvYXjWw3pqNxHV1JgPNZc566J6ugoBioDz\",\"d\":100,\"s\":\"proposal tobe accepted\",\"v\":2}" } input: generate 1 output: [ [01:11:38] "d0c29a713a38d863278e6a01e77681d885898fe70331eb355e514de383e0a434" ] input: getproposal 3c61597dc64a7f9921e98bbdbfb7bf5e7647e19c55a2d477cc9adfce7acb82dc output: Proposal not found (code -5) [01:13:12] listproposals only shows the old proposal [01:13:33] Did you generate more blocks after that to see if it changed anything [01:14:34] yeah [01:14:42] generated 100 more lol [01:16:58] Happened to me once, bootstrap fixed it. [02:26:10] https://cdn.discordapp.com/attachments/416000318149754881/521875311848325120/Screenshot_from_2018-12-11_15-25-23.png [02:26:19] are you not supposed to be able to click the X? [03:06:39] Does the X in the title bar not work? [03:07:12] http://178.128.55.160/master/master.SHA256SUM.asc http://178.128.55.160/master/ @aguycalled @mc290 my build of master has finished [03:07:20] @prole @paul [03:07:36] Waiting on @aguycalled 's build [03:10:02] for the gitian builds, there are 4 build commands for gitian-arm.yml, gitian-linux.yml, gitian-win.yml & gitian-osx.yml [03:10:17] can i run them separately on parallel VMs? [03:15:34] If your computer is beastly enough ๐Ÿ˜‚ [09:55:17] https://cdn.discordapp.com/attachments/416000318149754881/521988334424162304/Screenshot_20181211-225450.png [09:55:32] Someone in telegram reporting orphans on 4.5.0 [11:11:03] I saw Nio say the same thing but Alex fixed it for him I think? [11:11:14] @aguycalled am I wrong about this [11:12:26] i told francisco to download the รถast binaries [11:12:32] my gitian is building btw [11:13:23] mine built already but there is another fix we might need to put it [11:13:37] it's not major tbh [11:13:39] but [11:13:55] your pop up window about new proposals can't be closed unless you click the buttons [11:14:01] the X button doesn't work [11:14:19] only the button for opening the voting window or learning more about cfund work [11:14:31] I don't think it's a show stopper [11:14:40] I made a fix but I'm having trouble testing it [11:18:59] I'm pretty tired so I'm going to sleep [11:19:22] https://github.com/matt-auckland/navcoin-core/tree/cfund-gui-fix [11:19:24] my fix [11:20:03] Apparently not havng anything bound to a RejectRole can mess things up [11:20:08] so I just added a close button [11:20:25] anyway gn [11:24:49] https://build.nav.community/master/master.SHA256SUM.asc [11:24:57] everything matches but the win setups [11:25:07] we need a third gitian @Matt (Dev) [11:50:33] the close button of the dialog is working [11:50:37] but im observing something weird [11:51:50] https://cdn.discordapp.com/attachments/416000318149754881/522017665884356618/unknown.png [11:52:05] the amount of cold staking stakes does not get the input value substracted [12:23:33] https://github.com/NAVCoin/navcoin-core/pull/353 [18:13:21] ok I will check the fix [18:13:51] i tried gitian building but my osx version errored and did not complete [18:14:09] anyway my windows .exes do not match Matt's [18:15:47] https://cdn.discordapp.com/attachments/416000318149754881/522114290053021696/checksums.png [18:16:59] https://cdn.discordapp.com/attachments/416000318149754881/522114590583291916/master.SHA256SUM.asc [18:36:33] Does it match Alex's [19:00:08] @aguycalled ^ [20:01:40] none matches [20:01:42] i might need to rebuild [20:04:43] Wait [20:04:51] What did you guys build [20:04:55] Same commit? [20:04:59] Just to be sure [20:10:43] im building master again [20:22:55] @aguycalled my linux builds and winzip builds match yours [20:23:04] so i think we are on the same commit [20:23:16] on master [20:23:52] lets wait till this build finishes [20:26:48] cool [20:40:51] @aguycalled just wondering with your patch, doesn't ISMINE_ALL contain everything anyway? including ISMINE_STAKABLE [20:42:46] yes but because with your patch stakable is in a elseif [20:42:51] ismine_all triggers only spendable [20:42:54] I didn't get the same bug. but I will recheck my code [20:42:55] https://cdn.discordapp.com/attachments/416000318149754881/522151313652449289/Screenshot_from_2018-12-12_09-42-21.png [20:43:08] ok i see [20:43:19] coldstaking stakes can only have cold staking inputs [20:43:32] so it should be safe to use only ISMINE_STAKABLE [20:43:39] ok [20:43:50] anyway worth to recheck my patch [20:45:07] btw @aguycalled you weren't getting the bug @A-B found? Where you can't close the notification window for new proposals [20:45:12] Cause I couldn't close it [20:45:19] using the [X] [20:45:28] ah didnt try that [20:45:29] i can't close it either [20:45:37] but tried ur patch and the close button works [20:45:42] Cool [20:52:25] I'll try check that this morning [20:52:42] syncing my vm, hopefully a notif pops up [21:02:27] @aguycalled @paul what can we do about the different checksum's for the windows installer? [21:02:58] from what i understand we've got 3 gitian servers setup now and all 3 produce the same hashes for everything except for windows installer [21:03:04] and all 3 are different [21:04:18] does anyone have any suggestions on things to try to track down the problem? [21:19:35] @prole https://cdimage.debian.org/cdimage/archive/8.11.0/amd64/iso-cd/ [21:30:07] On regtest I sent myself half my balance to a coldstakingaddress which I do not own the key for then generated 1 block and called getbalance yet my balance is way less than half @Matt (Dev) [21:41:01] no idea tbh [21:41:31] i dont know why it can produce different hashes [21:41:44] i use debian 9 [21:43:30] okay, so what do we think is the way forward? release the installer but inform people there is a problem with the checksum? [21:45:07] which debian version? 9.6.0? [21:45:42] 9.5 x64 [21:46:34] I can make another VM in debian 9. I think paul's server is 8.x [21:50:15] this version? [21:50:16] https://cdimage.debian.org/cdimage/archive/9.5.0/amd64/iso-cd/ [21:51:16] Can I get some testnet coins here ๐Ÿ™ mob8Ux79LXZP1buUSuKDLkuTnkHqFChjeP [22:02:21] sent @Matt (Dev) [22:02:27] thanks [22:03:22] the [X] button my branch works [22:03:26] I tested it just now [22:03:49] I'm just going to modify the branch so the close button is on the far right instead of the far left [22:03:54] and then I'll PR [22:04:11] i find cute its not on the right-most position [22:04:18] because its where people click by default to cancel [22:04:38] and we don't want people to cancel by default [22:05:07] i would put "cancel", "read about the cfund", "open window" [22:06:07] That's a good point [22:14:34] i ran two consecutive windows buils [22:14:37] same commit [22:14:40] different hashes [22:14:51] ``` cc43d152096f32ae942c7b143a76f9ea555c9388273a27b36aa22d55dd183ce6 navcoin-4.5.0-win.tar.gz f9671e55c03e2ebac6afccbf8a9b99b3ea6703bc73f93eaf6762a70367fcbe00 navcoin-4.5.0-win32-debug.zip 062235f89057f674176d4a87c0c78cf93b76c9e9f767b7a26a78412aac8dcbfe navcoin-4.5.0-win32-setup.exe 9e590806e1873a4f28d5c3d46528b119bff9510fefd1ca5f46d5564c3d583f27 navcoin-4.5.0-win32.zip [22:14:52] 85519e111def1f045f8a71d38f87f4f14f8441f385194fac159fb843c6664b3d navcoin-4.5.0-win64-debug.zip 88fe10fb193bfef38bb27b7457e45ea12d78837b3510cbb9b3450511229c9c66 navcoin-4.5.0-win64-setup.exe 07dae5d59a68bf6f6e809afe0fcc7c81ef3d1f9029826ad23e7d55aeabd19736 navcoin-4.5.0-win64.zip 6b357d294e7484815de1a7fe5594fd434524ca649cd4dff99bf3dcd71425c723 src/navcoin-4.5.0.tar.gz 62fee92e568cdccf473d89d36da4a8cd9d0efd90704469d72f693d93e129017b [22:14:52] navcoin-win-4.0.0-res.yml ```` [22:15:03] ce98ea8a850dc9e6311f2aceab0a395a51b33ea920ae3b6c3f8f746968dbe5c6 navcoin-4.5.0-win.tar.gz f9671e55c03e2ebac6afccbf8a9b99b3ea6703bc73f93eaf6762a70367fcbe00 navcoin-4.5.0-win32-debug.zip f70f63b128e2aba22b88c0c3417a6e1b2e456f88273e7730dbc54a34f221eacf navcoin-4.5.0-win32-setup.exe 9e590806e1873a4f28d5c3d46528b119bff9510fefd1ca5f46d5564c3d583f27 navcoin-4.5.0-win32.zip [22:15:03] 85519e111def1f045f8a71d38f87f4f14f8441f385194fac159fb843c6664b3d navcoin-4.5.0-win64-debug.zip 901e942a2b520d2b15c33bf55d0428dd299495e03816704873cfe68b877e8ed3 navcoin-4.5.0-win64-setup.exe 07dae5d59a68bf6f6e809afe0fcc7c81ef3d1f9029826ad23e7d55aeabd19736 navcoin-4.5.0-win64.zip 6b357d294e7484815de1a7fe5594fd434524ca649cd4dff99bf3dcd71425c723 src/navcoin-4.5.0.tar.gz b68399a164403ee043ed394b0d959cc5473b8cf36d6d2649163417486a1252aa [22:15:04] navcoin-win-4.0.0-res.yml [22:16:01] :/ [22:16:50] Interseting [22:28:16] https://github.com/NAVCoin/navcoin-core/pull/355 [22:28:39] here is my pr to fix the proposal alert window [22:29:08] could you remove the *.files file [22:29:39] Ah I forgotto mention that [22:29:46] so the qt project that is in the repo [22:29:54] doesn't include your new files for the cfund voting gui [22:30:11] so if you open that project you won't see those files [22:30:24] I can split that to a sperate PR if you want [22:30:42] https://cdn.discordapp.com/attachments/416000318149754881/522178439470514176/unknown.png [22:30:46] this should be cleaned [22:31:30] Add an issue and we can assign it to one of our spare bodies [22:31:59] I'm building a nice list of small fixes for a 4.5.1 version [22:37:53] I removed the changes @aguycalled [22:38:22] approved [22:41:05] https://pastebin.com/eJU55HhY @prole [22:46:05] travis fails on master [22:46:48] ok its only related to the build env, restarting build [22:50:35] independently from the windows exe we should notify exchanges about 4.5.0 if nobody did already [22:56:31] has the release been cut on github? [22:56:41] we have 2 prs to merge first I think [22:56:47] okay [22:57:05] in my experience, the exchanges will wait until the official release tag is available [22:57:19] i can notify them once it is ready [23:07:32] this command is failing for me [23:07:37] cd /home/debian/gitian-builder && ./bin/gbuild --memory 7000 -j 2 --commit navcoin-core=master --url navcoin-core=https://github.com/navcoin/navcoin-core /home/debian/navcoin-core/contrib/gitian-descriptors/gitian-osx.yml [23:07:53] sha256sum: MacOSX10.11.sdk.tar.gz: No such file or directory --- Building for trusty amd64 --- Stopping target if it is up Making a new image copy lxc-execute: start.c: lxc_spawn: 1079 Failed to find gateway addresses. lxc-execute: start.c: __lxc_start: 1346 Failed to spawn container "gitian". ./bin/gbuild:21:in `system!': failed to run make-clean-vm --suite trusty --arch amd64 (RuntimeError) from ./bin/gbuild:58:in [23:07:53] `build_one_configuration' from ./bin/gbuild:309:in `block (2 levels) in
' from ./bin/gbuild:304:in `each' from ./bin/gbuild:304:in `block in
' from ./bin/gbuild:302:in `each' from ./bin/gbuild:302:in `
' [23:07:56] output ^ [23:08:42] did you ```export VERSION=$1 export URL=https://github.com/navcoin/navcoin-core.git export USE_LXC=1 export GITIAN_HOST_IP=10.0.3.2 export LXC_GUEST_IP=10.0.3.5```` [23:09:04] yeah [23:09:32] sha256sum: MacOSX10.11.sdk.tar.gz: No such file or directory [23:09:48] did you repack the sdk? [23:10:16] dont think so, what step is that? [23:10:44] https://github.com/NAVCoin/navcoin-core/blob/master/doc/README_osx.md [23:10:46] ? [23:11:16] https://github.com/NAVCoin/navcoin-core/blob/master/doc/release-process.md#fetch-and-build-inputs-first-time-or-when-dependency-versions-change Create the OS X SDK tarball, see the OS X readme for details, and copy it into the inputs directory. [23:11:29] yes [23:11:52] Alternatively - Download it: ^^ i always use this [23:12:16] and then mv MacOSX10.11.sdk.tar.gz gitian-builder/inputs [23:13:27] I merged my PR [23:13:31] I think we can cut the release [23:13:43] okay that got me past that missing file [23:13:51] but the LXC error is still there [23:14:02] lxc-execute: start.c: lxc_spawn: 1079 Failed to find gateway addresses. lxc-execute: start.c: __lxc_start: 1346 Failed to spawn container "gitian". ./bin/gbuild:21:in `system!': failed to run make-clean-vm --suite trusty --arch amd64 (RuntimeError) from ./bin/gbuild:58:in `build_one_configuration' from ./bin/gbuild:309:in `block (2 levels) in
' from ./bin/gbuild:304:in `each' from ./bin/gbuild:304:in `block in [23:14:02]
' from ./bin/gbuild:302:in `each' from ./bin/gbuild:302:in `
' [23:14:32] i did these LXC related steps # the version of lxc-start in Debian needs to run as root, so make sure # that the build script can execute it without providing a password echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-start" > /etc/sudoers.d/gitian-lxc echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-execute" >> /etc/sudoers.d/gitian-lxc # make /etc/rc.local script that sets up bridge between guest and host echo '#!/bin/sh -e' > /etc/rc.local echo [23:14:33] 'brctl addbr br0' >> /etc/rc.local echo 'ifconfig br0 10.0.3.2/24 up' >> /etc/rc.local echo 'iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE' >> /etc/rc.local echo 'echo 1 > /proc/sys/net/ipv4/ip_forward' >> /etc/rc.local echo 'exit 0' >> /etc/rc.local # make sure that USE_LXC is always set when logging in as debian, # and configure LXC IP addresses echo 'export USE_LXC=1' >> /home/debian/.profile echo 'export GITIAN_HOST_IP=10.0.3.2' >> [23:14:33] /home/debian/.profile echo 'export LXC_GUEST_IP=10.0.3.5' >> /home/debian/.profile reboot [23:14:41] but ill check the changes actually were written [23:15:53] the br interface is likely missing if u see that error [23:16:07] type ifconfig and see if its up [23:17:17] ip a [23:17:38] 255 debian@build:~$ ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 [23:17:38] link/ether 76:9e:0b:a2:c6:54 brd ff:ff:ff:ff:ff:ff inet 178.62.211.230/18 brd 178.62.255.255 scope global eth0 valid_lft forever preferred_lft forever inet 10.18.0.11/16 brd 10.18.255.255 scope global eth0:1 valid_lft forever preferred_lft forever inet6 2a03:b0c0:2:d0::26:1/64 scope global valid_lft forever preferred_lft forever inet6 fe80::749e:bff:fea2:c654/64 scope link valid_lft forever [23:17:38] preferred_lft forever 3: eth1: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether b6:f9:ad:ea:9d:7e brd ff:ff:ff:ff:ff:ff inet 10.133.2.44/16 brd 10.133.255.255 scope global eth1 valid_lft forever preferred_lft forever inet6 fe80::b4f9:adff:feea:9d7e/64 scope link valid_lft forever preferred_lft forever 4: br0: mtu 1500 qdisc noqueue [23:17:39] state DOWN group default qlen 1000 link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff inet 10.0.3.2/24 brd 10.0.3.255 scope global br0 valid_lft forever preferred_lft forever inet6 fe80::d44f:cbff:feb3:bfd0/64 scope link valid_lft forever preferred_lft forever [23:17:57] https://github.com/NAVCoin/navcoin-core/releases/edit/untagged-21aae7e33c33a2d8b16e [23:17:58] you should see br0 UP [23:18:17] tag should be 4.5.0 @Matt (Dev) [23:18:21] instead of 4.5 [23:18:47] whoops [23:19:09] all we need to do is chuck in the release notes right [23:19:25] yes,and binaries and hashes [23:19:35] just follow the template from other tags [23:19:37] ok [23:19:47] I'll kick off a new build [23:19:57] and we will wait for Craig and Marcus to do builts too [23:25:44] i don't see br0 [23:29:49] debian@debian:~$ ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s3: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 [23:29:49] link/ether 08:00:27:cf:6a:58 brd ff:ff:ff:ff:ff:ff inet 10.0.2.15/24 brd 10.0.2.255 scope global enp0s3 valid_lft forever preferred_lft forever inet6 fe80::a00:27ff:fecf:6a58/64 scope link [23:34:15] can i use the LXC set up from here?: https://github.com/bitcoin-core/docs/blob/master/gitian-building/gitian-building-setup-gitian-debian.md [23:35:29] not sure, ours is older [23:36:36] try sudo apt-get install net-tools && reboot [23:36:40] @prole [23:36:51] oldest commit for that md file is august 2017 [23:37:00] pretty new file [23:53:57] @aguycalled what is in your /etc/rc.local? [23:54:05] We can close this right? https://github.com/NAVCoin/navcoin-core/issues/240