Author

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

hero member
Activity: 532
Merit: 500
Unlock your wallets and it will start staking.
Been running an unlocked wallet for the last 48 hours on Windows 7.
Still nothing. Huh NO staking.
bump Any ideas?
legendary
Activity: 1638
Merit: 1011
jakiman is back!
Anyone know which version comes with mxnsch's script?

I couln't get darknet-cli getinfo to work :/

mxnsch's script installs the latest available released at the time when you run the script.

For CLI commands, you need to specify the config file for each instance.

e.g.

/usr/local/bin/darknet-cli -conf=/etc/masternodes/darknet_n1.conf getinfo
/usr/local/bin/darknet-cli -conf=/etc/masternodes/darknet_n1.conf masternode status
legendary
Activity: 1078
Merit: 1011
Anyone know which version comes with mxnsch's script?

I couln't get darknet-cli getinfo to work :/

you may need to add a ./ in front of it like ./darknet-cli getinfo
hero member
Activity: 525
Merit: 500
Anyone know which version comes with mxnsch's script?

I couln't get darknet-cli getinfo to work :/
legendary
Activity: 1638
Merit: 1011
jakiman is back!
Dev Wallet Update

New v2.1.2.3 wallet update has been released on github by Stakebox. It is only mandatory if you are currently on v2.1.2.1 or below.

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

Change Log
- Syncing chain from scratch not working in 2.1.2.2 has been fixed
- Main page's balance showing incorrectly in 2.1.2.2 has been fixed
- Compiling issues in certain Linus systems in 2.1.2.2 has been fixed

Notes
- If you are running 2.1.2.1 or below, it is mandatory to update to 2.1.2.2 or higher as it corrects budget & reward payments.
- If you are already running 2.1.2.2 without issues, it is not mandatory to update to 2.1.2.3 unless you would like fixes listed above.
- Upgrading from 2.1.2.2 or below to 2.1.2.3 does not require a full resync. Just stop, replace binaries then restart wallet.
- As with any wallet upgrades, please backup first if it's an important wallet. (especially your staking or controller wallet etc)

Re-quoting for visibility. You may need to restart masternodes from controller after the binary upgrade.
legendary
Activity: 1638
Merit: 1011
jakiman is back!
Getting this error:

root@vultr:~# tar -vxzf blockchain.tar.gz -C /var/lib/masternodes/darknet1/

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Any ideas?

File you are trying to extract is probably corrupted.

I personally recommend people to make their own blockchain backups to use for security reasons.
I'm sure the ones posted from reputable members are good but I still feel better using my own. Cool
legendary
Activity: 1078
Merit: 1011
Still seeing a decent amount of wallets/nodes running v2.1.2.1/v2.1.2.2 and while v2.1.2.3 is not a required update for v2.1.2.2 wallets/nodes, it is advisable to stay on the must up to date releases.


How can I check which version I'm running using linux terminal?

from the cli;

darknet-cli getinfo
hero member
Activity: 525
Merit: 500
Okay so I rented several VPS's over the weekend to set up some more MN's. Many are working fine. However many others kept going back to MISSING status. I rebooted the ones that were doing that and now they all have 100% CPU usage and it's been about 10 hours so far. How would I fix this?

I'm thinking maybe it's a sync issue. How can I download and use a bootstrap in Ubuntu terminal? I'm very new to Linux command line, so I don't really know how to do this kind of stuff.

you can find a chain here:
http://149.56.154.83/blockchain.tar.gz

should be not older than 3 hrs
to extract use the following command:
tar -vxzf cblockchain.tar.gz -C "Destination_Dir"

Thanks! I'll need some furhter instructions though, if you don't mind.

Would it be: wget http://149.56.154.83/blockchain.tar.gz ?

Also, do I have to install the tar app? what would be the command for that?

Thanks.

yes wget should work like this.
the tar command should be included in any standard ubuntu system.
if you really have to install use something like "apt install tar" but if tar is really missing on your system you will maybe run into other problems and you should consider using mp-hosting


Getting this error:

root@vultr:~# tar -vxzf blockchain.tar.gz -C /var/lib/masternodes/darknet1/

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now


Any ideas?
hero member
Activity: 525
Merit: 500
Still seeing a decent amount of wallets/nodes running v2.1.2.1/v2.1.2.2 and while v2.1.2.3 is not a required update for v2.1.2.2 wallets/nodes, it is advisable to stay on the must up to date releases.


How can I check which version I'm running using linux terminal?
legendary
Activity: 1078
Merit: 1011
Still seeing a decent amount of wallets/nodes running v2.1.2.1/v2.1.2.2 and while v2.1.2.3 is not a required update for v2.1.2.2 wallets/nodes, it is advisable to stay on the must up to date releases.
hero member
Activity: 638
Merit: 500
hero member
Activity: 728
Merit: 500
After update of all my MN's they became 'MISSING'. Tried 'masternode start-many' on my controller wallet but it stopped to respond.

It's a known issue. You have to start hem one by one using:

masternode start-alias (Masternode Label) (Password)

aka

masternode start-alias Masternode01 Sd$%w!nn8X


Also, wait several seconds between each attempt and make sure the wallet it sully sync'd. It still freezes up on me, but a little less often with that method.

do this method instead as you will still get crashes doing that.

- console command: walletpassphrase 12000 [HIT ENTER]
- console command: masternode start-alias [HIT ENTER]
- arrow up key to re enter passphrase
- arrow up key twice change the name
hero member
Activity: 525
Merit: 500
After update of all my MN's they became 'MISSING'. Tried 'masternode start-many' on my controller wallet but it stopped to respond.

It's a known issue. You have to start hem one by one using:

masternode start-alias (Masternode Label) (Password)

aka

masternode start-alias Masternode01 Sd$%w!nn8X


Also, wait several seconds between each attempt and make sure the wallet it sully sync'd. It still freezes up on me, but a little less often with that method.
hero member
Activity: 638
Merit: 500
After update of all my MN's they became 'MISSING'. Tried 'masternode start-many' on my controller wallet but it stopped to respond.
legendary
Activity: 1148
Merit: 1001
Okay so I rented several VPS's over the weekend to set up some more MN's. Many are working fine. However many others kept going back to MISSING status. I rebooted the ones that were doing that and now they all have 100% CPU usage and it's been about 10 hours so far. How would I fix this?

I'm thinking maybe it's a sync issue. How can I download and use a bootstrap in Ubuntu terminal? I'm very new to Linux command line, so I don't really know how to do this kind of stuff.

you can find a chain here:
http://149.56.154.83/blockchain.tar.gz

should be not older than 3 hrs
to extract use the following command:
tar -vxzf cblockchain.tar.gz -C "Destination_Dir"

Thanks! I'll need some furhter instructions though, if you don't mind.

Would it be: wget http://149.56.154.83/blockchain.tar.gz ?

Also, do I have to install the tar app? what would be the command for that?

Thanks.

yes wget should work like this.
the tar command should be included in any standard ubuntu system.
if you really have to install use something like "apt install tar" but if tar is really missing on your system you will maybe run into other problems and you should consider using mp-hosting
hero member
Activity: 525
Merit: 500
Okay so I rented several VPS's over the weekend to set up some more MN's. Many are working fine. However many others kept going back to MISSING status. I rebooted the ones that were doing that and now they all have 100% CPU usage and it's been about 10 hours so far. How would I fix this?

I'm thinking maybe it's a sync issue. How can I download and use a bootstrap in Ubuntu terminal? I'm very new to Linux command line, so I don't really know how to do this kind of stuff.

you can find a chain here:
http://149.56.154.83/blockchain.tar.gz

should be not older than 3 hrs
to extract use the following command:
tar -vxzf cblockchain.tar.gz -C "Destination_Dir"

Thanks! I'll need some furhter instructions though, if you don't mind.

Would it be: wget http://149.56.154.83/blockchain.tar.gz ?

Also, do I have to install the tar app? what would be the command for that?

Thanks.
legendary
Activity: 1148
Merit: 1001
Okay so I rented several VPS's over the weekend to set up some more MN's. Many are working fine. However many others kept going back to MISSING status. I rebooted the ones that were doing that and now they all have 100% CPU usage and it's been about 10 hours so far. How would I fix this?

I'm thinking maybe it's a sync issue. How can I download and use a bootstrap in Ubuntu terminal? I'm very new to Linux command line, so I don't really know how to do this kind of stuff.

you can find a chain here:
http://149.56.154.83/blockchain.tar.gz

should be not older than 3 hrs
to extract use the following command:
tar -vxzf cblockchain.tar.gz -C "Destination_Dir"
hero member
Activity: 728
Merit: 500
Okay so I rented several VPS's over the weekend to set up some more MN's. Many are working fine. However many others kept going back to MISSING status. I rebooted the ones that were doing that and now they all have 100% CPU usage and it's been about 10 hours so far. How would I fix this?

I'm thinking maybe it's a sync issue. How can I download and use a bootstrap in Ubuntu terminal? I'm very new to Linux command line, so I don't really know how to do this kind of stuff.

i would recommend mp hosting for your nodes. less hassle if you dont know linux and reasonable price per mn.

spent hours meself trying get it all working trying get it done cheaper. better to pay some one a little to do it.
hero member
Activity: 525
Merit: 500
Okay so I rented several VPS's over the weekend to set up some more MN's. Many are working fine. However many others kept going back to MISSING status. I rebooted the ones that were doing that and now they all have 100% CPU usage and it's been about 10 hours so far. How would I fix this? (Originally they took about 3 hours each to sync up 5 MN's on a sincle CPU core, so it appears something may be wrong)

I'm thinking maybe it's a sync issue. How can I download and use a bootstrap in Ubuntu terminal? I'm very new to Linux command line, so I don't really know how to do this kind of stuff.
full member
Activity: 236
Merit: 100
tx
but where can i check my MN by IP ?
(search and get details as - online - payments - ....)

You can check your masternode IP/status from your controller wallet, run "masternode list-conf".
cool
got it
Jump to: