Bitcoin Forum
May 21, 2024, 02:27:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 [3907] 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722547 times)
Kienbui
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
January 31, 2015, 05:07:25 PM
 #78121

If all Darkcoins are put in master nodes, it could reduce change for people experience Darkcoid.
thevictimofuktyranny
Legendary
*
Offline Offline

Activity: 1092
Merit: 1004


View Profile
January 31, 2015, 05:25:28 PM
 #78122

Wow, this thread seems to be purely about masternodes Cheesy

Any reason for this?  Grin
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
January 31, 2015, 05:33:47 PM
 #78123

Wow, this thread seems to be purely about masternodes Cheesy

Any reason for this?  Grin

This thread is about DRK and is 4000 pages long with everything DRK being discussed. That is just the topic of the last few posts.
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
January 31, 2015, 05:39:14 PM
 #78124

Bump

Quote from: eduffield, post: 38734, member: 104
Now that the network has updated to version 11 and is stable, I thought it might be a good idea to lay out what the next we have in store for the next release and future plans. We’ll be leveraging our larger development team and working on a few projects at once to enable to a few new exciting features at once.

Enforcement

Network fragmentation has been corrected on the network and we’ve enabled enforcement. Those not paying the correct node after today will simply be rejected by the network.

InstantX

A couple months ago I open sourced the design so that I could work with researchers on perfecting it. However, it’s not presently done and the code is a simple prototype of what I intended. I would recommend other crypto-currencies from not using it until we’ve had a chance to thoroughly test and refine the logic, otherwise grave damage could be done to your network.

We’ll begin finishing development on instantX immediately and work on the stability of the system. This will be done over the next few weeks on testnet and will be a completely open public testing phase.

Masternode Changes / Improvements

As an upgrade to the masternode system, we’re going to be moving to a token-based system, where you’ll only be required to gain access to your cold wallet every few months. When starting a masternode, one will simply execute the “masternode generate-token” command, which will sign the key and generate a tokenized string to put into the masternode.conf. Using this signature masternodes can be restarted multiple times, even with protocol version updates.

The pinging system (dseep) is going to be replaced with a “challege request” system, which will be done in a completely decentralized way. Other masternodes on the network will be elected each block to check on their peers by initiating a “challenge request”, if a masternode fails multiple of these in a row by failing to respond it will be removed from the list.

As be move forward into the future, static IPv4 IPs will continue to get more scarce. In the next release we will begin to allow non-static IPs to be used as long as the client is reachable and can answer challenge requests.

Beyond version 11.1 (will not be in the InstantX release)

Masternode Blinding

Recently a paper by 3 researches at Saarland University came out describing a new technique, while there are some serious problems with the approach they take, the concept of blinding the users they use is novel. In CoinShuffle, each output is sent to the next peer in a circle, one at a time. The new peer adds an output, shuffles and then sends the list again. We can do this and actually improve upon it.

To implement blinding, each user would connect to one completely random masternode and say "Send masternode X this output/value for mix N" and pass a single output. That output would be passed to the leading masternode. It would take access to all masternodes used to know who did what, which is as solid as M rounds mathematically (M = number of outputs). This is great because all users can submit all inputs at once. So it's super fast compared to CoinShuffle and even more secure.

Decentralization of the masternode payment system

Currently, there is a node that signs a message for each block and says which masternode should be paid for that specific block. As many of our users know, the centralized reference node was a temporary solution to the problem of enforcing masternode payments. Miners use this when creating the block to ensure they comply, if a miner tries to cheat the system, the block will be rejected by the network. This is a great solution temporarily, but isn’t decentralized enough.

To explain the new completely decentralized strategy, first we have to explain exactly how masternodes work. When a masternode starts, it relays a message called the “masternode election entry”. This puts the masternode into a list on all clients on the network and allows them to be used by all of the clients on the network. Every few minutes, these masternodes ping the network saying they’re still alive and allowing them to earn interest payments.

To decentralize this system, we propose a new system we’ll call “Masternode mining”. This simply means that when miners receive a new “masternode election entry” and solve a block, they will append the masternode to the block. Each block can contain up to 10 masternode list changes. So by following the normal progression of the blockchain, you will be able to compile a list of all known masternodes. This system is also highly resistant to attack and the same list can be compiled by any client on the network.

For example:

Block 1: Add mn1, mn2, mn3
Block 2: Add mn4, mn5
Block 3: Remove mn2  //mn2 fell off the network

-- currently the masternode list contains mn1, mn3, mn4, mn5

Block 4: Add mn6, mn7
Block 5: Add mn2  //mn2 came back

-- example attack: --

Block 6: Remove mn1, mn2, mn3, mn4, mn5, mn6  //miner owns masternode 7, wants control of the network
Block 7: Add mn1, mn2, mn3, mn4, mn5, mn6

In this case a majority of mining power is required to control the masternode list. If a miner has enough computing power to alter the masternode list, they will also have enough power to double spend with a 51% attack. Therefore this is the safest solution to decentralizing the payment.
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
January 31, 2015, 05:53:56 PM
 #78125

All my nodes a getting payed like clockwork!  Wink
UdjinM6
Legendary
*
Offline Offline

Activity: 1318
Merit: 1040



View Profile WWW
January 31, 2015, 05:54:48 PM
 #78126

Quick question, I've now got all funds in one wallet. This includes all the DRK 1k vins for my MNs. MY MNs are running but the Vins don't appear 'locked' under coin control. Can I darksend in this wallet or is it best to move funds to a separate wallet? Any thoughts on this...?

Cheers  Smiley

You can use coin control to select inputs to send so that you don't break any of your MNs.

Sorry, misread your post - no you can't activate DS to mix coins in your Masternode wallet. If you denominate and mix the 1000DRK vins you'll break your MNs.

This shouldn't be the case since 0.11.0.14 (I actually broke my MN like that during testing Grin)
https://github.com/darkcoin/darkcoin/commit/1598d8e7a67926f0aee98930b914fd50473b78a7#diff-568a69d65983b416159f2a6f562c84f4R1757
https://github.com/darkcoin/darkcoin/commit/1598d8e7a67926f0aee98930b914fd50473b78a7#diff-568a69d65983b416159f2a6f562c84f4R1832
https://github.com/darkcoin/darkcoin/commit/1598d8e7a67926f0aee98930b914fd50473b78a7#diff-d7618bdc04db23aa74d6a5a4198c58fdR1246
Works for me so far but I would recommend to create new wallet with one MN and try it by yourself Wink

DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
xxxgoodgirls
Legendary
*
Offline Offline

Activity: 1092
Merit: 1001


View Profile
January 31, 2015, 06:01:16 PM
 #78127

The italian translation is ready, but nobody is handling the review.

https://www.transifex.com/projects/p/darkcoin/translate/#it/tx/40013731

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

Activity: 655
Merit: 500



View Profile
January 31, 2015, 06:15:44 PM
 #78128

WOW  Shocked Walls moved to 70...and what such of volume!  Grin
g4q34g4qg47ww
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
January 31, 2015, 06:26:54 PM
 #78129

Quote from: eduffield, post: 38734, member: 104
Now that the network has updated to version 11 and is stable, I thought it might be a good idea to lay out what the next we have in store for the next release and future plans. We’ll be leveraging our larger development team and working on a few projects at once to enable to a few new exciting features at once.

Enforcement
Network fragmentation has been corrected on the network and we’ve enabled enforcement. Those not paying the correct node after today will simply be rejected by the network.

InstantX
A couple months ago I open sourced the design so that I could work with researchers on perfecting it. However, it’s not presently done and the code is a simple prototype of what I intended. I would recommend other crypto-currencies from not using it until we’ve had a chance to thoroughly test and refine the logic, otherwise grave damage could be done to your network.
We’ll begin finishing development on instantX immediately and work on the stability of the system. This will be done over the next few weeks on testnet and will be a completely open public testing phase.

Masternode Changes / Improvements
As an upgrade to the masternode system, we’re going to be moving to a token-based system, where you’ll only be required to gain access to your cold wallet every few months. When starting a masternode, one will simply execute the “masternode generate-token” command, which will sign the key and generate a tokenized string to put into the masternode.conf. Using this signature masternodes can be restarted multiple times, even with protocol version updates.

The pinging system (dseep) is going to be replaced with a “challege request” system, which will be done in a completely decentralized way. Other masternodes on the network will be elected each block to check on their peers by initiating a “challenge request”, if a masternode fails multiple of these in a row by failing to respond it will be removed from the list.

As be move forward into the future, static IPv4 IPs will continue to get more scarce. In the next release we will begin to allow non-static IPs to be used as long as the client is reachable and can answer challenge requests.

Beyond version 11.1 (will not be in the InstantX release)

Masternode Blinding
Recently a paper by 3 researches at Saarland University came out describing a new technique, while there are some serious problems with the approach they take, the concept of blinding the users they use is novel. In CoinShuffle, each output is sent to the next peer in a circle, one at a time. The new peer adds an output, shuffles and then sends the list again. We can do this and actually improve upon it.

To implement blinding, each user would connect to one completely random masternode and say "Send masternode X this output/value for mix N" and pass a single output. That output would be passed to the leading masternode. It would take access to all masternodes used to know who did what, which is as solid as M rounds mathematically (M = number of outputs). This is great because all users can submit all inputs at once. So it's super fast compared to CoinShuffle and even more secure.

Decentralization of the masternode payment system
Currently, there is a node that signs a message for each block and says which masternode should be paid for that specific block. As many of our users know, the centralized reference node was a temporary solution to the problem of enforcing masternode payments. Miners use this when creating the block to ensure they comply, if a miner tries to cheat the system, the block will be rejected by the network. This is a great solution temporarily, but isn’t decentralized enough.

To explain the new completely decentralized strategy, first we have to explain exactly how masternodes work. When a masternode starts, it relays a message called the “masternode election entry”. This puts the masternode into a list on all clients on the network and allows them to be used by all of the clients on the network. Every few minutes, these masternodes ping the network saying they’re still alive and allowing them to earn interest payments.

To decentralize this system, we propose a new system we’ll call “Masternode mining”. This simply means that when miners receive a new “masternode election entry” and solve a block, they will append the masternode to the block. Each block can contain up to 10 masternode list changes. So by following the normal progression of the blockchain, you will be able to compile a list of all known masternodes. This system is also highly resistant to attack and the same list can be compiled by any client on the network.

For example:
Block 1: Add mn1, mn2, mn3
Block 2: Add mn4, mn5
Block 3: Remove mn2  //mn2 fell off the network
-- currently the masternode list contains mn1, mn3, mn4, mn5
Block 4: Add mn6, mn7
Block 5: Add mn2  //mn2 came back

-- example attack: --
Block 6: Remove mn1, mn2, mn3, mn4, mn5, mn6  //miner owns masternode 7, wants control of the network
Block 7: Add mn1, mn2, mn3, mn4, mn5, mn6

In this case a majority of mining power is required to control the masternode list. If a miner has enough computing power to alter the masternode list, they will also have enough power to double spend with a 51% attack. Therefore this is the safest solution to decentralizing the payment.
bump
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
January 31, 2015, 06:47:30 PM
 #78130

WOW  Shocked Walls moved to 70...and what such of volume!  Grin
LOL !!!!!

91k buy wall-e @ bitfinex @ 0,007btc
Otoh is that ALL you?!?!?!

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
Freckleg
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


View Profile
January 31, 2015, 06:52:45 PM
 #78131

A 638 BTC buy wall!  Shocked  Lol we have the mount everest at Bitfinex  Grin
Rux
Legendary
*
Offline Offline

Activity: 1291
Merit: 1024


https://crypto.ba


View Profile WWW
January 31, 2015, 07:07:08 PM
 #78132

man this is crazy, look at buy walls @ all exchanges!

panic buy on the road??? who will draw 1st weapon Cheesy

RXC Crypto.ba Decentralized solutions!
stonehedge
Legendary
*
Offline Offline

Activity: 1666
Merit: 1002


Decentralize Everything


View Profile
January 31, 2015, 07:16:32 PM
 #78133

WOW  Shocked Walls moved to 70...and what such of volume!  Grin
LOL !!!!!

91k buy wall-e @ bitfinex @ 0,007btc
Otoh is that ALL you?!?!?!

Shit just got real Wink
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
January 31, 2015, 07:35:01 PM
 #78134

Coinbase is actively acquiring and storing users' credit histories in a database. If you didn't read one of Coinbase's more recent “terms of service” updates, you may have missed it entirely: overnight, Coinbase decided that buying and selling bitcoins wasn't sufficient. They now track and store users' personal credit histories, as well.

http://cointelegraph.com/news/113403/5-reasons-to-drop-coinbase-like-a-hot-potato-op-ed
LucD88
Hero Member
*****
Offline Offline

Activity: 525
Merit: 510



View Profile
January 31, 2015, 07:44:58 PM
 #78135

Holy cows, fake buy wall? Shocked

stonehedge
Legendary
*
Offline Offline

Activity: 1666
Merit: 1002


Decentralize Everything


View Profile
January 31, 2015, 07:47:37 PM
 #78136

Holy cows, fake buy wall? Shocked



I don't know what you mean by fake....If people want to sell at that price it will be filled!  Unless it gets pulled I suppose...

Is there something I don't get?
miningpros
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
January 31, 2015, 07:51:53 PM
 #78137

Holy cows, fake buy wall? Shocked



I don't know what you mean by fake....If people want to sell at that price it will be filled!  Unless it gets pulled I suppose...

Is there something I don't get?

If you add all Walls on each Exchange you have about 10 % of the total available DRK at the moment ( outside of MN ).
If these walls stay there is no way they will be filled at this level.
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
January 31, 2015, 07:59:58 PM
Last edit: January 31, 2015, 08:10:00 PM by splawik21
 #78138

Holy cows, fake buy wall? Shocked



I don't know what you mean by fake....If people want to sell at that price it will be filled!  Unless it gets pulled I suppose...

Is there something I don't get?
I don`t think it is fake, if someone put it, his intetion is to get them filled and push the price a bit higher but always the price he offers is acceptable for him.
If there are many dumpings I think the wall will move lower but so far nobody sell into it. Good sign Wink

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
miningpros
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
January 31, 2015, 08:14:44 PM
 #78139

bitcoinprice started following me on Twitter after I changed my profile into " InstantX payments " Grin , probably some real interest in Dark.....
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
January 31, 2015, 08:17:22 PM
 #78140

Holy cows, fake buy wall? Shocked



Pages: « 1 ... 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 [3907] 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 ... 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!