Pages:
Author

Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark= - page 19. (Read 826713 times)

legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
Hey, when will the mac wallet be fixed? I've all my coins in bittrex at the moment and would like to move them to stake..

I also use a mac and i installed a free software called virtualboxVM to create a windows virtual machine.
It is very easy to use and your mac starts to run any windows software.
You can create as many virtual machines you want with linux too, just need have ram.
my wallet on the virtual machine is staking a lot


https://www.virtualbox.org/wiki/Downloads


sr. member
Activity: 266
Merit: 250
Infected Mushroom
Hey, when will the mac wallet be fixed? I've all my coins in bittrex at the moment and would like to move them to stake..

Mac wallet was made by community itself. I think it was mammix2, I PMed to see if he can do it for the new update.
newbie
Activity: 9
Merit: 0
Hey, when will the mac wallet be fixed? I've all my coins in bittrex at the moment and would like to move them to stake..
legendary
Activity: 2688
Merit: 1240
make -f makefile.unix
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/schernikau/crave/src -I/home/schernikau/crave/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/schernikau/crave/src/leveldb/include -I/home/schernikau/crave/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: In member function ‘bool CKey::SignCompact(const uint256&, std::vector&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
make: *** [obj/key.o] Error 1


Any idea?
Newest secp256k1 is installed.


latest version won't work, you have to use commit 729badf (https://github.com/bitcoin/secp256k1/commit/729badff148a00aebedce663e4ebb5a039170d9b)
full member
Activity: 219
Merit: 100
crave value was joke,, too cheap now  Angry
legendary
Activity: 1232
Merit: 1001
make -f makefile.unix
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/schernikau/crave/src -I/home/schernikau/crave/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/schernikau/crave/src/leveldb/include -I/home/schernikau/crave/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: In member function ‘bool CKey::SignCompact(const uint256&, std::vector&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
make: *** [obj/key.o] Error 1


Any idea?
Newest secp256k1 is installed.
try --> mkdir obj/crypto
sr. member
Activity: 266
Merit: 250
Infected Mushroom
make -f makefile.unix
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/schernikau/crave/src -I/home/schernikau/crave/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/schernikau/crave/src/leveldb/include -I/home/schernikau/crave/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: In member function ‘bool CKey::SignCompact(const uint256&, std::vector&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
make: *** [obj/key.o] Error 1


Any idea?
Newest secp256k1 is installed.

ocminer had this problem. I think CRAVE didn't update to latest secp so you will have to use an older version. Which one I don't know though.
member
Activity: 94
Merit: 10
make -f makefile.unix
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/schernikau/crave/src -I/home/schernikau/crave/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/schernikau/crave/src/leveldb/include -I/home/schernikau/crave/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: In member function ‘bool CKey::SignCompact(const uint256&, std::vector&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
make: *** [obj/key.o] Error 1


Any idea?
Newest secp256k1 is installed.
sr. member
Activity: 266
Merit: 250
Infected Mushroom
141,000 CRAVE staking  
53,000 CRAVE on sale

just sayin  Wink

+ 113300.30183461 coins locked in masternodes. Smiley
full member
Activity: 162
Merit: 100
141,000 CRAVE staking  
53,000 CRAVE on sale

just sayin  Wink
legendary
Activity: 1232
Merit: 1001
Latest crave sync'd great for me,  but after running for awhile it crashed with this:

Code:
crave-qt: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
Aborted


Any update on this error I get?  


it has to do with your server settings, same error found in BTCD thread. i can't help, did u try making swap file then running daemon?
https://bitcointalk.org/index.php?topic=684090.7440

EDIT: ICM was faster lol  Kiss
full member
Activity: 140
Merit: 100
Latest crave sync'd great for me,  but after running for awhile it crashed with this:

Code:
crave-qt: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
Aborted


Any update on this error I get? 


What boost are you on?  Haven't seen that occur myself, but that's a locking issue.
legendary
Activity: 938
Merit: 1000
Latest crave sync'd great for me,  but after running for awhile it crashed with this:

Code:
crave-qt: /usr/include/boost/thread/pthread/recursive_mutex.hpp:110: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
Aborted


Any update on this error I get? 

legendary
Activity: 1470
Merit: 1024
And good news very soon Grin Your body is ready? Cheesy time to fill your wallet Roll Eyes

fiat exchange or update?
legendary
Activity: 1960
Merit: 1156
And good news very soon Grin Your body is ready? Cheesy time to fill your wallet Roll Eyes
sr. member
Activity: 252
Merit: 250
june 2015
- icm fixed the wallet sync issue ( well done )
- starin creates awesome crave website.
- jj makes multipool for mining crave.
Its looking gd for crave, multipool is a very good idea. We will be throwing plenty of hashing power towards it, this will mean....buy pressure all the time


Don't forget about the great faucet

https://cravefaucet.cf/
legendary
Activity: 2758
Merit: 1075
june 2015
- icm fixed the wallet sync issue ( well done )
- starin creates awesome crave website.
- jj makes multipool for mining crave.
Its looking gd for crave, multipool is a very good idea. We will be throwing plenty of hashing power towards it, this will mean....buy pressure all the time
legendary
Activity: 1610
Merit: 1008
Forget-about-it
Does the multipool have any sort of API by chance, that could be used to pull stats?  Wink

I'll ask JJ about it, should be no problem but we haven't really sorted out to show the correct stats ourselves since we already use westhash/nicehash api on the background. I'll let you know. Smiley
if we're worried about api pool calls. possibly in wallet pool info coming? then can we guess that it's moved into the finishing touches segment of development?
sr. member
Activity: 266
Merit: 250
Infected Mushroom
Does the multipool have any sort of API by chance, that could be used to pull stats?  Wink

I'll ask JJ about it, should be no problem but we haven't really sorted out to show the correct stats ourselves since we already use westhash/nicehash api on the background. I'll let you know. Smiley
full member
Activity: 140
Merit: 100
Does the multipool have any sort of API by chance, that could be used to pull stats?  Wink
Pages:
Jump to: