Author

Topic: [ANN]██████████████ NASARIUM [Scrypt PoW][NASAR]PROJECT ██████████████ (Read 16976 times)

jr. member
Activity: 63
Merit: 2
So what this coin has no wallet or market?  That what I am hearing here?
newbie
Activity: 55
Merit: 0
How to compile linux wallet?

Update your linux

sudo apt-get update
sudo apt-get upgrade



install

Install the dependencies to compile from source code.

sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev

Create a directory nasarium

mkdir Nasarium-master
cd Nasarium-master

Go to the Nasarium-master directory

cd Nasarium-master

make -f makefile.unix RELEASE=1



Followed exactly the above on ubuntu xenial:
Code:
_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]'
rpcrawtransaction.cpp:242:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of 'sizeof' to incomplete type 'boost::STATIC_ASSERTION_FAILURE'
     BOOST_STATIC_ASSERT_MSG(
     ^
make: *** [obj/rpcrawtransaction.o] Error 1
makefile.unix:186: recipe for target 'obj/rpcrawtransaction.o' failed

As with a lot of Linux wallets.  I diagnosed this down to finding the script calls for a directory named "obj", yet there is no "obj" directory.

Create it under the "src" directory and rerun install file.  Should not pass by that error!

Hope this helps you and happy to help!

 Wink
full member
Activity: 147
Merit: 119
Cypher Mobile
full member
Activity: 147
Merit: 119
Cypher Mobile
newbie
Activity: 167
Merit: 0
I think that these types of projects are extremely useful for the rest of the projects that are already there and those that are still to come. I think it has a lot of potential and scalability.
legendary
Activity: 1834
Merit: 1001
I think i need to know what is the real purposes of this project, can it be used to make a daily transaction?
That would be a good choice if doing that is one of the possibilities offered from this coin
Proof of work projects are not modern, because they use a lot of energy, their time had gone.
newbie
Activity: 54
Merit: 0
I think i need to know what is the real purposes of this project, can it be used to make a daily transaction?
That would be a good choice if doing that is one of the possibilities offered from this coin

Coin is ok, works like every scrypt based crypto, just owner of it....dissapeared Smiley
sr. member
Activity: 616
Merit: 250
I think i need to know what is the real purposes of this project, can it be used to make a daily transaction?
That would be a good choice if doing that is one of the possibilities offered from this coin
newbie
Activity: 54
Merit: 0
newbie
Activity: 53
Merit: 0
newbie
Activity: 53
Merit: 0
newbie
Activity: 50
Merit: 0
legendary
Activity: 986
Merit: 1001
Someone start mining this with 30 gh, thats around 60 L3+

The miner are not doing well, i was getting almost 50% of each mined block, with only one L3+

 Grin
full member
Activity: 378
Merit: 105




MINING NASARIUM WITH SCRYPT ALGO :

  • Stratum  : lycheebit.com:3433 (fully NiceHash compatible & optimized)
  • User     : YOUR_NASAR_ADDRESS
  • Password : c=NASAR

LYCHEEBIT INFO :


MINING SOFTWARE :


EXAMPLES OF COMMAND LINE :

  • Nvidia   : ccminer.exe -a scrypt -o stratum+tcp://lycheebit.com:3433 -u NiFRd6mD6jMckJTmhfhnTTGF6BBbFSBzgm -p c=NASAR
  • AMD      : sgminer.exe -k scrypt -o stratum+tcp://lycheebit.com:3433 -u NiFRd6mD6jMckJTmhfhnTTGF6BBbFSBzgm -p c=NASAR

PEERS LIST :

  • addnode=37.97.242.80:37273
  • addnode=79.143.180.57:37273
  • addnode=173.249.48.241:37273
  • addnode=220.89.7.193:37273
  • addnode=[2a02:c205:2014:4397::1]:37273
  • addnode=[2a01:7c8:fffb:d7:5054:ff:feb2:afc]:37273

newbie
Activity: 129
Merit: 0
sr. member
Activity: 770
Merit: 250
The total supply of this coins and the concept of the project look like  a good project.
But the pre mined seems a bit high already, it reach 15%.
Hopefully that won't be a matter in the future. and the project going smoothly.
newbie
Activity: 113
Merit: 0
I wonder how the presale goes for the company, whether it's successful, whether the application wants to see
newbie
Activity: 35
Merit: 0
newbie
Activity: 29
Merit: 0
newbie
Activity: 67
Merit: 0
Still Low on the blocks but difficulty is far greater than the normal coins.
newbie
Activity: 29
Merit: 0
newbie
Activity: 30
Merit: 0
newbie
Activity: 29
Merit: 0
newbie
Activity: 29
Merit: 0
How to compile linux wallet?

Update your linux

sudo apt-get update
sudo apt-get upgrade



install

Install the dependencies to compile from source code.

sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev

Create a directory nasarium

mkdir Nasarium-master
cd Nasarium-master

Go to the Nasarium-master directory

cd Nasarium-master

make -f makefile.unix RELEASE=1



Followed exactly the above on ubuntu xenial:
Code:
_; T18 = boost::detail::variant::void_; T19 = boost::detail::variant::void_; typename boost::add_reference::type = const CScriptID&]'
rpcrawtransaction.cpp:242:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of 'sizeof' to incomplete type 'boost::STATIC_ASSERTION_FAILURE'
     BOOST_STATIC_ASSERT_MSG(
     ^
make: *** [obj/rpcrawtransaction.o] Error 1
makefile.unix:186: recipe for target 'obj/rpcrawtransaction.o' failed
newbie
Activity: 86
Merit: 0
I think your project gives us less information. I want to ask about the purpose of this project? The benefits are quite interesting. Hope you will keep up the good work in future
newbie
Activity: 20
Merit: 0
Any road maps I can check on? Any websites I can find more information?
newbie
Activity: 35
Merit: 0
How to compile linux wallet?

Update your linux

sudo apt-get update
sudo apt-get upgrade



install

Install the dependencies to compile from source code.

sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev

Create a directory nasarium

mkdir Nasarium-master
cd Nasarium-master

Go to the Nasarium-master directory

cd Nasarium-master

make -f makefile.unix RELEASE=1

full member
Activity: 434
Merit: 102
Chikuntv
White letters are too small and  merged...Imho its just another useless clone. Good luck anyway
newbie
Activity: 17
Merit: 0
hero member
Activity: 644
Merit: 500




windows
Addnode=37.97.242.80:37273
Addnode=37.97.243.80:37273
Addnode=37.97.244.80:37273


github


logo for exchanges




More info+white paper+roadmap update soon.

Please Quote to check all info


iam quote youre post dev
not open bounty campaign dev and not open ico
i want reserve indonesian translation if you need
newbie
Activity: 35
Merit: 0
any more nodes?

%APPDATA%\nasarium\

nasarium.conf

rpcallowip=127.0.0.1
rpcuser=
rpcpassword=
server=1
daemon=1
listen=1
rpcport=37274
port=37273
addnode=37.97.242.80:37273
newbie
Activity: 35
Merit: 0
Where is the windows wallet?

Any pools yet?

The first post only list images.

your account is Newbie  Wink
newbie
Activity: 35
Merit: 0
Launched

Please Quote image first post, to check all info

windows
Addnode=37.97.242.80:37273
Addnode=37.97.243.80:37273
Addnode=37.97.244.80:37273

https://github.com/nasarium/Nasarium-winqt
github
https://github.com/nasarium/Nasarium
newbie
Activity: 35
Merit: 0
copper member
Activity: 230
Merit: 0
full member
Activity: 602
Merit: 110
And what is this information is not enough? What kind of project is this? When you add white paper, show the command? A road map and everything else.
newbie
Activity: 107
Merit: 0

Pool for Nasarium
http://www.smilingmining.com/

CONNECTION
Code:
URL/HOST:stratum+tcp://smilingmining.com:3433
USERNAME:
PASSWORD:c=NASAR

FOR NICEHASH
Code:
STRATUM HOSTNAME OR IP:smilingmining.com
PORT:3433
USERNAME:
PASSWORD:c=NASAR,d=524288

You can add as node too
Code:
addnode=smilingmining.com
newbie
Activity: 196
Merit: 0
Jump to: