Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: chinsu on May 28, 2013, 01:07:17 PM



Title: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: chinsu on May 28, 2013, 01:07:17 PM
Looking for an expert to fix Sexcoin source for Linux (fix makefile script.. so others can compile it under Linux)

Source code: https://docs.google.com/file/d/0By1jx2LvWnjoX3lnNjF2YnVUTTA/edit?usp=sharing

Reward as title.
Thank you.


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: dudeami on May 28, 2013, 01:11:19 PM
lol, doesn't take an expert to do this. If you need an expert for this, have fun with a dead coin :p


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: fenican on May 28, 2013, 01:14:17 PM
I think Hazard owes you a partial refund !


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: mkmen on May 28, 2013, 01:17:00 PM
just run
Code:
make clean -f makefile.unix 
and it should compile fine (daemon)


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: chinsu on May 28, 2013, 01:17:36 PM
lol, doesn't take an expert to do this. If you need an expert for this, have fun with a dead coin :p
I think Hazard owes you a partial refund !
Not so helpful post. No one cares.

Still looking for an expert to fix compile source under Linux.


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: chinsu on May 28, 2013, 01:18:51 PM
just run
Code:
make clean -f makefile.unix 
and it should compile fine (daemon)
I don't know Linux, but others said it has error when compiling. Can you try and fix it?


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: mkmen on May 28, 2013, 01:21:58 PM
yeah, there was an error when compiling, you need to run (in the src directory)
Code:
make clean -f makefile.unix
and then
Code:
make -f makefile.unix
or
Code:
make -f makefile.unix USE_UPNP=-
if you don't have UPNP libs


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: Hazard on May 28, 2013, 01:22:20 PM
I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: chinsu on May 28, 2013, 01:39:49 PM
yeah, there was an error when compiling, you need to run (in the src directory)
Code:
make clean -f makefile.unix
and then
Code:
make -f makefile.unix
or
Code:
make -f makefile.unix USE_UPNP=-
if you don't have UPNP libs

Will give your instruction to pool maker. Bounty will be sent once it works.
Thank you.


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: fenican on May 28, 2013, 01:44:10 PM
chinsu - you can't even test this yourself?  Jesus F!  Who built this coin for you ??


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: ElBurro on May 28, 2013, 01:45:57 PM
I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.

Now that is funny.


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: mkmen on May 28, 2013, 01:50:32 PM
to compile QT client on linux you need to open and remove these lines from the file Sexcoin-qt.pro
Code:
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:\deps\boost_1_53_0
BOOST_LIB_PATH=C:\deps\boost_1_53_0\stage\lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1b/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1b
then run
Code:
make distclean
qmake USE_UPNP=-
make
assuming you have all the needed libs you should be able to compile QT client now

how to compile daemon is already posted above


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: TheSwede75 on May 28, 2013, 02:00:49 PM
What the fuck is this forum turning into? You launch a coin with 2 MILLION coins premined and can't even figure out how to compile the fucking client? Are you mentally slow?

How I miss he days when members with more than 50 posts launched coins...



Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: Sondey10mg on May 28, 2013, 02:07:10 PM
What the fuck is this forum turning into? You launch a coin with 2 MILLION coins premined and can't even figure out how to compile the fucking client? Are you mentally slow?

How I miss he days when members with more than 50 posts launched coins...



forgot a '0'?


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: Goaheadz on May 28, 2013, 02:19:44 PM
Now that mkmen solved the linux compilation problem...send me the 50,000 coins since no one else want them.

S69d83NuvwbmCzQdVuYHvtsZ4LyQyGEDjc

thx
G




Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: shakezula on May 28, 2013, 02:36:16 PM
I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.

*cough *cough *bullshit *cough


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: chinsu on May 28, 2013, 02:37:39 PM
to compile QT client on linux you need to open and remove these lines from the file Sexcoin-qt.pro
Code:
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:\deps\boost_1_53_0
BOOST_LIB_PATH=C:\deps\boost_1_53_0\stage\lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1b/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1b
then run
Code:
make distclean
qmake USE_UPNP=-
make
assuming you have all the needed libs you should be able to compile QT client now

how to compile daemon is already posted above
Reported working. Reserved bounty for mkmen. Pm sent.


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: napoleon2121 on June 01, 2013, 06:34:58 PM
Code:
fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1


any ideas ??????


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: loucy on June 03, 2013, 12:18:32 PM
Code:
fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

You have to install the development files of libboost.


Title: Re: [Bounty] 50,000 SXC Bounty for fixing Linux makefile
Post by: twobits on June 03, 2013, 12:25:50 PM
lol, doesn't take an expert to do this. If you need an expert for this, have fun with a dead coin :p

Dude, ofc you need an expert   http://www.youtube.com/watch?v=D7lBJPMun2A