Bitcoin Forum
May 21, 2024, 06:45:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Bounty] 50,000 SXC Bounty for fixing Linux makefile  (Read 1957 times)
chinsu (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 2



View Profile
May 28, 2013, 01:07:17 PM
 #1

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.
dudeami
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 28, 2013, 01:11:19 PM
 #2

lol, doesn't take an expert to do this. If you need an expert for this, have fun with a dead coin :p

Put your heart on the line, it determines your fate.
BTC: 1DUDEAMiV54PFJFSe5fen3wr1e71unkaGj
fenican
Hero Member
*****
Offline Offline

Activity: 1394
Merit: 505


View Profile
May 28, 2013, 01:14:17 PM
 #3

I think Hazard owes you a partial refund !
mkmen
Full Member
***
Offline Offline

Activity: 157
Merit: 100



View Profile
May 28, 2013, 01:17:00 PM
 #4

just run
Code:
make clean -f makefile.unix 
and it should compile fine (daemon)
chinsu (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 2



View Profile
May 28, 2013, 01:17:36 PM
 #5

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.
chinsu (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 2



View Profile
May 28, 2013, 01:18:51 PM
 #6

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?
mkmen
Full Member
***
Offline Offline

Activity: 157
Merit: 100



View Profile
May 28, 2013, 01:21:58 PM
Last edit: May 28, 2013, 01:32:03 PM by mkmen
 #7

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
Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
May 28, 2013, 01:22:20 PM
 #8

I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.

chinsu (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 2



View Profile
May 28, 2013, 01:39:49 PM
 #9

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.
fenican
Hero Member
*****
Offline Offline

Activity: 1394
Merit: 505


View Profile
May 28, 2013, 01:44:10 PM
 #10

chinsu - you can't even test this yourself?  Jesus F!  Who built this coin for you ??
ElBurro
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
May 28, 2013, 01:45:57 PM
 #11

I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.

Now that is funny.
mkmen
Full Member
***
Offline Offline

Activity: 157
Merit: 100



View Profile
May 28, 2013, 01:50:32 PM
 #12

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
TheSwede75
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
May 28, 2013, 02:00:49 PM
 #13

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...

Sondey10mg
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
May 28, 2013, 02:07:10 PM
 #14

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'?

 *Image Removed*
 *Image Removed*
Goaheadz
Full Member
***
Offline Offline

Activity: 209
Merit: 100



View Profile
May 28, 2013, 02:19:44 PM
 #15

Now that mkmen solved the linux compilation problem...send me the 50,000 coins since no one else want them.

S69d83NuvwbmCzQdVuYHvtsZ4LyQyGEDjc

thx
G


shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
May 28, 2013, 02:36:16 PM
 #16

I think Hazard owes you a partial refund !
I would not associate myself with such a garbage coin.

*cough *cough *bullshit *cough
chinsu (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 2



View Profile
May 28, 2013, 02:37:39 PM
 #17

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.
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 01, 2013, 06:34:58 PM
 #18

Code:
fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1


any ideas HuhHuh
loucy
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
June 03, 2013, 12:18:32 PM
 #19

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.
twobits
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
June 03, 2013, 12:25:50 PM
 #20

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

█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!