Bitcoin Forum
May 09, 2024, 10:34:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Masternode Darkcoin  (Read 2004 times)
sangoku (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 501



View Profile WWW
April 25, 2014, 03:35:17 PM
 #1

Pour ceux qui ont plus de 1000 darkcoin et qui souhaite installer un masternoed qui lui aussi rapporte des dark ;-)
Tout est expliqué dans les post suivant:

Darkcoin Update / Masternode requirements / Masternode Payments
https://darkcointalk.org/threads/darkcoin-update-masternode-requirements-masternode-payments.225/


How to set up ec2 t1.micro Ubuntu for Masternode part 1/3
https://darkcointalk.org/threads/how-to-set-up-ec2-t1-micro-ubuntu-for-masternode-part-1-3.240/

How to set up ec2 t1.micro Ubuntu for Masternode part 2/3
https://darkcointalk.org/threads/how-to-set-up-ec2-t1-micro-ubuntu-for-masternode-part-2-3.241/


How to set up ec2 t1.micro Ubuntu for Masternode part 3/3
https://darkcointalk.org/threads/how-to-set-up-ec2-t1-micro-ubuntu-for-masternode-part-3-3.262/


Darkcoin to the moon ;-)

DΛSH is digital cash. Transactions are obscured in the blockchain, making them private from the wallet. You can send Dash to family or friends, or pay for goods or services, anywhere in the world. DΛSH Anonymous and Untraceable. The Perfect Digital Cash And The Best Way To Protect Your Privacy https://www.dashpay.io DΛSH is 59.5 times faster with syncing and updating  than Monero.
My DΛSH Address: XgF6sNzGHU58dn36WsC16no9FHct6nPeZD
1715250870
Hero Member
*
Offline Offline

Posts: 1715250870

View Profile Personal Message (Offline)

Ignore
1715250870
Reply with quote  #2

1715250870
Report to moderator
1715250870
Hero Member
*
Offline Offline

Posts: 1715250870

View Profile Personal Message (Offline)

Ignore
1715250870
Reply with quote  #2

1715250870
Report to moderator
1715250870
Hero Member
*
Offline Offline

Posts: 1715250870

View Profile Personal Message (Offline)

Ignore
1715250870
Reply with quote  #2

1715250870
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.
1715250870
Hero Member
*
Offline Offline

Posts: 1715250870

View Profile Personal Message (Offline)

Ignore
1715250870
Reply with quote  #2

1715250870
Report to moderator
superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
April 25, 2014, 03:36:57 PM
 #2


Expliques s'il te plait.
atchoum6760
Legendary
*
Offline Offline

Activity: 1904
Merit: 1063



View Profile
April 25, 2014, 04:02:51 PM
 #3

Masternode Requirements

These nodes are the foundation of DarkSend, all transactions will be routed through these nodes. Each masternode requires that 1000DRK be kept on the node and each time that node is selected the network will dedicate 10% of that block to these nodes. If you are running a masternode you need to be fairly familiar with network administration and securing your host.

The point is to make it very expensive to acquire them. Imagine the following:

FeedbackLoop:
- User asks "Should I create a masternode?"
- it costs $XXX, they would earn $X.XX/day. That's X days till they earn 100% of their investment.
- User buys 1000 DRK, creates masternode
- Price goes higher, 1000DRK gets pulled out of the supply
- Go to FeedbackLoop

This is a feedback loop that this strategy is creating. We should add masternodes until the price finds equilibrium with the masternode capacity.

1x Masternode = 576 blocks * 10% of the reward = 1036DRK/day
8x Masternodes = (576/8) blocks * 10% of the reward = 129DRK/day
16x Masternodes = (576/32) blocks * 10% of the reward = 32DRK/day
128x Masternodes = (576/128) blocks * 10% of the reward = 8.1DRK/day

Let's say after the feedback loop completes the price of Darkcoin is $5 and we have 1200 nodes. At that point we have six million dollar in masternodes, to gain 50% of the network to do an attack would probably cost much more than six million dollars, so it's not possible anymore. Also, an influx of six million dollars would create much higher prices, making it profitable for others to start masternodes again.

The other problem is all nodes need to keep a list of all of the masternodes. If the requirement is too low we'll end up with excessive amounts of network traffic from all of the discovery chatter.

How to create a masternode?

- Get a machine with a static ip
- Setup some ddos protection
- Setup firewall rules to block any ports that are not needed
- Open port 9999
- Download the beta daemon of darkcoin
- Use ./darkcoind getaccountaddress 0 to get an address on that daemon
- Send EXACTLY 1000DRK to that daemon
- Encrypt the wallet with a strong password, make a backup of the wallet, do not copy the wallet while the daemon is running
- In the darkcoin.conf add "connect=23.23.186.131" and "masternode=1"
- Restart the daemon
- In the logs you should see this if successful:

2014-04-07 18:37:18 IS DARKSEND MASTER NODE
2014-04-07 18:37:22 AddLocal(23.23.186.131:19999,4)
2014-04-07 18:37:22 RegisterAsMasterNode
2014-04-07 18:37:22 Found unspent output equal to nValue
2014-04-07 18:37:22 Is capable master node!
2014-04-07 18:37:22 Adding myself to masternode list CTxIn(COutPoint(d54dd4fcf52caa5fc23fbfadf106eb184e380f5a53306d3fc15f8ee7f4ce0c79, 0), scriptSig=)​

When will you get paid?

We're just testing the election of masternodes and darksend updates at this point. All of the code is done and appears to work, at some point in the next future (3-4 weeks I'm guessing) we'll hard fork the public client and open source parts of DarkSend to enable the payments.

How will the payments work?

We're going to extend the blockchain by adding a voting system. Each block that is solved the miner will add the address of the masternode that he believes should get paid and increment a counter. Upon reaching six confirmations an extra transaction will be added to the block paying out that masternode and removing the vote. This means that to cheat the system you'll need 51% of the hashing power.

Worst case a miner will solve a block and try to pay themself, in which case 20 blocks will pass with no more confirmations and their entry will be removed.

The last thing we need to decide is where this extra money comes from. We have two options:

1) Block Reward = 18DRK + fees to miner, 1.8DRK to master node (10% more money supply)
2) Block Reward = 18DRK + fees to miner - 1.8DRK, 1.8DRK to master node

We will be working on creating AWS AMI’s for you to use as well as Ubuntu ISO images for you to setup a server, you will still be responsible for making sure the host is secure and firewall rules are complete based on your specific configuration. When these are created we will put out additional information on what you will need to do after installation.

Where's the beta?

We're compiling it and updating the docs. We changed ALOT.

iHeartSmartArt
Member
**
Offline Offline

Activity: 78
Merit: 10



View Profile
April 28, 2014, 11:26:29 PM
Last edit: May 31, 2014, 08:02:57 PM by iHeartSmartArt
 #4

I am looking into becoming a DarkCoin master node. only, musti use Linuex? I run Windows 7.
[EDIT]: yes you can mastrnode on windows.

You are just in time for the first anonymous digital currency. https://darkcointalk.org/
reda
Sr. Member
****
Offline Offline

Activity: 910
Merit: 260



View Profile
May 25, 2014, 12:04:06 PM
 #5

salut,

tu peux m'aider a finaliser mon installation de master node stp ?
j'ai tout fait dans le descriptif mais quand je lance sudo -u red ./darkcoind masternode start (mon mot de passe wallet)
j'ai ça comme réponse
error: {"code":-1,"message":"masternode list|count|current|votes> passphrase\n"}
d'apres toi que faut il faire ?
sangoku (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 501



View Profile WWW
May 25, 2014, 02:23:15 PM
 #6

Je ne sais pas, mais tu peux poser ta question sur le support du forum darkcoin

https://darkcointalk.org/forums/master-nodes.47/

DΛSH is digital cash. Transactions are obscured in the blockchain, making them private from the wallet. You can send Dash to family or friends, or pay for goods or services, anywhere in the world. DΛSH Anonymous and Untraceable. The Perfect Digital Cash And The Best Way To Protect Your Privacy https://www.dashpay.io DΛSH is 59.5 times faster with syncing and updating  than Monero.
My DΛSH Address: XgF6sNzGHU58dn36WsC16no9FHct6nPeZD
sangoku (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 501



View Profile WWW
May 25, 2014, 03:45:57 PM
 #7

Masternodes

http://drk.poolhash.org/masternode.html

DΛSH is digital cash. Transactions are obscured in the blockchain, making them private from the wallet. You can send Dash to family or friends, or pay for goods or services, anywhere in the world. DΛSH Anonymous and Untraceable. The Perfect Digital Cash And The Best Way To Protect Your Privacy https://www.dashpay.io DΛSH is 59.5 times faster with syncing and updating  than Monero.
My DΛSH Address: XgF6sNzGHU58dn36WsC16no9FHct6nPeZD
Pages: [1]
  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!