Bitcoin Forum
May 07, 2024, 05:48:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143]
2841  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 26, 2014, 07:36:29 AM
i am reindexing, my wallet is stuck on 74873, the correct block seems to be 74878. I have the correct wallet, any ideas what i am doing wrong?

I think maybe it just lost connection, give it some time?

i have been waiting over 15 mins, maybe i am just impatient.
2842  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 26, 2014, 07:29:01 AM
i am reindexing, my wallet is stuck on 74873, the correct block seems to be 74878. I have the correct wallet, any ideas what i am doing wrong?
2843  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 21, 2014, 10:13:14 PM
Everyone keeps saying to update to 10.8.6 but when I update from http://www.darkcoin.io/downloads/rc/darkcoind the version I get is v0.10.8.5-2-g8e508af-beta.  Is the 10.8.6 daemon for ubuntu 64 hiding somewhere?

WTF am I missing here?  Moved my wallets to my MNs but they still won't stay active for more than a couple hours.
What version does getinfo report? Should be 100806.

Don't worry about them coming and going on poolhash.org, there's still some interference from older versions, it seems to be improving with time. AFAIK if your MNs can see themselves/eachother you're fine.

make sure your darkcoind file is in the /usr/bin   directory. not just the .darkcoind directory.

It's symlinked on two of my MNs, on the other I just run it from .darkcoind - how/why would this cause a problem?

i am no expert but try stopping darkcoind and removing the darkcoind file in /usr/bin and .darkcoind.   re download the rc into your .darkcoind folder. chmod 755 and cp it to /usr/bin .  It might work.
2844  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 21, 2014, 10:06:02 PM
Everyone keeps saying to update to 10.8.6 but when I update from http://www.darkcoin.io/downloads/rc/darkcoind the version I get is v0.10.8.5-2-g8e508af-beta.  Is the 10.8.6 daemon for ubuntu 64 hiding somewhere?

WTF am I missing here?  Moved my wallets to my MNs but they still won't stay active for more than a couple hours.
What version does getinfo report? Should be 100806.

Don't worry about them coming and going on poolhash.org, there's still some interference from older versions, it seems to be improving with time. AFAIK if your MNs can see themselves/eachother you're fine.

make sure your darkcoind file is in the /usr/bin   directory. not just the .darkcoind directory.
2845  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 21, 2014, 12:56:12 AM
MASTERNODE WITH COLD WALLET DOES WORK

I just confirmed that all of my nodes are showing on the http://darkcoin.io/masternodes.txt
I didnt even restart them, it seems like as Evan said we just needed to be patient and wait for the network to sync. This also means that the local/remote wallet setup does work. In my case I do it with two privkeys, the one generated on the server I place on the server darkcoin.conf and the one generated locally I place on the local darkcoin.conf.  The rest of the steps are the same as before and you can find information on darkcointalk.org.  Cheers!

How long have you had them up? Mine were listed for about 2 hours and then disappeared. I restarted both of them as Evan suggested - still not listed anywhere. Will wait and see what happens I guess.

At the moment of my message they were all there. Right now, some show, some don't. Based on what I have seen today I am not going to do anything, just wait for the network to sync and check again tomorrow.

OK checked again, now the ones that werent showing are showing again, and I didn't do anything. Conclusion, the count and the masternode list are going to take some time to stabilize. If your node is not showing and it was showing before just check again later. I don't think there is anything wrong, we just need to wait. At least that has been my experience.

EDIT: If you are not in version 0.10.8.6 or 0.9.4.6 please update!

Also restart your node fully, not just darkcoind stop and start. make sure you - "Darkcoind master node stop YOURWALLETPASSPHRASE"   and then "masternode start YOURWALLETPASSPHRASE".
I remember ages ago evan saying that you have to have both wallets online for the local/remote thing to work, at least for now.
2846  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 14, 2014, 04:44:21 AM
just to be sure..you can switch off your local machine after launching your remote node with it?
yes. And you can throw the wallet.dat file into cold storage as well.

Sure ?  Shocked
Pretty sure. I'll describe how I did. On my local machine I have vmware installed. I sent 1000 multiples of dark to the vmware wallet. Encrypted. Shutdown and restart with masternode point to ip. Shutdown, save wallet.dat in cold storage. Repeat numerous times. When done, I shutdown vmware and ips are registered. They are still registered even though the ips themselves are shutdown. Hope this helps.

And you did the same thing with the masternode still on the list ?

If so :
Code:
masternode start
to tell to the network that YOUR_SERVER_IP is a valid masternode (so no need to keep the local wallet running)

And you have to run it again
Code:
masternode stop
to tell to the network to stop using YOUR_SERVER_IP.

I did ,

Code:
darkcoind masternode start -masternodeaddr=YOURSERVERIP:9999

Then i just switched off the pc after i saw it on the remote servers list.

It never added my local machines ip.
2847  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 14, 2014, 04:17:14 AM
just to be sure..you can switch off your local machine after launching your remote node with it?

Some say that it's possible, but I don't think so. The local wallet has to say to the network "I'm on". That's why I think that it's better to have 2 servers : one (private) running darkcoind with the 1000DRK and the other (public) with an empty wallet.

I can see why they say its possible, when i switch off my local machine the ip of the remote remains on the list. It has done for a long time, I have check with multiple wallets and they all list it. Hmmmmm.
2848  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 14, 2014, 04:03:59 AM
just to be sure..you can switch off your local machine after launching your remote node with it?
2849  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: May 07, 2014, 02:20:33 AM
how long does it normally take for the other nodes to be updated with listing your node. My local machine lists the remote node ip after starting it, but when i check the list on the remote machine it does not show in the list. Does it take a while?

edit: for the guys who are getting a 0 at the end, when specifying the ip address with the masternodeaddr command. try putting a   :9999   at teh end.
2850  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: April 27, 2014, 01:18:13 AM
While on the subject of master nodes, how does one make it so payments from a master node are sent to another wallet address. Is that possible?
2851  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin | First X11 | First DGW | ASIC Resistant on: April 26, 2014, 09:28:04 AM
http://drk.poolhash.org/darksend.html
"darkcoind masternode list | grep ' 1' | wc -l"





Chaplin, you might be the man to ask. When tying to start up the master node I keep getting password incorrect. My password is right , any ideas what i can do? or what the cause is?
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!