Author

Topic: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN - page 356. (Read 782375 times)

legendary
Activity: 1078
Merit: 1011
I restored an old copy of my wallet.dat file and that fixed it. But it locks up on me when I do the masternode start-missing

You are much better off using start-alias.
sr. member
Activity: 473
Merit: 250
 synchro fast  @260278 with staking active btw
it seems ok for me
hero member
Activity: 525
Merit: 500
I restored an old copy of my wallet.dat file and that fixed it. But it locks up on me when I do the masternode start-missing
legendary
Activity: 1078
Merit: 1011
v2.1.2.0 is still randomly crashing on Windows 10.........also getting 'Fatal error' whenever I exit the wallet.

I have tried deleting everything (except 3 files).......but no luck. Not good.

Only time I recall seeing this is if there is something wrong with the wallet.dat file, when it goes to write to the wallet on exit..
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
v2.1.3, v2.1.4, v2.1.5, v2.1.6 incoming this week end  Grin
v2.1.8, v2.2, v2.2.1 next week   Cool

Be ready !!
 Cheesy

Yeah, one hell of a week!

One thing for all DNET hodlers to realize is that this is a pretty large undertaking. Although we tested quite a few times privately, its really hard to test conditions that will happen when the general public get on the chain and often times do bizarre things. This is still a work in progress and I am sure there will be plenty more changes to come. What we do know is that we have a chain moving forward and no more resets.
sr. member
Activity: 473
Merit: 250
v2.1.3, v2.1.4, v2.1.5, v2.1.6 incoming this week end  Grin
v2.1.8, v2.2, v2.2.1 next week   Cool

Be ready !!
 Cheesy
sr. member
Activity: 448
Merit: 250
v2.1.2.0 is still randomly crashing on Windows 10.........also getting 'Fatal error' whenever I exit the wallet.

I have tried deleting everything (except 3 files).......but no luck. Not good.

I had the same thing.  It corrupted the wallet.dat so I deleted it and replaced it with a backup.  Synced from fresh with no nodes and just the backup wallet, darknet.conf and masternodes.conf.

All is synced, masternodes running and MN payment incoming.

My wallet corruption happened after I tried to unlock the wallet.

Everything seems to be running smoothly for me now.  Give it a go and see if it works for you.

EDIT:  
Just had a crash but no corruption of either the wallet or blockdata

getblockhash 260259

d56608b91036ad724b82f0f272260d5f11e1afc40870fcc8029069f3db6abed1

EDIT:

Seems to be moving along nicely now.  Smiley

getblockhash 260269

b347d97409c802da53d25934e6d31c068305e8ee6006da686790f108646d0852
hero member
Activity: 727
Merit: 501
I unlock wallet for anon only and it says staking not active. Do I have to totally unlock to stake? My coins are way old in my wallet.
No, it's not necessary to totally unlock to stake. But I needed to restart the wallet and wait a bit for stake.
full member
Activity: 165
Merit: 100
Looks like it works for me, all masternodes up, wallet reporting Staking Active.

If you are getting "stuck", check how many peers you have and check the end of the logfile.

If you are crashing, check the logs, maybe a corrupt wallet file. For me, using a backup from before PoS helped.

For masternodes, it's possible that wallet.dat even if it is empty could cause a problem too.

For those who posted blocks earlier... here is what I see...

$ darknet-cli getblockhash 259539
29faf736f01c608e206b853b10cf3fde2e3909a306f4fbc39123d4300349dd0a

$ darknet-cli getblockhash 259804
59b69b7ceaee9ebd668b7a873509d7b4425659437740d4426bfa7ad92339709c

$ darknet-cli getblockhash 260048
ac1be0a29bab70204ef81f11c29ab14952414ec840e8e36d6f3cf3df8f87a454

darknet-cli getblockhash 260140
$481e390a121c66fbe587f7c6acd5eb85db92480206bfc55d02ad2f35bc8c2558

darknet-cli getblockhash 260150
c36be63959cdb6194bc55149d11f1b32ae0655cd20ef27866550145765ac2e93

$ darknet-cli getblockhash 260176
37680d1fd0189f2b0f0044f70f74176270826182a08d3b810fb39cc2b04d8ab9

darknet-cli getblockhash 260224
33bf1fc91a1214044c64ecb980247f609bf5911a1d4013c60f81471ec794b780


All masternodes are "status" : "ENABLED" from the wallet, and "status" : "Masternode successfully started" on the masternode.

It would be nice if the category field when running listtransactions from darknet-cli was more clear...  (instead of just send and recieve)

I guess my  masternodes are approving blocks... transactions are all pretty close to 38.25 DNET.
Any ideas of what kind of balances are needed to stake at the moment?

If you are using the Linux darknet-cli ... here is a oneliner make limit the output of listtransactions to more relevant information.
Maybe someone would like to figure out add a comment that will put a dashed line between blocks or make a perl script.  :-)

Code:
darknet-cli listtransactions "*" 1000 | grep -e account -e address -e category -e amount -e confirmations -e fee |grep -v -e txid -e bcconfirmations  | sed 's/\(.*account.*\)/\n\1/'

Output looks like this... (with some additions sed to remove addresses...

Code:
       "account" : "asdfg",
        "category" : "send",
        "amount" : 0.00000000,
        "fee" : 44.99998960,
        "confirmations" : 703,

        "account" : "",
        "address" : HIDDEN
        "category" : "send",
        "amount" : -38.25000884,
        "fee" : 44.99998960,
        "confirmations" : -1,

        "account" : "",
        "address" : HIDDEN
        "category" : "send",
        "amount" : -29.24998076,
        "fee" : 44.99998960,
        "confirmations" : -1,

        "account" : "",
        "category" : "send",
        "amount" : 0.00000000,
        "fee" : 44.99998960,
        "confirmations" : -1,

        "account" : "qwerty",
        "address" : HIDDEN
        "category" : "receive",
        "amount" : 38.25000884,
        "confirmations" : 312,


Also, it's nice to see lots of TOR nodes. At the moment, the masternode distrubution is:

Total: 204
TOR: 133
IPv6: 35
IPv4: 36

I agree with borris123 that fixing things belongs in a testnet, probably more could have been done there initially,  understand that not all problems, behaviour, misbehaviour can be simulated in a test network.

So, is this another practice? Are there any more problems with the blockchain? Does Staking work? Are the remaining problems, having to do with improper configuration. Are we stable enough? Is this fair enough to for us to move on?
full member
Activity: 245
Merit: 100
I unlock wallet for anon only and it says staking not active. Do I have to totally unlock to stake? My coins are way old in my wallet.
sr. member
Activity: 1274
Merit: 250
PredX - AI-Powered Prediction Market
Fatal error whenever I exit the wallet. Have to rescan on every start:

Code:
2016-08-18 13:59:36 Masternode dump finished  23ms
2016-08-18 13:59:36 Verifying budget.dat format...
2016-08-18 13:59:36 Loaded info from budget.dat  0ms
2016-08-18 13:59:36   Proposals: 0, Budgets: 0, Seen Budgets: 0, Seen Budget Votes: 0, Seen Final Budgets: 0, Seen Final Budget Votes: 0
2016-08-18 13:59:36 Writting info to budget.dat...
2016-08-18 13:59:36 Written info to budget.dat  0ms
2016-08-18 13:59:36 Budget dump finished  2ms
2016-08-18 13:59:36 Verifying mnpayments.dat format...
2016-08-18 13:59:36 Loaded info from mnpayments.dat  8ms
2016-08-18 13:59:36   Votes: 1740, Blocks: 305
2016-08-18 13:59:36 Writting info to mnpayments.dat...
2016-08-18 13:59:36 Written info to mnpayments.dat  6ms
2016-08-18 13:59:36 Budget dump finished  15ms
2016-08-18 13:59:36 *** System error while flushing: CDB : Error -30974, can't open database
2016-08-18 13:59:40 CDBEnv::EnvShutdown : Error -30974 shutting down database environment: DB_RUNRECOVERY: Fatal error, run database recovery
2016-08-18 13:59:40 Shutdown: done
hero member
Activity: 727
Merit: 501
Looks good, same hash in my wallet and my updated MN's
sr. member
Activity: 1274
Merit: 250
PredX - AI-Powered Prediction Market
v2.1.2.0 is still randomly crashing on Windows 10.........also getting 'Fatal error' whenever I exit the wallet.

I have tried deleting everything (except 3 files).......but no luck. Not good.
newbie
Activity: 38
Merit: 0
legendary
Activity: 1148
Merit: 1001
Last check for the night. Cool

getblockhash 260150
c36be63959cdb6194bc55149d11f1b32ae0655cd20ef27866550145765ac2e93

same  Grin
member
Activity: 80
Merit: 10
I get the same hash, looking good
legendary
Activity: 1638
Merit: 1011
jakiman is back!
Last check for the night. Cool

getblockhash 260150
c36be63959cdb6194bc55149d11f1b32ae0655cd20ef27866550145765ac2e93
hero member
Activity: 728
Merit: 500
i'm with you all  Cheesy on my contrlller wallet:

getblockhash 260048
ac1be0a29bab70204ef81f11c29ab14952414ec840e8e36d6f3cf3df8f87a454

getblockhash 259804
59b69b7ceaee9ebd668b7a873509d7b4425659437740d4426bfa7ad92339709c

masternodes still need time (i guess 6-8 hrs from now) to sync


some of my masternodes are not up to sync whys that?

1 seems stuck on 259500. fresh install as well. no nodes.
1 is at 259943. has the same hash as your 259804



not sure sure about your hosting partner but if u use mp-hosting please be patient. i guess server (cpu/ram) and network traffic is at the limit atm.
everybody and his dog ist updating and resync so .....

restart the darknet

./darknet-cli stop
sleep 5
./darknetd
sleep 10
./darknet-cli getinfo


it syncs Smiley
legendary
Activity: 1148
Merit: 1001
i'm with you all  Cheesy on my contrlller wallet:

getblockhash 260048
ac1be0a29bab70204ef81f11c29ab14952414ec840e8e36d6f3cf3df8f87a454

getblockhash 259804
59b69b7ceaee9ebd668b7a873509d7b4425659437740d4426bfa7ad92339709c

masternodes still need time (i guess 6-8 hrs from now) to sync


some of my masternodes are not up to sync whys that?

1 seems stuck on 259500. fresh install as well. no nodes.
1 is at 259943. has the same hash as your 259804



not sure sure about your hosting partner but if u use mp-hosting please be patient. i guess server (cpu/ram) and network traffic is at the limit atm.
everybody and his dog ist updating and resync so .....
hero member
Activity: 728
Merit: 500
i'm with you all  Cheesy on my contrlller wallet:

getblockhash 260048
ac1be0a29bab70204ef81f11c29ab14952414ec840e8e36d6f3cf3df8f87a454

getblockhash 259804
59b69b7ceaee9ebd668b7a873509d7b4425659437740d4426bfa7ad92339709c

masternodes still need time (i guess 6-8 hrs from now) to sync


some of my masternodes are not up to sync whys that?

1 seems stuck on 259500. fresh install as well. no nodes.
1 is at 259943. has the same hash as your 259804
1 stuck 259937.

controller stuck at 259988

what is up with this? spent far to many hours trying get this to work and we just having update after update of failed releases. revert back to the original code which works. make a test net so the farce doesnt happen again and only release when its working like every other reputable coin.

Jump to: