Author

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

hero member
Activity: 546
Merit: 500
01100100 01100001 01110011 01101000

Nice signature Wink
Is code available?

What code ?  Smiley

If it's my sig :
Code:
For [b]private[/b], [b]fast[/b] and [b]secure[/b] transactions, join the [size=12pt][color=black]r[/color][/size][size=14pt][color=blue]evolution[/color][/size] : [size=15pt][url=https://www.darkcoin.io][b][color=blue]Dark[/color][color=black]coin[/color][/b][/url] | [url=https://www.darkcointalk.org/][b][color=blue]F[/color][color=black]orum[/color][/b][/url][/size]
hero member
Activity: 546
Merit: 500
01100100 01100001 01110011 01101000
legendary
Activity: 1092
Merit: 1001
have you guys got any useful guide on hardening a masternode/linux server? thank you
legendary
Activity: 1442
Merit: 1018
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)

Did you try with an other path ? Your darkcoin folder being in C: do you run the wallet as an administrator ? (I'm guessing)

Yeah I've already flagged it to run it as administrator, and multiple .conf paths also. That's weird, ti looks like darkcoin-qt is not seeing the .conf

And you are 100% certain your conf file is an actual conf file and not a text file. Once you navigate to where the *.exe is and type the darkcoin-qt.exe -conf=PATH, it uses the specified config file. I have never seen an instance where this wasn't the case. And I have multiple config files for all my masternodes.

LOLLLLLLLLLLL SORRY EVERYBODY FOR WASTING YOUR TIME

C:\ != c:\

HAPPY MASTERNODING TO ME

lol, no worries. I had no other answers for you at that point because you were doing everything by the book. Glad you figured it out.
legendary
Activity: 1092
Merit: 1001
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)

Did you try with an other path ? Your darkcoin folder being in C: do you run the wallet as an administrator ? (I'm guessing)

Yeah I've already flagged it to run it as administrator, and multiple .conf paths also. That's weird, ti looks like darkcoin-qt is not seeing the .conf

And you are 100% certain your conf file is an actual conf file and not a text file. Once you navigate to where the *.exe is and type the darkcoin-qt.exe -conf=PATH, it uses the specified config file. I have never seen an instance where this wasn't the case. And I have multiple config files for all my masternodes.

LOLLLLLLLLLLL SORRY EVERYBODY FOR WASTING YOUR TIME

C:\ != c:\

HAPPY MASTERNODING TO ME
legendary
Activity: 1442
Merit: 1018
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)

Did you try with an other path ? Your darkcoin folder being in C: do you run the wallet as an administrator ? (I'm guessing)

Yeah I've already flagged it to run it as administrator, and multiple .conf paths also. That's weird, ti looks like darkcoin-qt is not seeing the .conf

And you are 100% certain your conf file is an actual conf file and not a text file. Once you navigate to where the *.exe is and type the darkcoin-qt.exe -conf=PATH, it uses the specified config file. I have never seen an instance where this wasn't the case. And I have multiple config files for all my masternodes.
legendary
Activity: 1092
Merit: 1001
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)

Did you try with an other path ? Your darkcoin folder being in C: do you run the wallet as an administrator ? (I'm guessing)

Yeah I've already flagged it to run it as administrator, and multiple .conf paths also. That's weird, ti looks like darkcoin-qt is not seeing the .conf
member
Activity: 115
Merit: 10
First Ever InstantX Demonstration

https://www.youtube.com/watch?v=zBjUPj-TmFE&feature=youtu.be

Edit: Sorry for terrible audio quality, I need a new mic!

Excellent stuff Evan... I really think this is groundbreaking, within 12 months you've solved two of the biggest problems facing crypto:

1. Anonymous transactions
2. Instant TX for Point of Sale.

No small achievement... So a big thank you from me, it's a privilege being involved with the Dark community and I think we're all witnessing some pretty special stuff going on right here Smiley

Walter

Bump~!
legendary
Activity: 1092
Merit: 1001
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)

Then if the top of the client where it says "Darkcoin - Wallet" does not say the word masternode, your config file is wrong somehow. The masternode=1 setting puts the client into masternode mode.
Oh it doesn't say masternode.

this is my config

rpcuser=xxx
rpcpassword=xxx
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1
masternodeprivkey=xxx
masternodeaddr=xxx:9999
hero member
Activity: 546
Merit: 500
01100100 01100001 01110011 01101000
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)

Did you try with an other path ? Your darkcoin folder being in C: do you run the wallet as an administrator ? (I'm guessing)
legendary
Activity: 1442
Merit: 1018
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)

Then if the top of the client where it says "Darkcoin - Wallet" does not say the word masternode, your config file is wrong somehow. The masternode=1 setting puts the client into masternode mode.

This is all the local conf file should have:

Code:
rpcuser=Gibberish
rpcpassword=Gibberish
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1
masternodeprivkey=MN GENKEY
masternodeaddr=IP ADDRESS TO MN:9999
legendary
Activity: 1092
Merit: 1001
The last question is yes to which part?

sry for not being clear. The conf file is 100% correct, and I'm launching the wallet on windows through darkcoin-qt.exe -conf=c:\darkcoin\darkcoin.conf (the path is correct)
legendary
Activity: 1442
Merit: 1018
Hello dear guys, I am trying to set up a masternode but I keep getting this message when I send masternode start password

you must set masternode=1 in the configuration

however I double checked the darkcoin.conf being .conf and not .conf.txt.
Any hint?

You need masternode=1 in the darkcoin.conf file on local...

Yeah double checked also that


Are you running a cold/remote masternode or hot?

Does the conf file have the masternode key and ip in it?

Are you launching it with that conf file (-conf=PATH TO CONF FILE)? Does the top of the client say masternode, if not, the config isn't loaded properly.

on a vps
yes
yes

I tried different encoding on notepad with no luck


The last question is yes to which part?
legendary
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
YOUR ONE STOP SHOP FOR DARKCOIN NEWS, OPINION, AND CREATIVITY:


https://www.rebelmouse.com/TaoOfSatoshi/

Now, also located in my sig!

Tao
legendary
Activity: 1092
Merit: 1001
Hello dear guys, I am trying to set up a masternode but I keep getting this message when I send masternode start password

you must set masternode=1 in the configuration

however I double checked the darkcoin.conf being .conf and not .conf.txt.
Any hint?

You need masternode=1 in the darkcoin.conf file on local...

Yeah double checked also that


Are you running a cold/remote masternode or hot?

Does the conf file have the masternode key and ip in it?

Are you launching it with that conf file (-conf=PATH TO CONF FILE)? Does the top of the client say masternode, if not, the config isn't loaded properly.

on a vps
yes
yes

I tried different encoding on notepad with no luck
legendary
Activity: 1442
Merit: 1018
Hello dear guys, I am trying to set up a masternode but I keep getting this message when I send masternode start password

you must set masternode=1 in the configuration

however I double checked the darkcoin.conf being .conf and not .conf.txt.
Any hint?

You need masternode=1 in the darkcoin.conf file on local...

Yeah double checked also that


Are you running a cold/remote masternode or hot?

Does the conf file have the masternode key and ip in it?

Are you launching it with that conf file (-conf=PATH TO CONF FILE)? Does the top of the client say masternode, if not, the config isn't loaded properly.
sr. member
Activity: 249
Merit: 250
Hello dear guys, I am trying to set up a masternode but I keep getting this message when I send masternode start password

you must set masternode=1 in the configuration

however I double checked the darkcoin.conf being .conf and not .conf.txt.
Any hint?

You need masternode=1 in the darkcoin.conf file on local...

Yeah double checked also that

Check your file location.  Should be in your datadir directory, which is normally the same folder as the wallet.dat.
legendary
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
Hello dear guys, I am trying to set up a masternode but I keep getting this message when I send masternode start password

you must set masternode=1 in the configuration

however I double checked the darkcoin.conf being .conf and not .conf.txt.
Any hint?

You need masternode=1 in the darkcoin.conf file on local...

Oblox, can you look over my guide to see if everything is OK on my end, and this is just user error? I will change any errors you find. I know tens of people have used it so far without issue, but I would like to double check. Please post your answer in the thread.

Cheers,

Tao
legendary
Activity: 1092
Merit: 1001
Hello dear guys, I am trying to set up a masternode but I keep getting this message when I send masternode start password

you must set masternode=1 in the configuration

however I double checked the darkcoin.conf being .conf and not .conf.txt.
Any hint?

You need masternode=1 in the darkcoin.conf file on local...

Yeah double checked also that
Jump to: