Pages:
Author

Topic: [ANN]SummerCoin|POS|10% per day in 5 days|New wallet - page 54. (Read 162063 times)

hero member
Activity: 588
Merit: 500
It works, 10% for you.




Thank you. That problem got solved. But it still won't compile.

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
alert.cpp:1:0: note: this is the location of the previous definition
In file included from alert.cpp:12:0:
key.h:16:49: fatal error: openssl/ec.h: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

The system has openssl-1.0.1g installed.

Please read and fix it by your self, I can't give you all answer each time you get problem.

Ok. Understandable.

However, I did read the readme.md and followed the instructions in there (specifically for Gentoo) and this is not the first bitcoin-like wallet I compile on this PC. But this is the first time I get these errors.

As much as I understand it says I don't have a required OpenSSL header file even though I have OpenSSL installed.


--

I just got my first >0.1 SUM staking reward (with my Windows wallet).
legendary
Activity: 1036
Merit: 1000
See the total coin in block explorer, it increases very fast. 10% PoS is working, enjoy it.

i havent received yet, i am waiting to see that 10% coming
newbie
Activity: 28
Merit: 0
See the total coin in block explorer, it increases very fast. 10% PoS is working, enjoy it.
full member
Activity: 210
Merit: 100
pos no working!!

pos works , if not , can u explain why block count are increasing by the minute  ? U mean there is someone doing pow ?
newbie
Activity: 28
Merit: 0
It works, 10% for you.

http://i66.photobucket.com/albums/h269/congkhao60/Untitled_zpsb25b49dd.png


Thank you. That problem got solved. But it still won't compile.

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
alert.cpp:1:0: note: this is the location of the previous definition
In file included from alert.cpp:12:0:
key.h:16:49: fatal error: openssl/ec.h: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

The system has openssl-1.0.1g installed.

Please read and fix it by your self, I can't give you all answer each time you get problem.
full member
Activity: 280
Merit: 100
pos no working!!
hero member
Activity: 588
Merit: 500
full member
Activity: 210
Merit: 100
any report of 10% ?
sr. member
Activity: 294
Merit: 250
BLOCK 17000
full member
Activity: 210
Merit: 100
POS seems working!  Cheesy


it is working all along...........

Can you confirm? Too bad I updated the wallet today morning and should wait until tomorrow for the coins to mature

pos works , if not , can u explain why block count are increasing by the minute  ? U mean there is someone doing pow ?
legendary
Activity: 1596
Merit: 1010
6 blocks, I'm so excited Smiley
bcd
sr. member
Activity: 252
Merit: 250
POS seems working!  Cheesy


it is working all along...........

Can you confirm? Too bad I updated the wallet today morning and should wait until tomorrow for the coins to mature
full member
Activity: 210
Merit: 100
pos still doesnt work

pos works , if not , can u explain why block count are increasing by the minute  ? U mean there is someone doing pow ?

for those who think PoS dont work , read above.
full member
Activity: 210
Merit: 100
POS seems working!  Cheesy


it is working all along...........
full member
Activity: 253
Merit: 100
POS seems working!  Cheesy
sr. member
Activity: 294
Merit: 250
20 blocks left =)
newbie
Activity: 28
Merit: 0
full member
Activity: 280
Merit: 100
yeah,very soon Grin Grin Grin
sr. member
Activity: 294
Merit: 250
50 blocks left =)
hero member
Activity: 588
Merit: 500
I tried to build the current source from GIT on Gentoo as the Readme instructs but I dot this error:

Code:
user@miningrig ~/SUMC/src $ make -f makefile.unix USE_UPNP= BDB_INCLUDE_PATH='/usr/include/db4.8'
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/SUMC/src -I/home/user/SUMC/src/obj -I/usr/include/db4.8 -DUSE_IPV6=1 -I/home/user/SUMC/src/leveldb/include -I/home/user/SUMC/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
groestl.c:1:0: note: this is the location of the previous definition
groestl.c: In function âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2816:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â:
groestl.c:2952:17: warning: variable âbufâ set but not used [-Wunused-but-set-variable]
groestl.c: In function âvoid sph_groestl224_init(void*)â:
groestl.c:3013:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224(void*, const void*, size_t)â:
groestl.c:3020:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_close(void*, void*)â:
groestl.c:3027:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl224_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3034:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_init(void*)â:
groestl.c:3041:28: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2738:1: warning:   initializing argument 1 of âvoid groestl_small_init(sph_groestl_small_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256(void*, const void*, size_t)â:
groestl.c:3048:34: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2771:1: warning:   initializing argument 1 of âvoid groestl_small_core(sph_groestl_small_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_close(void*, void*)â:
groestl.c:3055:39: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl256_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3062:40: warning: invalid conversion from âvoid*â to âsph_groestl_small_context*â [-fpermissive]
groestl.c:2813:1: warning:   initializing argument 1 of âvoid groestl_small_close(sph_groestl_small_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_init(void*)â:
groestl.c:3069:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384(void*, const void*, size_t)â:
groestl.c:3076:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_close(void*, void*)â:
groestl.c:3083:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl384_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3090:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_init(void*)â:
groestl.c:3097:26: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2874:1: warning:   initializing argument 1 of âvoid groestl_big_init(sph_groestl_big_context*, unsigned int)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512(void*, const void*, size_t)â:
groestl.c:3104:32: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2907:1: warning:   initializing argument 1 of âvoid groestl_big_core(sph_groestl_big_context*, const void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_close(void*, void*)â:
groestl.c:3111:37: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: In function âvoid sph_groestl512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
groestl.c:3118:38: warning: invalid conversion from âvoid*â to âsph_groestl_big_context*â [-fpermissive]
groestl.c:2949:1: warning:   initializing argument 1 of âvoid groestl_big_close(sph_groestl_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
groestl.c: At global scope:
groestl.c:3122:1: fatal error: opening dependency file obj/groestl.d: No such file or directory
compilation terminated.
make: *** [obj/groestl.o] Error 1
Pages:
Jump to: