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

Pages: 1 [2] 3 4
16
MemoryCoin / Re: [ANN] MMCPool.com - Win64 / OSX64 - LOW REJECT RATE
« on: December 28, 2013, 02:08:42 pm »
do you have set the  limit of connects from one wallet address or an ip address. i have over 100 computers,use win7 32bit,a lot of computers allways disconnect from our poor. diappered as i shoud  ned Authenticate,and should wait for 10 Second

Win32? Which miner are you using? MMCPool has x64 miner only.
https://bitsharestalk.org/index.php?topic=1630.msg18653#msg18653

17
MemoryCoin / Re: [ANN] mmc.xpool.xram.co - First Memorycoin Pool
« on: December 28, 2013, 11:49:04 am »
maybe someone can help me... to explain this error.. or how  i can fix this
i try compile 64 bit version from source miner for this pool


18
MemoryCoin / Re: [ANN][BETA] MMC-Pool.com
« on: December 28, 2013, 09:06:43 am »
statistics on pool dont work? i dont see any found block...

19
MemoryCoin / Re: MMCPool compile
« on: December 28, 2013, 01:38:17 am »
i compiled with flags "-O3 -march=corei7-avx -maes"
./configure CFLAGS="-O3 -march=corei7-avx -maes"

20
MemoryCoin / Re: MMCPool compile
« on: December 28, 2013, 01:32:15 am »
i7-3770 with aes support
miner32 - 1.75 (4 threads)
miner64 - 1.80 (4 threads)
wallet32- 1,72 (4 threads)
hm.. on my test pc i dont see any difference ... 64 bit version miner a little faster ... miner32 and wallet the same speed....


21
MemoryCoin / Re: MMCPool compile
« on: December 27, 2013, 11:59:09 pm »
or try compile 64 bit version...

1. mingw64
Download MinGW64 from http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/
 Choose mingw-w64-bin_i686-mingw_20111220.zip
 Extract ZIP to C:\MinGW64
 Add C:\MinGW64\bin to your path before C:\MinGW\bin

2.curl
Code: [Select]
cd /c/deps
tar -xvzf curl-7.30.0.tar.gz
cd curl-7.30.0
./configure --host=x86_64-w64-mingw32 –-prefix=/c/mingw64
make
make install
cp /c/deps/curl-7.30.0/docs/libcurl/libcurl.m4 /c/mingw/share/aclocal/libcurl.m4


3. Install pthreads
download pthreads-20100604.zip from http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/pthreads/ and put it in C:\deps\
 unzip the file to c:\deps\
 In the mingw64 subdirectory is pthreads-w64.zip - extract the contents to C:\MinGW64

4.openssl
Code: [Select]
cd /c/deps
tar xvzf openssl-1.0.1e.tar.gz
cd openssl-1.0.1e
CROSS_COMPILE="x86_64-w64-mingw32-" ./Configure mingw64  shared --prefix=/c/mingw64
make
make install

5.compile source
Code: [Select]
./autogen.sh
./configure --host=x86_64-w64-mingw32 CFLAGS="-O3 (flags what you need)"
make
x86_64-w64-mingw32-strip minerd.exe


23
MemoryCoin / Re: MMCPool compile
« on: December 27, 2013, 11:18:05 pm »
MVTEcnoTrUAeYrd3yzXm3nd4S73yACDtMa 

24
MemoryCoin / Re: MMCPool compile
« on: December 27, 2013, 10:20:33 pm »
maybe someone will be need this information... how to build miner for mmcpool.com on windows (32-bit)...

1. Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/)
Choose msys-base, myngw32-base,myngw32-gcc-g++  then apply changes
(check if set path in windows env. c:/mingw/bin)

2.Install libcurl
download curl-7.30.0.tar.gz from http://curl.haxx.se/download.html and put it in C:\deps\
in MSYS shell
Code: [Select]
cd /c/deps
tar -xvzf curl-7.30.0.tar.gz
cd curl-7.30.0
./configure –prefix=/c/mingw
make
make install
copy c:\deps\curl-7.30.0\docs\libcurl\libcurl.m4 c:\mingw\share\aclocal
copy c:\deps\curl-7.30.0\curl-config c:\mingw\bin

3.Install opensll
download  OpenSSL: http://www.openssl.org/source/openssl-1.0.1e.tar.gz and put it in C:\deps\
in MSYS shell
Code: [Select]
cd /c/deps
tar xvzf openssl-1.0.1e.tar.gz
cd openssl-1.0.1e
./Configure --prefix=/c/mingw shared mingw
make
make install

4.Compile miner.
download source https://github.com/glitchman/mmcminer
extract in c:/deps
create folde m4 ... copy c:\deps\curl-7.30.0\docs\libcurl\libcurl.m4 c:\deps\mmcminer\m4
edit autogen.sh
change
Code: [Select]
aclocalto
Code: [Select]
aclocal -I m4
edit makefile.am
add
Code: [Select]
ACLOCAL_AMFLAGS = -I m4
change
Code: [Select]
minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ to
Code: [Select]
minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ -lssl -lcrypto

In the MSYS shell, navigate to the CPUminer source code directory
Code: [Select]
./autogen.sh
./configure CFLAGS="-O3 -msse2"
make
strip minerd.exe

copy minerd.exe, C:\MinGW\bin\libcurl-4.dll, and C:\MinGW\bin\pthreadGC2.dll to the same directory

enjoy.. ))








25
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 07:27:24 pm »
we need win64 miner for this pool))

26
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 07:16:42 pm »
killerbyte can you post block hash 3026 3000

I can:

00005dc64788dcc719525582c846d156f666cf95a5de41a6d8716aecf7a2cfa7
0000926cf4505ac2c8c255d5ba6151a710128dc80bd220136ac8ed3eb5cc7541

...oh, that was revealing... the block number is off :) I dont understand though... I fixed that bug ages ago.

Oh well, makes almost no difference. I will fix that though.
its good news for miners who mine on you pool)) that means pool isnt on fork...
00005dc64788dcc719525582c846d156f666cf95a5de41a6d8716aecf7a2cfa7 3027
0000926cf4505ac2c8c255d5ba6151a710128dc80bd220136ac8ed3eb5cc7541 3001

27
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 06:59:25 pm »
killerbyte can you post block hash 3026 3000

28
MemoryCoin / Re: minerd based cpu miner
« on: December 27, 2013, 05:03:09 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

29
MemoryCoin / Re: mmc.xpool.xram.co - First Memorycoin Pool
« on: December 27, 2013, 04:14:54 pm »
KillerByte please check your server.. you have the same blocks found like on mmcpool.com!!

Pages: 1 [2] 3 4