Bitcoin Forum
June 25, 2024, 12:14:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: .
.
.

Pages: « 1 ... 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 [196] 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 ... 541 »
  Print  
Author Topic: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN  (Read 782195 times)
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
August 23, 2016, 08:50:47 AM
 #3901

Fixed and no crashes/corrupts so far then?

Yes. My masternodes (linux) are all up now and haven't had any crashes yet which I was having very frequently past 1.5 days or so.
As for my controller wallet (windows), it is synced up and is receiving some MN payments although it's not frequent yet as expected.
But yeah, my Windows wallet feels very fragile atm. (had chain corruption multiple times today whenever it hung during MN startup)

Another day or so is needed till I can really say that this setup is now working as expected.

borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
August 23, 2016, 09:12:01 AM
 #3902

Fixed and no crashes/corrupts so far then?

Yes. My masternodes (linux) are all up now and haven't had any crashes yet which I was having very frequently past 1.5 days or so.
As for my controller wallet (windows), it is synced up and is receiving some MN payments although it's not frequent yet as expected.
But yeah, my Windows wallet feels very fragile atm. (had chain corruption multiple times today whenever it hung during MN startup)

Another day or so is needed till I can really say that this setup is now working as expected.

Will get mine updated in min then. let us know of there a change
mxnsch
Sr. Member
****
Offline Offline

Activity: 474
Merit: 252



View Profile
August 23, 2016, 09:56:24 AM
 #3903

Fun fact: Didnt upgrade yet, but no crashes anymore on either side  Wink

██  ███  nope ██  ███
mikegi
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
August 23, 2016, 10:06:47 AM
 #3904

Fun fact: Didnt upgrade yet, but no crashes anymore on either side  Wink

Me neither. Don't plan to unless necessary.
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
August 23, 2016, 10:52:56 AM
 #3905

Dev has just released an updated v2.1.2.1 wallet (non-mandatory) that might help with blockchain corruption issues.
Source is up and binaries are currently being compiled for each OS by s3v3nh4cks. Let us know if it fixes your issue. Smiley

https://github.com/Darknet-Crypto/Darknet/releases/tag/v2.1.2.1

'Upgrading' to v2.1.2.1 from v2.1.2.0 will most likely cause;

error: {"code":-1,"message":"ReserveKeyFromKeyPool() : read failed"}
error: {"code":-1,"message":"CWallet::GenerateNewKey() : AddKey failed"}
error: {"code":-1,"message":"CDB : Error -30974, can't open database "}
Error: Error: A fatal internal error occured, see debug.log for details

1. Have varying developers compiled / uploaded the binary releases with different / 'incompatible' database versions ?

2. Time to take a look over the code for other issues. More haste, less speed.

If these issues are not fully resolved (explained) over the next weeks, it is highly likely that folks will simply switch off Masternode hosting due to server costs etc.,

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
August 23, 2016, 11:16:24 AM
 #3906

Checking my controller wallet's debug log, this error is streaming. Any idea what this is? Is it a problem?
(I edited the Tx/hash/address incase they were private)

2016-08-23 11:10:16 Masternode payment enforcement is disabled, accepting block
2016-08-23 11:10:16 ProcessNewBlock : ACCEPTED
2016-08-23 11:10:16 CMasternodePayments::IsTransactionValid - Missing required payment - DTjWr8TggGm6ypCc1HrFLNYJNtNJ
2016-08-23 11:10:16 Invalid mn payment detected CTransaction(hash=d008f86, ver=1, vin.size=1, vout.size=3, nLockTime=0)
    CTxIn(COutPoint(b7c884a2c2aec6a3d2c56bcd9aee06ea15dd96145c392516813d409e7, 1), scriptSig=30450220085f09cb0027)
    CTxOut(nValue=0.00000000, scriptPubKey=)
    CTxOut(nValue=2980.94996357, scriptPubKey=02292b1ca3c7cc5ac9ee7d3470)
    CTxOut(nValue=33.75000781, scriptPubKey=OP_DUP OP_HASH160 a813a6368d)


Also, it just crashed out of the blue with this in the db.log: Sad

file wallet.dat has LSN 38/1014714, past end of log at 1/476
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment
file wallet.dat has LSN 38/1014714, past end of log at 1/476
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment
DB_ENV->log_flush: LSN of 38/1014714 past current end-of-log of 1/476
Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment
PANIC: DB_RUNRECOVERY: Fatal error, run database recovery
wallet.dat: unable to flush page: 84
PANIC: fatal region error detected; run recovery

mxnsch
Sr. Member
****
Offline Offline

Activity: 474
Merit: 252



View Profile
August 23, 2016, 11:24:11 AM
 #3907

Checking my controller wallet's debug log, this error is streaming. Any idea what this is? Is it a problem?
(I edited the Tx/hash/address incase they were private)

2016-08-23 11:10:16 Masternode payment enforcement is disabled, accepting block
2016-08-23 11:10:16 ProcessNewBlock : ACCEPTED
2016-08-23 11:10:16 CMasternodePayments::IsTransactionValid - Missing required payment - DTjWr8TggGm6ypCc1HrFLNYJNtNJ
2016-08-23 11:10:16 Invalid mn payment detected CTransaction(hash=d008f86, ver=1, vin.size=1, vout.size=3, nLockTime=0)
    CTxIn(COutPoint(b7c884a2c2aec6a3d2c56bcd9aee06ea15dd96145c392516813d409e7, 1), scriptSig=30450220085f09cb0027)
    CTxOut(nValue=0.00000000, scriptPubKey=)
    CTxOut(nValue=2980.94996357, scriptPubKey=02292b1ca3c7cc5ac9ee7d3470)
    CTxOut(nValue=33.75000781, scriptPubKey=OP_DUP OP_HASH160 a813a6368d)


Also, it just crashed out of the blue with this in the db.log: Sad

file wallet.dat has LSN 38/1014714, past end of log at 1/476
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment
file wallet.dat has LSN 38/1014714, past end of log at 1/476
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment
DB_ENV->log_flush: LSN of 38/1014714 past current end-of-log of 1/476
Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment
PANIC: DB_RUNRECOVERY: Fatal error, run database recovery
wallet.dat: unable to flush page: 84
PANIC: fatal region error detected; run recovery

The errors on the top are probably harmless, you just encountered a masternode without the proper collateral. Is DTjWr8TggGm6ypCc1HrFLNYJNtNJ you?

The DB errors are most probably related to the issue BitcoinFX just pointed out and what i said in the past:
We need properly tested, trusted binary releases.

██  ███  nope ██  ███
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
August 23, 2016, 11:38:02 AM
 #3908

Hmm. I see. Thanks. I'll go back to v2.1.2.0 for my main controller wallet and see how I go.
But seems my linux masternodes are running fine with v2.1.2.1 so I'll leave them be for now.

BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
August 23, 2016, 12:52:59 PM
 #3909

The network does not care which DB version an individual node runs. The wallet.dat does care about which pre-requisite version of the DB it is using and/or that it is or is not compatible with.

- https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md

... " Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install BerkeleyDB 5.1 or later, which break binary wallet compatibility with the distributed executables which are based on BerkeleyDB 4.8. If you do not care about wallet compatibility, pass --with-incompatible-bdb to configure. " ...

It will be easier to do bug tracking if everyone is "singing from the same song sheet", at least.

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
mxnsch
Sr. Member
****
Offline Offline

Activity: 474
Merit: 252



View Profile
August 23, 2016, 01:07:35 PM
 #3910

The network does not care which DB version an individual node runs. The wallet.dat does care about which pre-requisite version of the DB it is using and/or that it is or is not compatible with.

- https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md

... " Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install BerkeleyDB 5.1 or later, which break binary wallet compatibility with the distributed executables which are based on BerkeleyDB 4.8. If you do not care about wallet compatibility, pass --with-incompatible-bdb to configure. " ...

It will be easier to do bug tracking if everyone is "singing from the same song sheet", at least.

Exactly, that's why we should get the travis builds working. Should be piece of cake since dash is using them, too.

██  ███  nope ██  ███
borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
August 23, 2016, 01:07:49 PM
 #3911

Dev has just released an updated v2.1.2.1 wallet (non-mandatory) that might help with blockchain corruption issues.
Source is up and binaries are currently being compiled for each OS by s3v3nh4cks. Let us know if it fixes your issue. Smiley

https://github.com/Darknet-Crypto/Darknet/releases/tag/v2.1.2.1

'Upgrading' to v2.1.2.1 from v2.1.2.0 will most likely cause;

error: {"code":-1,"message":"ReserveKeyFromKeyPool() : read failed"}
error: {"code":-1,"message":"CWallet::GenerateNewKey() : AddKey failed"}
error: {"code":-1,"message":"CDB : Error -30974, can't open database "}
Error: Error: A fatal internal error occured, see debug.log for details

1. Have varying developers compiled / uploaded the binary releases with different / 'incompatible' database versions ?

2. Time to take a look over the code for other issues. More haste, less speed.

If these issues are not fully resolved (explained) over the next weeks, it is highly likely that folks will simply switch off Masternode hosting due to server costs etc.,

it is annoying updating and then to find out it doesnt work.

Worst thing is trying to activate the node and the controller freezing. when you have multiple nodes this is a real pain in the arse.
mxnsch
Sr. Member
****
Offline Offline

Activity: 474
Merit: 252



View Profile
August 23, 2016, 01:18:44 PM
 #3912

Quote from: borris123

it is annoying updating and then to find out it doesnt work.

Worst thing is trying to activate the node and the controller freezing. when you have multiple nodes this is a real pain in the arse.
no offense please, but you are repeating yourself here.

It is annoying for all of us and we will resolve this by supporting the Devs in the best way we can, right?

They have the knowledge and with a little more patience to actually slow down development and invest more time - to fix the expected regressions after the switch - we will get that issues sorted.

Additionally, i think we should create a vote to prioritize these annoying things as we did in the past.

DNET is much more than a DASH clone now, let's proceed and proof it!

██  ███  nope ██  ███
borris123
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
August 23, 2016, 01:28:18 PM
 #3913

Quote from: borris123

it is annoying updating and then to find out it doesnt work.

Worst thing is trying to activate the node and the controller freezing. when you have multiple nodes this is a real pain in the arse.
no offense please, but you are repeating yourself here.

It is annoying for all of us and we will resolve this by supporting the Devs in the best way we can, right?

They have the knowledge and with a little more patience to actually slow down development and invest more time - to fix the expected regressions after the switch - we will get that issues sorted.

Additionally, i think we should create a vote to prioritize these annoying things as we did in the past.

DNET is much more than a DASH clone now, let's proceed and proof it!

only agreeing about it.

that be a good idea about the list of things and a vote.

Can we create a test net as well. we shouldnt have to be updating all the time. Everyone on here I am sure will test on the testnet and not release anything until its solid.
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
August 23, 2016, 02:15:43 PM
 #3914

update: all 47 nodes were updated w/ latest git master, are operating well, staking steadily and towards 48th node


muchoman
Sr. Member
****
Offline Offline

Activity: 465
Merit: 250


View Profile
August 23, 2016, 02:31:51 PM
 #3915

Sorry to say but I sold my dnet, coin is not working and too much hassle to keep up.
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
August 23, 2016, 02:37:41 PM
 #3916

Sorry to say but I sold my dnet, coin is not working and too much hassle to keep up.

a! that was you that made 50$  Cool  no problem at all. codebase is stabilizing with every release

tip for the community, even iff all stable and even if it would be dash coin, it pays off to use supervisor (or similar task manager) with autorestart and cleanup prior (in a shall scrypt) , then you can walk away and collect one could also put git pull inside the restart scrypt (automatic pull of fresh codebase) rm blockchain and chainstate and then really go for vacation, I do this with every coin and let dev/community workout small defects

how much time do I spend on dnet a week ? I say because of the above few hours a week at most

great this below (there is some other similar for unix forgot its name popular amongst php folks.. and for windows there has to be something similar as well...)

http://supervisord.org/
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
August 23, 2016, 02:50:50 PM
 #3917

just for info:

so far non of my masternodes running with version 2.1.2.1 crashed
some masternodes still running with 2.1.2.0 & just crashed again, so i guess the new version is a nice step ahead for masternodes Wink
EcoChavCrypto
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
August 23, 2016, 02:54:29 PM
 #3918

just for info:

so far non of my masternodes running with version 2.1.2.1 crashed
some masternodes still running with 2.1.2.0 & just crashed again, so i guess the new version is a nice step ahead for masternodes Wink

What addnodes are you using?  I have been syncing for the past 3 hours with none in the masternode darknet.conf files and it's still less than 50% done on the first node.

       ▄▄█████████▄▄
    ▄█████████████████
  ▄████████▀▀▀▀▀▀▀▀▀▀
 ▄███████▀   ▄▄   ▄▄▄▄▄▄▄▄
▄████████▄▄▄████  ▄▄▄▄▄▄▄▄
█████████▀▀▀▀▀▀▀  █████████
█████████   ▄▄▄▄   ▀███████
█████████   █████   ███████
 ▀▀▀▀▀▀▀▀   █████   ██████▀
 ▀▀▀▀▀▀▀▀   ███▀▀   █████▀
      ▄▄▄▄▄▄███▄▄▄▄█████▀
     █████████████████▀
       ▀▀█████████▀▀
Bitcoin Air 
 
.
█      ███
█      ███
  ██
  ██  ███
  ██  ███
  ██  ███
      ███
█  ██
  ███
█  ██
  ███
   ██
  ███
█  ██  ███
█  ██  ███
█  ██
     ██  █
███  ██  █
███  ██
███  ██  █
███  ██  █
███  ██  █
███      █
███  ██ 
███  ██ 
     ██ 
███
  ██ 
███
  ██ 
     ██
 
.
.
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
August 23, 2016, 02:58:41 PM
 #3919

just for info:

so far non of my masternodes running with version 2.1.2.1 crashed
some masternodes still running with 2.1.2.0 & just crashed again, so i guess the new version is a nice step ahead for masternodes Wink

What addnodes are you using?  I have been syncing for the past 3 hours with none in the masternode darknet.conf files and it's still less than 50% done on the first node.

only addnode=coin-server.com
but yes syncing on masternodes is very slow ....
Tecem
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
August 23, 2016, 04:10:04 PM
 #3920

Yesterday I was stuck at block 264538. Now with the new wallet I still can't get ast block 264538.
Pages: « 1 ... 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 [196] 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 ... 541 »
  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!