Dash (DarkCoin)

Дискусии за останалите алтернативни криптовалути

Модератори: ekrem, Moderators

Re: DarkCoin

Мнениеот larry12 » 26 Фев 2015, 19:21

Всъщност ако се миксират през мастърнодовете няма шанс да бъдат проследени.
Аватар
larry12
 
Мнения: 839
Регистриран на: 03 Яну 2014, 16:40

Re: DarkCoin

Мнениеот cnerd » 27 Фев 2015, 10:35

Как да няма, въпросът е само колко броя мастърнодове трябва да имаш/контролираш, за да можеш да проследиш Х% транзакции.
По-скоро няма шанс да разбереш, че ти проследяват транзакциите
cnerd
 
Мнения: 734
Регистриран на: 05 Юли 2013, 12:48

Re: DarkCoin

Мнениеот jkminkov » 27 Фев 2015, 22:45

що пък ти трябва да правиш транзакции - пусни си мастърнод и други ще ти избелят койните...
дай на ***ното власт и му гледай сеира.
jkminkov
 
Мнения: 1117
Регистриран на: 01 Юни 2013, 13:55
Местоположение: Хасково

Re: DarkCoin

Мнениеот coin1 » 02 Мар 2015, 11:32

Ако си пуснеш мастърнод и си вкараш дарковете да се миксират мисля че пак всеки може да ги проследи
coin1
 

Re: DarkCoin

Мнениеот innergy » 02 Мар 2015, 12:58

cnerd написа:Как да няма, въпросът е само колко броя мастърнодове трябва да имаш/контролираш, за да можеш да проследиш Х% транзакции.
По-скоро няма шанс да разбереш, че ти проследяват транзакциите


Ако транзакцията минава през 8 нода, какъв е шанса да са точно твоите 8 при 2200 съществуващи?
Да не говорим, че ще ти струва около 25000$ в момента..

(8/2200)*(7/2219)*(6/2218)*(5/2217)*(4/2216)*(3/2215)*(2/2214)*(1/2213)

Хайде, смятай.. шанса е много пъти по-малък отколкото шанса за 6-ца от ТОТО-то.. :wink:
innergy
 
Мнения: 236
Регистриран на: 19 Ное 2013, 18:41

Re: DarkCoin

Мнениеот cnerd » 04 Мар 2015, 10:59

jkminkov написа:що пък ти трябва да правиш транзакции - пусни си мастърнод и други ще ти избелят койните...

за тва пък изобщо не се бях сещал... много ми е малко акъла начи
innergy написа:Ако транзакцията минава през 8 нода, какъв е шанса да са точно твоите 8 при 2200 съществуващи?
(8/2200)*(7/2219)*(6/2218)*(5/2217)*(4/2216)*(3/2215)*(2/2214)*(1/2213)
Хайде, смятай.. шанса е много пъти по-малък отколкото шанса за 6-ца от ТОТО-то.. :wink:

хал хабер си нямаш за какво говориш :)
Първо, 2200 е едно доста малко число.
Второ, не е нужно цялото миксиране да минава през твои нодове. Ако се интересуваш от въпроса, попрочети малко за "pierce-trough-proxy" технологията, мисля, че в google pattents има няколко разработки, а след това виж как се използва срещу TOR мрежата. Миксирането може да е на 1539 рунда, но теоретично, то може да се проследи и само от 2-3 нода, ако за този времеви период има достатъчно малък брой миксирания.
cnerd
 
Мнения: 734
Регистриран на: 05 Юли 2013, 12:48

Re: DarkCoin

Мнениеот whocares » 04 Мар 2015, 15:59

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.
Аватар
whocares
ПроФесор
 
Мнения: 169
Регистриран на: 03 Юни 2013, 13:11

Re: DarkCoin

Мнениеот whocares » 04 Мар 2015, 23:02

Darkcoin v0.11.2.x Testing

Included in 0.11.2 so far:
- Masternode Blinding (eduffield)
- New Masternode Management Class (UdjinM6)
- Masternode cache, when restarting the client the masternodes will be stored in the datadir (UdjinM6)
- Translation updates (Vertoe)
- Bitcoin upstream updates (Vertoe)
- Masternode payment scheduler improvements (UdjinM6)
- Darksend input caching (UdjinM6)


https://darkcointalk.org/threads/v0-11-2-x-testing.4202/
Аватар
whocares
ПроФесор
 
Мнения: 169
Регистриран на: 03 Юни 2013, 13:11

Re: DarkCoin

Мнениеот jkminkov » 05 Мар 2015, 23:37

coin1 написа:Ако си пуснеш мастърнод и си вкараш дарковете да се миксират мисля че пак всеки може да ги проследи


https://darkcointalk.org/threads/master ... -feb.3055/

не, твоите заминават, получаваш чужди, нещо като да имаш чейндж бюро, почваш седмицата/месеца с белязани банкноти/монети, в края на седмицата/месеца вероятността да имаш в наличност същите банкноти е доста малка - клиент 1 взема 10 монети по пътя среща клиент 694 и му дава 2 монети, които клиента 694 идва при теб да обмени, а всъщност ти ги връща(щото са белязани)
дай на ***ното власт и му гледай сеира.
jkminkov
 
Мнения: 1117
Регистриран на: 01 Юни 2013, 13:55
Местоположение: Хасково

Re: DarkCoin

Мнениеот whocares » 16 Мар 2015, 12:08

Official Change From Darkcoin To Dash

https://darkcointalk.org/threads/official-change-from-darkcoin-to-dash.4333/

Дарк се прекръства в Деш - или просто Дигитален Кеш :D .

Не харесвам изборът на бранд, за което имам своите доводи, но в крайна сметка технологията е най-важна.
Аватар
whocares
ПроФесор
 
Мнения: 169
Регистриран на: 03 Юни 2013, 13:11

ПредишнаСледваща

Назад към Други Криптовалути

Кой е на линия

Регистрирани потребители: Bing [Bot]