Bitcoin Forum
April 24, 2024, 06:41:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 [236] 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 ... 385 »
  Print  
Author Topic: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come  (Read 785444 times)
Whitesox
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
April 15, 2016, 04:49:04 PM
 #4701

Sorry Paulthetafy, I mean to type Ubuntu server headless..

This is the requested info...

Thnxs again!!

gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Willy

That's weird, I've compiled with the same version of gcc on ubuntu 14.04 today without issue.
Check that you have libupnp installed...
sudo apt-get install libupnp-dev

or maybe libminiupnpc-dev instead
sudo apt-get install libminiupnpc-dev

just clutching at straws here Cheesy


Hi again... I tried and libupnp-dev was not installed, so I installed it...

But when makefileing, it ended with errors again, almost the same...

But, one quick question, on other wallets, I'd go into wallet/src to do the makefile thinggie, but in the Nexus, the makefile is not in /src but in /nexux, so, not sure if the wallet would be using the standard install proceedure...

Awaiting your news...


Willy

Do I know anyone?? Does anyone know me??
1713984089
Hero Member
*
Offline Offline

Posts: 1713984089

View Profile Personal Message (Offline)

Ignore
1713984089
Reply with quote  #2

1713984089
Report to moderator
1713984089
Hero Member
*
Offline Offline

Posts: 1713984089

View Profile Personal Message (Offline)

Ignore
1713984089
Reply with quote  #2

1713984089
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713984089
Hero Member
*
Offline Offline

Posts: 1713984089

View Profile Personal Message (Offline)

Ignore
1713984089
Reply with quote  #2

1713984089
Report to moderator
1713984089
Hero Member
*
Offline Offline

Posts: 1713984089

View Profile Personal Message (Offline)

Ignore
1713984089
Reply with quote  #2

1713984089
Report to moderator
1713984089
Hero Member
*
Offline Offline

Posts: 1713984089

View Profile Personal Message (Offline)

Ignore
1713984089
Reply with quote  #2

1713984089
Report to moderator
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
April 15, 2016, 09:54:40 PM
 #4702

The make file location doesn't matter, it is linked to the filesystem within the directories.

I spent some time a while back to write documentation for the build process on Ubuntu and Debian. You can reference that here:
https://github.com/Nexusoft/Nexus/blob/master/doc/build-linux.MD

Based on your error it looks to be some issue with Upnp. Make sure you have it installed first off: sudo apt-get install libminiupnpc-dev
https://github.com/Nexusoft/Nexus/blob/master/src/net/net.cpp#L877

You can try to build it without UPNP by using make -f makefile.unix USE_UPNP=0 RELEASE=1
If that doesn't work try adding -fpermissive to your CXX flags in your makefile here:

https://github.com/Nexusoft/Nexus/blob/master/makefile.unix#L85
To where that line would be CXXFLAGS=-O2 -fpermissive

Thank You,
Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
April 16, 2016, 12:38:36 AM
 #4703

Sorry Paulthetafy, I mean to type Ubuntu server headless..

This is the requested info...

Thnxs again!!

gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Willy

That's weird, I've compiled with the same version of gcc on ubuntu 14.04 today without issue.
Check that you have libupnp installed...
sudo apt-get install libupnp-dev

or maybe libminiupnpc-dev instead
sudo apt-get install libminiupnpc-dev

just clutching at straws here Cheesy


Hi again... I tried and libupnp-dev was not installed, so I installed it...

But when makefileing, it ended with errors again, almost the same...

But, one quick question, on other wallets, I'd go into wallet/src to do the makefile thinggie, but in the Nexus, the makefile is not in /src but in /nexux, so, not sure if the wallet would be using the standard install proceedure...

Awaiting your news...


Willy


Willy if you're having trouble building, why not just use the precompiled binary from here http://nexusoft.io/platform/binaries/ubuntu-0.2.0.2.zip ??
It works absolutely fine on ubuntu 14.04, so no need to compile unless you have good reason to.
Crypthos
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 16, 2016, 04:47:21 PM
 #4704

I have a question, I've been stacking since yesterday and was getting a lot of niro per trust block, then I wanted to minimize the qt so I went to options and activated minimize to tray and minimize on close options, after that my trust blocks only give me less than one niro per block found, around 0.5,   has somebody has this issue before when stacking and niro reward went down drastically to almost nothing?

Ps: only one day of stacking so is not that I had a high interest rate for long term staking, thanks.
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
April 16, 2016, 06:50:40 PM
 #4705

That's most likely because you were getting awarded the interest for the age of your coins that were never staked (could be up to 1.5 years old). Once you have staked those coins their age will be based on the last trust transaction so you will get smaller amounts since interest is your rate multiplied by the age of your coins.

Thank You,
Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
Whitesox
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
April 16, 2016, 07:35:49 PM
 #4706

Hi Videlicet

Just to let you know çI finally was able to get the wallet compile with the USE_UPNP=- option...

It's now dloading the chain and we'll see tomorrow...

Thnxs again all!!!

Willy

