Pages:
Author

Topic: [ANN][NPT] Neptunium | Cryptonight PoW | Secure, Anonymous and Community-focused - page 23. (Read 48456 times)

legendary
Activity: 896
Merit: 1001
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.
FYI, you are wrong, stop making baseless claims.
sudo apt-get install libboost-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
libboost-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get install libboost-system-dev

Reading package lists... Done
Building dependency tree      
Reading state information... Done
libboost-system-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

your linux 32 or 64 bit? have you download the right
check this http://askubuntu.com/questions/593333/error-while-loading-shared-libraries

maybe can help Smiley
x86_64 and I've downloaded the Neptunium (not the Core one) i.e. the CLI version.
Well, the stackoverflow for ubuntu article you sent me is dumb but works.
I'd better be installing the package. Thank you very much.
And that doesn't work
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package libboost1.55-tools-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libboost1.55-tools-dev' has no installation candidate
So I have to symlink it.

sudo add-apt-repository ppa:boost-latest/ppa
sudo apt-get update
sudo apt-get install libboost1.55-all-dev

You will likely need to remove the current version of boost. To do that:

dpkg -S /usr/include/boost/version.hpp
sudo apt-get autoremove "package"     where "package" is the boost version returned by the dpkg command.


Keep in mind that you might break other apps that were built with a different version of boost.
legendary
Activity: 1638
Merit: 1013
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.
FYI, you are wrong, stop making baseless claims.
sudo apt-get install libboost-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
libboost-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get install libboost-system-dev

Reading package lists... Done
Building dependency tree      
Reading state information... Done
libboost-system-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

your linux 32 or 64 bit? have you download the right
check this http://askubuntu.com/questions/593333/error-while-loading-shared-libraries

maybe can help Smiley
x86_64 and I've downloaded the Neptunium (not the Core one) i.e. the CLI version.
Well, the stackoverflow for ubuntu article you sent me is dumb but works.
I'd better be installing the package. Thank you very much.

Aren't we fiery...

So in the end you will be installing boost after all? Use v1.55 and if all else fails compile boost and install yourself. You can also look at this link http://www.boost.org/users/history/version_1_55_0.html
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.
FYI, you are wrong, stop making baseless claims.
sudo apt-get install libboost-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get install libboost-system-dev

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

your linux 32 or 64 bit? have you download the right
check this http://askubuntu.com/questions/593333/error-while-loading-shared-libraries

maybe can help Smiley
x86_64 and I've downloaded the Neptunium (not the Core one) i.e. the CLI version.
Well, the stackoverflow for ubuntu article you sent me is dumb but works.
I'd better be installing the package. Thank you very much.
And that doesn't work
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libboost1.55-tools-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libboost1.55-tools-dev' has no installation candidate
So I have to symlink it.
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.
FYI, you are wrong, stop making baseless claims.
sudo apt-get install libboost-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get install libboost-system-dev

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

your linux 32 or 64 bit? have you download the right
check this http://askubuntu.com/questions/593333/error-while-loading-shared-libraries

maybe can help Smiley
x86_64 and I've downloaded the Neptunium (not the Core one) i.e. the CLI version.
Well, the stackoverflow for ubuntu article you sent me is dumb but works.
I'd better be installing the package. Thank you very much.
newbie
Activity: 27
Merit: 0
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.
FYI, you are wrong, stop making baseless claims.
sudo apt-get install libboost-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get install libboost-system-dev

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

your linux 32 or 64 bit? have you download the right
check this http://askubuntu.com/questions/593333/error-while-loading-shared-libraries

maybe can help Smiley
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.
FYI, you are wrong, stop making baseless claims.
sudo apt-get install libboost-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get install libboost-system-dev

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libboost-system-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
newbie
Activity: 27
Merit: 0
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.

I run in ubuntu 14.04 server and debian 7 run smoothly.
legendary
Activity: 1638
Merit: 1013
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily

Dont blame the dev lol. Install boost 1.55.
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
I got to recompile I think.
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
Your binaries for Linux don't work:
./neptuniumd: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
I'm using Kubuntu + some hacks
I think the .so.* is wrong, no file like that exists on my system.
P.S. It's Wily
full member
Activity: 196
Merit: 100
I haven't gotten around to applying to a blockchain like Chainradar yesterday, I'll do it today, can anyone help me get in better contact with them? All I can find is their web form.

I'll need the community's help to spread the word. After an online blockchain we can look towards going on exchanges. I'm planning a small giveaway soon to get more interest in our coin.  Smiley
full member
Activity: 196
Merit: 100
You can 7Z the clients for Linux too because p7zip exists on Linux.

Yea, I know, what I meant was I was organizing all the binaries on Windows.
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
You can 7Z the clients for Linux too because p7zip exists on Linux.
full member
Activity: 196
Merit: 100
And why also are the Windows clients so small?
Linux ones (tar) are more than 40 MB.
You can just xz -e it. (It'll save space if it can be compressed)

I used 7zip since I was managing all the binaries on Windows. I'm planning an update today or tomorrow so I'll see if that improves the size.
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
And why also are the Windows clients so small?
Linux ones (tar) are more than 40 MB.
You can just xz -e it. (It'll save space if it can be compressed)
full member
Activity: 196
Merit: 100
Well, I see that the difference between NPT and other CNCs are (Money Supply/e + Money Supply) - AlreadyGeneratedCoins but are there other differences, I want to know.
It seems to be pretty much like Monero but it doesn't atleast recommend "a web manager like MyMonero to start using Monero".
+1 for the project anyway.

Neptunium, Monero, and all other CryptoNote like Bytecoin have similar features in anonymity, security, and provide untraceable payments, unlikable transactions, resistance against blockchain analysis, and various other features.

However, Neptunium's total supply is 2.14million and our block time is 93 seconds. We also have substantially different block reward.
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
Well, I see that the difference between NPT and other CNCs are (Money Supply/e + Money Supply) - AlreadyGeneratedCoins but are there other differences, I want to know.
It seems to be pretty much like Monero but it doesn't atleast recommend "a web manager like MyMonero to start using Monero".
+1 for the project anyway.
full member
Activity: 196
Merit: 100
yeah payment are stuck

It should be fixed, messed up with the fees.

change the "Denomination".

work like a charm Smiley



Oh, maybe that was the problem. Thanks for the help, let's see if it pays out now. Cheesy

Confirmed paying out! Anyone who wasn't paid out before should've been paid out right now for all they mined.
http://52.0.30.115/#payments
newbie
Activity: 27
Merit: 0
yeah payment are stuck

It should be fixed, messed up with the fees.

change the "Denomination".

work like a charm Smiley

Pages:
Jump to: