Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 3191. (Read 9723858 times)

legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
this is forking strange! We have some problems and the price is not going down!! grrrr..... wanna buy cheap coins guys...come on Smiley
legendary
Activity: 3066
Merit: 1188
2 masternodes upgraded here.

Just waiting for drk.mn to report the new version numbers. It's still reporting 0.10.17.24 even though darkoind getinfo reported v11.

EDIT: We're in business ! Both of them now running v11. Smooth as silk upgrade.
hero member
Activity: 686
Merit: 500
WANTED: Active dev to fix & re-write p2pool in C
Anyone else having trouble running the latest binary for Linux with p2pool?

Ever since I upgraded to the latest version I've been unable to get p2pool to connect on port 9999:

2015-01-16 16:38:13.821624 p2pool (version 81fc6c5-dirty)
2015-01-16 16:38:13.821724
2015-01-16 16:38:13.821780 Testing bitcoind RPC connection to 'http://127.0.0.1:9998/' with username 'IYFTechDRK'...
2015-01-16 16:38:13.850612     ...success!
2015-01-16 16:38:13.850710     Current block hash: 5f2afca31990cbc9c8be1722088daafeac266253c55a1e7f06a47
2015-01-16 16:38:13.850753     Current block height: 204176
2015-01-16 16:38:13.850777
2015-01-16 16:38:13.850815 Testing bitcoind P2P connection to '127.0.0.1:9999'...
2015-01-16 16:38:18.851266     ...taking a while. Common reasons for this include all of bitcoind's connection slots being used...


Cheers.

I've now also posted in the darkcointalk thread about this - is anyone else having this problem? It's got me stumped....... Sad
hero member
Activity: 658
Merit: 500
The Buck Stops Here.
The DCT Mining Pool is on  v0.11.0.7.
Once again, 1% fee compared to others of 2%.
copper member
Activity: 2352
Merit: 1348

Okay, i have remove the chain.

Correct?

Punch your masternode address in here: https://drk.mn/masternodes.html

Again, if it's active, it's fine. Since you are on windows, you can't grep the ip to the masternode list. As stated before, do "masternode list" to get the full list, copy into text editor and search for your ip. It should be listed as 1, not 0.
The Site " https://drk.mn/masternodes.html" is down.

I see my node, thank!



During update, you should install a big green light. ..for dumys  Grin

Edit Today startet my private Travianserver...http://www.limxian.org/
Promo Code for Free Gold Package B!!

yU8oMJbYVqQBGBqvI9FcttoieyofHQLx

newbie
Activity: 23
Merit: 0
Hi guys. I upgraded my 4 wallets to core version, and 3 of them is working fine, but the 4 th is not syncing. I tryed to delete peer.dat .nothing happened. I tryed to -reindex in console but appears that this is not the right place to do so. Do you have an idea what is wrong , and possible solution. Also the 4 th wallet shows 24 % darksend mixing and i did not press the button.
Thank you in advance.


You don't issue that in the console of the QT wallet. You append -reindex to the shortcut that starts the QT/Daemon or append to the end in the command line: ex darkcoin-qt.exe -reindex or darkcoind.exe -reindex
Did it ,and it is fine now. All the 51 weeks synced for less than 5 min. Perfect Job.
Thank you guys.
legendary
Activity: 1442
Merit: 1018

Okay, i have remove the chain.

Correct?

Punch your masternode address in here: https://drk.mn/masternodes.html

Again, if it's active, it's fine. Since you are on windows, you can't grep the ip to the masternode list. As stated before, do "masternode list" to get the full list, copy into text editor and search for your ip. It should be listed as 1, not 0.
legendary
Activity: 1442
Merit: 1018
Will be interesting to see how Impulse works out from Bitpay on the Bitcoin protocol: http://impulse.is/
legendary
Activity: 1442
Merit: 1018
Anyone know a link to a recent start-many explanation? thanks

Remove the masternode information from darkcoin.conf

Create a masternode.conf with the layout
ALIAS IPADDRESS:PORT MASTERNODE_GEN_KEY TXID OUTPUT_VALUE

thanks but does the rest of the information stay in (see below)?

rpcuser=XXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1

This is strictly for local. The remote stays the way it is. The masternode=1 flag on local is optional to my knowledge. I run mine without.

Thanks did not know that, so the rpc user and password are also not necessary on local. Nice to know.
you can have in your darkcoin.conf just masternode=1 and masternodeprivkey Smiley

You don't need either of those settings with start-many.
legendary
Activity: 1442
Merit: 1018
Anyone know a link to a recent start-many explanation? thanks

Remove the masternode information from darkcoin.conf

Create a masternode.conf with the layout
ALIAS IPADDRESS:PORT MASTERNODE_GEN_KEY TXID OUTPUT_VALUE

thanks but does the rest of the information stay in (see below)?

rpcuser=XXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1

This is strictly for local. The remote stays the way it is. The masternode=1 flag on local is optional to my knowledge. I run mine without.

Thanks did not know that, so the rpc user and password are also not necessary on local. Nice to know.

A darkcoin.conf file isn't even necessary on the local qt client (will load default settings) but it's always wise to put something cryptic for an rpc user and pw. Darkcoind on local will spit an error looking for a darkcoin.conf file.
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
Anyone know a link to a recent start-many explanation? thanks

Remove the masternode information from darkcoin.conf

Create a masternode.conf with the layout
ALIAS IPADDRESS:PORT MASTERNODE_GEN_KEY TXID OUTPUT_VALUE

thanks but does the rest of the information stay in (see below)?

rpcuser=XXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1

This is strictly for local. The remote stays the way it is. The masternode=1 flag on local is optional to my knowledge. I run mine without.

Thanks did not know that, so the rpc user and password are also not necessary on local. Nice to know.
you can have in your darkcoin.conf just masternode=1 and masternodeprivkey Smiley
hero member
Activity: 508
Merit: 500
Anyone know a link to a recent start-many explanation? thanks

Remove the masternode information from darkcoin.conf

Create a masternode.conf with the layout
ALIAS IPADDRESS:PORT MASTERNODE_GEN_KEY TXID OUTPUT_VALUE

thanks but does the rest of the information stay in (see below)?

rpcuser=XXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1

This is strictly for local. The remote stays the way it is. The masternode=1 flag on local is optional to my knowledge. I run mine without.

Thanks did not know that, so the rpc user and password are also not necessary on local. Nice to know.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
Updated Darkcoin Tor .onion connectivity nodes to Core (11.0.7)

- http://darkproxy.eu/darkvpn.php (4096-bit SSL Cert. by CAcert.org)

or

- http://darkproxy.is/darkvpn.php (4096-bit SSL Cert. by CAcert.org)

torrc example is due of an update and should be updated soon. Hopefully lots of useful information here:

- https://bitcointalksearch.org/topic/m.6677546

How many master nodes use an encrypted DNS ?
legendary
Activity: 1442
Merit: 1018
Anyone know a link to a recent start-many explanation? thanks

Remove the masternode information from darkcoin.conf

Create a masternode.conf with the layout
ALIAS IPADDRESS:PORT MASTERNODE_GEN_KEY TXID OUTPUT_VALUE

thanks but does the rest of the information stay in (see below)?

rpcuser=XXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1

This is strictly for local. The remote stays the way it is. The masternode=1 flag on local is optional to my knowledge. I run mine without.
legendary
Activity: 1492
Merit: 1021
hero member
Activity: 508
Merit: 500
Anyone know a link to a recent start-many explanation? thanks

Remove the masternode information from darkcoin.conf

Create a masternode.conf with the layout
ALIAS IPADDRESS:PORT MASTERNODE_GEN_KEY TXID OUTPUT_VALUE

thanks but does the rest of the information stay in (see below)?

rpcuser=XXX
rpcpassword=XXXXX
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1
legendary
Activity: 1442
Merit: 1018
Anyone know a link to a recent start-many explanation? thanks

Remove the masternode information from the local darkcoin.conf

Create a masternode.conf with the layout
ALIAS IPADDRESS:PORT MASTERNODE_GEN_KEY TXID OUTPUT_VALUE

NOTHING CHANGES FOR THE REMOTE SIDE OF THINGS USING START-MANY, STRICTLY LOCAL.

More information and example: https://github.com/darkcoin/darkcoin/pull/62
hero member
Activity: 508
Merit: 500
Anyone know a link to a recent start-many explanation? thanks
legendary
Activity: 2702
Merit: 1240
I've updated and reindex too, can someone confirm i'm on the right fork with Pool https://dark.suprnova.cc ?

Last Block is 204712

EDIT: now 204713 :-)

Looks like you are on the same blokc as coinmine, but something is wrong with your rewards, they are lower than on coinmine for the blocks

Reward is calculated by diff and masternode payments, they are more or less variable.

I'm on the same fork as Coinmine and the both block explorers and my wallet shows no error so I think i'm good.




Ok, so it is safe to continue mining on suprnova ?


yup, i'm on the latest wallet, everything is fine.
Jump to: