Bitcoin Forum
June 23, 2024, 01:35:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 [679] 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 »
  Print  
Author Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=  (Read 826669 times)
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
June 18, 2015, 08:44:23 PM
 #13561

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

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
Anonyme
Full Member
***
Offline Offline

Activity: 219
Merit: 100



View Profile
June 18, 2015, 09:58:59 PM
 #13562

crave value was joke,, too cheap now  Angry
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 18, 2015, 10:14:32 PM
 #13563

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 Offline

Activity: 9
Merit: 0


View Profile
June 18, 2015, 10:59:30 PM
 #13564

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
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
June 18, 2015, 11:13:03 PM
 #13565

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 Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
June 18, 2015, 11:54:30 PM
Last edit: June 19, 2015, 12:06:15 AM by EmilioMann
 #13566

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 Offline

Activity: 9
Merit: 0


View Profile
June 19, 2015, 12:31:16 AM
 #13567

Thanks to both of you! I'll look into that virtual box, i've never used it before.
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
June 19, 2015, 12:37:31 AM
 #13568

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

solid12345
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
June 19, 2015, 02:16:05 AM
 #13569

Saw this got posted 40 minutes ago, would be cool to see in Crave someday

https://github.com/john-connor/papers/blob/master/zerotime.pdf
dev0tion
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
June 19, 2015, 10:23:02 AM
 #13570


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
Sr. Member
****
Offline Offline

Activity: 841
Merit: 251



View Profile
June 19, 2015, 12:33:03 PM
 #13571

I feel that this weekend will update the ICM. I feel it in my bones calm before the storm Smiley Smiley
tema
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile WWW
June 19, 2015, 12:38:27 PM
 #13572

I feel that this weekend will update the ICM. I feel it in my bones calm before the storm Smiley Smiley

 unlikely we'll see an update this week

✔ Freedom ✔ Reliability ✔ Global accessibility BITCOIN ✔ Trust and Integrity ✔ Independence
Stalin-chan
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
June 19, 2015, 03:45:02 PM
 #13573

Buying cheap again
Starin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
June 19, 2015, 04:07:25 PM
 #13574

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.dmg

You 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 Offline

Activity: 1162
Merit: 1000



View Profile
June 19, 2015, 04:13:30 PM
 #13575

i can still buying cheap coin  Grin
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 Offline

Activity: 94
Merit: 10


View Profile
June 19, 2015, 04:15:00 PM
 #13576


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
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
June 19, 2015, 04:30:31 PM
 #13577


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 Cheesy:
Code:
git clone http://www.github.com/bitcoin/secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
make install
Anonyme
Full Member
***
Offline Offline

Activity: 219
Merit: 100



View Profile
June 19, 2015, 04:45:38 PM
 #13578

i can still buying cheap coin  Grin
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  Grin
industrialcoinmagic (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 19, 2015, 07:47:46 PM
 #13579

Saw this got posted 40 minutes ago, would be cool to see in Crave someday

https://github.com/john-connor/papers/blob/master/zerotime.pdf
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
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
June 20, 2015, 12:02:25 PM
 #13580

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
Pages: « 1 ... 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 [679] 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 »
  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!