Bitcoin Forum
April 26, 2024, 04:07:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 »
741  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 30, 2015, 04:15:10 AM
Generally first thing to do is connect to your remote server and check if the deamon is not dead.
Check if deamon darkcoind still running :

ps -ef | grep darkcoin

If you have a line with darkcoind ok. (after can check if it's not hang in the blockchain : ./darkcoind getinfo and check the block number)
If not re-launch it, and in case it was stop long time ago you'll need a masternode start from local.
Oh wow, while the network is on block 211479+ the two MN I'm having issues with are running on totally different blocks:
"blocks" : 208910
"blocks" : 204573

Will removing the peers.dat (rm .darkcoin/peers.dat) and restarting the daemon be enough to fix the issue?

EDIT:
Deleting the blockchain on my daemons and resyncing..
start both remote and local on fully synced. Check getmininginfo if you have both clients on the same block.

+ add a swap partition on your vps. I had the same issue on an older version and I solved it this way.
https://www.vultr.com/docs/setup-swap-file-on-linux
742  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 29, 2015, 09:42:22 PM
How exactly can I run these commands in one line?

masternode update script: https://darkcointalk.org/threads/masternode-update-script.1640/

save the code inside a file called "update.sh"

use superputty for updating multiple masternode simultaneous

Remember to run chmod +x update.sh to make the updater executable.
You'll be able then to launch it through sh update.sh.
743  Alternate cryptocurrencies / Altcoin Discussion / Re: ❢❢❢ The value proposition of each coin: BTC, DOGE, LTC, DRK, PPC, XRP, NXT, etc. on: January 29, 2015, 01:55:05 PM
Crossposting from DRK thread


Even then, coins aren't flowing through your masternode. All coins are mixing in the person's own wallet, never leaving. The masternodes simply facilitate the tx's at the same time for obfuscation.
744  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 23, 2015, 10:58:02 PM
My MN keeps going down on the latest version; I start the daemon on remote but after a bit it goes down.

 ./darkcoind getinfo
error: couldn't connect to server

any hint?

bump. I was updating from .11, cannot keep it on from more than 2minutes.
You may be running out of memory (darkcoind uses more memory these days). VPS Ubuntu instances don't come with swap enabled. Here's a good guide to enable a swap file:
https://www.vultr.com/docs/setup-swap-file-on-linux



Thank you, added it. V 13 now works fine.
745  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 23, 2015, 08:56:52 PM
My MN keeps going down on the latest version; I start the daemon on remote but after a bit it goes down.

 ./darkcoind getinfo
error: couldn't connect to server

any hint?

bump. I was updating from .11, cannot keep it on from more than 2minutes.
746  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 23, 2015, 08:01:04 PM
My MN keeps going down on the latest version; I start the daemon on remote but after a bit it goes down.

 ./darkcoind getinfo
error: couldn't connect to server

any hint?
747  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 23, 2015, 07:04:37 PM
Does the .12 need a local MN start?

Depends on what you are updating from. If you are on the latest protocol (example, 11 -> 12), then no.

Thank you.
748  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | InstantX on: January 23, 2015, 06:17:00 PM
Does the .12 need a local MN start?
749  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 23, 2015, 04:10:04 PM
We found a pretty bad vulnerability in Bitcoin, we'll see what happens:

https://github.com/bitcoin/bitcoin/issues/5698

Is enforcement off at the moment and should we expect another update (11.0.12) soon?

The network has updated to v11 (about 95% of the miners) and enforcement is back on! Everything looks good
750  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 21, 2015, 06:57:10 PM
Is enforcement off? I forgot how to check (and dont have access to my linux box either...)


getcheckpoint in debug command prompt

Oh lol yeah I meant he has just turned it on.
If I understood how it works you have to also start the MN from local wallet when protocol updates occurs, right?
751  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 21, 2015, 06:50:24 PM
Is enforcement off? I forgot how to check (and dont have access to my linux box either...)


Yes sir Evan said that some pages ago.
752  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 21, 2015, 03:22:55 PM
Any ETA for turning enforcement on? Only 30% of MNs on latest version.

It's definitely more of an issue that there are so many 10.17 Onyx masternodes (even some predating Onyx). At least there's close to 60% on Core.

Let's pay only who's on the latest version. Cheesy
753  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 20, 2015, 04:52:49 AM
Both mine came up fine...try closing the GUI and try again.

Did not work.
Quote
2015-01-20 04:40:49 CActiveMasternode::ManageStatus() - Checking inbound connection to 'IP:9999'

2015-01-20 04:40:49 CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list

2015-01-20 04:40:49 CActiveMasternode::ManageStatus() - Could not find suitable coins!

2015-01-20 04:40:49 CActiveMasternode::Dseep() - Error: masternode is not in a running status

2015-01-20 04:40:49 CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusdseep - Asking source node for missing entry CTxIn(COutPoint

were you on v8 or v7 before?  If your node shows with a :1, you may already be okay.  In my case, it went from v7 and mine didn't show up as :1 so I had to start from the local clients. Check back in an hour or two to see if you are still on the list..if so, I think you are fine.

Moved from v7 to v9. Well I'll check later if the MN is still on the list.
754  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 20, 2015, 04:45:10 AM
Both mine came up fine...try closing the GUI and try again.

Did not work.
Quote
2015-01-20 04:40:49 CActiveMasternode::ManageStatus() - Checking inbound connection to 'IP:9999'

2015-01-20 04:40:49 CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list

2015-01-20 04:40:49 CActiveMasternode::ManageStatus() - Could not find suitable coins!

2015-01-20 04:40:49 CActiveMasternode::Dseep() - Error: masternode is not in a running status

2015-01-20 04:40:49 CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusdseep - Asking source node for missing entry CTxIn(COutPoint
755  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 20, 2015, 04:34:05 AM
Version 11.0.9 has been released!

Change Log:

11.0.8 / 11.0.9:

- Version bump: Masternodes / Darksend users please update!
- Removed non-denomational inputs, this vastly improves the anonymity provided by the system by removing any traceable element into the mixing of coins (UdjinM6)
- Sessions now have randomized maximum amounts, also improving the anonymity
- corrected getblocktemplate coinbasevalue output, causing some mining issues
- "--litemode" added, which allows the client to run without Darksend, Masternodes or InstantX but still be compatible with the network (for slower computers or if you're not using any of that technology)
- MacOSX is now fixed and supported (flare and UdjinM6)

https://darkcointalk.org/threads/0-11-0-darkcoin-core-release.3601/


Getting this on local start (remote daemon started fine, MN IP is listed as :1):
Code:
not capable masternode: Unknown. Check debug.log for more information.
756  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPR] SpreadCoin | True Decentralization (No Pools) on: January 20, 2015, 03:55:47 AM
How many SPR do I need to run a MN?
757  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: January 20, 2015, 03:50:28 AM
Sigh....We have not seen over 0.007 since 16th November last year.....

I wonder when we will finally break free and attain our true value


Finally, I'm wondering if enforcement is off again for the upgrade because one of my nodes is overdue for payment by a while, and the other node has gotten more than it should have.  Both seem to be functioning well, on the right block and running the latest version?

Same here, have not been paid for 5days.
758  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, Big Multipool, Friendly Community on: January 20, 2015, 01:10:42 AM
Good to see some movement, 1st page on bittrex.
759  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][UTIL] UtilityCoin - x13 POS - New Developer on: January 19, 2015, 09:46:51 PM
Glad to see active development. Keep it up!
760  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, Big Multipool, Friendly Community on: January 19, 2015, 09:16:58 PM
Gonna test the new wallet as soon as possible!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!