Bitcoin Forum
May 09, 2024, 07:57:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 [1072] 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 ... 1241 »
  Print  
Author Topic: ★[ANN] [NAV] NAV COIN - Community Fund Live!!!  (Read 2085700 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
pakage
Hero Member
*****
Offline Offline

Activity: 794
Merit: 510


NavCoin Founder


View Profile WWW
December 22, 2016, 05:03:57 AM
 #21421

trying navtech install
step 1
Code:
Download and compile both the navcoind & subchaind daemons. These each have their own setup steps and you will need to refer to their individual readme files.

Have navcoind compliled. having issues with subchain
Code:
[root@debian-2gb-sfo2-01 ~]# cd subchain
[root@debian-2gb-sfo2-01 subchain (master)]# cd src/
[root@debian-2gb-sfo2-01 src (master)]# make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/subchain/src -I/root/subchain/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/subchain/src/leveldb/include -I/root/subchain/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/fugue.d -o obj/fugue.o fugue.c
fugue.c: In function ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’:
fugue.c:987:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’:
fugue.c:1034:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
and more errors like it. so any ideas?

the only thing I could find on fugue is a AWS tool but I'm not on AWS so I'm lost


You should be using the command:

make -f makefile.unix USE_UPNP=1

Make sure src/obj folder exists and you have write permission on the src directory and what's inside it.

I will look further into this after I have rested some more. Or shahim and soopy can also help!




███████████████████
████████████
███████
█████████████
████████████████████

NAV COIN ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG BITCOINTALK.ORG
1715241445
Hero Member
*
Offline Offline

Posts: 1715241445

View Profile Personal Message (Offline)

Ignore
1715241445
Reply with quote  #2

1715241445
Report to moderator
1715241445
Hero Member
*
Offline Offline

Posts: 1715241445

View Profile Personal Message (Offline)

Ignore
1715241445
Reply with quote  #2

1715241445
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715241445
Hero Member
*
Offline Offline

Posts: 1715241445

View Profile Personal Message (Offline)

Ignore
1715241445
Reply with quote  #2

1715241445
Report to moderator
1715241445
Hero Member
*
Offline Offline

Posts: 1715241445

View Profile Personal Message (Offline)

Ignore
1715241445
Reply with quote  #2

1715241445
Report to moderator
mogrith
Legendary
*
Offline Offline

Activity: 1470
Merit: 1001


Use Coinbase Account almosanywhere with Shift card


View Profile WWW
December 22, 2016, 05:49:26 AM
 #21422

ok tried that
Code:
[root@debian-2gb-sfo2-01 subchain (master)]# cd src/
[root@debian-2gb-sfo2-01 src (master)]# make -f makefile.unix USE_UPNP=1
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/subchain/src -I/root/subchain/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/root/subchain/src/leveldb/include -I/root/subchain/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/fugue.d -o obj/fugue.o fugue.c
fugue.c: In function ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’:
fugue.c:987:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’:
fugue.c:1034:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’:
fugue.c:1091:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void sph_fugue224_init(void*)’:
fugue.c:1114:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 23, IV224, 7);
                             ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue224(void*, const void*, size_t)’:
fugue.c:1120:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_core(cc, data, len);
                           ^
fugue.c:743:1: note: initializing argument 1 of ‘void fugue2_core(sph_fugue_context*, const void*, size_t)’
 fugue2_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue224_close(void*, void*)’:
fugue.c:1126:31: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, 0, 0, dst, 7);
                               ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue224_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1132:32: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, ub, n, dst, 7);
                                ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue256_init(void*)’:
fugue.c:1138:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 22, IV256, 8);
                             ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue256(void*, const void*, size_t)’:
fugue.c:1144:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_core(cc, data, len);
                           ^
fugue.c:743:1: note: initializing argument 1 of ‘void fugue2_core(sph_fugue_context*, const void*, size_t)’
 fugue2_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue256_close(void*, void*)’:
fugue.c:1150:31: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, 0, 0, dst, 8);
                               ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue256_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1156:32: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, ub, n, dst, 8);
                                ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue384_init(void*)’:
