Pages:
Author

Topic: [ANN ][SCORE][POW][Scrypt] - page 22. (Read 21012 times)

full member
Activity: 275
Merit: 100
Data Collecting Textile Circuitry
September 17, 2017, 04:18:08 PM
#75
whos mining this? how are you doing it? i've tried downloading a couple different miners (ccminer and cudaminer). either the miner is like 3 years old, no longer available or defender is blocking it, saying it contains a virus.
sr. member
Activity: 546
Merit: 252
September 17, 2017, 01:08:32 PM
#74
i will remove the New Masternode Source from Github and release it when its finished, because download and compile it while its not finished

Mark, thanks for the continuous updates.  Take your time and get everything done in the amount of time that you need.  The people who are holding SCORE are continuing to hold.  The people that sold already have.  I still think that this coin has great potential and if MN's are added, the price surely will recover.

Keeping Cryptopia is very important, and I'm glad that you have been able to keep the listing and make additions to SCORE coin.  Keep being active in here and the Discord and the community will grow. 
full member
Activity: 140
Merit: 100
DeepOnion ♡
September 17, 2017, 09:52:46 AM
#73
Ya release the Master Nodes when its done ..  Wink
This will give less problems  Cool
sr. member
Activity: 560
Merit: 250
September 17, 2017, 06:09:26 AM
#72
i will remove the New Masternode Source from Github and release it when its finished, because download and compile it while its not finished
hero member
Activity: 673
Merit: 506
September 17, 2017, 02:43:24 AM
#71
link right source please, i'm trying from
https://github.com/marksteven2017/Scorecoin
Just make sure you select Master under branch, NOT ScorecoinMasternodeSource until the new code is officially released ! It looks like some miners already started using parts of the new code, the network has been acting weird since yesterday. Do realize that you might end up with invalid blocks so stick with the official code until the DEV releases the new one !
full member
Activity: 756
Merit: 103
September 16, 2017, 07:27:15 PM
#70
Is there a bounty for the french translation ? If yes, I'll gladly do it.
full member
Activity: 132
Merit: 100
Walking alone in the darkness
September 16, 2017, 07:17:46 PM
#69
link right source please, i'm trying from
https://github.com/marksteven2017/Scorecoin
sr. member
Activity: 560
Merit: 250
September 16, 2017, 06:28:23 AM
#68
need some helping here, cannot build from source:
Code:
/Scorecoin/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/atlas/Scorecoin/src -I/home/atlas/Scorecoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/atlas/Scorecoin/src/leveldb/include -I/home/atlas/Scorecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.h:13:0,
                 from alert.cpp:11:
util.h:245:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
     return strprintf("%"PRI64d, n);
                      ^
In file included from alert.cpp:13:0:
net.h:376:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
             printf("askfor %s   %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str());
                    ^
alert.cpp:53:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         "    nRelayUntil  = %"PRI64d"\n"
         ^
alert.cpp:54:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         "    nExpiration  = %"PRI64d"\n"
         ^
alert.cpp: In member function ‘bool CAlert::CheckSignature() const’:
alert.cpp:146:24: error: ‘Params’ was not declared in this scope
     CPubKey key(Params().AlertKey());
                        ^
makefile.unix:186: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
atlas@scw:~/Scorecoin/src$

if you try from new source,
the new source is not finished, i am working on it daily. so dont try to compile it until finish
full member
Activity: 140
Merit: 100
DeepOnion ♡
September 16, 2017, 06:19:47 AM
#67
For today Scorecoin and TradecoinV2 many updates completed,look at Github, next comes tomorrow.Maybe suddenly or soon masternode release?

Sudden masternodes ? Tel us when u are ready  Grin Grin Grin
newbie
Activity: 48
Merit: 0
September 16, 2017, 03:47:11 AM
#66
good stuff Mark, hope you are better now

Scorecoin is under the radar, but the masternode news will bring score to new highs.

Keep on trucking
member
Activity: 144
Merit: 10
A coin saved is a coin earned. Get another today!
September 15, 2017, 10:38:11 PM
#65
Waiting on the masternodes... been following the progress.
member
Activity: 98
Merit: 10
September 15, 2017, 10:27:03 PM
#64
up and mining over at thecryptopool.com

-a scrypt -o stratum+tcp://thecryptopool.com:3433 -u walletaddress -p c=SCORE
sr. member
Activity: 546
Merit: 252
September 15, 2017, 09:55:04 PM
#63
Keep working on the progress of the coin.  This is great to hear for holder of SCORE
full member
Activity: 132
Merit: 100
Walking alone in the darkness
September 15, 2017, 09:44:04 PM
#62
need some helping here, cannot build from source:
Code:
/Scorecoin/src$ make -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/atlas/Scorecoin/src -I/home/atlas/Scorecoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/atlas/Scorecoin/src/leveldb/include -I/home/atlas/Scorecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.h:13:0,
                 from alert.cpp:11:
util.h:245:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
     return strprintf("%"PRI64d, n);
                      ^
In file included from alert.cpp:13:0:
net.h:376:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
             printf("askfor %s   %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str());
                    ^
alert.cpp:53:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         "    nRelayUntil  = %"PRI64d"\n"
         ^
alert.cpp:54:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         "    nExpiration  = %"PRI64d"\n"
         ^
alert.cpp: In member function ‘bool CAlert::CheckSignature() const’:
alert.cpp:146:24: error: ‘Params’ was not declared in this scope
     CPubKey key(Params().AlertKey());
                        ^
makefile.unix:186: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
atlas@scw:~/Scorecoin/src$
sr. member
Activity: 560
Merit: 250
September 15, 2017, 07:19:04 PM
#61
For today Scorecoin and TradecoinV2 many updates completed,look at Github, next comes tomorrow.Maybe suddenly or soon masternode release?
sr. member
Activity: 560
Merit: 250
September 15, 2017, 04:11:52 PM
#60
TradecoinV2 and Scorecoin Masternodes will release at same Time, code update goes well, just look at github. i make both at same time!
sr. member
Activity: 560
Merit: 250
September 15, 2017, 04:11:37 PM
#59
Will this be a hardfork or will you use sporks? Please give us Pool some time and notice before!

it will be a hardfork, but i will let you know
full member
Activity: 210
Merit: 100
AltMiner.Net | Low-Fee Pool | 2hr Payout
September 15, 2017, 03:44:41 PM
#58
Will this be a hardfork or will you use sporks? Please give us Pool some time and notice before!
full member
Activity: 140
Merit: 100
DeepOnion ♡
September 15, 2017, 03:03:52 PM
#57
Created new Branch, i am working on this source code, track it live, till Masternodes!
https://github.com/marksteven2017/Scorecoin/tree/ScorecoinMasternodeSource

Awesome . Updates are showing up .. Keep up the good work Mark .. MasterNodes SOOOON ! Cool Cool
full member
Activity: 294
Merit: 100
September 15, 2017, 02:27:29 PM
#56
When the new code is up and running/implemented SCORE would skyrocket. Good times ahead  Smiley
Pages:
Jump to: