trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
June 18, 2015, 08:44:23 PM |
|
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<unsigned char>&) 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<unsigned char>&) 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
|
|
|
|
Anonyme
|
|
June 18, 2015, 09:58:59 PM |
|
crave value was joke,, too cheap now
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
June 18, 2015, 10:14:32 PM |
|
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<unsigned char>&) 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<unsigned char>&) 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)
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
hoolinnne
Newbie
Offline
Activity: 9
Merit: 0
|
|
June 18, 2015, 10:59:30 PM |
|
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..
|
|
|
|
Starin
|
|
June 18, 2015, 11:13:03 PM |
|
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.
|
|
|
|
EmilioMann
Legendary
Offline
Activity: 2184
Merit: 1028
#mitandopelomundo
|
|
June 18, 2015, 11:54:30 PM Last edit: June 19, 2015, 12:06:15 AM by EmilioMann |
|
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
|
|
|
|
hoolinnne
Newbie
Offline
Activity: 9
Merit: 0
|
|
June 19, 2015, 12:31:16 AM |
|
Thanks to both of you! I'll look into that virtual box, i've never used it before.
|
|
|
|
EmilioMann
Legendary
Offline
Activity: 2184
Merit: 1028
#mitandopelomundo
|
|
June 19, 2015, 12:37:31 AM |
|
Thanks to both of you! I'll look into that virtual box, i've never used it before.
you're welcome! this is a pic of my mac running osx and win 7 at same time
|
|
|
|
|
dev0tion
|
|
June 19, 2015, 10:23:02 AM |
|
Actually a1d5ae1 works as well, but indeed, the "Use separate in and out pointers in `secp256k1_ec_pubkey_decompress`" commit is where it went wrong for cryptocurrencies.
|
|
|
|
Papcio77
|
|
June 19, 2015, 12:33:03 PM |
|
I feel that this weekend will update the ICM. I feel it in my bones calm before the storm
|
|
|
|
tema
|
|
June 19, 2015, 12:38:27 PM |
|
I feel that this weekend will update the ICM. I feel it in my bones calm before the storm unlikely we'll see an update this week
|
✔ Freedom ✔ Reliability ✔ Global accessibility ▮▮ BITCOIN ▮▮ ✔ Trust and Integrity ✔ Independence
|
|
|
Stalin-chan
|
|
June 19, 2015, 03:45:02 PM |
|
Buying cheap again
|
|
|
|
Starin
|
|
June 19, 2015, 04:07:25 PM |
|
Hey guys, some people asked about updated Mac wallet so here it is: (big thanks to mammix2 for it) http://www.mycrave.org/Crave-Qt-osx-v1.4.5.0.dmgYou can also access to most recent updates through: http://mycrave.org/downloads/For the good news, we are still testing multipool and jj's been working hard to fix the bugs. I found a partner for payment processors and we will have a plugin for CRAVE payment option for Woocommerce (I'll also be using it on mycrave.org) A lot of community members helped us through this projects but I know some guys haven't contributed yet. We still need your help because we will have to pruchase more things like hosting/domain and payment processor fee etc. Thanks!
|
|
|
|
jerowacik
Legendary
Offline
Activity: 1162
Merit: 1000
|
|
June 19, 2015, 04:13:30 PM |
|
i can still buying cheap coin why I should sell at low , if some day may be some hour again i could sell at high rate . still save some CRAVE for future
|
|
|
|
schernikau
Member
Offline
Activity: 94
Merit: 10
|
|
June 19, 2015, 04:15:00 PM |
|
Actually a1d5ae1 works as well, but indeed, the "Use separate in and out pointers in `secp256k1_ec_pubkey_decompress`" commit is where it went wrong for cryptocurrencies. How can I git this? Searched google but seems complicated.
|
|
|
|
dev0tion
|
|
June 19, 2015, 04:30:31 PM |
|
Actually a1d5ae1 works as well, but indeed, the "Use separate in and out pointers in `secp256k1_ec_pubkey_decompress`" commit is where it went wrong for cryptocurrencies. How can I git this? Searched google but seems complicated. Not that complicated : git clone http://www.github.com/bitcoin/secp256k1 git checkout a1d5ae1 ./autogen.sh ./configure make make install
|
|
|
|
Anonyme
|
|
June 19, 2015, 04:45:38 PM |
|
i can still buying cheap coin why I should sell at low , if some day may be some hour again i could sell at high rate . still save some CRAVE for future happy shopping Bro
|
|
|
|
industrialcoinmagic (OP)
|
|
June 19, 2015, 07:47:46 PM |
|
This looks pretty interesting. I agree with his initial premise. But, I think there is still a lot of room for improvement in the core of the normal coin system. Like before jumping to these new off-chain systems, what about optimizing the existing networking mechanism, block propagation times, etc. I don't know that I subscribe to the notion of coin networks as just a settlement layer. The spray-and-pray network flooding mechanism of the existing masternode/instantx/etc. system definitely has a lot of room for optimization though.
|
|
|
|
borris123
|
|
June 20, 2015, 12:02:25 PM |
|
whats up with my masternodes sometimes? they crash and then when i restart them they appear on the network for abit then turn themselves off and are not showing that they are working?? i then have to keep restarting the exe, start the node again and hope it stays connected which it will eventually after neumorous attempts.
It is not my connection else all the other nodes would shut off also. The config is the same for all the other nodes that are working.
i am using tor so not sure if that could be the problem? one of my routes shuts off? i dont know how it works well enough to come to that conclusion.
Adding nodes sometimes solves the problem but this could just be because i have restarted it and i got lucky.
**note also the exe does not shut down completelty and is still on the tash manager so does not allow me to start it until i end the task in task manager.
cheers in advance
|
|
|
|
|