fugue.c:1162:30: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 24, IV384, 12);
                              ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue384(void*, const void*, size_t)’:
fugue.c:1168:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_core(cc, data, len);
                           ^
fugue.c:804:1: note: initializing argument 1 of ‘void fugue3_core(sph_fugue_context*, const void*, size_t)’
 fugue3_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue384_close(void*, void*)’:
fugue.c:1174:28: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_close(cc, 0, 0, dst);
                            ^
fugue.c:1004:1: note: initializing argument 1 of ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue3_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue384_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1180:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_close(cc, ub, n, dst);
                             ^
fugue.c:1004:1: note: initializing argument 1 of ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue3_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue512_init(void*)’:
fugue.c:1186:30: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 20, IV512, 16);
                              ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue512(void*, const void*, size_t)’:
fugue.c:1192:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_core(cc, data, len);
                           ^
fugue.c:864:1: note: initializing argument 1 of ‘void fugue4_core(sph_fugue_context*, const void*, size_t)’
 fugue4_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue512_close(void*, void*)’:
fugue.c:1198:28: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_close(cc, 0, 0, dst);
                            ^
fugue.c:1051:1: note: initializing argument 1 of ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue4_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1204:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_close(cc, ub, n, dst);
                             ^
fugue.c:1051:1: note: initializing argument 1 of ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue4_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: At global scope:
fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:192: recipe for target 'obj/fugue.o' failed
make: *** [obj/fugue.o] Error 1
[root@debian-2gb-sfo2-01 src (master)]#

As I understand it that skips the miniupnp code but I don't think that is the issue as the modual worked when complieing navcoind

I'll follow up and try tomorrow. asking on the slack general channel also

Merge mine BLC+PHO+ELT+XDQ+BBTC+UMO+LIT pool is open http://la1.blakecoin.com tips: 1MogRiTHpQZ7bkpq49cSVWADrTt7Jrghp
pakage
Hero Member
*****
Offline Offline

Activity: 794
Merit: 510


NavCoin Founder


View Profile WWW
December 22, 2016, 06:53:56 AM
 #21423

ok tried that
Code:
[root@debian-2gb-sfo2-01 subchain (master)]# cd src/
[root@debian-2gb-sfo2-01 src (master)]# make -f makefile.unix USE_UPNP=1
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/subchain/src -I/root/subchain/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/root/subchain/src/leveldb/include -I/root/subchain/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/fugue.d -o obj/fugue.o fugue.c
fugue.c: In function ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’:
fugue.c:987:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’:
fugue.c:1034:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’:
fugue.c:1091:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void sph_fugue224_init(void*)’:
fugue.c:1114:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 23, IV224, 7);
                             ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue224(void*, const void*, size_t)’:
fugue.c:1120:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_core(cc, data, len);
                           ^
fugue.c:743:1: note: initializing argument 1 of ‘void fugue2_core(sph_fugue_context*, const void*, size_t)’
 fugue2_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue224_close(void*, void*)’:
fugue.c:1126:31: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, 0, 0, dst, 7);
                               ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue224_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1132:32: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, ub, n, dst, 7);
                                ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue256_init(void*)’:
fugue.c:1138:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 22, IV256, 8);
                             ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue256(void*, const void*, size_t)’:
fugue.c:1144:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_core(cc, data, len);
                           ^
fugue.c:743:1: note: initializing argument 1 of ‘void fugue2_core(sph_fugue_context*, const void*, size_t)’
 fugue2_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue256_close(void*, void*)’:
fugue.c:1150:31: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, 0, 0, dst, 8);
                               ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue256_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1156:32: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, ub, n, dst, 8);
                                ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue384_init(void*)’:
fugue.c:1162:30: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 24, IV384, 12);
                              ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue384(void*, const void*, size_t)’:
fugue.c:1168:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_core(cc, data, len);
                           ^
fugue.c:804:1: note: initializing argument 1 of ‘void fugue3_core(sph_fugue_context*, const void*, size_t)’
 fugue3_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue384_close(void*, void*)’:
fugue.c:1174:28: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_close(cc, 0, 0, dst);
                            ^
fugue.c:1004:1: note: initializing argument 1 of ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue3_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue384_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1180:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_close(cc, ub, n, dst);
                             ^
fugue.c:1004:1: note: initializing argument 1 of ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue3_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue512_init(void*)’:
fugue.c:1186:30: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 20, IV512, 16);
                              ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue512(void*, const void*, size_t)’:
fugue.c:1192:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_core(cc, data, len);
                           ^
fugue.c:864:1: note: initializing argument 1 of ‘void fugue4_core(sph_fugue_context*, const void*, size_t)’
 fugue4_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue512_close(void*, void*)’:
fugue.c:1198:28: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_close(cc, 0, 0, dst);
                            ^
fugue.c:1051:1: note: initializing argument 1 of ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue4_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1204:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_close(cc, ub, n, dst);
                             ^
fugue.c:1051:1: note: initializing argument 1 of ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue4_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: At global scope:
fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:192: recipe for target 'obj/fugue.o' failed
make: *** [obj/fugue.o] Error 1
[root@debian-2gb-sfo2-01 src (master)]#

As I understand it that skips the miniupnp code but I don't think that is the issue as the modual worked when complieing navcoind

I'll follow up and try tomorrow. asking on the slack general channel also


Still seems like a permissions issue:

Code:
fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory

███████████████████
████████████
███████
█████████████
████████████████████

NAV COIN ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG BITCOINTALK.ORG
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
December 22, 2016, 07:37:09 AM
 #21424

I just bought for 100,000 NAV coins. I think current price is ridicules cheap and it can even double from current price.
shahim
Legendary
*
Offline Offline

Activity: 1082
Merit: 1002


View Profile
December 22, 2016, 08:11:14 AM
 #21425

ok tried that
Code:
[root@debian-2gb-sfo2-01 subchain (master)]# cd src/
[root@debian-2gb-sfo2-01 src (master)]# make -f makefile.unix USE_UPNP=1
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/subchain/src -I/root/subchain/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/root/subchain/src/leveldb/include -I/root/subchain/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/fugue.d -o obj/fugue.o fugue.c
fugue.c: In function ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’:
fugue.c:987:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’:
fugue.c:1034:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’:
fugue.c:1091:6: warning: invalid conversion from ‘void*’ to ‘unsigned char*’ [-fpermissive]
  out = dst;
      ^
fugue.c: In function ‘void sph_fugue224_init(void*)’:
fugue.c:1114:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 23, IV224, 7);
                             ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue224(void*, const void*, size_t)’:
fugue.c:1120:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_core(cc, data, len);
                           ^
fugue.c:743:1: note: initializing argument 1 of ‘void fugue2_core(sph_fugue_context*, const void*, size_t)’
 fugue2_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue224_close(void*, void*)’:
fugue.c:1126:31: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, 0, 0, dst, 7);
                               ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue224_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1132:32: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, ub, n, dst, 7);
                                ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue256_init(void*)’:
fugue.c:1138:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 22, IV256, 8);
                             ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue256(void*, const void*, size_t)’:
fugue.c:1144:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_core(cc, data, len);
                           ^
fugue.c:743:1: note: initializing argument 1 of ‘void fugue2_core(sph_fugue_context*, const void*, size_t)’
 fugue2_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue256_close(void*, void*)’:
fugue.c:1150:31: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, 0, 0, dst, 8);
                               ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue256_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1156:32: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue2_close(cc, ub, n, dst, 8);
                                ^
fugue.c:964:1: note: initializing argument 1 of ‘void fugue2_close(sph_fugue_context*, unsigned int, unsigned int, void*, size_t)’
 fugue2_close(sph_fugue_context *sc, unsigned ub, unsigned n,
 ^
fugue.c: In function ‘void sph_fugue384_init(void*)’:
fugue.c:1162:30: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 24, IV384, 12);
                              ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue384(void*, const void*, size_t)’:
fugue.c:1168:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_core(cc, data, len);
                           ^
fugue.c:804:1: note: initializing argument 1 of ‘void fugue3_core(sph_fugue_context*, const void*, size_t)’
 fugue3_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue384_close(void*, void*)’:
fugue.c:1174:28: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_close(cc, 0, 0, dst);
                            ^
fugue.c:1004:1: note: initializing argument 1 of ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue3_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue384_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1180:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue3_close(cc, ub, n, dst);
                             ^
fugue.c:1004:1: note: initializing argument 1 of ‘void fugue3_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue3_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue512_init(void*)’:
fugue.c:1186:30: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue_init(cc, 20, IV512, 16);
                              ^
fugue.c:659:1: note: initializing argument 1 of ‘void fugue_init(sph_fugue_context*, size_t, const sph_u32*, size_t)’
 fugue_init(sph_fugue_context *sc, size_t z_len,
 ^
fugue.c: In function ‘void sph_fugue512(void*, const void*, size_t)’:
fugue.c:1192:27: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_core(cc, data, len);
                           ^
fugue.c:864:1: note: initializing argument 1 of ‘void fugue4_core(sph_fugue_context*, const void*, size_t)’
 fugue4_core(sph_fugue_context *sc, const void *data, size_t len)
 ^
fugue.c: In function ‘void sph_fugue512_close(void*, void*)’:
fugue.c:1198:28: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_close(cc, 0, 0, dst);
                            ^
fugue.c:1051:1: note: initializing argument 1 of ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue4_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: In function ‘void sph_fugue512_addbits_and_close(void*, unsigned int, unsigned int, void*)’:
fugue.c:1204:29: warning: invalid conversion from ‘void*’ to ‘sph_fugue_context*’ [-fpermissive]
  fugue4_close(cc, ub, n, dst);
                             ^
fugue.c:1051:1: note: initializing argument 1 of ‘void fugue4_close(sph_fugue_context*, unsigned int, unsigned int, void*)’
 fugue4_close(sph_fugue_context *sc, unsigned ub, unsigned n, void *dst)
 ^
fugue.c: At global scope:
fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:192: recipe for target 'obj/fugue.o' failed
make: *** [obj/fugue.o] Error 1
[root@debian-2gb-sfo2-01 src (master)]#

As I understand it that skips the miniupnp code but I don't think that is the issue as the modual worked when complieing navcoind

I'll follow up and try tomorrow. asking on the slack general channel also



I just point to this line:

"fugue.c:1207:1: fatal error: opening dependency file obj/fugue.d: No such file or directory"

You need to create the folder "obj" inside "src" .

Also make a chmod 755 on src/leveldb/build_detect_platform .

You will be fine with this

regards
Shahim

colvano
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile WWW
December 22, 2016, 08:24:45 AM
 #21426

I just bought for 100,000 NAV coins. I think current price is ridicules cheap and it can even double from current price.

I think you made a very smart buy. It depends little on what btc will do now and I think doubling is just a start. Once btc is more stable and the news spreads, price will go up for sure.

It might go down a little more before then, just volatile times now.  Huh

NavtechServers.com - Navtech Servers: Status, Reviews, Information, Guides and News. Follow on Twitter
The Bitcoin Co-op
Legendary
*
Offline Offline

Activity: 1268
Merit: 1006



View Profile WWW
December 22, 2016, 08:57:07 AM
 #21427

What I really like about NAV is that it's required to use NAVTech, which can be used to anonymize pretty much any cryptocurrency. I see no reason why people wouldn't do that with Bitcoin and all the other coins. Kind of like how Factom can hash data to and from any chosen blockchain. It's cooperative with everything except competing anon coins.

We work hard to promote Bitcoin adoption and the decentralization of society. You can support our efforts by donating BTC to 35wDNxFhDB6Ss8fgijUUpn2Yx6sggDgGqS
colvano
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile WWW
December 22, 2016, 09:04:08 AM
 #21428

What I really like about NAV is that it's required to use NAVTech, which can be used to anonymize pretty much any cryptocurrency. I see no reason why people wouldn't do that with Bitcoin and all the other coins. Kind of like how Factom can hash data to and from any chosen blockchain. It's cooperative with everything except competing anon coins.

Nav understands altcoin as a service. Maybe one day it will be all about Nav Coin or any other alt, but for now bitcoin is the boss and that has to be respected in a way. Offering Navtech as a service enhances bitcoin and cryptocurrencies in general. I think that is the way it should be now. Nav Coin focuses on financial privacy and offers this now also to other crypto users.

NavtechServers.com - Navtech Servers: Status, Reviews, Information, Guides and News. Follow on Twitter
colvano
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile WWW
December 22, 2016, 09:27:31 AM
 #21429


Link



I have launched a website with information about Navtech servers and a place to leave reviews.
Over time I will make changes to this website and I will try to add all the new Navtech servers.

Feel free to visit the website and leave a review. I appreciate feedback and will try to keep the website up to date!


Cheers,
Colvano

NavtechServers.com - Navtech Servers: Status, Reviews, Information, Guides and News. Follow on Twitter
htqe933
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
December 22, 2016, 09:41:04 AM
 #21430

nice website sir, i have visit the website and leave a review there
johnnywoo2015
Hero Member
*****
Offline Offline

Activity: 824
Merit: 500


CryptoTalk.Org - Get Paid for every Post!


View Profile
December 22, 2016, 11:17:12 AM
 #21431

BTC down, time to NAV

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.YoBit AirDrop $.|.Get 700 YoDollars for Free!.🏆
trackmaster
Member
**
Offline Offline

Activity: 84
Merit: 12


View Profile
December 22, 2016, 11:40:08 AM
 #21432

BTC down, time to NAV

Right on, time for my weekly installment of "Hurry the H... up Coinbase"!!! All I want is NAV for Christmas.

Everyone should be following the long term outlook on NAV which has steadily gone up:

 https://bittrexblobstorage.blob.core.windows.net/public/1101a5cd-35b2-4bc9-80e3-923c984d8bf9.png


Take advantage of these price drops, 2017 will be very successful year. Keep up the great work team.
juguelio
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
December 22, 2016, 12:33:45 PM
 #21433

Hi Nav Coiners,

Today, 21 December 2016 is the day we have reached a goal which is the culmination of over two years of work. As a team and as a community we have put our minds, sweat and tears into this project and we are very pleased and proud to be able to release it to the public. Today, we decentralise the NAVTech Anonymous Transaction System.

Quote from: Nav Coin

NAVTech Decentralisation Now Live


All source code and instructions have now bee published to our github account


NAVTech Anonymous Transaction System

NAVTech Subchain



To get started you will need to acquire 2 linux servers and compile both Nav Coin and the Subchain. Once you have those two running, send one of the dev team a message and we can distribute some Subchain coins to you.

Full setup instructions for the NAVTech server can be found on its github readme.

We will be pushing out a wallet update in the coming days which has the extra config parameter for adding the anon servers MD5 hash. This is already live on github, so if you’re able to compile it yourself then you can access it immediately. The current wallet will still work with the new system so you won’t lose service in the meantime.

All of our servers have been upgraded to the latest version and are online again: http://navcoin.org/network

This release should be considered RC1.0 and is working flawlessly as far as we can tell. We will continue to refine it and periodically release new versions. Once I have completed the refinements and unit testing it will move from being an RC to version 1.0.

Now that it is opensource we encourage developers to review the code, fork the code base and make pull requests if you have any suggestions on how things could be better. That is part of the beauty of the opensource community and we hope to embrace it.

If you have any questions, queries or issues with the setup, please dont hesitate to contact us. You can message us directly or sign up to our slack channel https://navcoin-sign-up.herokuapp.com

Sophia has put together our official press release

Quote from: Sophia Lockhart

Nav Coin decentralises NAVTech




On wednesday the 21st of December Nav Coin decentralised their anonymous send technology named NAVTech after announcing the release date at their end of year conference last week.

NAVTech is currently the world’s only decentralised anonymous transaction system. Nav Coin is known for being on the cutting edge of technology; their unique anonymous send system innovatively uses a subchain to break the link between sender and receiver.

Read the article



Despite this being the end of a chapter, it is far from the end of the story of Nav Coin. We have travelled a long road, but we have only just begun. Our roadmap for next year is a testament to our drive to innovate and continue to bring amazing new features to this coin for its amazing community to use.

Navtech Polymorph with the ability to route 25+ cryptocurrencies through our dual blockchain powered Navtech anonymous system is nothing short of revolutionary.

Our Nav Coin Direct purchasing system will bring Nav Coin to the masses as we work with Investment advisors from around the globe.

Anon Dapps, Mobile Anon Transactions and our Multichain wallets will further cement our place in the history books. We are determined and we are capable.

We have also been working closely with Changelly over the last few days and we are expecting to be live on their service very shortly!

That is all from us this week. It has been a mammoth effort all around. Thank you for all the support thus far! Now to set our sights on our next even bigger milestones!

Talk Soon,
Craig.


Well done team!

Now time to set up anon servers!


███████████████████
████████████
███████
█████████████
████████████████████

NAV COIN ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG BITCOINTALK.ORG
mikevanegan
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 22, 2016, 03:28:41 PM
 #21434

I had the windows 3.7 wallet working but tried to switch to 3.9 and it won't sync.  was stuck on three days.  changed some shit, but now it won't go past 2 days
juguelio
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
December 22, 2016, 03:44:48 PM
 #21435

I had the windows 3.7 wallet working but tried to switch to 3.9 and it won't sync.  was stuck on three days.  changed some shit, but now it won't go past 2 days

Download the blockain.

follow this guide and you'll be fine.

http://navcoin.org/guides

███████████████████
████████████
███████
█████████████
████████████████████

NAV COIN ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG BITCOINTALK.ORG
mikevanegan
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 22, 2016, 03:51:08 PM
 #21436

I had the windows 3.7 wallet working but tried to switch to 3.9 and it won't sync.  was stuck on three days.  changed some shit, but now it won't go past 2 days

Download the blockain.

follow this guide and you'll be fine.

http://navcoin.org/guides

I already followed it exactly and it won't sync
mikevanegan
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 22, 2016, 03:58:14 PM
 #21437

I had the windows 3.7 wallet working but tried to switch to 3.9 and it won't sync.  was stuck on three days.  changed some shit, but now it won't go past 2 days

Download the blockain.

follow this guide and you'll be fine.

http://navcoin.org/guides

does anything get changed in the windows wallet when downloaded?  All the changes are in the appdata/roaming/NavCoin2 folder, correct?
colvano
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile WWW
December 22, 2016, 04:00:03 PM
 #21438

I had the windows 3.7 wallet working but tried to switch to 3.9 and it won't sync.  was stuck on three days.  changed some shit, but now it won't go past 2 days

Download the blockain.

follow this guide and you'll be fine.

http://navcoin.org/guides

does anything get changed in the windows wallet when downloaded?  All the changes are in the appdata/roaming/NavCoin2 folder, correct?

Correct! You might want to change your navcoin.conf with latest nodes but that is all.

However there seem to be some syncing issues with 3.9 wallet. I switched back to the 3.7 for now and wait for a fix

NavtechServers.com - Navtech Servers: Status, Reviews, Information, Guides and News. Follow on Twitter
mikevanegan
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 22, 2016, 04:01:35 PM
 #21439

I had the windows 3.7 wallet working but tried to switch to 3.9 and it won't sync.  was stuck on three days.  changed some shit, but now it won't go past 2 days

Download the blockain.

follow this guide and you'll be fine.

http://navcoin.org/guides

does anything get changed in the windows wallet when downloaded?  All the changes are in the appdata/roaming/NavCoin2 folder, correct?

Correct! You might want to change your navcoin.conf with latest nodes but that is all.

However there seem to be some syncing issues with 3.9 wallet. I switched back to the 3.7 for now and wait for a fix

Okay.  Thanks.  I'm switching back
Exelsior
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 22, 2016, 05:52:52 PM
 #21440

https://bitcoinmagazine.com/articles/alphabay-comments-on-bitcoin-congestion-monero-adoption-and-zcash-possibilities-1482345512

Can anyone from NAV PR approach Alphabay and get their views on NAV coin?

Pages: « 1 ... 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 [1072] 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 ... 1241 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!