Do I know anyone?? Does anyone know me??
pdogg147
Sr. Member
****
Offline Offline

Activity: 339
Merit: 266

Advancing Liberty Through Blockchain


View Profile WWW
April 16, 2016, 07:39:20 PM
Last edit: April 16, 2016, 10:31:14 PM by pdogg147
 #4707

Here is a video put together by Keith Smith that highlights some of the You, Me, and BTC podcast called The Nexus Creature From Satoshi Island.  

https://www.youtube.com/watch?v=Jetfhhkg_YU

Crypthos
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 16, 2016, 10:31:43 PM
 #4708

Here a video put together by Keith Smith that highlights some of the You, Me, and BTC podcast called The Nexus Creature From Satoshi Island.  

https://www.youtube.com/watch?v=Jetfhhkg_YU

Looks cool, thanks Keith and pdogg147 for sharing
paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
April 16, 2016, 10:47:24 PM
 #4709

Just a reminder that you can now CPU mine at nexusminingpool.com port 9549 is
Please come try it out!
Videlicet
Legendary
*
Offline Offline

Activity: 868
Merit: 1058


Creator of Nexus http://nexus.io


View Profile WWW
April 17, 2016, 06:49:06 AM
 #4710

Hey bro, spam your bot somewhere else. LISK didn't invent anything, just took an old javascript code base and raised an ICO to change a few lines. Do your research.

Thank You,
Viz.

[Nexus] Created by Viz. [Videlicet] : "videre licet - it may be seen; evidently; clearly"
nara1892
Hero Member
*****
Online Online

Activity: 1554
Merit: 654



View Profile
April 17, 2016, 07:38:10 AM
 #4711

fuze0000: report to moderator  Tongue

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK  
          100%   MULTICHARGER  
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
April 17, 2016, 09:57:43 AM
 #4712

Lets estimate how much is NEXUS undervalued.

Ok, take FTC (Feathercoin), old coin, not really doing well
with some inovations, but much less than NIRO.
150M coins at 2,5k sat
= 1,5M USD marketcap

NEXUS:
35M coins at 1k sat
= 150k USD marketcap


= NEXUS right now is 10x times cheaper than FTC.

Do your math...
Crypthos
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 18, 2016, 02:47:49 PM
 #4713

Has anybody had an issue like this, my phone got broken and google authenticator was there which gave access to Bittrex, few bitcoins there and no clue how to get that google authenticator account into a temporal iPhone im using, any thoughts?
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
April 18, 2016, 05:17:51 PM
 #4714

Just a reminder that you can now CPU mine at nexusminingpool.com port 9549 is
Please come try it out!

Thanks paulthetafy for this new cpu pool

It will help the Nexus networks.

My pool is close to saturation with 4000 connections for 1500 request/s

Please help nexusminingpool.com to become a bigger pool

We are Nexus

Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
April 18, 2016, 05:22:23 PM
 #4715

Bought 100k more today.

High hopes
cryptonit
Legendary
*
Offline Offline

Activity: 3038
Merit: 1053


bit.diamonds | uNiq.diamonds


View Profile WWW
April 18, 2016, 08:32:34 PM
 #4716

Just a reminder that you can now CPU mine at nexusminingpool.com port 9549 is
Please come try it out!

Thanks paulthetafy for this new cpu pool

It will help the Nexus networks.

My pool is close to saturation with 4000 connections for 1500 request/s

Please help nexusminingpool.com to become a bigger pool

We are Nexus

im switching to the light side
may the force be with nexusminingpool.com 9549


 
  Diamond [DMD]     uNiq.Diamonds  
Scarce✦✦✦✦ Valuable ✦✦✦✦ Secure ✦                     ▬ a collector experience ▬                
pilsL0ve
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 20, 2016, 06:45:58 AM
 #4717

Has anybody had an issue like this, my phone got broken and google authenticator was there which gave access to Bittrex, few bitcoins there and no clue how to get that google authenticator account into a temporal iPhone im using, any thoughts?

I had this a couple of weeks ago, contact bittrex support and they'll ask you for some information and if you reply with the correct info they will remove the 2fa from the account.
PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
April 20, 2016, 01:03:22 PM
 #4718

why the nexus wallet has no "coin control" as other PoS wallets?
or does the wallet sends always the youngest coins out?
Crypthos
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 20, 2016, 06:09:20 PM
 #4719

Has anybody had an issue like this, my phone got broken and google authenticator was there which gave access to Bittrex, few bitcoins there and no clue how to get that google authenticator account into a temporal iPhone im using, any thoughts?

I had this a couple of weeks ago, contact bittrex support and they'll ask you for some information and if you reply with the correct info they will remove the 2fa from the account.

thanks pilsL0ve, thankfully my phone could be repaired and got my bitcoins back, even better now that price is going up, gonna buy some niro Wink
Crypthos
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 20, 2016, 06:24:12 PM
 #4720

Somebody here must be happy, Feathercoin is having a massive pump, 123.000$ volume wtf
Pages: « 1 ... 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 [236] 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 ... 385 »
  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!