Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - barwizi

Pages: 1 ... 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 ... 51
616
I'll be done in an hour, hope i get there first. It's rough but it will work. I'll have to figure it for windows users though.

617
General Discussion / Building Genesis Blocks
« on: December 28, 2013, 06:34:14 am »
I think it's time a guide was written for how to actually honour coins from previous chains.

618
MemoryCoin / Re: minerd based cpu miner
« on: December 27, 2013, 05:32:50 pm »
to compile miner you need ssl library
in makefile.am change
Code: [Select]
minerd_LDADD        = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@to
Code: [Select]
minerd_LDADD        = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ -lssl -lcrypto

hey, i wonder, does it help anything to increase memory usage?

619
BitShares PTS / SO the GPU miner.......
« on: December 27, 2013, 02:31:05 pm »
is only for the elite?

620
MemoryCoin / Re: MMCPool compile
« on: December 26, 2013, 09:56:50 pm »
yes, from a security point of view that would be the way to go

621
MemoryCoin / Re: MMCPool compile
« on: December 26, 2013, 09:42:21 pm »
yes, the paths are clearly not included. give me a minute


ok, so you'll have to manually add all the paths to your dependencies and libraries. they are not there.

Thanks. How would I go about doing that?

mknsis file from what i can make out.


however, if you are just trying to bundle that with the QT, why not just use the pre-compiled version?

622
MemoryCoin / Re: CSO / CMO / CHA positions compromised
« on: December 26, 2013, 12:56:14 pm »
this system needs to be scrapped

623
MemoryCoin / Re: MMCPool compile
« on: December 26, 2013, 11:13:02 am »
yes, the paths are clearly not included. give me a minute


ok, so you'll have to manually add all the paths to your dependencies and libraries. they are not there.

624
MemoryCoin / Re: MMCPool compile
« on: December 26, 2013, 08:07:59 am »
ok, please post your config.log after using switches. It is essentially saying it is unable to either find or use your Openssl library, so we need to make it recognize it.

OPENSSL_INCLUDE_PATH=c:/deps/ssl/include
OPENSSL_LIB_PATH=c:/deps/ssl

is the typical path..

yours however is

C:\deps\openssl-1.0.1e\include
C:\deps\openssl-1.0.1e

so maybe you need to double check you .pro file if it matches with actual path names.

625
MemoryCoin / Re: MMCPool compile
« on: December 26, 2013, 07:37:55 am »
And show me your include_path(s) please

626
MemoryCoin / Re: MMCPool compile
« on: December 26, 2013, 07:30:36 am »
configure trusts the pre-processor, as a result if it can't find the libraries, configure reports an error. ensure that your dependencies are correctly installed and the paths are written correctly.

CFLAGS="-O3 -march=native -mtune=native -IC:\deps\openssl-1.0.1e\include -LC:\deps\openssl-1.0.1e" CXXFLAGS="-O3 -march=native -mtune=native -IC:\deps\openssl-1.0.1e\include -LC:\deps\openssl-1.0.1e" ./configure

try removing what i crossed out and tell me what happens.


627
MemoryCoin / Re: CSO / CMO / CHA positions compromised
« on: December 26, 2013, 06:45:35 am »
MVTEcsoqoc4bVUHgVdxnQx2L53vm5UgXpM

Online Support and advice. Vote me!!!

628
MemoryCoin / Re: MMCPool compile
« on: December 26, 2013, 06:40:07 am »
are you trying to compile on windows?

629
MemoryCoin / Re: XPool - How to continue & fix problems...
« on: December 25, 2013, 09:39:35 pm »
yes, perhaps we can figure a way of separating it. just pick a few people and work with them behind the scenes. 

here is an idea, you can rum multiple ones for the time being, when one crashes , miners auto failover to another copy and so on for a while, average time is 5 hours, so if you put 3 you can go to bed and we can deal with this in the morning.

saves you the trouble of sharing your hard work and keeps miners marginally happy while buying you time to fix it.

630
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 25, 2013, 09:21:55 pm »
i take it main_poolminer is the actual miner? I'm looking to start fiddling. Which line has the memory limit?

Pages: 1 ... 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 ... 51