Post
Topic
Board Announcements (Altcoins)
Re: PRUX Currency Ultra Fast 3 second Transactions, ultra rare!
by
Merratzz
on 25/09/2017, 17:54:11 UTC
This project really needs compiled wallet, it'll make more people to come by and support it.
For example, I would like to join this project (create a wallet and start mining), but I simply cannot set up a wallet. I downloaded Qt but don't know what to do with the sources. Also I set up 2 VM's - Debian and Ubuntu, but I cannot compile sources there neither (some errors pops up, I tried to solve 'em but can't handle 'em all).
So it would be really great if someone handy could drop compiled files here or at least make some guide.

Try with Ubuntu 14.04 and do the follow to compile with the follow that work very good!

Dependency Build Instructions: Ubuntu & Debian
sudo apt-get install build-essential libssl-dev libdb4.8-dev libdb4.8++-dev libboost-all-dev libqrencode-dev (maybe some other, if you use other kind of linux) you will see in the terminal and you can ask google ;-)


Build prux-qt Wallet ( Graphic-Wallet)
cd prux
qmake "USE_UPNP=-"
make           
(you can give make -j4 for 4 Core faster build, if you have mutlicorecpu )
Start with prux-qt with
./prux-qt -addnode=46.127.57.167:9595


Build prux Daemon  ( prux server over terminal )
src folder
make clean -f makefile.unix USE_UPNP=-
Start with prux Daemon
./prux -server -addnode=46.127.57.167:9595

make a file named prux.conf  in your   ./prux folder 
Example for prux.conf : 

server=1
daemon=1
rpcuser=yourchoicerpcuser
rpcpassword=yourchoicepassword
rpcport=8933
port=9595
maxconnections=25
addnode=80.218.217.199:9595
addnode=81.169.208.246
addnode=80.241.222.46
addnode=82.146.41.39
addnode=37.187.153.6
addnode=46.127.57.167
addnode=45.77.1.113
addnode=108.237.13.94
addnode=50.232.104.35