Pages:
Author

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

full member
Activity: 196
Merit: 100
how to mine in solo with gpu?

There's no easy way to do it. You may be able to set up an RPC server and connect with CCMiner on localhost. For GPU mining, I'd recommend using a pool.
full member
Activity: 224
Merit: 100
how to mine in solo with gpu?
full member
Activity: 196
Merit: 100
how to send coin with the command line, it's confusing on the help menu


transfer

Example:

transfer 1 hgouhrgydfogjodfhodfopdhbodsfnhoufdshodfhvohfobu 500

Replace with the address you're sending to and amount your sending.

what is mixin count?

A mixin count is the number of signatures other than your own in the ring signature of a transaction. Let's say you have a mixin count of 3. If someone looks at your transaction in the blockchain, they'll have no way of knowing which of the 3 signatures sent the payment.

A mixin count of 0 can be traced back to your wallet (like a standard bitcoin transaction).
full member
Activity: 224
Merit: 100
how to send coin with the command line, it's confusing on the help menu


transfer

Example:

transfer 1 hgouhrgydfogjodfhodfopdhbodsfnhoufdshodfhvohfobu 500

Replace with the address you're sending to and amount your sending.

what is mixin count?
full member
Activity: 196
Merit: 100
Waiting for a good movement. Was mining since day 1 but i think it is worthless now to mine solo. And I am getting 50% of my total hash in pool mining

If you're getting 50% of your actual hash in the pool, you can stick to solo mining as long as your hash rate is above the 200-250 range. You have the same expected profit mining solo or in pool, but solo mining gives much more variances. (ex. if you find a block every few hours, you may find one in 20 minutes or 7 hours depending on your luck, but you'll get the full block reward) In a pool a block is always found quick and block reward is split evenly based on miner's shares, so payments from a pool are more quick and consistent.
full member
Activity: 196
Merit: 100
for cryptonote miner what should be The Pool Host address??
 stratum+tcp://52.0.30.115??

Go to http://52.0.30.115/#getting_started for a tutorial on how to start.
Below 200hashrate stratum+tcp://52.0.30.115:4501 is fine, above you can use 52.0.30.115:4502

To anyone who doesn't understand what pool difficulty is, here's a good explanation: https://www.reddit.com/r/BitcoinMining/comments/1jugmz/what_does_difficulty_mean_on_a_stratum_mining_pool/
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
for cryptonote miner what should be The Pool Host address??
 stratum+tcp://52.0.30.115??
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
Waiting for a good movement. Was mining since day 1 but i think it is worthless now to mine solo. And I am getting 50% of my total hash in pool mining
member
Activity: 266
Merit: 23
Interesting coin, watching this.
full member
Activity: 154
Merit: 100
I2VPN Lead developer.Antidote to 3-letter agencies
full member
Activity: 196
Merit: 100
I think neptunium needs a roadmap. Nobody knows what is next.

I'll definitely get around to setting goals and specific purposes for the coin.
full member
Activity: 196
Merit: 100
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.
Well, breaking the programs is no way that's good, so I'll be better symlinking it as a workaround.

It's not uncommon to see software have specific dependencies.
legendary
Activity: 1638
Merit: 1013
I think neptunium needs a roadmap. Nobody knows what is next.

If all else fails, just follow the longest chain.
newbie
Activity: 6
Merit: 0
I think neptunium needs a roadmap. Nobody knows what is next.
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.

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.
Well, breaking the programs is no way that's good, so I'll be better symlinking it as a workaround.
full member
Activity: 196
Merit: 100
I'm going to add compile instructions and dependencies for Ubuntu and CentOS on our Github to prevent problems in the future when I get home.
legendary
Activity: 896
Merit: 1001
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


Here is the ChainRadar thread https://bitcointalksearch.org/topic/chainradarcom-block-explorer-for-cryptonote-coins-716980.  
legendary
Activity: 896
Merit: 1001
how to send coin with the command line, it's confusing on the help menu


transfer

Example:

transfer 1 hgouhrgydfogjodfhodfopdhbodsfnhoufdshodfhvohfobu 500

Replace with the address you're sending to and amount your sending.
full member
Activity: 224
Merit: 100
how to send coin with the command line, it's confusing on the help menu
Pages:
Jump to: