Bitcoin Forum
August 21, 2024, 09:19:49 PM *
News: All versions of Windows are affected by a critical security bug; make sure you update.
 
   Home   Help Search Login Register More  
Pages: « 1 ... 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 [560] 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 ... 697 »
  Print  
Author Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=  (Read 826685 times)
Cryptopoker
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 23, 2015, 03:31:54 AM
 #11181

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!! =)



  Shocked ooo yea, ill be spending some crave there, hope we got some good crave poker players ...game on  Grin Grin Grin


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
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
April 23, 2015, 03:38:03 AM
 #11182

wheres the working download for windows wallet  Huh
The link in the OP is working Huh  I just tried it....worked fine...
yeah after i download it it wont open ....what program i need to open it  Smiley
"windows needs to know what program to use to open it"
7-zip
btc rich
techno poor
komputadora
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
April 23, 2015, 04:10:18 AM
 #11183

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 Offline

Activity: 81
Merit: 10


View Profile
April 23, 2015, 04:36:12 AM
 #11184

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 Offline

Activity: 1232
Merit: 1001



View Profile WWW
April 23, 2015, 05:53:03 AM
 #11185

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

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

Activity: 81
Merit: 10


View Profile
April 23, 2015, 06:10:17 AM
 #11186

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

Hi thanks. I had do this and ./test was ok.
but will do again...
tema
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile WWW
April 23, 2015, 06:34:54 AM
 #11187

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  Smiley

✔ Freedom ✔ Reliability ✔ Global accessibility BITCOIN ✔ Trust and Integrity ✔ Independence
industrialcoinmagic (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
April 23, 2015, 06:37:10 AM
 #11188

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  Smiley
I will drop them a note after our next update is out soon Cheesy
megadestruct61
Sr. Member
****
Offline Offline

Activity: 334
Merit: 250


View Profile
April 23, 2015, 06:37:50 AM
 #11189

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!  Grin
tema
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile WWW
April 23, 2015, 06:52:38 AM
 #11190

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  Smiley
I will drop them a note after our next update is out soon Cheesy

 Ohh!) Very well! It's a start! The first real use Crave for those who like poker from our community  Cheesy

243 masternod on this time! )

✔ Freedom ✔ Reliability ✔ Global accessibility BITCOIN ✔ Trust and Integrity ✔ Independence
Hyperjacked
Legendary
*
Offline Offline

Activity: 1610
Merit: 1119


It's all mathematics...!


View Profile
April 23, 2015, 08:17:29 AM
 #11191

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

@Hyperjacked1 Twitter
CDarvin81
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
April 23, 2015, 09:02:01 AM
 #11192

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 Offline

Activity: 15
Merit: 0


View Profile
April 23, 2015, 09:23:08 AM
 #11193



{
"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
Hero Member
*****
Offline Offline

Activity: 1032
Merit: 502



View Profile
April 23, 2015, 09:27:50 AM
 #11194





Cool animated image!
hepilord
Full Member
***
Offline Offline

Activity: 171
Merit: 100



View Profile
April 23, 2015, 09:35:12 AM
 #11195

if there is a possibility to do masternode on raspberry pi?
industrialcoinmagic (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
April 23, 2015, 09:42:10 AM
 #11196

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 Offline

Activity: 1092
Merit: 1001


View Profile
April 23, 2015, 09:46:14 AM
 #11197

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.

In summary, the Intel Management Engine and its applications are a backdoor with total access to and control over the rest of the PC. The ME is a threat to freedom, security, and privacy, and the libreboot project strongly recommends avoiding it entirely. Since recent versions of it can’t be removed, this means avoiding all recent generations of Intel hardware. details https://libreboot.org/faq.html#intelme --- https://tehnoetic.com/laptops --- https://store.vikings.net/x200-ryf-certfied
hepilord
Full Member
***
Offline Offline

Activity: 171
Merit: 100



View Profile
April 23, 2015, 09:50:02 AM
 #11198

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

Activity: 339
Merit: 250


View Profile
April 23, 2015, 10:03:42 AM
 #11199



{
"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 Wink.
CDarvin81
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
April 23, 2015, 01:32:26 PM
 #11200

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???
Pages: « 1 ... 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 [560] 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 ... 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!