dArKcRaVeDeV (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
May 15, 2015, 05:47:01 AM |
|
Im building a 32 bit version now. Should have it up soon.
|
|
|
|
Gibbs187x
Full Member
Offline
Activity: 126
Merit: 100
Moon
|
|
May 15, 2015, 05:47:26 AM |
|
Im building a 32 bit version now. Should have it up soon.
sweet!
|
|
|
|
TimSweat
Sr. Member
Offline
Activity: 392
Merit: 250
TimSweat
|
|
May 15, 2015, 05:49:34 AM |
|
Im building a 32 bit version now. Should have it up soon.
Thank you Dev . We will be waiting and hope this coin does well . Thank You .
|
|
|
|
TimSweat
Sr. Member
Offline
Activity: 392
Merit: 250
TimSweat
|
|
May 15, 2015, 05:50:33 AM |
|
New crave. Ok i will mine.
Hope you getting in now . It is already being mined now on suchpool .
|
|
|
|
mamahdedeh
Full Member
Offline
Activity: 812
Merit: 100
www.cd3d.app
|
|
May 15, 2015, 05:55:51 AM |
|
|
|
|
|
Digital_Currency_LTD
|
|
May 15, 2015, 05:57:21 AM |
|
Somebody can help? Still not sync.
I made a darkcrave.conf file, and run the wallet with:
darkcrave-qt.exe -conf=darkcrave.conf
0 connections...
EDIT: trying on 2 PC (home and a server too)
|
|
|
|
kevin1234a
Legendary
Offline
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
|
|
May 15, 2015, 05:59:57 AM |
|
people who does have previously installed secp256k1 (like me) need to reset it below are the instructions might helpful for someone git clone https://github.com/bitcoin/secp256k1 cd secp256k1 git reset a0d3b8 git add . git reset --hard ./autogen.sh ./configure make sudo make install cd .. sudo ldconfig
cd DarkCrave/src make -f makefile.unix USE_UPNP= strip DarkCraved
|
|
|
|
totoy
|
|
May 15, 2015, 06:06:08 AM |
|
Somebody can help? Still not sync.
I made a darkcrave.conf file, and run the wallet with:
darkcrave-qt.exe -conf=darkcrave.conf
0 connections...
EDIT: trying on 2 PC (home and a server too)
try adding this node to your conf 195.154.162.140:33162 74.120.220.54:33162 119.121.145.185:33162 98.111.125.85:33162 173.23.75.89:33162 119.94.233.89:33162 174.45.66.179:57236 206.255.66.106:33162
|
|
|
|
|
Hoganye
|
|
May 15, 2015, 06:10:31 AM |
|
A competent dev! Is time for moon.
|
|
|
|
TimSweat
Sr. Member
Offline
Activity: 392
Merit: 250
TimSweat
|
|
May 15, 2015, 06:12:13 AM |
|
Thank You very much . That will help a lot of us with 32 bit systems .
|
|
|
|
kevin1234a
Legendary
Offline
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
|
|
May 15, 2015, 06:12:26 AM |
|
people who does have previously installed secp256k1 (like me) need to reset it below are the instructions might helpful for someone git clone https://github.com/bitcoin/secp256k1 cd secp256k1 git reset a0d3b8 git add . git reset --hard ./autogen.sh ./configure make sudo make install cd .. sudo ldconfig
cd DarkCrave/src make -f makefile.unix USE_UPNP= strip DarkCraved i followed above scenario and getting below error any word of advise chief pi@raspberrypi ~/DarkCrave/src $ make -f makefile.unix USE_UPNP= /bin/sh ../share/genbuild.sh obj/build.h g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/pi/DarkCrave/src -I/home/pi/DarkCrave/src/obj -DENABLE_WALLET -I/home/pi/DarkCrave/src/leveldb/include -I/home/pi/DarkCrave/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/key.d -o obj/key.o key.cpp key.cpp:29:5: error: ‘secp256k1_context_t’ does not name a type key.cpp: In constructor ‘{anonymous}::CSecp256k1Init::CSecp256k1Init()’: key.cpp:31:9: error: ‘ctx’ was not declared in this scope key.cpp:31:40: error: ‘SECP256K1_CONTEXT_SIGN’ was not declared in this scope key.cpp:31:62: error: ‘secp256k1_context_create’ was not declared in this scope key.cpp: In destructor ‘{anonymous}::CSecp256k1Init::~CSecp256k1Init()’: key.cpp:34:35: error: ‘ctx’ was not declared in this scope key.cpp:34:38: error: ‘secp256k1_context_destroy’ was not declared in this scope key.cpp: In member function ‘bool CKey::SetPrivKey(const CPrivKey&, bool)’: key.cpp:471:61: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘CPrivKey CKey::GetPrivKey() const’: key.cpp:490:66: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘CPubKey CKey::GetPubKey() const’: key.cpp:506:65: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘bool CKey::Sign(const uint256&, std::vector<unsigned char>&) const’: key.cpp:528:57: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector<unsigned char>&) const’: key.cpp:552:75: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable] key.cpp: In member function ‘bool CKey::Load(CPrivKey&, CPubKey&, bool)’: key.cpp:568:61: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector<unsigned char>&) const’: key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable] key.cpp: In member function ‘bool CPubKey::IsFullyValid() const’: key.cpp:654:60: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘bool CPubKey::Decompress()’: key.cpp:669:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘bool CKey::Derive(CKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:711:70: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’ makefile.unix:199: recipe for target 'obj/key.o' failed make: *** [obj/key.o] Error 1 pi@raspberrypi ~/DarkCrave/src $
|
|
|
|
TimSweat
Sr. Member
Offline
Activity: 392
Merit: 250
TimSweat
|
|
May 15, 2015, 06:13:04 AM |
|
A competent dev! Is time for moon.
I hope so . I will only get a few coins , but a few is better than none . So I hope the few I get is very very well worth it .
|
|
|
|
adaseb
Legendary
Offline
Activity: 3878
Merit: 1733
|
|
May 15, 2015, 06:13:22 AM |
|
people who does have previously installed secp256k1 (like me) need to reset it below are the instructions might helpful for someone git clone https://github.com/bitcoin/secp256k1 cd secp256k1 git reset a0d3b8 git add . git reset --hard ./autogen.sh ./configure make sudo make install cd .. sudo ldconfig
cd DarkCrave/src make -f makefile.unix USE_UPNP= strip DarkCraved Any idea how to do this using MINGW32 ? It says the reset and add commands aren't found
|
|
|
|
kampretkabur
|
|
May 15, 2015, 06:20:03 AM |
|
got 10 active connections now by using 2 nodes from OP
|
|
|
|
Digital_Currency_LTD
|
|
May 15, 2015, 06:20:18 AM |
|
Somebody can help? Still not sync.
I made a darkcrave.conf file, and run the wallet with:
darkcrave-qt.exe -conf=darkcrave.conf
0 connections...
EDIT: trying on 2 PC (home and a server too)
try adding this node to your conf 195.154.162.140:33162 74.120.220.54:33162 119.121.145.185:33162 98.111.125.85:33162 173.23.75.89:33162 119.94.233.89:33162 174.45.66.179:57236 206.255.66.106:33162 Not worked. Can you give me your full conf file please?
|
|
|
|
Digital_Currency_LTD
|
|
May 15, 2015, 06:20:46 AM |
|
got 10 active connections now by using 2 masternodes from OP
Can you give me your full conf file please?
|
|
|
|
dArKcRaVeDeV (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
May 15, 2015, 06:24:20 AM |
|
Im going to recompile both 32bit and 64 bit with all peers on the network added to the wallet. It should work fine for everyone once i do it. Give me about 30 mins to get everything ready. Im going to update the checkpoints while i'm at it.
|
|
|
|
kampretkabur
|
|
May 15, 2015, 06:25:25 AM |
|
got 10 active connections now by using 2 masternodes from OP
Can you give me your full conf file please? i dont know how to put an image, all i did was create DarkCrave.conf with these nodes addnode=192.241.237.249 addnode=104.131.35.160 then restart the client, thats all
|
|
|
|
Digital_Currency_LTD
|
|
May 15, 2015, 06:25:31 AM |
|
Im going to recompile both 32bit and 64 bit with all peers on the network added to the wallet. It should work fine for everyone once i do it. Give me about 30 mins to get everything ready. Im going to update the checkpoints while i'm at it.
Thanks!
|
|
|
|
|