Pages:
Author

Topic: [ANN][NNC] Nanucoin P2P | MN | XEVAN | NOPREMINE | NoICO | Hybrid PoW+PoS - page 23. (Read 44056 times)

newbie
Activity: 4
Merit: 0
sls
member
Activity: 110
Merit: 10
newbie
Activity: 56
Merit: 0
Yeah I def made sure to remove my firewall, forward ports etc to make it work for the public.  What do we do?

Joined bounty program or airdrop?

I will invert in your project

Thanks Dev!
member
Activity: 154
Merit: 10
How is masternode ?
newbie
Activity: 4
Merit: 0
member
Activity: 154
Merit: 10
Wallet not sync.
All nodes are not working.

Im having trouble too.  None of the pool addnodes let me sync.  cant sync
member
Activity: 285
Merit: 27

Heemm, thank you but I wanted an aarch64 build.

Or as alternative, I’m already having a nvidia tegra gpu miner, the problem is doesn’t support the --no-getwork option. Would it be possible to add getwork support to the the solo mining server for that ?
full member
Activity: 173
Merit: 100
Wallet not sync.
All nodes are not working.
newbie
Activity: 135
Merit: 0
Do you have any static linux builds for mining, (aarch64, I don’t care about which architecture) ? there’s a problem when compiling on Fedora 27 :

make[3]: *** [Makefile:366: value.o] Error 1
make[3]: Leaving directory '/home/example/sources/app/cpuminer-multi-1.3.1-multi/compat/jansson'
make[2]: *** [Makefile:341: all-recursive] Error 1
make[2]: Leaving directory '/home/example/sources/app/cpuminer-multi-1.3.1-multi/compat'
make[1]: *** [Makefile:2476: all-recursive] Error 1
make[1]: Leaving directory '/home/example/sources/app/cpuminer-multi-1.3.1-multi'
make: *** [Makefile:567: all] Error 2
strip: 'cpuminer': No such file

I used dnf to install all run time and compile time dependencies. if I remove cmath declaration, I’m getting an overlapping definition error at link time

try this build https://www.nanucoin.com/downloads/cpuminer-multi-unix.rar  ./cpuminer
member
Activity: 154
Merit: 10
## Exchange ##

NanuExchange - https://exchange.nanu.com.br

BTC/NNC
BRL/NNC

I think its free to list coins at https://coinsmarkets.com.  This is a better idea than trying to run your own exchange, investors will not want to trust their BTC on an exchange that is only for trading NNC.
member
Activity: 285
Merit: 27
Do you have any static linux builds for mining, (aarch64, I don’t care about which architecture) ? there’s a problem when compiling on Fedora 27 :

I just used build.sh to get this :
Quote
mv -f $depbase.Tpo $depbase.Po
value.c: In function 'int isnan(double)':
value.c:24:38: error: 'int isnan(double)' conflicts with a previous declaration
 static JSON_INLINE int isnan(double x) { return x != x; }
                                      ^
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:626:3: note: previous declaration 'constexpr bool std::isnan(double)'
   isnan(double __x)
   ^~~~~
value.c: In function 'int isinf(double)':
value.c:27:38: error: 'int isinf(double)' conflicts with a previous declaration
 static JSON_INLINE int isinf(double x) { return !isnan(x) && isnan(x - x); }
                                      ^
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:599:3: note: previous declaration 'constexpr bool std::isinf(double)'
   isinf(double __x)
   ^~~~~
value.c:27:57: error: call of overloaded 'isnan(double&)' is ambiguous
 static JSON_INLINE int isinf(double x) { return !isnan(x) && isnan(x - x); }
                                                         ^
value.c:24:24: note: candidate: int isnan(double)
 static JSON_INLINE int isnan(double x) { return x != x; }
                        ^~~~~
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:618:3: note: candidate: constexpr bool std::isnan(float)
   isnan(float __x)
   ^~~~~
/usr/include/c++/7/cmath:626:3: note: candidate: constexpr bool std::isnan(double)
   isnan(double __x)
   ^~~~~
/usr/include/c++/7/cmath:631:3: note: candidate: constexpr bool std::isnan(long double)
   isnan(long double __x)
   ^~~~~
value.c:27:73: error: call of overloaded 'isnan(double)' is ambiguous
 static JSON_INLINE int isinf(double x) { return !isnan(x) && isnan(x - x); }
                                                                         ^
value.c:24:24: note: candidate: int isnan(double)
 static JSON_INLINE int isnan(double x) { return x != x; }
                        ^~~~~
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:618:3: note: candidate: constexpr bool std::isnan(float)
   isnan(float __x)
   ^~~~~
/usr/include/c++/7/cmath:626:3: note: candidate: constexpr bool std::isnan(double)
   isnan(double __x)
   ^~~~~
/usr/include/c++/7/cmath:631:3: note: candidate: constexpr bool std::isnan(long double)
   isnan(long double __x)
   ^~~~~
value.c: In function 'json_t* json_object()':
value.c:41:41: warning: invalid conversion from 'void*' to 'json_object_t*' [-fpermissive]
     json_object_t *object = jsonp_malloc(sizeof(json_object_t));
                             ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
value.c: In function 'json_t* json_object_get(const json_t*, const char*)':
value.c:83:25: warning: invalid conversion from 'void*' to 'json_t*' [-fpermissive]
     return hashtable_get(&object->hashtable, key);
            ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
value.c: In function 'const char* json_object_iter_key(void*)':
value.c:232:30: warning: invalid conversion from 'void*' to 'const char*' [-fpermissive]
     return hashtable_iter_key(iter);
            ~~~~~~~~~~~~~~~~~~^~~~~~
value.c: In function 'json_t* json_array()':
value.c:325:39: warning: invalid conversion from 'void*' to 'json_array_t*' [-fpermissive]
     json_array_t *array = jsonp_malloc(sizeof(json_array_t));
                           ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
value.c:333:32: warning: invalid conversion from 'void*' to 'json_t**' [-fpermissive]
     array->table = jsonp_malloc(array->size * sizeof(json_t *));
                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
value.c: In function 'json_t** json_array_grow(json_array_t*, size_t, int)':
value.c:428:29: warning: invalid conversion from 'void*' to 'json_t**' [-fpermissive]
     new_table = jsonp_malloc(new_size * sizeof(json_t *));
                 ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
value.c: In function 'json_t* json_string_nocheck(const char*)':
value.c:630:26: warning: invalid conversion from 'void*' to 'json_string_t*' [-fpermissive]
     string = jsonp_malloc(sizeof(json_string_t));
              ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
value.c: In function 'json_t* json_integer(json_int_t)':
value.c:708:43: warning: invalid conversion from 'void*' to 'json_integer_t*' [-fpermissive]
     json_integer_t *integer = jsonp_malloc(sizeof(json_integer_t));
                               ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
value.c: In function 'json_t* json_real(double)':
value.c:757:19: error: call of overloaded 'isnan(double&)' is ambiguous
     if(isnan(value) || isinf(value))
                   ^
value.c:24:24: note: candidate: int isnan(double)
 static JSON_INLINE int isnan(double x) { return x != x; }
                        ^~~~~
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:618:3: note: candidate: constexpr bool std::isnan(float)
   isnan(float __x)
   ^~~~~
/usr/include/c++/7/cmath:626:3: note: candidate: constexpr bool std::isnan(double)
   isnan(double __x)
   ^~~~~
/usr/include/c++/7/cmath:631:3: note: candidate: constexpr bool std::isnan(long double)
   isnan(long double __x)
   ^~~~~
value.c:757:35: error: call of overloaded 'isinf(double&)' is ambiguous
     if(isnan(value) || isinf(value))
                                   ^
value.c:27:24: note: candidate: int isinf(double)
 static JSON_INLINE int isinf(double x) { return !isnan(x) && isnan(x - x); }
                        ^~~~~
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:591:3: note: candidate: constexpr bool std::isinf(float)
   isinf(float __x)
   ^~~~~
/usr/include/c++/7/cmath:599:3: note: candidate: constexpr bool std::isinf(double)
   isinf(double __x)
   ^~~~~
/usr/include/c++/7/cmath:604:3: note: candidate: constexpr bool std::isinf(long double)
   isinf(long double __x)
   ^~~~~
value.c:760:24: warning: invalid conversion from 'void*' to 'json_real_t*' [-fpermissive]
     real = jsonp_malloc(sizeof(json_real_t));
            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
value.c: In function 'int json_real_set(json_t*, double)':
value.c:779:42: error: call of overloaded 'isnan(double&)' is ambiguous
     if(!json_is_real(json) || isnan(value) || isinf(value))
                                          ^
value.c:24:24: note: candidate: int isnan(double)
 static JSON_INLINE int isnan(double x) { return x != x; }
                        ^~~~~
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:618:3: note: candidate: constexpr bool std::isnan(float)
   isnan(float __x)
   ^~~~~
/usr/include/c++/7/cmath:626:3: note: candidate: constexpr bool std::isnan(double)
   isnan(double __x)
   ^~~~~
/usr/include/c++/7/cmath:631:3: note: candidate: constexpr bool std::isnan(long double)
   isnan(long double __x)
   ^~~~~
value.c:779:58: error: call of overloaded 'isinf(double&)' is ambiguous
     if(!json_is_real(json) || isnan(value) || isinf(value))
                                                          ^
value.c:27:24: note: candidate: int isinf(double)
 static JSON_INLINE int isinf(double x) { return !isnan(x) && isnan(x - x); }
                        ^~~~~
In file included from /usr/include/c++/7/math.h:36:0,
                 from value.c:15:
/usr/include/c++/7/cmath:591:3: note: candidate: constexpr bool std::isinf(float)
   isinf(float __x)
   ^~~~~
/usr/include/c++/7/cmath:599:3: note: candidate: constexpr bool std::isinf(double)
   isinf(double __x)
   ^~~~~
/usr/include/c++/7/cmath:604:3: note: candidate: constexpr bool std::isinf(long double)
   isinf(long double __x)
   ^~~~~
make[3]: *** [Makefile:366: value.o] Error 1
make[3]: Leaving directory '/home/example/sources/app/cpuminer-multi-1.3.1-multi/compat/jansson'
make[2]: *** [Makefile:341: all-recursive] Error 1
make[2]: Leaving directory '/home/example/sources/app/cpuminer-multi-1.3.1-multi/compat'
make[1]: *** [Makefile:2476: all-recursive] Error 1
make[1]: Leaving directory '/home/example/sources/app/cpuminer-multi-1.3.1-multi'
make: *** [Makefile:567: all] Error 2
strip: 'cpuminer': No such file
$

I used dnf to install all run time and compile time dependencies. if I remove cmath declaration, I’m getting an overlapping definition error at link time
sr. member
Activity: 395
Merit: 250
## Exchange ##

NanuExchange - https://exchange.nanu.com.br

BTC/NNC
BRL/NNC
Wow, a pocket exchange, it's better than nothing. Dev's, pay attention to stock.exchange. There's a listing of many young coins.
newbie
Activity: 135
Merit: 0
## Exchange ##

NanuExchange - https://exchange.nanu.com.br

BTC/NNC
BRL/NNC
full member
Activity: 252
Merit: 100
MPool is ready for Nanucoin (xevan): https://mpool.mooo.com
fee rate 0.5%, no need registration, payouts every 1 hour, welcome!
-a xevan -o stratum+tcp://mpool.mooo.com:8639 -u -p c=NNC

How do I see the peers to sync with your pool?
newbie
Activity: 22
Merit: 0

MnPool.net
Low Fee and Low latency
Automatic payouts every 1 hour
No registration required



Code:
-a xevan -o stratum+tcp://mnpool.net:3739 -u YOURWALLET -p c=NNC
newbie
Activity: 26
Merit: 0
Should I pull my node?  Or should we use mine as the seed for now?  I don't really know what to do.
newbie
Activity: 12
Merit: 0
Release, makefile.unix file In the source code, we will create the mine pool and block browser, and now the linux daemon can not compile


https://www.nanucoin.com/downloads/nanucoind-unix.rar - Linux Daemon

https://www.nanucoin.com/downloads/nanucoin-qt-unix.rar - Linux Qt

https://www.nanucoin.com/downloads/nanucoin-qt.rar - Windows Qt

https://explorer.nanucoin.com/ - blockexplorer
newbie
Activity: 135
Merit: 0
this
vSeeds.push_back(CDNSSeedData("nanu.ddns.net", "nanu.ddns.net"));
vSeeds.push_back(CDNSSeedData("nanu1.ddns.net", "nanu1.ddns.net"));

addnode=nanu.ddns.net # 143.208.84.103
addnode=nanu1.ddns.net # 177.6.176.233
member
Activity: 154
Merit: 10
How to know which one is the right chain?
addnode=143.208.84.103
addnode=200.138.150.211
addnode=189.11.102.165
addnode=177.0.181.136
addnode=177.7.145.66
addnode=200.163.252.93
addnode=200.181.182.79
addnode=177.4.66.158
addnode=189.31.237.137
addnode=177.0.190.236
addnode=200.138.61.27
addnode=201.15.28.103
addnode=189.30.155.211
addnode=178.159.215.47
addnode=79.137.71.57
addnode=177.201.205.93
addnode=185.150.154.33
addnode=213.149.51.206
addnode=76.84.140.61
addnode=94.25.160.124
addnode=177.6.176.233
addnode=37.59.48.93
addnode=176.106.59.120
addnode=183.252.193.201
addnode=128.69.180.109
addnode=202.97.251.251
addnode=202.97.251.143
addnode=179.183.233.120
addnode=95.59.180.189
addnode=110.136.47.9
addnode=37.220.157.62
addnode=177.134.2.194
addnode=178.49.247.208
addnode=189.4.165.253
addnode=92.61.66.80
addnode=223.164.3.83
addnode=27.55.160.233
addnode=94.189.208.42
addnode=36.76.21.243
addnode=36.248.245.36
addnode=125.161.130.188
addnode=146.66.182.66
addnode=188.191.114.2
addnode=37.120.10.44
addnode=14.240.5.78
addnode=94.54.102.69
addnode=89.178.1.191


Can the dev confirm this is the right chain?  I'd rather not mine on the wrong one.  No offense to you @sls, I'd rather have an official confirmation given that people have reported 4 separate chains.
newbie
Activity: 63
Merit: 0
Gpu solo mining not working
Pages:
Jump to: