Bitcoin Forum
April 25, 2024, 01:32:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 [917] 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722495 times)
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
May 06, 2014, 12:34:04 PM
 #18321

Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Yes, you can shut the terminal.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Masternode deamon will run for as long as the server is up.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Type:
darkcoind masternode list

Thank you. Smiley

One more question: (from darkcoind getinfo)
Code:
"unlocked_until" : 0,

This means the masternode wallet is locked, yes?
1714008729
Hero Member
*
Offline Offline

Posts: 1714008729

View Profile Personal Message (Offline)

Ignore
1714008729
Reply with quote  #2

1714008729
Report to moderator
1714008729
Hero Member
*
Offline Offline

Posts: 1714008729

View Profile Personal Message (Offline)

Ignore
1714008729
Reply with quote  #2

1714008729
Report to moderator
1714008729
Hero Member
*
Offline Offline

Posts: 1714008729

View Profile Personal Message (Offline)

Ignore
1714008729
Reply with quote  #2

1714008729
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714008729
Hero Member
*
Offline Offline

Posts: 1714008729

View Profile Personal Message (Offline)

Ignore
1714008729
Reply with quote  #2

1714008729
Report to moderator
1714008729
Hero Member
*
Offline Offline

Posts: 1714008729

View Profile Personal Message (Offline)

Ignore
1714008729
Reply with quote  #2

1714008729
Report to moderator
1714008729
Hero Member
*
Offline Offline

Posts: 1714008729

View Profile Personal Message (Offline)

Ignore
1714008729
Reply with quote  #2

1714008729
Report to moderator
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
May 06, 2014, 12:44:25 PM
 #18322

Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Apologies for noobness at this.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Thanks.



This works on linux:

darkcoind masternode start `head -1`

Type your password on the next line. If you do it this way the history will show 'head -1' instead of your password.


Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
May 06, 2014, 12:45:48 PM
 #18323

Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Apologies for noobness at this.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Thanks.



darkcoind masternode start `head -1`

Type your password on the next line. If you do it this way the history will show 'head -1' instead of your password, but the daemon will get your password.




Excellent, thanks boss! Smiley
unlock.mk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
May 06, 2014, 01:05:32 PM
 #18324

suchpool = stratum+tcp://stratum-eu.suchpool.pw:3335   = not working
Kai Proctor
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


01100100 01100001 01110011 01101000


View Profile
May 06, 2014, 01:26:32 PM
 #18325

Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Apologies for noobness at this.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Thanks.



This works on linux:

darkcoind masternode start `head -1`

Type your password on the next line. If you do it this way the history will show 'head -1' instead of your password.



And you can clear bash history with :

Quote
cat /dev/null > ~/.bash_history && history -c && exit
Scriptiee
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
May 06, 2014, 01:53:44 PM
 #18326

Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Apologies for noobness at this.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Thanks.



This works on linux:

darkcoind masternode start `head -1`

Type your password on the next line. If you do it this way the history will show 'head -1' instead of your password.



And you can clear bash history with :

Quote
cat /dev/null > ~/.bash_history && history -c && exit

Or you can use this: https://gist.github.com/Scriptiee/ab87a739cc6eff4ac516 just change the command for the masternode start one and full path if needed
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 06, 2014, 02:22:44 PM
 #18327


Guys, now that we are on this subject when trying to start my masternode from a local machine: error: {"code":-1,"message":"masternode list|count|current> passphrase\n"}  Does anybody know what could be wrong and what should I do?  I want to run the masternode using the setup where the wallet with the 1000 drk resides on a local computer.

I am able to start the local computer with the server IP
Then unlock the local wallet
Then on the local computer try to start the masternode and get that error that you see above. Please assist.


Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Apologies for noobness at this.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Thanks.



This works on linux:

darkcoind masternode start `head -1`

Type your password on the next line. If you do it this way the history will show 'head -1' instead of your password.



And you can clear bash history with :

Quote
cat /dev/null > ~/.bash_history && history -c && exit

Or you can use this: https://gist.github.com/Scriptiee/ab87a739cc6eff4ac516 just change the command for the masternode start one and full path if needed


Guys, now that we are on this subject when trying to start my masternode from a local machine: error: {"code":-1,"message":"masternode list|count|current> passphrase\n"}  Does anybody know what could be wrong and what should I do?  I want to run the masternode using the setup where the wallet with the 1000 drk resides on a local computer.

I am able to start the local computer with the server IP
Then unlock the local wallet
Then on the local computer try to start the masternode and get that error that you see above. Please assist.
bobo418
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 06, 2014, 03:06:11 PM
 #18328

Minotaur, I think there are versions of darkcoind that don't support masternode "start/stop" functions. Check the version of darkcoind you're running/darkcoind getinfo.

The linux darkcoind client at http://www.darkcoin.io/getstarted.html displays version 100603 which works great.

If you're still having problems, reply here and I'll post the exact instructions I used to get mine running. So worth the peace of mind to run the masternode this way.
TanteStefana
Full Member
***
Offline Offline

Activity: 280
Merit: 100


The Future Of Work


View Profile
May 06, 2014, 03:18:59 PM
 #18329

Masternode question:

When I start the masternode with
Code:
darkcoind masternode start mypassphrase
can I then shut the terminal window? I am worried about the wallet passphrase being there in plain sight.

Plus what happens if/when my local box goes offline for whatever reason, does the masternode persist?

Apologies for noobness at this.

And is there a site that lists masternodes, so I can see from elsewhere that it's up and running?

Thanks.



This works on linux:

darkcoind masternode start `head -1`

Type your password on the next line. If you do it this way the history will show 'head -1' instead of your password.



Thank you for that.  Also, I installed Fail2ban and I think it's keeping information from being logged in var/log/auth.log where I used to find my inputs.

█ ANN THREAD █
﹝Whitepaper﹞
【BLACKBOX OS】
The Future of Work. Decentralized.
TELEGRAM﹞﹝FACEBOOK
TWITTERYOUTUBE
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 06, 2014, 03:25:49 PM
 #18330

Minotaur, I think there are versions of darkcoind that don't support masternode "start/stop" functions. Check the version of darkcoind you're running/darkcoind getinfo.

The linux darkcoind client at http://www.darkcoin.io/getstarted.html displays version 100603 which works great.

If you're still having problems, reply here and I'll post the exact instructions I used to get mine running. So worth the peace of mind to run the masternode this way.

Thank you bobo418, will check on this and report back, the help is really appreciated.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
May 06, 2014, 03:44:36 PM
 #18331

So, with darkcoind version 100603, do I need to do anything else to be receiving payments beginning on the 14th or whenever, or will I need to install an updated version nearer the time? Because I want to set up some more. Be nice to have the wallets local though so going to try that next.

The recent variations of client etc. have left me befuddled.

About security in general, am I right in thinking that in order to steal my precious DRK, an attacker would first have to gain a copy of my key.pem file to log into the Amazon box, then crack the wallet passphrase once they had a copy of the wallet.dat? I keep the key file on a USB stick and the passphrase is good, so I should be OK?
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 06, 2014, 04:27:45 PM
 #18332

So, with darkcoind version 100603, do I need to do anything else to be receiving payments beginning on the 14th or whenever, or will I need to install an updated version nearer the time? Because I want to set up some more. Be nice to have the wallets local though so going to try that next.

The recent variations of client etc. have left me befuddled.

About security in general, am I right in thinking that in order to steal my precious DRK, an attacker would first have to gain a copy of my key.pem file to log into the Amazon box, then crack the wallet passphrase once they had a copy of the wallet.dat? I keep the key file on a USB stick and the passphrase is good, so I should be OK?

I think you should go for the local wallet / remote masternode setup, with that option available I dont see any reason to keep your wallet on the masternode itself.  I have delayed launching my masternodes until I figure out the local / remote setup. In my case I think I just had an older version will try again tonight.
Terzo
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 06, 2014, 04:41:29 PM
 #18333

How many masternodes do we need for fully working DarkSend ?
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
May 06, 2014, 04:41:39 PM
 #18334

Sounds like everyone is setting up masternodes  Grin
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
May 06, 2014, 04:42:41 PM
 #18335

How many masternodes do we need for fully working DarkSend ?

http://drk.poolhash.org/masternode.html
rickraw
Sr. Member
****
Offline Offline

Activity: 387
Merit: 250


View Profile
May 06, 2014, 04:44:53 PM
 #18336

How many masternodes do we need for fully working DarkSend ?

I think, since only 1 masternode is used in a DarkSend, there is no specific amount.  The more the better though for stability of the network.  I wanted to set one up but still waiting for funds to clear to buy BTC - taking forever.

DASH - Private. Instant. Digital Cash.   DASHPAY.IO
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
May 06, 2014, 04:53:24 PM
 #18337

So, with darkcoind version 100603, do I need to do anything else to be receiving payments beginning on the 14th or whenever, or will I need to install an updated version nearer the time? Because I want to set up some more. Be nice to have the wallets local though so going to try that next.

The recent variations of client etc. have left me befuddled.

About security in general, am I right in thinking that in order to steal my precious DRK, an attacker would first have to gain a copy of my key.pem file to log into the Amazon box, then crack the wallet passphrase once they had a copy of the wallet.dat? I keep the key file on a USB stick and the passphrase is good, so I should be OK?

I think you should go for the local wallet / remote masternode setup, with that option available I dont see any reason to keep your wallet on the masternode itself.  I have delayed launching my masternodes until I figure out the local / remote setup. In my case I think I just had an older version will try again tonight.

 Ditto. I got as far as being able to setup a a testnet Masternode with local wallet. Cant remember where the local/remote setup is. Not firing a real one until I'm 100% sure.

 There was mention of an AMI for easier setup though, I hope in time for the 14th
Terzo
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 06, 2014, 04:59:53 PM
 #18338

what is happening on 14th ?
rickraw
Sr. Member
****
Offline Offline

Activity: 387
Merit: 250


View Profile
May 06, 2014, 05:00:08 PM
 #18339


 ...There was mention of an AMI for easier setup though, I hope in time for the 14th


That would be ideal.

DASH - Private. Instant. Digital Cash.   DASHPAY.IO
Joshuar
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


eidoo wallet


View Profile
May 06, 2014, 05:03:03 PM
 #18340

what is happening on 14th ?

Fork to implement Darksend.

██
█║█
║║║
║║║
█║█
██

                    ▄██▄
                  ▄██████▄
                ▄██████████
              ▄██████████▀   ▄▄
            ▄██████████▀   ▄████▄
          ▄██████████▀    ████████▄
         ██████████▀      ▀████████
         ▀███████▀   ▄███▄  ▀████▀   ▄█▄
    ▄███▄  ▀███▀   ▄███████▄  ▀▀   ▄█████▄
  ▄███████▄      ▄██████████     ▄█████████
  █████████    ▄██████████▀    ▄██████████▀
   ▀█████▀   ▄██████████▀    ▄██████████▀
     ▀▀▀   ▄██████████▀    ▄██████████▀
          ██████████▀    ▄██████████▀
          ▀███████▀      █████████▀
            ▀███▀   ▄██▄  ▀█████▀
                  ▄██████▄  ▀▀▀
                  █████████
                   ▀█████▀
                     ▀▀▀
e i d o o
██


                    ▄██▄
                  ▄██████▄
                ▄██████████
              ▄██████████▀   ▄▄
            ▄██████████▀   ▄████▄
          ▄██████████▀    ████████▄
         ██████████▀      ▀████████
         ▀███████▀   ▄███▄  ▀████▀   ▄█▄
    ▄███▄  ▀███▀   ▄███████▄  ▀▀   ▄█████▄
  ▄███████▄      ▄██████████     ▄█████████
  █████████    ▄██████████▀    ▄██████████▀
   ▀█████▀   ▄██████████▀    ▄██████████▀
     ▀▀▀   ▄██████████▀    ▄██████████▀
          ██████████▀    ▄██████████▀
          ▀███████▀      █████████▀
            ▀███▀   ▄██▄  ▀█████▀
                  ▄██████▄  ▀▀▀
                  █████████
                   ▀█████▀
                     ▀▀▀
██
█║█
║║║
║║║
█║█
██
Pages: « 1 ... 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 [917] 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 ... 7012 »
  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!