Author

Topic: [ANN] Denarius [D] - First "Tribus" PoW/PoS Hybrid Masternodes, Ring Sigs - page 223. (Read 504255 times)

full member
Activity: 192
Merit: 101
To build linux wallet:

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev libqrencode-dev git

git clone https://github.com/carsenk/denarius.git
cd denarius/src
mkdir obj/zerocoin
chmod u+x leveldb/build_detect_platform
cd leveldb
make clean
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix
legendary
Activity: 1848
Merit: 1018
Just launched. Only cpu mining now. Guys are working on gpu miners, its a new algo so needs to be made. I'm sure once a big pool joins they will probably have gpu miner ready.
sr. member
Activity: 392
Merit: 250
Where for NVIDIA GPU miner ?
legendary
Activity: 1848
Merit: 1018
Completely new coin, just has a common name from ancient Greek money. New algo, new dev, different ticker symbol, ect.
legendary
Activity: 1027
Merit: 1000
legendary
Activity: 1027
Merit: 1000
First pool (working):

http://163.172.104.9/
CPUminer:
./cpuminer -a tribus -o stratum+tcp://163.172.104.9:8533 -u YOUR_WALLET -p d=0.002

GPU:
-a tribus -o stratum+tcp://163.172.104.9:8533 -u YOUR_WALLET

Bounties welcome: DMJ8Ttk5xiV5UXRRHMZ8uHBYgjzRCQfnQK

Explorer: http://163.172.104.9/explorer/DNR


Perfect Smiley I will add your pool to the site and OP, I will send the bounty shortly. We do still need more pools online guys so have at it!

@Kernals - That sucks, I really didn't know someone attempted it before. Sad Oh well, looks like that coin died and it was scrypt garbage anyways. I own denariuscoin.com and denarius.io so we will be good.
what's next?
stop mining?
you will start a new project?
you can probably just change the name of the coin
hero member
Activity: 574
Merit: 500
can i reserve the spanish translation?
legendary
Activity: 1848
Merit: 1018
At least the ticker is different so it won't confuse Cryptopia, lol
sr. member
Activity: 1148
Merit: 417
First pool (working):

http://163.172.104.9/
CPUminer:
./cpuminer -a tribus -o stratum+tcp://163.172.104.9:8533 -u YOUR_WALLET -p d=0.002

GPU:
-a tribus -o stratum+tcp://163.172.104.9:8533 -u YOUR_WALLET

Bounties welcome: DMJ8Ttk5xiV5UXRRHMZ8uHBYgjzRCQfnQK

Explorer: http://163.172.104.9/explorer/DNR


Perfect Smiley I will add your pool to the site and OP, I will send the bounty shortly. We do still need more pools online guys so have at it!

@Kernals - That sucks, I really didn't know someone attempted it before. Sad Oh well, looks like that coin died and it was scrypt garbage anyways. I own denariuscoin.com and denarius.io so we will be good.
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
First pool (working):

http://163.172.104.9/
CPUminer:
./cpuminer -a tribus -o stratum+tcp://163.172.104.9:8533 -u YOUR_WALLET -p d=0.002

GPU:
-a tribus -o stratum+tcp://163.172.104.9:8533 -u YOUR_WALLET

Bounties welcome: DMJ8Ttk5xiV5UXRRHMZ8uHBYgjzRCQfnQK

Explorer: http://163.172.104.9/explorer/DNR
member
Activity: 84
Merit: 10
sr. member
Activity: 1148
Merit: 417
How do I make from the GIT source on linux? No autogen or configure. Working on making a pool.

Make file errors out with Makefile.66: *** multiple target patterns. Stop.

Its like the old Bitcoin in the sense of compiling

You will want to install the required deps first:

Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev libqrencode-dev

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

And these if you want to compile the QT on Linux:

Code:
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler

How to build denariusd on Linux:

Code:
git clone https://github.com/carsenk/denarius.git

cd denarius

cd src

chmod 777 -R leveldb

make

(If building the QT wallet on Linux you will need to comment out the first few lines in the .pro file to build)



What lines should I comment out?

Lines 20 through 34, but you only need to do that if you are compiling the QT wallet for Linux, if you are just compiling the daemon (which is usually all you need for a mining pool or coin related service) then you wont need to mess with the .pro file at all.
sr. member
Activity: 532
Merit: 250
stay tuned
waiting bounty fb and twitter has started
newbie
Activity: 45
Merit: 0
How do I make from the GIT source on linux? No autogen or configure. Working on making a pool.

Make file errors out with Makefile.66: *** multiple target patterns. Stop.

Its like the old Bitcoin in the sense of compiling

You will want to install the required deps first:

Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev libqrencode-dev

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

And these if you want to compile the QT on Linux:

Code:
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler

How to build denariusd on Linux:

Code:
git clone https://github.com/carsenk/denarius.git

cd denarius

cd src

chmod 777 -R leveldb

make

(If building the QT wallet on Linux you will need to comment out the first few lines in the .pro file to build)



What lines should I comment out?
sr. member
Activity: 1148
Merit: 417
Reserved for pool (I hope)

Great Anthrogic, Please contact me in our Gitter chat or PM me here if you need help!

Portuguese translation here, can you confirm?

Reserved for you!
newbie
Activity: 45
Merit: 0
Reserved for pool (I hope)
full member
Activity: 135
Merit: 100
Portuguese translation here, can you confirm?
sr. member
Activity: 1148
Merit: 417
How do I make from the GIT source on linux? No autogen or configure. Working on making a pool.

Make file errors out with Makefile.66: *** multiple target patterns. Stop.

Its like the old Bitcoin in the sense of compiling

You will want to install the required deps first:

Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev libqrencode-dev

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

And these if you want to compile the QT on Linux:

Code:
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler

How to build denariusd on Linux:

Code:
git clone https://github.com/carsenk/denarius.git

cd denarius

cd src

chmod 777 -R leveldb

cd leveldb

make clean
make

cd ..

make -f makefile.unix

(If building the QT wallet on Linux you will need to comment out the first few lines in the .pro file to build)

Jump to: