Sorry all but actually I don't know why it sends so much data. But as you can see, it use port 11110 to send. I think it's because of 10% PoS, it sends so much information to other client. I'm setting up new computer to rebuild wallet to make sure that it's not because of virus in my computer. You can scan wallet, I scan it but it seems that no virus in wallet.
I'll give all new wallet soon.
|
|
|
Ok, let me figure out how did I do with Summer code: 1. Download BC source code 2. Change the algorithm, change Specification 3. Add foundation support.
It uses the same base with BC, you can compare it. I don't add anything else to code. I hate virus and I don't want to add it to the wallet.
Maybe I'll setup another computer with all new environment and build new wallet. Let see what happend.
|
|
|
He is right! Something is disabled. Cannot deposit or withdraw.  Dev should inform exchanges when there is an update for wallet. The first post of the thread needs to get tidy. Dev isn't very listening. He is taking his own god damn time to do things in crucial stages. Sent them PM 2 days ago and they still didn't feedback, that's the reason why I think they updated. Ok, send them another one and send on support too.
|
|
|
Well, we probably won't get on Mintpal today, let's don't get too crazy, but we can make it as quick as possible. Before Mintpal we will probably get on Cryptsy or another pretty big exchenge. Even for example Cryptsy would make SUM much, much more popular Anyway PLEASE VOTE AND DONATE!  Dev should probably talk with some exchanges like Cryptsy, too. It's great we are writing to exchanges, but this would make much more effect if Dev talk to Cryptsy admins, maybe offer some coins. Someone donated for badger, 380 votes for now. I still sent 2 messages to Cryptsy but didn't get any reply from them.
|
|
|
this is still not updated! Updated, sorry for this mistake.
|
|
|
I'm working on an official website, we will have an official website soon. I think dev was dumping most his coins all of the time.otherwise this coin wont have the same price as YC.
My coin is not much enough to dump the price to the current price.
|
|
|
See the total coin in block explorer, it increases very fast. 10% PoS is working, enjoy it.
|
|
|
It works, 10% for you.  Thank you. That problem got solved. But it still won't compile. 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 <command-line>: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.
|
|
|
I tried to build the current source from GIT on Gentoo as the Readme instructs but I dot this error: 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 <command-line>: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 create obj folder before compiling.
|
|
|
I have had ZERO coins from staking have been on for over 48 hours.
Why is that?
That's normal. If you don't get stake, your coinage will increase and once you Generate a PoS block, you will get more coin.
|
|
|
Coin is for bounty/giveaway/pool/blockexplorer and others. Ok?
After I do everything for you, for community, can't sleep some night why don't I have coin for me? Nothing for my effort? I buy domain, buy host, how to buy it. I'm working on website development.
So, please don't cry as a child about that coins. It's too small in total coin now, 13 MIL?
Too much transaction make my wallet slow, so what I should do? Did you ever think about it?
And what did you do for SUM?
And if i want to go, make SUM to be a scam coin as many people thought, why did I have to fix PoS bug? I did it for nothing?
Please think before talk.
|
|
|
ok, before talk everything, you should we this: 10000 blocks and I only get 195000 COIN. http://cryptexplorer.com/address/SbcXQKB9wCZevLcugpKcweYkY9MHodWSkYThat's a bug of transaction display, no coin go to my wallet. I'm so tired and we'll have discussion tomorrow. You should see the total amount of balance, it decreased, not increased. That means coins went out, not come in. Don't claim me when you didn't saw everything.
|
|
|
1st block explorer 
|
|
|
10% start at block 17000. Remember to download new wallet.
there is no "new wallet"!.its just a fix with the same version number I wonder if this dev is only an incompetent, or a thief and scammer that is making fun of us all. I don't want to change version number, what's problem with only a version number? If you want, I can build a wallet for you with version 9.9.9.9. You are a scammer, not me.
|
|
|
Thank all for your support!!!
|
|
|
1h has passed. new wallet?
patience!!! 1-2 hours P/S: Just a joke, I'm uploading new wallet. Ok people, I wrote to Bter, Cryptsy and Mintpal with proposal to add SummerCoin on their exchange  You should do it as well! The more requests, the more serious they are! Write an email to them with adding SUM proposal  
|
|
|
Calm down people, new wallet will be released in 1-2 hours, 10% PoS will work as it should.
|
|
|
ok on main you wrote FOR ANYONE WHO STILL DOESN'T BELIEVE IN 10% POS and you posted 2 noobs claims of receiving 10%. now you realized it doesnt work.time to change the first page post and apologize and say you are a dumb ass for believing 2 noobs claims of receving 10% Maybe they have a small amount enough to not meet the overflow. @DEV after dealing with POS problem the most important thing is to have more active multipools AND get on bigger exchange
Coin without a web site does not look serious. Block explorer is also important. Website is on the way and Linux makefile will be fixed too.
|
|
|
|