Bitcoin Forum
June 21, 2024, 12:46:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 [4081] 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722683 times)
xxxgoodgirls
Legendary
*
Offline Offline

Activity: 1092
Merit: 1001


View Profile
February 20, 2015, 02:44:42 PM
 #81601

Sup folks! I have some doubts on running multiple MNs.
Are all of them embedded to the same daemon - VPS? Any reference link would be fine too.
Thank you.

In summary, the Intel Management Engine and its applications are a backdoor with total access to and control over the rest of the PC. The ME is a threat to freedom, security, and privacy, and the libreboot project strongly recommends avoiding it entirely. Since recent versions of it can’t be removed, this means avoiding all recent generations of Intel hardware. details https://libreboot.org/faq.html#intelme --- https://tehnoetic.com/laptops --- https://store.vikings.net/x200-ryf-certfied
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
February 20, 2015, 02:48:09 PM
 #81602

Sup folks! I have some doubts on running multiple MNs.
Are all of them embedded to the same daemon - VPS? Any reference link would be fine too.
Thank you.

Right now you need 1 static IP per node.
innergy
Hero Member
*****
Offline Offline

Activity: 685
Merit: 500


View Profile
February 20, 2015, 03:56:17 PM
 #81603

Is the wallet.dat compatible to both - 32 and 64-bit Darkcoin soft versions?
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
February 20, 2015, 04:03:21 PM
 #81604

Is the wallet.dat compatible to both - 32 and 64-bit Darkcoin soft versions?

Yep and cross platform (Windows to Linux, Linux to OSX, etc). Although if you are building from source, be aware of DB compatibility issues between builds. If you runs binaries, you're fine.
innergy
Hero Member
*****
Offline Offline

Activity: 685
Merit: 500


View Profile
February 20, 2015, 04:05:37 PM
 #81605

Is the wallet.dat compatible to both - 32 and 64-bit Darkcoin soft versions?

Yep and cross platform (Windows to Linux, Linux to OSX, etc). Although if you are building from source, be aware of DB compatibility issues between builds. If you runs binaries, you're fine.

OK, thanks!
crackfoo
Legendary
*
Offline Offline

Activity: 3500
Merit: 1126



View Profile WWW
February 20, 2015, 04:14:11 PM
 #81606

The latest shift for the Xpool Multipool paid out over 14+ DRK, 53+ BTCD, 26+FIBRE & 0.03+ BTC.

** We are now merge mining on all algos. X11: Unitus - SCRYPT: Dogecoin & ViaCoin & SysCoin - SHA256: DevCoin & NameCoin.

Any problems, please PM as I may miss your post.

Cheers!

www.xpool.ca

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
maxpowerzz92
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
February 20, 2015, 04:26:17 PM
 #81607

Sup folks! I have some doubts on running multiple MNs.
Are all of them embedded to the same daemon - VPS? Any reference link would be fine too.
Thank you.

You can run multiple masternodes on the same VPS.  Just launch each instance with the datadir option.

darkcoind.exe -datadir=c:\drkmn1
darkcoind.exe -datadir=c:\drkmn2

Each datadir should have it's own darkcoin.conf file with the following lines modified from the single masternode config.

rpcallowip=127.0.0.1 <- this doesn't change
externalip=[External IP address #1]
bind=[External IP address #1]
rpcport=9911 <- Doesn't matter what number.  Just needs to be different in each darkcoin.conf running on the same VPS.

I think that's it.  Just monitor your VPS to make sure you're not maxing out it's capabilities.

oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
February 20, 2015, 04:30:53 PM
 #81608

Sup folks! I have some doubts on running multiple MNs.
Are all of them embedded to the same daemon - VPS? Any reference link would be fine too.
Thank you.

You can run multiple masternodes on the same VPS.  Just launch each instance with the datadir option.

darkcoind.exe -datadir=c:\drkmn1
darkcoind.exe -datadir=c:\drkmn2

Each datadir should have it's own darkcoin.conf file with the following lines modified from the single masternode config.

rpcallowip=127.0.0.1 <- this doesn't change
externalip=[External IP address #1]
bind=[External IP address #1]
rpcport=9911 <- Doesn't matter what number.  Just needs to be different in each darkcoin.conf running on the same VPS.

I think that's it.  Just monitor your VPS to make sure you're not maxing out it's capabilities.

You should be restricted to port 9999:

https://github.com/darkcoin/darkcoin/commit/c56a54d211c211373b27c8fda4133717b69a42f1
maxpowerzz92
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
February 20, 2015, 04:44:07 PM
 #81609

Sup folks! I have some doubts on running multiple MNs.
Are all of them embedded to the same daemon - VPS? Any reference link would be fine too.
Thank you.

You can run multiple masternodes on the same VPS.  Just launch each instance with the datadir option.

darkcoind.exe -datadir=c:\drkmn1
darkcoind.exe -datadir=c:\drkmn2

Each datadir should have it's own darkcoin.conf file with the following lines modified from the single masternode config.

rpcallowip=127.0.0.1 <- this doesn't change
externalip=[External IP address #1]
bind=[External IP address #1]
rpcport=9911 <- Doesn't matter what number.  Just needs to be different in each darkcoin.conf running on the same VPS.

I think that's it.  Just monitor your VPS to make sure you're not maxing out it's capabilities.

You should be restricted to port 9999:

https://github.com/darkcoin/darkcoin/commit/c56a54d211c211373b27c8fda4133717b69a42f1

Is that for the port for the external ip address?  That's always 9999, but the RPC port can be different since that's handle internally.

jiggytom
Legendary
*
Offline Offline

Activity: 1068
Merit: 1020


View Profile
February 20, 2015, 04:51:45 PM
 #81610

Sup folks! I have some doubts on running multiple MNs.
Are all of them embedded to the same daemon - VPS? Any reference link would be fine too.
Thank you.

You can run multiple masternodes on the same VPS.  Just launch each instance with the datadir option.

darkcoind.exe -datadir=c:\drkmn1
darkcoind.exe -datadir=c:\drkmn2

Each datadir should have it's own darkcoin.conf file with the following lines modified from the single masternode config.

rpcallowip=127.0.0.1 <- this doesn't change
externalip=[External IP address #1]
bind=[External IP address #1]
rpcport=9911 <- Doesn't matter what number.  Just needs to be different in each darkcoin.conf running on the same VPS.

I think that's it.  Just monitor your VPS to make sure you're not maxing out it's capabilities.

You should be restricted to port 9999:

https://github.com/darkcoin/darkcoin/commit/c56a54d211c211373b27c8fda4133717b69a42f1

As stated before, you also need different static external IPs for each..so if your VPS supports that and you can configure the routing on the VM, go for it.

... PLAY SHARE EARN...
.LBRY...
                            ▄▄███▄▄
                        ▄▄█████▀█████▄▄
                    ▄▄█████▀▀     ▀▀█████▄▄
                ▄▄█████▀▀             ▀▀█████▄▄
            ▄▄█████▀▀                     ▀▀█████▄▄
        ▄▄█████▀▀                             ▀▀█████▄▄
    ▄▄█████▀▀                                     ▀▀███
▄▄█████▀▀                                         ▄▄███
███▀▀                                         ▄▄█████▀▀
███     █▄▄                               ▄▄█████▀▀
███     █████▄▄                       ▄▄█████▀▀  ▄▄▄▄▄▄▄▄
███       ▀▀█████▄▄               ▄▄█████▀▀       ██████
█████▄▄       ▀▀█████▄▄       ▄▄█████▀▀       ▄▄███████
  ▀▀█████▄▄       ▀▀█████▄▄▄█████▀▀       ▄▄█████▀▀ ██
      ▀▀█████▄▄       ▀▀█████▀▀       ▄▄█████▀▀
          ▀▀█████▄▄       ▀       ▄▄█████▀▀
              ▀▀█████▄▄       ▄▄█████▀▀
                  ▀▀█████▄▄▄█████▀▀
                      ▀▀█████▀▀
                          ▀
BTC: 174MGp3R5prNbuen31Kx5G5XuyuAXu9jye
LBC: bWYN8NXGKWsgEAd6tQnJ5YRo2Z4r6PjxBH
Kienbui
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
February 20, 2015, 05:03:05 PM
 #81611

Because Darksend creates many new adresses for changes, do we have to backup Darkcoin wallet after completion of darksend premix or after sending coin with darksend?
There is a keypool of 1000 keys in a wallet so you have a gap of 1000 sending operations (one mixing round takes few 10s of them). Mixing 100 DRK for 2 rounds can take ~150-170 addresses, for example.

How keypool works: Darkcoin wallet generates 1000 keys on initialization (originally it's 100 for Bitcoin btw). Keys are used one by one but every time you use one address new address added at the end of a list. So at any given time you have 1000 addresses that are already known to you but yet unused. 1000 addresses should be enough in most cases and even after mixing you can open your backup wallet and still will be able to see/move all your coins.

If you feel you that you need more safety you can create new wallet with larger keepool by adding -keepool command line option. If you already have wallet.dat you can move it somewhere else or use -wallet cmd-line option to create another one. So it should be smth like this:
Code:
darkcoind-qt -wallet=walletwithlargekeypool.dat -keypool=10000
This will generate new wallet "walletwithlargekeypool.dat" in your data folder and this wallet will always have 10000 pre-generated keys. Keep in mind that this however can take quite a long time to generate (depends on your environment).
I use option keypoolrefill when I'm close to limit and until then I don't do any new backups.
Of course, it depends how you feel with that
Yep, that's another good option. Thanks for noticing! Smiley

Thank you,
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
February 20, 2015, 05:24:17 PM
 #81612

 
 Here is chaeplin's tutorial on how to do 5 MN's from a single EC2 m3.medium instance on Amazon.

https://darkcointalk.org/threads/ec2-multiple-remote-nothing-mn-max-5.1660/

(chaeplin! Where are you buddy! hope all is well, we miss you!!)
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
February 20, 2015, 06:07:47 PM
 #81613

 I jut had a futuristic thought on InstantX.

 In a future where exchanges adopt this technology, its going to be arbitrage heaven. There will be humungous gains at first, but just like the mining war it will eventually level out with the massive use of bots, trade margins will become so thin, arbitrage will flat line.
Sub-Ether
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Quantum entangled and jump drive assisted messages


View Profile
February 20, 2015, 06:10:16 PM
 #81614

Been loving the market action of recent  Grin Heres my two cents for a short term view on the market... Enjoy
Set your Emas to 21 50 100 200 and have some fun trading
Nice chart, I always use the Macd indicator, the RSI is an interesting addition to help analysis  Grin

Dash is 27.3 times faster with syncing and updating than Bitcoin and 93.7 times faster than Monero. Bitcoin (v0.11.0) has a Tao ratio 11.2% faster than bitcoin (v0.10.0) release.
Dash (v.0.12.0.49) = Tao sync ratio = 0.15 seconds / hour of update || Dash (v.0.11.2.23) = Tao sync ratio = 0.24 seconds / hour of update. V12 versus V11 speedup = +36.5%
Bitcoin (v.0.11.0) = Tao sync ratio = 4.14 seconds / hour of update || Monero (v.0.41.1)  = Tao sync ratio = 14.2 seconds / hour of update
Sub-Ether
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Quantum entangled and jump drive assisted messages


View Profile
February 20, 2015, 06:16:02 PM
 #81615

I jut had a futuristic thought on InstantX.

 In a future where exchanges adopt this technology, its going to be arbitrage heaven. There will be humungous gains at first, but just like the mining war it will eventually level out with the massive use of bots, trade margins will become so thin, arbitrage will flat line.
yes, and after the storm and the arbritages have evened out, imagine all those .02 darkcoin charges for instantX going straight to the masternode holders Cool

Dash is 27.3 times faster with syncing and updating than Bitcoin and 93.7 times faster than Monero. Bitcoin (v0.11.0) has a Tao ratio 11.2% faster than bitcoin (v0.10.0) release.
Dash (v.0.12.0.49) = Tao sync ratio = 0.15 seconds / hour of update || Dash (v.0.11.2.23) = Tao sync ratio = 0.24 seconds / hour of update. V12 versus V11 speedup = +36.5%
Bitcoin (v.0.11.0) = Tao sync ratio = 4.14 seconds / hour of update || Monero (v.0.41.1)  = Tao sync ratio = 14.2 seconds / hour of update
fernando
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
February 20, 2015, 06:19:02 PM
 #81616

I jut had a futuristic thought on InstantX.

 In a future where exchanges adopt this technology, its going to be arbitrage heaven. There will be humungous gains at first, but just like the mining war it will eventually level out with the massive use of bots, trade margins will become so thin, arbitrage will flat line.
yes, and after the storm and the arbritages have evened out, imagine all those .02 darkcoin charges for instantX going straight to the masternode holders Cool

I'm not sure they will ever implement IntantX for withdrawals. They need to keep some checks between your request and the actual sending of the funds because most are in cold storage (or should be!). Anyway, having it for deposits is a huge improvement already.
ddink7
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
February 20, 2015, 06:27:27 PM
 #81617

It sounds like Greece has utterly capitulated to the terms of the Troika.

http://www.ft.com/cms/s/0/808f5fb0-b90e-11e4-b8e6-00144feab7de.html#axzz3SJLRUPBa

Humiliating.

Dash - Digital Cash
https://www.dash.org/
etoque
Legendary
*
Offline Offline

Activity: 1974
Merit: 1000


View Profile
February 20, 2015, 06:37:59 PM
 #81618

It impossible to go under 0.01,or it will be the summum of the illogical crypto. Dark have done more than bitcoin have ever do,look how much people are buying,order book start to be full of big order,I don't think we're going lower,it is the dummies thing ever if we do

New ATH coming Cheesy
etoque
Legendary
*
Offline Offline

Activity: 1974
Merit: 1000


View Profile
February 20, 2015, 07:04:11 PM
 #81619

I do believe that something big is looming For DARK.. think a nice frothy bubble might be coming its best to be sitting in DRK right now  Grin Grin Grin

This is how I will look when I read everyones post about missing the dark train.......



I think just most of the people not considering when last years uptrend  bitcoin was at 650$,so I think they guess 0.011 is an high price,de facto is god damn cheap, 2,70 $ a darkcoin ? Tell thats to your children ,you've miss the chance of your life maybe. we've hit 0.028BTC last years,when BTC was at 650$, 17$ , same as now is  0.07  Roll Eyes Watch out
Sub-Ether
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Quantum entangled and jump drive assisted messages


View Profile
February 20, 2015, 07:14:57 PM
 #81620

The rise and rise of bitcoin ATM's,
https://twitter.com/NathanJessop/status/567382950400888832/photo/1

Dash is 27.3 times faster with syncing and updating than Bitcoin and 93.7 times faster than Monero. Bitcoin (v0.11.0) has a Tao ratio 11.2% faster than bitcoin (v0.10.0) release.
Dash (v.0.12.0.49) = Tao sync ratio = 0.15 seconds / hour of update || Dash (v.0.11.2.23) = Tao sync ratio = 0.24 seconds / hour of update. V12 versus V11 speedup = +36.5%
Bitcoin (v.0.11.0) = Tao sync ratio = 4.14 seconds / hour of update || Monero (v.0.41.1)  = Tao sync ratio = 14.2 seconds / hour of update
Pages: « 1 ... 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 [4081] 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 ... 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!