Bitcoin Forum
May 10, 2024, 10:43:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  Print  
Author Topic: [ANN][NNC] Nanucoin P2P | MN | XEVAN | NOPREMINE | NoICO | PoS | nanu.exchange  (Read 44040 times)
TheKryptonian
Full Member
***
Offline Offline

Activity: 252
Merit: 100


View Profile
November 13, 2017, 05:42:54 PM
Last edit: November 13, 2017, 07:52:50 PM by TheKryptonian
 #81

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 <WALLET_ADDRESS> -p c=NNC

How do I see the peers to sync with your pool?

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
1715381003
Hero Member
*
Offline Offline

Posts: 1715381003

View Profile Personal Message (Offline)

Ignore
1715381003
Reply with quote  #2

1715381003
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715381003
Hero Member
*
Offline Offline

Posts: 1715381003

View Profile Personal Message (Offline)

Ignore
1715381003
Reply with quote  #2

1715381003
Report to moderator
j.inacio (OP)
Newbie
*
Offline Offline

Activity: 135
Merit: 0


View Profile
November 13, 2017, 09:25:20 PM
 #82

## Exchange ##

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

BTC/NNC
BRL/NNC
brubic
Sr. Member
****
Offline Offline

Activity: 395
Merit: 250



View Profile
November 13, 2017, 10:18:55 PM
 #83

## 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.
ytrezq
Member
**
Offline Offline

Activity: 285
Merit: 27


View Profile
November 13, 2017, 11:25:03 PM
 #84

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
johntwo
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
November 13, 2017, 11:46:00 PM
 #85

## 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.

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
j.inacio (OP)
Newbie
*
Offline Offline

Activity: 135
Merit: 0


View Profile
November 13, 2017, 11:56:02 PM
 #86

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
bitnetter
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
November 14, 2017, 02:41:10 AM
 #87

Wallet not sync.
All nodes are not working.
ytrezq
Member
**
Offline Offline

Activity: 285
Merit: 27


View Profile
November 14, 2017, 03:10:40 AM
 #88


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 ?
johntwo
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
November 14, 2017, 05:02:58 AM
 #89

Wallet not sync.
All nodes are not working.

Im having trouble too.  None of the pool addnodes let me sync.  cant sync

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
luqmanulhacim
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 14, 2017, 05:46:03 AM
 #90

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
Change OS to Ubuntu 17.10, that will be fine.. i was have this issues before when i tried on debian..
yume91
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
November 14, 2017, 05:51:11 AM
 #91

How is masternode ?

nguyenthity
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 14, 2017, 06:03:59 AM
 #92

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!
sls
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
November 14, 2017, 07:02:21 AM
 #93

How is masternode ?
You need 50k coins for MN
luqmanulhacim
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 14, 2017, 07:33:01 AM
 #94

How is masternode ?
You need 50k coins for MN
If i am master node, what benefit for me?
sls
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
November 14, 2017, 09:25:57 AM
 #95

How is masternode ?
You need 50k coins for MN
If i am master node, what benefit for me?
#### PoW Block Reward:
[block #     1-43200] 5.0 NNC - 50% MN / 50% MINER

[block # 43201-86400] 4.5 NNC - 50% MN / 50% MINER

[block # 86401-129600] 4.0 NNC - 50% MN / 50% MINER

[block #129601-172800] 3.5 NNC - 50% MN / 50% MINER

[block #172801-216000] 3.0 NNC - 50% MN / 50% MINER

[block #216001-259200] 2.5 NNC - 50% MN / 50% MINER


If you have mn, you get coins ever blocks

espirit1980
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
November 14, 2017, 10:07:30 AM
 #96

No premine its very good but 50k coins for a node looks too much. Pow Phase 972k NNC. Its very hard to get coins already. And Can you give more information about "Budget System" ?
Imbalance911
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
November 14, 2017, 12:14:20 PM
 #97


## Exchange ##

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


At the presented exchange nobody will trade. It easily can be SKAM the exchange.
 How you without PREMINE are going to remove a coin on though some normal exchange?
depeder
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
November 14, 2017, 12:43:41 PM
 #98

the exchange is hot, we used it internally. nanucoin is a separate project.
me and some other will trade ha
Imbalance911
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
November 14, 2017, 12:52:20 PM
 #99

the exchange is hot, we used it internally. nanucoin is a separate project.
me and some other will trade ha

Well undoubtedly the developer of this project can have many accounts at this forum. Also will well speak about this coin. And about this strange exchanger. Only the school student will believe and will give the money for a lunch.
tdbigdata
Newbie
*
Offline Offline

Activity: 104
Merit: 0


View Profile
November 14, 2017, 12:57:08 PM
 #100

i like project have "N0 PREMINE " it so fair to join and mining .

https://explorer.nanucoin.com/  very nice

https://explorer.nanucoin.com/richlist  top 100 not hold  a lots of coin
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  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!