Bitcoin Forum
June 16, 2024, 06:10:08 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 [2117] 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722673 times)
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
July 06, 2014, 06:54:03 AM
 #42321


pubkey of payee ?

It's on getblocktemplate

Yes but how is it determined?

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 06, 2014, 07:03:46 AM
Last edit: July 06, 2014, 07:22:40 AM by chaeplin
 #42322


pubkey of payee ?

It's on getblocktemplate

Yes but how is it determined?


https://darkcointalk.org/threads/rc4-development-and-path-going-forward.1604/

RC4 Development and Path Going Forward
Quote
Last night, we implemented code that ‘soft-forked’ the Darkcoin network and successfully launched RC3.
At this time, Masternode payments are live using a non-enforced payment protocol.
Roughly half the network has updated and Masternode payments are going out about 12 times an hour!

Testing of non-enforcement mode

With this launch, we introduced a new soft-fork method, which some users have affectionately dubbed the “spork”.
As clients update, new features - Masternode payments, in this case - are implemented and available,
though not strictly enforced by the network. After almost all users are updated, the fork can be remotely activated,
which would enforce the new feature rules. If successful, the new feature(s) would be permanently activated and enforced.
If unsuccessful, enforcement can be deactivated remotely for the whole network without the need for users to update their clients.
In the latter case, a checkpoint would be added to put the whole network back on the same chain.

This allows us to test higher risk, innovative features in mainnet without having to hard fork the network and
without the risk of a live rollback where all users must update.

New enforcement strategy

Over the last few days we’ve been looking at a few different options to enforce Masternode payments in RC4.
We’ve settled on a brand new implementation that is much more simple, yet robust enough to protect the network.

Each round, a winning Masternode is chosen to carry out Darksend transactions.
This process is carried out by the individual nodes across the network independently using the masternode election algorithm.
This algorithm chooses a winning node for Darksend, but there is also a runner up, third, forth, fifth place, etc.

Utilizing this code, we can make a deterministic list of the “top 10 masternodes” with the winning scores.
These will be the same nodes accross the network and they will vote on who they believe should get paid for that round.
The winning Masternode will be the one with the most votes (up to 10 votes) and the network will reject blocks not containing that payment entry.

Other functionality

RC4 will also still include improvements to the anonymity of Darksend.
After the implementation phase is complete we will begin by testing the non-enforcement / enforcement switch and the new anonymity layer on testnet.

Thanks,

The Darkcoin Team



https://darkcointalk.org/threads/status-update-7-1-2014.1675/
Status Update 7/1/2014
Quote

Implemented with RC3:
Added ‘sporking’ logic to turn on/off enforcement of hard forks
Fixed Masternode ‘ghost’ issues where Masternodes appeared online, but were not
Added cold/hot Masternode setup for secure, offline storage of funds
Optimized Masternode communications traffic (removed spam)

Looking ahead...

In the works for RC4:
Removal of Masternode payment votes in blockchain
Addition of Masternode voting consensus system
Live ‘spork’ for enforcing consensus system
Anonymity enhancements
For a more detailed explanation of the changes to the Masternode consensus protocol,
please check out the “New Enforcement Strategy” section in this article: goo.gl/pDG9W3



original post.
I've forked the blockchain on testnet and added a voting mechanism. This turned out really cool.


Here's how the voting works:

- You have to mine a block to vote, the software will automatically vote for the current masternode to get paid.
- You can only enter a new candidate for the block you mined
- You can vote on all other candidates in the previous block
- You can only up vote (+1 to the total)
- If an entry has 5 votes, a new payment is made on the next block (that miner has no choice)
- If a candidate doesn't reach 5 votes in 10 blocks, they're removed.

Hoping to launch some serious testing next week on testnet. Still working out the bugs.

I also modified the block explorer so we can see the votes that are stored in the blockchain.
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
July 06, 2014, 08:03:32 AM
 #42323


- You have to mine a block to vote, the software will automatically vote for the current masternode to get paid.
- You can only enter a new candidate for the block you mined
- You can vote on all other candidates in the previous block
- You can only up vote (+1 to the total)
- If an entry has 5 votes, a new payment is made on the next block (that miner has no choice)
- If a candidate doesn't reach 5 votes in 10 blocks, they're removed.

Hoping to launch some serious testing next week on testnet. Still working out the bugs.

I also modified the block explorer so we can see the votes that are stored in the blockchain.

I'm sorry but you're still not telling me how the current masternode to get paid is determined.  Yes, I understand it was determined when the previous block was generated, and is now in getblocktemplate, and when the next block is generated, the software will automatically vote for it, but how was it actually determined in the first place?

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
July 06, 2014, 08:04:49 AM
 #42324

Quote
If you mined this block, your client added the pubkey for 14217.
It's also allowed to increment each existing vote by one if it agrees with it. So the code goes something like this:

So if I mine a block I can add any pubkey I want.  Correct?

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
July 06, 2014, 08:19:01 AM
 #42325

Quote
If you mined this block, your client added the pubkey for 14217.
It's also allowed to increment each existing vote by one if it agrees with it. So the code goes something like this:

So if I mine a block I can add any pubkey I want.  Correct?

No. Its a trustless solution. Its in the code.
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
July 06, 2014, 08:27:14 AM
Last edit: July 06, 2014, 08:43:44 AM by GhostPlayer
 #42326

Glad to see coinmine.pw (not to be confused with coinmine.pl, also fine) are fully update !! I love that pool. Freaky at first, but WOW did that boy do some serious programming... anyway.

Unfortunately, just sniffed out another non paying pool.

By the way, I think Splawik21 got BANNED from the #Blackcoin pool channel for going there and suggesting they update!! Can you believe this?!

C'mon poeple, do your part please


Quote
Last EDIT: July 6th

Block - Pool


--------  Paying Pools (pool unknow?) -------

92242 - http://dark.hashfaster.com/index.php?page=statistics&action=blocks - pays ok - pool_unknow
84692 - http://drk.cryptoadhd.com/index.php?page=statistics&action=blocks - Pays ok! - pool_unkown -

--------   Non-paying Pools -------

97400 - hashrate.eu - NOT PAYING MN's - IRC #hashrate
Huh?? - http://blog.coinium.org/announcements/earthcoin/update-wallet-software/ - wallet version 0.9.10.2 - https://twitter.com/coinium - DO NOT PROVIDE LAST BLOCK FOUND!
93808 - https://mupool.com/index.php?page=statistics&action=blocks - NOT PAYING MN's - unknown_pool_138 - contact webform
94663 - hppt://ghash.io (ergo cex.io) - NOT PATING MN's !! - Identified - webmaster@ghash.io
94774 - https://www.multipool.us - NOT PAYING MN's!! - Identified - admin@multipool.us - IRC  #multipool
94791 - http://blackcoinpool.com/  - NOT PAYING MN's!! - Identified - IRC #blackcoinpool - https://twitter.com/BlackCoinPool
94453 - https://www.minep.it/pool/DRK/ - NOT PAYING MN's! - Identified - https://twitter.com/CryptoMinepit
94277 - https://switchercoin.com - NOT PAYING MN's! - was pool_unkown_110 - Identified - https://twitter.com/Switchercoin
94255 - http://dark.v2.dedicatedpool.com/index.php?page=statistics&action=pool - NOT PAYING MN's - Identified - No contact Info - webform
90259 - http://drk.poolto.be/index.php?page=statistics&action=blocks - Using version 0.9.10.5 - #poolto.be @ irc.freenode.net
Can't find block info - http://blog.coinium.org/announcements/earthcoin/update-wallet-software/ -- Last wallet update 0.9.10.2 - webform
76993 - http://dark.minerstation.com/index.php?page=statistics&action=blocks - Update Walet Ready, HARD FORK! Friday, June 20th Vardif - Webform



--------  Unconfirmed -------

73017 - http://drk.hashhot.com/index.php?page=statistics&action=blocks
66373 - https://drk.pool.enterprises/index.php?page=statistics&action=blocks
93698 - http://drk.botpool.com/index.php?page=statistics&action=blocks
53309 - http://dark.zeuspool.com/index.php?page=statistics&action=blocks
71540 - http://drk.althash.eu/index.php?page=statistics&action=blocks
73017 - http://drk.hashhot.com/index.php?page=statistics&action=blocks
76993 - http://dark.minerstation.com/index.php?page=statistics&action=blocks
45000 - https://drk.forkpool.com/index.php?page=statistics&action=pool

As you can see, our efforts are working!! Since Coinotron updated fully (yesteraday), and being one of the bigger pool, MN payments went up sothing like 10%




So please please please folk, contact your pools via IRC, webform or mail ! Special shout-out to Splawik21, we're like Batman and Robin here. Some more help would be appreciated!

https://darkcointalk.org/threads/just-had-an-idea-for-us-miner-collectively-help-drk-before-next-fork.1662/

These pools_unknown a REALLY pissing me off, espceially not knowing who they are. I'm sure a few are not private, we're just haven't sniffed them out. Look at the last column, which is the one that counts.

chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 06, 2014, 08:39:26 AM
 #42327

Quote
If you mined this block, your client added the pubkey for 14217.
It's also allowed to increment each existing vote by one if it agrees with it. So the code goes something like this:

So if I mine a block I can add any pubkey I want.  Correct?


"If you mined this block, your client added the pubkey for 14217." this means a vote, not payee for current block.

Each vote in a block will be verified at network.
If a vote has six network confirmation, next block will pay the vote.
darianc
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
July 06, 2014, 08:43:18 AM
 #42328

BIP 32 comes to darkcoin!

Simple instructions for manually generating your own deterministic addresses.

Never lose keys again! (providing you don't forget your passphrase)

http://wiki.darkcoin.eu/wiki/DIY_Deterministic_Addresses

flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
July 06, 2014, 08:47:04 AM
 #42329

Quote
If you mined this block, your client added the pubkey for 14217.
It's also allowed to increment each existing vote by one if it agrees with it. So the code goes something like this:

So if I mine a block I can add any pubkey I want.  Correct?

No. Its a trustless solution. Its in the code.

Then why in the world is there voting code in stratum?

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
Elmer Fud
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 06, 2014, 08:50:16 AM
 #42330

Putting 'First Anonymous Coin' in title is slightly a bold faced lie when others clearly beat you to it.
blajde
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Pre-sale - March 18


View Profile
July 06, 2014, 08:52:45 AM
 #42331

Putting 'First Anonymous Coin' in title is slightly a bold faced lie when others clearly beat you to it.

Who did again?
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
July 06, 2014, 08:53:56 AM
 #42332

Putting 'First Anonymous Coin' in title is slightly a bold faced lie when others clearly beat you to it.

There we go again... Darksend has been working since 1... try harder.
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
July 06, 2014, 08:55:10 AM
 #42333

Glad to see coinmine.pw (not to be confused with coinmine.pl, also fine) are fully update !! I love that pool. Freaky at first, but WOW did that boy do some serious programming... anyway.

Unfortunately, just sniffed out another non paying pool.

By the way, I think Splawik21 got BANNED from the #Blackcoin pool channel for going there and suggesting they update!! Can you believe this?!

C'mon poeple, do your part please


Quote
Last EDIT: July 6th

Block - Pool


--------  Paying Pools (pool unknow?) -------

92242 - http://dark.hashfaster.com/index.php?page=statistics&action=blocks - pays ok - pool_unknow
84692 - http://drk.cryptoadhd.com/index.php?page=statistics&action=blocks - Pays ok! - pool_unkown -

--------   Non-paying Pools -------

97400 - hashrate.eu - NOT PAYING MN's - IRC #hashrate
Huh?? - http://blog.coinium.org/announcements/earthcoin/update-wallet-software/ - wallet version 0.9.10.2 - https://twitter.com/coinium - DO NOT PROVIDE LAST BLOCK FOUND!
93808 - https://mupool.com/index.php?page=statistics&action=blocks - NOT PAYING MN's - unknown_pool_138 - contact webform
94663 - hppt://ghash.io (ergo cex.io) - NOT PATING MN's !! - Identified - webmaster@ghash.io
94774 - https://www.multipool.us - NOT PAYING MN's!! - Identified - admin@multipool.us - IRC  #multipool
94791 - http://blackcoinpool.com/  - NOT PAYING MN's!! - Identified - IRC #blackcoinpool - https://twitter.com/BlackCoinPool
94453 - https://www.minep.it/pool/DRK/ - NOT PAYING MN's! - Identified - https://twitter.com/CryptoMinepit
94277 - https://switchercoin.com - NOT PAYING MN's! - was pool_unkown_110 - Identified - https://twitter.com/Switchercoin
94255 - http://dark.v2.dedicatedpool.com/index.php?page=statistics&action=pool - NOT PAYING MN's - Identified - No contact Info - webform
90259 - http://drk.poolto.be/index.php?page=statistics&action=blocks - Using version 0.9.10.5 - #poolto.be @ irc.freenode.net
Can't find block info - http://blog.coinium.org/announcements/earthcoin/update-wallet-software/ -- Last wallet update 0.9.10.2 - webform
76993 - http://dark.minerstation.com/index.php?page=statistics&action=blocks - Update Walet Ready, HARD FORK! Friday, June 20th Vardif - Webform



--------  Unconfirmed -------

73017 - http://drk.hashhot.com/index.php?page=statistics&action=blocks
66373 - https://drk.pool.enterprises/index.php?page=statistics&action=blocks
93698 - http://drk.botpool.com/index.php?page=statistics&action=blocks
53309 - http://dark.zeuspool.com/index.php?page=statistics&action=blocks
71540 - http://drk.althash.eu/index.php?page=statistics&action=blocks
73017 - http://drk.hashhot.com/index.php?page=statistics&action=blocks
76993 - http://dark.minerstation.com/index.php?page=statistics&action=blocks
45000 - https://drk.forkpool.com/index.php?page=statistics&action=pool

As you can see, our efforts are working!! Since Coinotron updated fully (yesteraday), and being one of the bigger pool, MN payments went up sothing like 10%




So please please please folk, contact your pools via IRC, webform or mail ! Special shout-out to Splawik21, we're like Batman and Robin here. Some more help would be appreciated!

https://darkcointalk.org/threads/just-had-an-idea-for-us-miner-collectively-help-drk-before-next-fork.1662/

These pools_unknown a REALLY pissing me off, espceially not knowing who they are. I'm sure a few are not private, we're just haven't sniffed them out. Look at the last column, which is the one that counts.



Please update your list to reflect the fact that Multipool is in the process of updating, I don't need to be harassed by people who aren't reading the thread.

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
July 06, 2014, 08:57:21 AM
 #42334

Quote
If you mined this block, your client added the pubkey for 14217.
It's also allowed to increment each existing vote by one if it agrees with it. So the code goes something like this:

So if I mine a block I can add any pubkey I want.  Correct?


"If you mined this block, your client added the pubkey for 14217." this means a vote, not payee for current block.

Each vote in a block will be verified at network.
If a vote has six network confirmation, next block will pay the vote.

So it's not really a vote at all.  As far as I can tell by the code, all it is is a check to make sure the masternode stays online for 6 blocks.

Again, why should it be in stratum?

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
Elmer Fud
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 06, 2014, 08:58:05 AM
 #42335

Putting 'First Anonymous Coin' in title is slightly a bold faced lie when others clearly beat you to it.

There we go again... Darksend has been working since 1... try harder.

yeah and the forks were just a figment of my imagination? no try needed. you are just a tiny bit completely lying. Not cool
chaeplin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 06, 2014, 08:59:12 AM
 #42336

Quote
If you mined this block, your client added the pubkey for 14217.
It's also allowed to increment each existing vote by one if it agrees with it. So the code goes something like this:

So if I mine a block I can add any pubkey I want.  Correct?

No. Its a trustless solution. Its in the code.

Then why in the world is there voting code in stratum?


Voting result(verified again) should be written to blockchain, that miner do.

In RC4 'Masternode payment votes in blockchain' will be removed.
https://darkcointalk.org/threads/status-update-7-1-2014.1675/
Code:
In the works for RC4:
Removal of Masternode payment votes in blockchain
Addition of Masternode voting consensus system
Live ‘spork’ for enforcing consensus system
Anonymity enhancements
For a more detailed explanation of the changes to the Masternode consensus protocol,
please check out the “New Enforcement Strategy” section in this article: goo.gl/pDG9W3
Freckleg
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


View Profile
July 06, 2014, 09:18:49 AM
 #42337

I do not get affection, nobody likes me. Please help me, talk to me. Please!
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
July 06, 2014, 09:21:11 AM
 #42338

Quote
If you mined this block, your client added the pubkey for 14217.
It's also allowed to increment each existing vote by one if it agrees with it. So the code goes something like this:

So if I mine a block I can add any pubkey I want.  Correct?

No. Its a trustless solution. Its in the code.

Then why in the world is there voting code in stratum?


Voting result(verified again) should be written to blockchain, that miner do.

In RC4 'Masternode payment votes in blockchain' will be removed.
https://darkcointalk.org/threads/status-update-7-1-2014.1675/
Code:
In the works for RC4:
Removal of Masternode payment votes in blockchain
Addition of Masternode voting consensus system
Live ‘spork’ for enforcing consensus system
Anonymity enhancements
For a more detailed explanation of the changes to the Masternode consensus protocol,
please check out the “New Enforcement Strategy” section in this article: goo.gl/pDG9W3

So that can be removed in RC4, then all that's left is giving the masternodes their cut, please see the Freicoin source for a better way to do this.  Then you can go back to using standard stratum.

Edit: I'm wrong, the transaction to pay the masternode still needs to be included in the block hash.  So yes this will require stratum mods either way.

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
July 06, 2014, 09:42:58 AM
 #42339



Please update your list to reflect the fact that Multipool is in the process of updating, I don't need to be harassed by people who aren't reading the thread.

 Please drop me a line when you're done, and I'll spam the web that you guys are fully functioning, and not harassing MN's payments !!

 Like I said, not trying to harm anyone's rep. I'm just being a cold hearted Pool Police for the benefit of the entire community, including yourselves, so you dont get orphaned blocks come next update.
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
July 06, 2014, 10:01:03 AM
 #42340

Putting 'First Anonymous Coin' in title is slightly a bold faced lie when others clearly beat you to it.
Nobody actually did.
Please don't talk nonsense.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
Pages: « 1 ... 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 [2117] 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 ... 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!