Bitcoin Forum
May 07, 2024, 12:39:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: .
.
.

Pages: « 1 ... 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 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 541 »
  Print  
Author Topic: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN  (Read 782153 times)
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
September 12, 2016, 01:15:28 PM
 #4281

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

Posts: 1715042365

View Profile Personal Message (Offline)

Ignore
1715042365
Reply with quote  #2

1715042365
Report to moderator
1715042365
Hero Member
*
Offline Offline

Posts: 1715042365

View Profile Personal Message (Offline)

Ignore
1715042365
Reply with quote  #2

1715042365
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715042365
Hero Member
*
Offline Offline

Posts: 1715042365

View Profile Personal Message (Offline)

Ignore
1715042365
Reply with quote  #2

1715042365
Report to moderator
Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
September 12, 2016, 01:17:42 PM
Last edit: September 12, 2016, 01:35:36 PM by Haunebu81
 #4282

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.
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
September 12, 2016, 01:49:22 PM
 #4283

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

Activity: 638
Merit: 500



View Profile
September 12, 2016, 03:10:11 PM
 #4284

After update of all my MN's they became 'MISSING'. Tried 'masternode start-many' on my controller wallet but it stopped to respond.
Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
September 12, 2016, 03:22:32 PM
 #4285

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

Activity: 728
Merit: 500


View Profile
September 12, 2016, 03:26:23 PM
 #4286

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 <yourpassphrase> 12000 [HIT ENTER]
- console command: masternode start-alias <Name of masternode> [HIT ENTER]
- arrow up key to re enter passphrase
- arrow up key twice change the name
kokokoin
Hero Member
*****
Offline Offline

Activity: 638
Merit: 500



View Profile
September 12, 2016, 03:32:59 PM
 #4287

Thanks, guys.
4x13 (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
September 12, 2016, 09:31:10 PM
 #4288

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

Activity: 525
Merit: 500


View Profile
September 12, 2016, 09:34:39 PM
 #4289

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

Activity: 525
Merit: 500


View Profile
September 12, 2016, 09:48:58 PM
 #4290

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?
4x13 (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
September 12, 2016, 10:27:39 PM
 #4291

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
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
September 12, 2016, 10:33:52 PM
 #4292

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

jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
September 12, 2016, 10:38:58 PM
 #4293

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.

Haunebu81
Hero Member
*****
Offline Offline

Activity: 525
Merit: 500


View Profile
September 12, 2016, 11:34:34 PM
 #4294

Anyone know which version comes with mxnsch's script?

I couln't get darknet-cli getinfo to work :/
4x13 (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
September 13, 2016, 03:00:50 AM
 #4295

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
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
September 13, 2016, 04:09:36 AM
 #4296

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

.cryptic.
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
September 13, 2016, 05:20:00 AM
 #4297

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?
4x13 (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
September 13, 2016, 05:55:26 AM
 #4298

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?

what are your block sizes?? is the wallet truly unlocked? have you restarted the wallet for shits and giggles? The wallet won't stake if it is not fully synced.
NotMyFarm
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
September 13, 2016, 05:56:11 AM
 #4299

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?

is the staking arrow green ?

4x13 (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011


View Profile
September 13, 2016, 05:58:04 AM
 #4300

Ok, as i agreed, I matched the votes on CoinPayments from 9-9-15 thru 9-11-16, only 11 votes from that time frame.

CPAI4KVAKJFNUBN0FXG7ECDBWJ

11 Votes (No I am not counting these votes toward the giveaway) Lets keep it going Everyone, long way to go still. We need 1000 Votes and we are now at 422.. Smiley
Pages: « 1 ... 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 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 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!