Cryptopoker
Newbie
Offline
Activity: 42
Merit: 0
|
|
April 23, 2015, 03:31:54 AM |
|
If you see that large Buy Wall On Bittrex ... Thats Me =) Going for 20 MN's Tonight!! =) TO DA MOOOOOON. I want to Add CRAVE to my poker site. www.cryptopoker.eu DEV - Maybe you can help us accept CRAVE as a deposit option? Shoot our dev an email at support@cryptopoker.eu and lets get some CRAVE Poker / Roulette / Dice Action Going on!! =) ooo yea, ill be spending some crave there, hope we got some good crave poker players ...game on Yea I think that would be fun to add CRAVE!!!! I like this coin! =) Make Some Badass Avatars too. Dev If you have some time Please Email Us. Love to set it up and help promote Crave!
|
|
|
|
darkproton
|
|
April 23, 2015, 03:38:03 AM |
|
wheres the working download for windows wallet The link in the OP is working I just tried it....worked fine... yeah after i download it it wont open ....what program i need to open it "windows needs to know what program to use to open it" 7-zip btc rich techno poor
|
|
|
|
komputadora
Member
Offline
Activity: 92
Merit: 10
|
|
April 23, 2015, 04:10:18 AM |
|
Do you ever look at an old water pump that you do by hand?
You have to press down and up.
Best analogy ever. I'm still trying to figure out why we should celebrate a dev intent on 'pump' activity. That seems so short-term focused. Shouldn't a true coin have longer-term intentions, devoted to organic gains through natural development cycles? Help me here if I seem short-sighted, I am new, but some things seem very obvious to me. I don't want to see a 'pump', I want to see a gradual rise...
|
|
|
|
CDarvin81
Member
Offline
Activity: 81
Merit: 10
|
|
April 23, 2015, 04:36:12 AM |
|
Hi. i was on setup for new environment for cravedigger... on ubuntun 12 on compiling i get these errors. some ideas how to solve?
secp256k1_ec_privkey_export(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*, int)’ key.cpp: In member function ‘CPubKey CKey::GetPubKey() const’: key.cpp:505:101: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_create(const secp256k1_context_t*, unsigned char*, int*, const unsigned char*, int)’ key.cpp: In member function ‘bool CKey::Sign(const uint256&, std::vector<unsigned char>&) const’: key.cpp:527:134: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ecdsa_sign(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*, const unsigned char*, secp256k1_nonce_function_t, const void*)’ key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector<unsigned char>&) const’: key.cpp:551:131: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ecdsa_sign_compact(const secp256k1_context_t*, const unsigned char*, unsigned char*, const unsigned char*, secp256k1_nonce_function_t, const void*, int*)’ key.cpp:551:17: warning: unused variable ‘ret’ [-Wunused-variable] key.cpp: In member function ‘bool CKey::Load(CPrivKey&, CPubKey&, bool)’: key.cpp:567:90: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_privkey_import(const secp256k1_context_t*, unsigned char*, const unsigned char*, int)’ key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector<unsigned char>&) const’: key.cpp:631:10: warning: unused variable ‘fComp’ [-Wunused-variable] key.cpp: In member function ‘bool CPubKey::IsFullyValid() const’: key.cpp:653:52: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_verify(const secp256k1_context_t*, const unsigned char*, int)’ key.cpp: In member function ‘bool CPubKey::Decompress()’: key.cpp:668:76: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, unsigned char*, int*)’ key.cpp: In member function ‘bool CKey::Derive(CKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:710:84: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_privkey_tweak_add(const secp256k1_context_t*, unsigned char*, const unsigned char*)’ key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:729:106: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_tweak_add(const secp256k1_context_t*, unsigned char*, int, const unsigned char*)’ make: *** [obj/key.o] Error 1
Thanks on my debian everything works fine...
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
April 23, 2015, 05:53:03 AM |
|
Hi. i was on setup for new environment for cravedigger... on ubuntun 12 on compiling i get these errors. some ideas how to solve?
secp256k1_ec_privkey_export(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*, int)’ key.cpp: In member function ‘CPubKey CKey::GetPubKey() const’: key.cpp:505:101: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_create(const secp256k1_context_t*, unsigned char*, int*, const unsigned char*, int)’ key.cpp: In member function ‘bool CKey::Sign(const uint256&, std::vector<unsigned char>&) const’: key.cpp:527:134: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ecdsa_sign(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*, const unsigned char*, secp256k1_nonce_function_t, const void*)’ key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector<unsigned char>&) const’: key.cpp:551:131: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ecdsa_sign_compact(const secp256k1_context_t*, const unsigned char*, unsigned char*, const unsigned char*, secp256k1_nonce_function_t, const void*, int*)’ key.cpp:551:17: warning: unused variable ‘ret’ [-Wunused-variable] key.cpp: In member function ‘bool CKey::Load(CPrivKey&, CPubKey&, bool)’: key.cpp:567:90: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_privkey_import(const secp256k1_context_t*, unsigned char*, const unsigned char*, int)’ key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector<unsigned char>&) const’: key.cpp:631:10: warning: unused variable ‘fComp’ [-Wunused-variable] key.cpp: In member function ‘bool CPubKey::IsFullyValid() const’: key.cpp:653:52: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_verify(const secp256k1_context_t*, const unsigned char*, int)’ key.cpp: In member function ‘bool CPubKey::Decompress()’: key.cpp:668:76: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, unsigned char*, int*)’ key.cpp: In member function ‘bool CKey::Derive(CKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:710:84: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_privkey_tweak_add(const secp256k1_context_t*, unsigned char*, const unsigned char*)’ key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:729:106: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_tweak_add(const secp256k1_context_t*, unsigned char*, int, const unsigned char*)’ make: *** [obj/key.o] Error 1
Thanks on my debian everything works fine...
you will first need to install secp256k1 to build deamon, someone posted how to do it. thx to someone.
|
|
|
|
CDarvin81
Member
Offline
Activity: 81
Merit: 10
|
|
April 23, 2015, 06:10:17 AM |
|
Hi. i was on setup for new environment for cravedigger... on ubuntun 12 on compiling i get these errors. some ideas how to solve?
secp256k1_ec_privkey_export(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*, int)’ key.cpp: In member function ‘CPubKey CKey::GetPubKey() const’: key.cpp:505:101: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_create(const secp256k1_context_t*, unsigned char*, int*, const unsigned char*, int)’ key.cpp: In member function ‘bool CKey::Sign(const uint256&, std::vector<unsigned char>&) const’: key.cpp:527:134: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ecdsa_sign(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*, const unsigned char*, secp256k1_nonce_function_t, const void*)’ key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector<unsigned char>&) const’: key.cpp:551:131: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ecdsa_sign_compact(const secp256k1_context_t*, const unsigned char*, unsigned char*, const unsigned char*, secp256k1_nonce_function_t, const void*, int*)’ key.cpp:551:17: warning: unused variable ‘ret’ [-Wunused-variable] key.cpp: In member function ‘bool CKey::Load(CPrivKey&, CPubKey&, bool)’: key.cpp:567:90: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_privkey_import(const secp256k1_context_t*, unsigned char*, const unsigned char*, int)’ key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector<unsigned char>&) const’: key.cpp:631:10: warning: unused variable ‘fComp’ [-Wunused-variable] key.cpp: In member function ‘bool CPubKey::IsFullyValid() const’: key.cpp:653:52: error: cannot convert ‘const unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_verify(const secp256k1_context_t*, const unsigned char*, int)’ key.cpp: In member function ‘bool CPubKey::Decompress()’: key.cpp:668:76: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, unsigned char*, int*)’ key.cpp: In member function ‘bool CKey::Derive(CKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:710:84: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_privkey_tweak_add(const secp256k1_context_t*, unsigned char*, const unsigned char*)’ key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’: key.cpp:729:106: error: cannot convert ‘unsigned char*’ to ‘const secp256k1_context_t* {aka const secp256k1_context_struct*}’ for argument ‘1’ to ‘int secp256k1_ec_pubkey_tweak_add(const secp256k1_context_t*, unsigned char*, int, const unsigned char*)’ make: *** [obj/key.o] Error 1
Thanks on my debian everything works fine...
you will first need to install secp256k1 to build deamon, someone posted how to do it. thx to someone. Hi thanks. I had do this and ./test was ok. but will do again...
|
|
|
|
tema
|
|
April 23, 2015, 06:34:54 AM |
|
If you see that large Buy Wall On Bittrex ... Thats Me =) Going for 20 MN's Tonight!! =) TO DA MOOOOOON. I want to Add CRAVE to my poker site. www.cryptopoker.eu DEV - Maybe you can help us accept CRAVE as a deposit option? Shoot our dev an email at support@cryptopoker.eu and lets get some CRAVE Poker / Roulette / Dice Action Going on!! =) ICM hi!!! Pay please attention to it
|
✔ Freedom ✔ Reliability ✔ Global accessibility ▮▮ BITCOIN ▮▮ ✔ Trust and Integrity ✔ Independence
|
|
|
industrialcoinmagic (OP)
|
|
April 23, 2015, 06:37:10 AM |
|
If you see that large Buy Wall On Bittrex ... Thats Me =) Going for 20 MN's Tonight!! =) TO DA MOOOOOON. I want to Add CRAVE to my poker site. www.cryptopoker.eu DEV - Maybe you can help us accept CRAVE as a deposit option? Shoot our dev an email at support@cryptopoker.eu and lets get some CRAVE Poker / Roulette / Dice Action Going on!! =) ICM hi!!! Pay please attention to it I will drop them a note after our next update is out soon
|
|
|
|
megadestruct61
|
|
April 23, 2015, 06:37:50 AM |
|
why dont you share your conf file just block out your rpc user, password, and masternode keygen address. also please verify the address your using has 1 single 500 coin block.
I think my problem must have been the transaction of 500.0 coins had to many inputs. Thx much for your help got it working and already got my first payment. PM me your crave address for your reward!
|
|
|
|
tema
|
|
April 23, 2015, 06:52:38 AM |
|
If you see that large Buy Wall On Bittrex ... Thats Me =) Going for 20 MN's Tonight!! =) TO DA MOOOOOON. I want to Add CRAVE to my poker site. www.cryptopoker.eu DEV - Maybe you can help us accept CRAVE as a deposit option? Shoot our dev an email at support@cryptopoker.eu and lets get some CRAVE Poker / Roulette / Dice Action Going on!! =) ICM hi!!! Pay please attention to it I will drop them a note after our next update is out soon Ohh!) Very well! It's a start! The first real use Crave for those who like poker from our community 243 masternod on this time! )
|
✔ Freedom ✔ Reliability ✔ Global accessibility ▮▮ BITCOIN ▮▮ ✔ Trust and Integrity ✔ Independence
|
|
|
Hyperjacked
Legendary
Offline
Activity: 1610
Merit: 1119
It's all mathematics...!
|
|
April 23, 2015, 08:17:29 AM |
|
If you see that large Buy Wall On Bittrex ... Thats Me =) Going for 20 MN's Tonight!! =) TO DA MOOOOOON. I want to Add CRAVE to my poker site. www.cryptopoker.eu DEV - Maybe you can help us accept CRAVE as a deposit option? Shoot our dev an email at support@cryptopoker.eu and lets get some CRAVE Poker / Roulette / Dice Action Going on!! =) nice! But slow rise is best for all...people will lose patience and you can buy more for the buck if you will to wait will lower decending buy wall! It's the only way to stop Fud trolls in there tracks imo! You buy high and they continue manipulating crave imo! You put low decending buy walls and they lose patience sell and move to one of the other copy n paste coins on the rise....
|
@Hyperjacked1 Twitter
|
|
|
CDarvin81
Member
Offline
Activity: 81
Merit: 10
|
|
April 23, 2015, 09:02:01 AM |
|
Hi another problem in my environment. .. i will sync the chain and stuck. .. "version" : "v1.4.2.0-g32a928e", "protocolversion" : 60020, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 32712, "timeoffset" : 0, "moneysupply" : 547116.00000000, "connections" : 8, "proxy" : "", "ip" : "62.75.187.41", "difficulty" : { "proof-of-work" : 115.31111462, "proof-of-stake" : 3591.12104069 }, "testnet" : false, "keypoololdest" : 1429770993, "keypoolsize" : 101, "paytxfee" : 0.00001000, "mininput" : 0.00000000, "errors" : "" }
i find one people had the same problem but no solve found... This environment is an v-server not an dedicatet... because us much cheaper.
|
|
|
|
globalwarming
Newbie
Offline
Activity: 15
Merit: 0
|
|
April 23, 2015, 09:23:08 AM |
|
 { "version" : "v1.4.2.0-g32a928e", "protocolversion" : 60020, "walletversion" : 60000, "balance" : 510.22226290, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 46152, "timeoffset" : 51, "moneysupply" : 560556.00000000, "connections" : 13, "proxy" : "", "ip" : "19x.x.x.x", "difficulty" : { "proof-of-work" : 115.31111462, "proof-of-stake" : 22906.50922415 }, "testnet" : false, "keypoololdest" : 1429742358, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00000000, "unlocked_until" : 0, "errors" : "" }
The wallet say 'staking' getinfo show that. How i know if i'm staking?
|
|
|
|
Bavaria
|
|
April 23, 2015, 09:27:50 AM |
|
|
|
|
|
hepilord
|
|
April 23, 2015, 09:35:12 AM |
|
if there is a possibility to do masternode on raspberry pi?
|
|
|
|
industrialcoinmagic (OP)
|
|
April 23, 2015, 09:42:10 AM |
|
if there is a possibility to do masternode on raspberry pi?
Yes, its just a matter of compiling it for the architecture. Android is also ARM so it should be similar. I have a raspi but I haven't had the time to do it myself. Maybe after the market release.
|
|
|
|
xxxgoodgirls
Legendary
Offline
Activity: 1092
Merit: 1001
|
|
April 23, 2015, 09:46:14 AM |
|
if there is a possibility to do masternode on raspberry pi?
Yes, its just a matter of compiling it for the architecture. Android is also ARM so it should be similar. I have a raspi but I haven't had the time to do it myself. Maybe after the market release. https://dashtalk.org/threads/masternode-on-raspberry-pi-2-model-b.4083/Sorry did not mean to advertise another coin tho.
|
|
|
|
hepilord
|
|
April 23, 2015, 09:50:02 AM |
|
if there is a possibility to do masternode on raspberry pi?
Yes, its just a matter of compiling it for the architecture. Android is also ARM so it should be similar. I have a raspi but I haven't had the time to do it myself. Maybe after the market release. https://dashtalk.org/threads/masternode-on-raspberry-pi-2-model-b.4083/Sorry did not mean to advertise another coin tho. I saw this guide but it is a model Pi 2.
|
|
|
|
dev0tion
|
|
April 23, 2015, 10:03:42 AM |
|
 { "version" : "v1.4.2.0-g32a928e", "protocolversion" : 60020, "walletversion" : 60000, "balance" : 510.22226290, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 46152, "timeoffset" : 51, "moneysupply" : 560556.00000000, "connections" : 13, "proxy" : "", "ip" : "19x.x.x.x", "difficulty" : { "proof-of-work" : 115.31111462, "proof-of-stake" : 22906.50922415 }, "testnet" : false, "keypoololdest" : 1429742358, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00000000, "unlocked_until" : 0, "errors" : "" }
The wallet say 'staking' getinfo show that. How i know if i'm staking?
Try typing getstakinginfo instead of getinfo. This will get you something like this: { "enabled" : true, "staking" : false, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 15770.59867223, "search-interval" : 16, "weight" : 0, "netstakeweight" : 10853164811101, "expectedtime" : 0 } Staking should be true, if it is then you are surely staking .
|
|
|
|
CDarvin81
Member
Offline
Activity: 81
Merit: 10
|
|
April 23, 2015, 01:32:26 PM |
|
Hi another problem in my environment. .. i will sync the chain and stuck. .. "version" : "v1.4.2.0-g32a928e", "protocolversion" : 60020, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 32712, "timeoffset" : 0, "moneysupply" : 547116.00000000, "connections" : 8, "proxy" : "", "ip" : "62.75.187.41", "difficulty" : { "proof-of-work" : 115.31111462, "proof-of-stake" : 3591.12104069 }, "testnet" : false, "keypoololdest" : 1429770993, "keypoolsize" : 101, "paytxfee" : 0.00001000, "mininput" : 0.00000000, "errors" : "" }
i find one people had the same problem but no solve found... This environment is an v-server not an dedicatet... because us much cheaper.
i had try every thing new download the chain. New compiling but i stuck... now at block 32713.... Someone some ideas???
|
|
|
|
|