Bitcoin Forum
June 14, 2024, 01:05:39 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: securecoin why if this is a clone of quarkcoin will it not make on linux?  (Read 1437 times)
cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 28, 2013, 11:16:11 PM
 #1

Since the securecoin dev could not be  arsed to put any linux step by step guide to make the qt on linux i will ask here.

If this is a 100% quarkcoin clone coin, why will it not make on my linux ubuntu machine that already have all the things required to run the quarkcoind? and is already running it?

git clone securecoingitaddress
cd Securecoin
cd src
make -f makefile.unix

why is this still not working ?

In the readme file with securecoin it mentions sudo apt-get install libqtgui4

so i ran that already?

what now??

spoid
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


bearded, drunk, fat, naked


View Profile
August 28, 2013, 11:19:55 PM
 #2

i think you should reload the source code, OP said he patched it. however,

this is what I used (from the src directory):

chmod +x leveldb/build_detect_platform;
cd leveldb;
make clean;
cd ..;
make -f makefile.unix USE_UPNP=;

with great beard comes great liver. Reputation Thread: https://bitcointalk.org/index.php?topic=195803.0
Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 28, 2013, 11:29:38 PM
 #3

i think you should reload the source code, OP said he patched it. however,
This. I just tried it on a new machine and the git compiles fine (git version has the proper permissions on leveldb/build_detect_platform)

Quote
git clone https://github.com/securecoin/Securecoin.git
cd Securecoin/src
make -f makefile.unix
strip securecoind
(tweak the above as needed)

qt is only needed if you are making the gui wallet.

What kinds of errors are you getting?

Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
August 28, 2013, 11:39:52 PM
 #4

Well this thread just made me realise that I missed out on src.
Ty.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
baritus
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
August 28, 2013, 11:48:42 PM
 #5

it's not a clone. QRK is a clone of Sif. We used some parts of both, and both their developers didn't include even genesis block generation code, so it was custom made.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
quarkcoin
Member
**
Offline Offline

Activity: 83
Merit: 10



View Profile
August 29, 2013, 12:13:01 AM
 #6

it's not a clone. QRK is a clone of Sif. We used some parts of both, and both their developers didn't include even genesis block generation code, so it was custom made.


Well done on the clone. Qrk uses a variation on the Sif algorithm, so it is not a straight clone. The genesis block generating code is included, so well done on rewriting those 5 lines Tongue


cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 29, 2013, 12:20:02 AM
 #7

i think you should reload the source code, OP said he patched it. however,
This. I just tried it on a new machine and the git compiles fine (git version has the proper permissions on leveldb/build_detect_platform)

Quote
git clone https://github.com/securecoin/Securecoin.git
cd Securecoin/src
make -f makefile.unix
strip securecoind
(tweak the above as needed)

qt is only needed if you are making the gui wallet.

What kinds of errors are you getting?

not sure what is happening, just says all this then nothing happens, and it's not made after.


bmw.c: In function âvoid sph_bmw512_init(void*)â:
bmw.c:936:22: warning: invalid conversion from âvoid*â to âsph_bmw_big_context*â [-fpermissive]
bmw.c:764:1: warning:   initializing argument 1 of âvoid bmw64_init(sph_bmw_big_context*, const sph_u64*)â [-fpermissive]
bmw.c: In function âvoid sph_bmw512(void*, const void*, size_t)â:
bmw.c:943:21: warning: invalid conversion from âvoid*â to âsph_bmw_big_context*â [-fpermissive]
bmw.c:772:1: warning:   initializing argument 1 of âvoid bmw64(sph_bmw_big_context*, const void*, size_t)â [-fpermissive]
bmw.c: In function âvoid sph_bmw512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
bmw.c:957:31: warning: invalid conversion from âvoid*â to âsph_bmw_big_context*â [-fpermissive]
bmw.c:810:1: warning:   initializing argument 1 of âvoid bmw64_close(sph_bmw_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/Securecoin/src -I/root/Securecoin/src/obj -DUSE_IPV6=1 -I/root/Securecoin/src/leveldb/include -I/root/Securecoin/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
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]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/Securecoin/src -I/root/Securecoin/src/obj -DUSE_IPV6=1 -I/root/Securecoin/src/leveldb/include -I/root/Securecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/jh.d -o obj/jh.o jh.c
jh.c: In function âvoid sph_jh224_init(void*)â:
jh.c:1006:19: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:892:1: warning:   initializing argument 1 of âvoid jh_init(sph_jh_context*, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh224(void*, const void*, size_t)â:
jh.c:1013:23: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:909:1: warning:   initializing argument 1 of âvoid jh_core(sph_jh_context*, const void*, size_t)â [-fpermissive]
jh.c: In function âvoid sph_jh224_close(void*, void*)â:
jh.c:1020:34: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh224_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
jh.c:1027:35: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh256_init(void*)â:
jh.c:1034:19: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:892:1: warning:   initializing argument 1 of âvoid jh_init(sph_jh_context*, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh256(void*, const void*, size_t)â:
jh.c:1041:23: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:909:1: warning:   initializing argument 1 of âvoid jh_core(sph_jh_context*, const void*, size_t)â [-fpermissive]
jh.c: In function âvoid sph_jh256_close(void*, void*)â:
jh.c:1048:34: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh256_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
jh.c:1055:35: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh384_init(void*)â:
jh.c:1062:19: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:892:1: warning:   initializing argument 1 of âvoid jh_init(sph_jh_context*, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh384(void*, const void*, size_t)â:
jh.c:1069:23: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:909:1: warning:   initializing argument 1 of âvoid jh_core(sph_jh_context*, const void*, size_t)â [-fpermissive]
jh.c: In function âvoid sph_jh384_close(void*, void*)â:
jh.c:1076:35: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh384_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
jh.c:1083:36: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh512_init(void*)â:
jh.c:1090:19: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:892:1: warning:   initializing argument 1 of âvoid jh_init(sph_jh_context*, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh512(void*, const void*, size_t)â:
jh.c:1097:23: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:909:1: warning:   initializing argument 1 of âvoid jh_core(sph_jh_context*, const void*, size_t)â [-fpermissive]
jh.c: In function âvoid sph_jh512_close(void*, void*)â:
jh.c:1104:35: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
jh.c: In function âvoid sph_jh512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
jh.c:1111:36: warning: invalid conversion from âvoid*â to âsph_jh_context*â [-fpermissive]
jh.c:954:1: warning:   initializing argument 1 of âvoid jh_close(sph_jh_context*, unsigned int, unsigned int, void*, size_t, const void*)â [-fpermissive]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/Securecoin/src -I/root/Securecoin/src/obj -DUSE_IPV6=1 -I/root/Securecoin/src/leveldb/include -I/root/Securecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/keccak.d -o obj/keccak.o keccak.c
keccak.c: In function âvoid sph_keccak224_init(void*)â:
keccak.c:1713:21: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1526:1: warning:   initializing argument 1 of âvoid keccak_init(sph_keccak_context*, unsigned int)â [-fpermissive]
keccak.c: In function âvoid sph_keccak224(void*, const void*, size_t)â:
keccak.c:1720:32: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1569:1: warning:   initializing argument 1 of âvoid keccak_core(sph_keccak_context*, const void*, size_t, size_t)â [-fpermissive]
keccak.c: In function âvoid sph_keccak224_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
keccak.c:1734:31: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1704:1: warning:   initializing argument 1 of âvoid keccak_close28(sph_keccak_context*, unsigned int, unsigned int, void*)â [-fpermissive]
keccak.c: In function âvoid sph_keccak256_init(void*)â:
keccak.c:1741:21: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1526:1: warning:   initializing argument 1 of âvoid keccak_init(sph_keccak_context*, unsigned int)â [-fpermissive]
keccak.c: In function âvoid sph_keccak256(void*, const void*, size_t)â:
keccak.c:1748:32: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1569:1: warning:   initializing argument 1 of âvoid keccak_core(sph_keccak_context*, const void*, size_t, size_t)â [-fpermissive]
keccak.c: In function âvoid sph_keccak256_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
keccak.c:1762:31: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1705:1: warning:   initializing argument 1 of âvoid keccak_close32(sph_keccak_context*, unsigned int, unsigned int, void*)â [-fpermissive]
keccak.c: In function âvoid sph_keccak384_init(void*)â:
keccak.c:1769:21: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1526:1: warning:   initializing argument 1 of âvoid keccak_init(sph_keccak_context*, unsigned int)â [-fpermissive]
keccak.c: In function âvoid sph_keccak384(void*, const void*, size_t)â:
keccak.c:1776:32: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1569:1: warning:   initializing argument 1 of âvoid keccak_core(sph_keccak_context*, const void*, size_t, size_t)â [-fpermissive]
keccak.c: In function âvoid sph_keccak384_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
keccak.c:1790:31: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1706:1: warning:   initializing argument 1 of âvoid keccak_close48(sph_keccak_context*, unsigned int, unsigned int, void*)â [-fpermissive]
keccak.c: In function âvoid sph_keccak512_init(void*)â:
keccak.c:1797:21: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1526:1: warning:   initializing argument 1 of âvoid keccak_init(sph_keccak_context*, unsigned int)â [-fpermissive]
keccak.c: In function âvoid sph_keccak512(void*, const void*, size_t)â:
keccak.c:1804:31: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1569:1: warning:   initializing argument 1 of âvoid keccak_core(sph_keccak_context*, const void*, size_t, size_t)â [-fpermissive]
keccak.c: In function âvoid sph_keccak512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
keccak.c:1818:31: warning: invalid conversion from âvoid*â to âsph_keccak_context*â [-fpermissive]
keccak.c:1707:1: warning:   initializing argument 1 of âvoid keccak_close64(sph_keccak_context*, unsigned int, unsigned int, void*)â [-fpermissive]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/Securecoin/src -I/root/Securecoin/src/obj -DUSE_IPV6=1 -I/root/Securecoin/src/leveldb/include -I/root/Securecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/skein.d -o obj/skein.o skein.c
skein.c: In function âvoid sph_skein224_init(void*)â:
skein.c:1137:26: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:768:1: warning:   initializing argument 1 of âvoid skein_big_init(sph_skein_big_context*, const sph_u64*)â [-fpermissive]
skein.c: In function âvoid sph_skein224(void*, const void*, size_t)â:
skein.c:1144:30: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:859:1: warning:   initializing argument 1 of âvoid skein_big_core(sph_skein_big_context*, const void*, size_t)â [-fpermissive]
skein.c: In function âvoid sph_skein224_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
skein.c:1158:36: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:953:1: warning:   initializing argument 1 of âvoid skein_big_close(sph_skein_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
skein.c: In function âvoid sph_skein256_init(void*)â:
skein.c:1166:26: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:768:1: warning:   initializing argument 1 of âvoid skein_big_init(sph_skein_big_context*, const sph_u64*)â [-fpermissive]
skein.c: In function âvoid sph_skein256(void*, const void*, size_t)â:
skein.c:1173:30: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:859:1: warning:   initializing argument 1 of âvoid skein_big_core(sph_skein_big_context*, const void*, size_t)â [-fpermissive]
skein.c: In function âvoid sph_skein256_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
skein.c:1187:36: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:953:1: warning:   initializing argument 1 of âvoid skein_big_close(sph_skein_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
skein.c: In function âvoid sph_skein384_init(void*)â:
skein.c:1195:26: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:768:1: warning:   initializing argument 1 of âvoid skein_big_init(sph_skein_big_context*, const sph_u64*)â [-fpermissive]
skein.c: In function âvoid sph_skein384(void*, const void*, size_t)â:
skein.c:1202:30: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:859:1: warning:   initializing argument 1 of âvoid skein_big_core(sph_skein_big_context*, const void*, size_t)â [-fpermissive]
skein.c: In function âvoid sph_skein384_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
skein.c:1216:36: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:953:1: warning:   initializing argument 1 of âvoid skein_big_close(sph_skein_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
skein.c: In function âvoid sph_skein512_init(void*)â:
skein.c:1224:26: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:768:1: warning:   initializing argument 1 of âvoid skein_big_init(sph_skein_big_context*, const sph_u64*)â [-fpermissive]
skein.c: In function âvoid sph_skein512(void*, const void*, size_t)â:
skein.c:1231:30: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:859:1: warning:   initializing argument 1 of âvoid skein_big_core(sph_skein_big_context*, const void*, size_t)â [-fpermissive]
skein.c: In function âvoid sph_skein512_addbits_and_close(void*, unsigned int, unsigned int, void*)â:
skein.c:1245:36: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:953:1: warning:   initializing argument 1 of âvoid skein_big_close(sph_skein_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
g++ -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/Securecoin/src -I/root/Securecoin/src/obj -DUSE_IPV6=1 -I/root/Securecoin/src/leveldb/include -I/root/Securecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o securecoind leveldb/libleveldb.a obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/hash.o obj/bloom.o obj/noui.o obj/leveldb.o obj/txdb.o obj/blake.o obj/bmw.o obj/groestl.o obj/jh.o obj/keccak.o obj/skein.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /root/Securecoin/src/leveldb/libleveldb.a /root/Securecoin/src/leveldb/libmemenv.a

baritus
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
August 29, 2013, 12:20:53 AM
 #8

it's not a clone. QRK is a clone of Sif. We used some parts of both, and both their developers didn't include even genesis block generation code, so it was custom made.


Well done on the clone. Qrk uses a variation on the Sif algorithm, so it is not a straight clone. The genesis block generating code is included, so well done on rewriting those 5 lines Tongue

Well, not the one I wanted. Cheesy

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
n01d3x
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
August 29, 2013, 12:27:00 AM
 #9

I think I got it to compile, but it stays at blocks 0. Can't get it to connect I guess. We need a step by step guide!
cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 29, 2013, 12:29:26 AM
 #10

I think I got it to compile, but it stays at blocks 0. Can't get it to connect I guess. We need a step by step guide!

I tried telling the dev this but he completely ignored the suggestion.

Many coins are mining fine after i set them up on ubuntu including quark which is running fine. However securecoin will not make whatever i try, just seems to die off during the process.

n01d3x
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
August 29, 2013, 12:34:47 AM
 #11

I am a compiling noob, and I just used this from other guides but it at least compiled for me.
Code:
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp-dev
make -f makefile.unix "USE_UPNP=-"

Though it will not connect so I may have done something wrong.
cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 29, 2013, 12:38:00 AM
 #12

I am a compiling noob, and I just used this from other guides but it at least compiled for me.
Code:
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
apt-get install libgmp-dev
make -f makefile.unix "USE_UPNP=-"

Though it will not connect so I may have done something wrong.

My server must be fucked up i get this

The following packages have unmet dependencies:
 libboost-all-dev : Depends: libboost-dev but it is not going to be installed
                    Depends: libboost-chrono-dev but it is not going to be installed
                    Depends: libboost-date-time-dev but it is not going to be installed
                    Depends: libboost-filesystem-dev but it is not going to be installed
                    Depends: libboost-graph-dev but it is not going to be installed
                    Depends: libboost-graph-parallel-dev but it is not going to be installed
                    Depends: libboost-iostreams-dev but it is not going to be installed
                    Depends: libboost-locale-dev but it is not going to be installed
                    Depends: libboost-math-dev but it is not going to be installed
                    Depends: libboost-mpi-dev but it is not going to be installed
                    Depends: libboost-mpi-python-dev but it is not going to be installed
                    Depends: libboost-program-options-dev but it is not going to be installed
                    Depends: libboost-python-dev but it is not going to be installed
                    Depends: libboost-random-dev but it is not going to be installed
                    Depends: libboost-regex-dev but it is not going to be installed
                    Depends: libboost-serialization-dev but it is not going to be installed
                    Depends: libboost-signals-dev but it is not going to be installed
                    Depends: libboost-system-dev but it is not going to be installed
                    Depends: libboost-test-dev but it is not going to be installed
                    Depends: libboost-thread-dev but it is not going to be installed
                    Depends: libboost-timer-dev but it is not going to be installed
                    Depends: libboost-wave-dev but it is not going to be installed

strangely i don't need any of this to run the other coins though since they run fine on the server, fucking linux is a nightmare , thank fuck someone developed something decent like windows.



n01d3x
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
August 29, 2013, 12:46:13 AM
 #13

After adding the long list of nodes I got it to work.
cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 29, 2013, 01:18:05 AM
 #14

After adding the long list of nodes I got it to work.

glad you got it going in the end.

Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 29, 2013, 01:31:13 AM
 #15

...

1245:36: warning: invalid conversion from âvoid*â to âsph_skein_big_context*â [-fpermissive]
skein.c:953:1: warning:   initializing argument 1 of âvoid skein_big_close(sph_skein_big_context*, unsigned int, unsigned int, void*, size_t)â [-fpermissive]
g++ -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/Securecoin/src -I/root/Securecoin/src/obj -DUSE_IPV6=1 -I/root/Securecoin/src/leveldb/include -I/root/Securecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o securecoind leveldb/libleveldb.a obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/hash.o obj/bloom.o obj/noui.o obj/leveldb.o obj/txdb.o obj/blake.o obj/bmw.o obj/groestl.o obj/jh.o obj/keccak.o obj/skein.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /root/Securecoin/src/leveldb/libleveldb.a /root/Securecoin/src/leveldb/libmemenv.a

I am not seeing any errors in there. That last bit it is what it shows when the compilation was successful (linking complete).  Can you confirm that securecoind was not created?

If it was not created try doing:  make -f makefile.unix CXXFLAGS="-Wfatal-errors"  that will stop on the first error.

bitspill
Legendary
*
Offline Offline

Activity: 2086
Merit: 1015



View Profile
August 29, 2013, 02:31:29 AM
 #16

fucking linux is a nightmare , thank fuck someone developed something decent like windows.
A lot of people would disagree with you.

Have you tried compiling one of these coins on windows or do you just take the .exe and run it?

{ BitSpill }
cryptohunter (OP)
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 29, 2013, 02:48:06 AM
Last edit: August 29, 2013, 03:44:19 AM by cryptohunter
 #17

fucking linux is a nightmare , thank fuck someone developed something decent like windows.
A lot of people would disagree with you.

Have you tried compiling one of these coins on windows or do you just take the .exe and run it?

Happily just exe and run it. Luckily even if windows is not superior, windows users are treated as total noobs (even at using windows) so always get to just click and go. Also the lack of a ton of different versions is very helpful. ubuntu, centos, and all the rest of this shit that pops up from this devil.


Pmalek
Legendary
*
Offline Offline

Activity: 2800
Merit: 7200



View Profile
August 29, 2013, 09:45:59 AM
 #18

And so what if it is a clone?!! Big deal! 90% of alt coins are clone of LTC. So what? The thing is Quark sucked! And this is how it should be done...

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
bitspill
Legendary
*
Offline Offline

Activity: 2086
Merit: 1015



View Profile
August 29, 2013, 12:10:25 PM
 #19

And so what if it is a clone?!! Big deal! 90% of alt coins are clone of LTC. So what? The thing is Quark sucked! And this is how it should be done...
What about quark was no good? How is secure con better?

{ BitSpill }
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!