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

Pages: [1] 2
1
中文 (Chinese) / 谁来告诉我bts这个钱包怎么用啊
« on: September 10, 2014, 06:31:04 am »
我下载了一个bts_wallet.tar.gz,打开之后只有一个命令行的窗口。

error opening log file: log.txt
not starting json-rpc server because rpc_password was not specified in configura
tion.
connecting to bitshares network: 127.0.0.1:4567
unable to connect to bitshares network at this time.


谁能告诉我这个黑窗口怎么用?有什么介绍的资料吗?还有就是怎么把pts的地址导入进来啊?毫无头绪。

2
谁能全文翻译一下啊?或者哪里能找到英文的全文啊

3
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: February 22, 2014, 12:00:45 pm »
@xolokram,

So far, I am not very sure what the issue is. Could you tell me how server judge a share is a identical clone? Or could you provide a fix on ptsminer v0.7? I can test it.

4
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: February 22, 2014, 10:31:43 am »
Or could you just revert your fix? so far, my old machines only can use ptsminer or jh's miner. Yam doesn't work because my linux kenerl is old and I cannot do upgrading for them.

5
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: February 22, 2014, 10:28:06 am »

@rejection rate:
i've activated a few security measurements on the pool, this includes disconnecting spamming miners (very rare!) and rejecting shares that are identical clones of already submitted shares. i know that the original miner is having an issue with this on machines with a lot of computing power due to the blocktemplate-creating method. i don't know if this has been changed/updated/fixed/checked on the third-party miners?!?!


@xolokram,
I am using ptsminer v0.7. Is it have the issue you mentioned above? If yes, how to fix it

6
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: February 21, 2014, 08:05:26 am »
Besides, there is one machine which is running opencl ptsminer of girino. Before yesterday, it only get 1 or 2 rejetion per day. But from yesterday, it's rejection rate is 30% so far.

7
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: February 21, 2014, 08:02:14 am »
@xolokram,
What I using is ptsminer0.7 linux sse4. The most of miners rejection over 20%, but not all. Before yesterday rebooting, It look not like this.
From payout log, also can see this. Before yesterday, I can get 0.2+pts per block, but yesterday, I only get 0.1 per block.
Could you have a look what happened?

8
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: February 21, 2014, 02:10:02 am »
@xolokram
After pool rebooting, the rejection is so high. Even I reboot my miner again and again. Anything changed?

9
 :) I see. anyway, thanks for your efforts

10
@xolokram,
my environment
gcc version 4.8.1 (GCC)
yasm 1.2.0

I used nm to check the .o file. I see the functions are there. Very strange. Could you help compile a Win32&SSE4 version and send to me? I have dozens of old servers are blocked on this. My email: bizthinker@qq.com. Thanks in advance.

11
@xolokram,

following are my comple log. I will appreciate it you can take a look.

$ make -f makefile.mingw
g++ -c  -m32 -O3 -mmmx -msse -msse2 -msse3 -msse4 -msse4.1  -fpermissive -o obj/
cpuid.o cpuid.c
yasm -f win32 -D WINABI -o obj/sha512_avx.o intel/sha512_avx.asm
yasm -f win32 -D WINABI -o obj/sha512_sse4.o intel/sha512_sse4.asm
g++ -c  -m32 -O3 -mmmx -msse -msse2 -msse3 -msse4 -msse4.1  -fpermissive -o obj/
sha512.o sha512.c
g++ -c  -m32 -O3 -mmmx -msse -msse2 -msse3 -msse4 -msse4.1  -fpermissive -o obj/
sph_sha2.o sph_sha2.c
sph_sha2.c: In function 'void sph_sha224_init(void*)':
sph_sha2.c:628:5: warning: invalid conversion from 'void*' to 'sph_sha224_contex
t*' [-fpermissive]
  sc = cc;
     ^
sph_sha2.c: In function 'void sph_sha256_init(void*)':
sph_sha2.c:643:5: warning: invalid conversion from 'void*' to 'sph_sha256_contex
t* {aka sph_sha224_context*}' [-fpermissive]
  sc = cc;
     ^
In file included from sph_sha2.c:655:0:
sph_md_helper.c: In function 'void sha224_short(void*, const void*, size_t)':
sph_md_helper.c:136:5: warning: invalid conversion from 'void*' to 'sph_sha224_c
ontext*' [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c: In function 'void sph_sha224(void*, const void*, size_t)':
sph_md_helper.c:186:5: warning: invalid conversion from 'void*' to 'sph_sha224_c
ontext*' [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c:208:21: warning: invalid conversion from 'const void*' to 'const
 unsigned char*' [-fpermissive]
   RFUN(data, SPH_VAL);
                     ^
sph_sha2.c:615:1: warning:   initializing argument 1 of 'void sha2_round(const u
nsigned char*, sph_u32*)' [-fpermissive]
 sha2_round(const unsigned char *data, sph_u32 r[8])
 ^
In file included from sph_sha2.c:655:0:
sph_md_helper.c: In function 'void sha224_addbits_and_close(void*, unsigned int,
 unsigned int, void*, unsigned int)':
sph_md_helper.c:250:5: warning: invalid conversion from 'void*' to 'sph_sha224_c
ontext*' [-fpermissive]
  sc = cc;
     ^
g++ -c  -m32 -O3 -mmmx -msse -msse2 -msse3 -msse4 -msse4.1  -fpermissive -o obj/
sph_sha2big.o sph_sha2big.c
sph_sha2big.c: In function 'void sph_sha384_init(void*)':
sph_sha2big.c:191:5: warning: invalid conversion from 'void*' to 'sph_sha384_con
text*' [-fpermissive]
  sc = cc;
     ^
sph_sha2big.c: In function 'void sph_sha512_init(void*)':
sph_sha2big.c:202:5: warning: invalid conversion from 'void*' to 'sph_sha512_con
text* {aka sph_sha384_context*}' [-fpermissive]
  sc = cc;
     ^
In file included from sph_sha2big.c:210:0:
sph_md_helper.c: In function 'void sha384_short(void*, const void*, size_t)':
sph_md_helper.c:136:5: warning: invalid conversion from 'void*' to 'sph_sha384_c
ontext*' [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c: In function 'void sph_sha384(void*, const void*, size_t)':
sph_md_helper.c:186:5: warning: invalid conversion from 'void*' to 'sph_sha384_c
ontext*' [-fpermissive]
  sc = cc;
     ^
sph_md_helper.c:208:21: warning: invalid conversion from 'const void*' to 'const
 unsigned char*' [-fpermissive]
   RFUN(data, SPH_VAL);
                     ^
sph_sha2big.c:178:1: warning:   initializing argument 1 of 'void sha3_round(cons
t unsigned char*, sph_u64*)' [-fpermissive]
 sha3_round(const unsigned char *data, sph_u64 r[8])
 ^
In file included from sph_sha2big.c:210:0:
sph_md_helper.c: In function 'void sha384_addbits_and_close(void*, unsigned int,
 unsigned int, void*, unsigned int)':
sph_md_helper.c:250:5: warning: invalid conversion from 'void*' to 'sph_sha384_c
ontext*' [-fpermissive]
  sc = cc;
     ^
g++ -c -m32 -O3 -mmmx -msse -msse2 -msse3 -msse4 -msse4.1  -m32 -mthreads -w -Wa
ll -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DWIN32 -D_WINDOWS
-DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D_WIN32_WINNT=0x0501 -DWINVER=
0x0501  -I"/home/dev/ptsminer-master_src/src" -I"/mingw/include" -o obj/main_poo
lminer.o main_poolminer.cpp
g++ -m32 -mthreads -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-param
eter  -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D_WIN
32_WINNT=0x0501 -DWINVER=0x0501  -I"/home/dev/ptsminer-master_src/src" -I"/mingw
/include" -Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -o ptsminer
.exe -L"/mingw/lib" obj/cpuid.o obj/sha512_avx.o obj/sha512_sse4.o obj/sha512.o
obj/sph_sha2.o obj/sph_sha2big.o obj/main_poolminer.o -l boost_system-mgw48-mt-d
-1_54 -l boost_filesystem-mgw48-mt-d-1_54 -l boost_program_options-mgw48-mt-d-1_
54 -l boost_thread-mgw48-mt-d-1_54 -l boost_chrono-mgw48-mt-d-1_54 -l kernel32 -
l user32 -l gdi32 -l comdlg32 -l winspool -l winmm -l shell32 -l comctl32 -l ole
32 -l oleaut32 -l uuid -l rpcrt4 -l advapi32 -l ws2_32 -l mswsock -l shlwapi
obj/sha512.o:sha512.c:(.text+0x6): undefined reference to `sha512_avx'
obj/sha512.o:sha512.c:(.text+0x16): undefined reference to `sha512_sse4'
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: obj/sha512
.o: bad reloc address 0x20 in section `.eh_frame'
collect2.exe: error: ld returned 1 exit status
make: *** [ptsminer.exe] Error 1


12
@xolokram,
when I try to build ptsminer for win32, I got following error
g++ -m32 -mthreads -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-param
eter  -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -D_WIN
32_WINNT=0x0501 -DWINVER=0x0501  -I"/home/dev/ptsminer-master_src/src" -I"/mingw
/include" -Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -o ptsminer
.exe -L"/mingw/lib" obj/cpuid.o obj/sha512_avx.o obj/sha512_sse4.o obj/sha512.o
obj/sph_sha2.o obj/sph_sha2big.o obj/main_poolminer.o -l boost_system-mgw48-mt-d
-1_54 -l boost_filesystem-mgw48-mt-d-1_54 -l boost_program_options-mgw48-mt-d-1_
54 -l boost_thread-mgw48-mt-d-1_54 -l boost_chrono-mgw48-mt-d-1_54 -l kernel32 -
l user32 -l gdi32 -l comdlg32 -l winspool -l winmm -l shell32 -l comctl32 -l ole
32 -l oleaut32 -l uuid -l rpcrt4 -l advapi32 -l ws2_32 -l mswsock -l shlwapi
obj/sha512.o:sha512.c:(.text+0x6): undefined reference to `sha512_avx'
obj/sha512.o:sha512.c:(.text+0x16): undefined reference to `sha512_sse4'

But in obj files, I can see these two function.
dev@EM-PC /home/dev/ptsminer-master_src/src
$ nm obj/sha512_avx.o
00000000 d .data
00000000 t .text
00000001 a @feat.00
00000000 T sha512_avx

dev@EM-PC /home/dev/ptsminer-master_src/src
$ nm obj/sha512_sse4.o
00000000 d .data
00000000 t .text
00000001 a @feat.00
00000000 T sha512_sse4

they are compiled by "yasm -f win32 ..."

Could you tell me what should I change? Thx

13
Technical Support / How to setup a protoshare pool
« on: January 12, 2014, 10:15:16 am »
Hi, I am new here. So far, I have hundreds machine. I am thinking about whether it is worth that setup a private pool for mining.
Anybody can tell me where I can find a guide about how to setup a  pts pool?

14
Technical Support / Re: Question about claiming MMC coin
« on: January 12, 2014, 09:29:23 am »
ok. I see.

15
Technical Support / Question about claiming MMC coin
« on: January 12, 2014, 08:43:52 am »
Hi, I have > 10 PTS, I tried following 2 steps:
1. dumpprivkey ... on protoshares-qt
2. importprivkey ... on mmc client
but nothing get.
are there any other prerequisite?

Pages: [1] 2