hefty
|
|
February 10, 2015, 12:42:11 PM |
|
anyone knows where i can buy DRKs directly with paypal?
weselldark.com thank you
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
February 10, 2015, 12:43:03 PM |
|
InstantX is opensource ?
Soon to be integrated/copied by SPR then ;-)
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
vertoe
|
|
February 10, 2015, 12:43:44 PM |
|
|
|
|
|
Rux
Legendary
Offline
Activity: 1291
Merit: 1024
https://crypto.ba
|
|
February 10, 2015, 12:45:11 PM |
|
InstantX is opensource ?
Soon to be integrated/copied by SPR then ;-) they can only COPY and PASTE this mega structure called INSTANTX, by Evan.... lord of Darkcoin NO MORE WAITING FOR CONFIRMATIONS !!!!!!!!! oh boy
|
RXC Crypto.ba Decentralized solutions!
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
February 10, 2015, 12:47:38 PM |
|
InstantX is opensource ?
Soon to be integrated/copied by SPR then ;-) they can only COPY and PASTE this mega structure called INSTANTX, by Evan.... lord of Darkcoin NO MORE WAITING FOR CONFIRMATIONS !!!!!!!!! oh boyDarkcoin is great, i'm glad I invested into the right coin. Oh and yes - they will copy and paste it - like with the masternodes, but they'll say its "special" and "better" ;-)
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
donschoe
Full Member
Offline
Activity: 157
Merit: 100
Hello Coins
|
|
February 10, 2015, 12:47:43 PM |
|
Good move!
|
Not using Tapatalk.
|
|
|
BiteMyShinyMetalAss
|
|
February 10, 2015, 12:57:11 PM |
|
InstantX is opensource ?
Soon to be integrated/copied by SPR then ;-) If you want to succeed: 1) You either has to be first 2) Or you have to be smarter 3) Or you cheat "The margin call" So why does it matter what SPR or whatever that is do...?
|
|
|
|
miningpros
|
|
February 10, 2015, 12:58:47 PM |
|
InstantX is opensource ?
Soon to be integrated/copied by SPR then ;-) If you want to succeed: 1) You either has to be first 2) Or you have to be smarter 3) Or you cheat "The margin call" So why does it matter what SPR or whatever that is do...? Don't you think there should be a copyright to Darksend en InstantX , Evan could become rich just by doing that
|
|
|
|
najzenmajsen
|
|
February 10, 2015, 12:59:55 PM |
|
this coin .. is simply the best. gimmeh all those darks man
|
|
|
|
donschoe
Full Member
Offline
Activity: 157
Merit: 100
Hello Coins
|
|
February 10, 2015, 01:02:33 PM |
|
InstantX is opensource ?
Soon to be integrated/copied by SPR then ;-) If you want to succeed: 1) You either has to be first 2) Or you have to be smarter 3) Or you cheat "The margin call" So why does it matter what SPR or whatever that is do...? Don't you think there should be a copyright to Darksend en InstantX , Evan could become rich just by doing that There is copyright, stating that this was developed by evan duffield and the darkcoin developers. But it's released open source under MIT license to build trust. Nobody wants a crypto built on proprietary shit.
|
Not using Tapatalk.
|
|
|
g4q34g4qg47ww
|
|
February 10, 2015, 01:08:38 PM |
|
v0.11.1 - InstantX Release - Mandatory - Please Update!
We are excited to announce the release of Darkcoin Core v0.11.1! We have decided to push out InstantX in a separate release because it’s working perfectly on testnet and our other changes to the masternode network will take some time to complete.
This release includes a full implementation of InstantX, a new version of enforcement that works with the updated Bitcoin architecture, huge improvements to Darksend, many more languages supported, lower bandwidth usage and a fully implemented sporking framework.
For more information about how InstantX works, checkout our whitepaper: https://www.darkcoin.io/wp-content/uploads/2014/09/InstantTX.pdf
Hard Fork
This release implements two hard forks, so all users must update ASAP. The network will fork in 1 week or when 80% of miners have updated.
InstantX
v0.11.1 utilizes a fully implemented version of InstantX. To try InstantX, use the QT wallet and simply click the “InstantX” checkbox when sending money. Funds send using InstantX will gain 5 masternode-level confirmations within seconds from the network, then within an average of 1.25 minutes a 6th block-level confirmation will make funds spendable on most websites.
InstantX is automatically enabled and this means when using the daemon, the API will show transactions as confirmed as soon as the masternode network successfully locks them in place.
To disable InstantX, simply start the daemon/client with --instantxdepth=0. This will be the equivalent of running in a pure proof-of-work mode.
InstantX does not support sending via the API at this point. This will be included in a future version.
InstantX Tutorial
To use InstantX, simply check the “InstantX” box, then send money normally.
On the transaction screen, it should update within a few seconds from the question mark icon to the clock
To see more information about the state of InstantX, double click the transaction.
Possible messages include: “Verified via InstantX”: This means network locks are in place and the money is safe “InstantX verification in progress - X of 25 signatures” : This means the network is currently processing your transaction and your client is waiting on more signatures from masternodes “InstantX verification failed” : The network failed to validate the transaction. In this case, normal proof-of-work will occur.
Requirements / Feature Breakdown:
Inputs used must have 5 block-level confirmations in order to send via IX To lock a transaction via IX, 15 of 25 elected masternodes must respond by voting Transaction locks are lost when restarting the client and only last for an hour Transactions must pay a fee of 0.01 DRK to use IX Once a transaction lock is in place, conflicting transactions will be rejected if in blocks or relayed as a normal transaction. InstantX is designed to work nearly all of the time. I expect it will work on about 98%+ of transactions in it’s present form. If it fails, the transaction will simply fall back to normal proof of work.
DarkSend
Various improvements have been made to Darksend, such as the fully implemented “DSTX” message. This means that when anonymizing funds, Darksend transactions are first class citizens in miner’s blocks and will be included immediately. Other stability issues were also fixed.
Enforcement
v11.0’s implementation of enforcement was not compatible with the newer Bitcoin architure. Recently we moved from the Litecoin code base, to the new Bitcoin codebase. This exposed some edge cases within the Bitcoin code that caused enforcement to stop working consistently.
This has been fixed in v11.1, but will require all users update so we remain on the same fork. Enforcement will be activated as soon as 80% of the network has updated (usually a couple days).
Language Support
Thanks to Vertoe and the community for spear heading this project, the client now fully supports over 20 languages such as Portuguese, German, Russian, Polish, Spanish, Vietnamese, French, Italian, Catalan, Chinese, Danish, Finnish, Swedish, Czech, Turkish and Bavarian (and many more).
Full release notes:
https://github.com/darkcoin/darkcoin/blob/master/doc/release-notes/release-notes-0.11.1.md
Downloads 11.1.19 Core - All Users
Source: https://github.com/darkcoin/darkcoin Windows .exe: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.1.19-win.zip Mac OSX: https://raw.githubusercontent.com/d...in-binaries/master/darkcoin-0.11.1.19-osx.dmg Linux: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.1.19-linux.tar.gz
Thanks to who contributed to this release, at least:
- Vertoe - Udjin - Holger Schinzel - Raze - Mario Müller - Crowning - Alexandre Devilliers - Stuart Buck - Tiago Serôdio - Slawek - Moli - Lukas Jackson - Snogcel - Jimbit - Coingun - Sub-Ether
bump
|
|
|
|
crackfoo
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
February 10, 2015, 01:25:55 PM |
|
My xpool.ca payments seem to be a bit more decent now so does look like its steadying down now....
That's good to hear. There's been a bit more X11 hashrate which helps as well as SHA, but it still has the potential to get better payouts with even more hash. Thanks for the support. Cheers!
|
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!
|
|
|
kiindje
|
|
February 10, 2015, 01:38:41 PM |
|
is it safe to do an instant x deposit of drk to cryptsy? was just to check how fast it would go...
but it's been 15 minutes and still nothing confirmed
|
|
|
|
sangoku
|
|
February 10, 2015, 01:41:44 PM |
|
InstantX is opensource ?
Soon to be integrated/copied by SPR then ;-) If you want to succeed: 1) You either has to be first 2) Or you have to be smarter 3) Or you cheat "The margin call" So why does it matter what SPR or whatever that is do...? Don't you think there should be a copyright to Darksend en InstantX , Evan could become rich just by doing that Man, the world of cryptocurrencies is opensource. Copyright my Good...
|
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
|
|
|
whocares
|
|
February 10, 2015, 01:43:18 PM |
|
is it safe to do an instant x deposit of drk to cryptsy? was just to check how fast it would go...
but it's been 15 minutes and still nothing confirmed
Does they already updated their wallets ?
|
|
|
|
JGCMiner
|
|
February 10, 2015, 01:43:25 PM |
|
is it safe to do an instant x deposit of drk to cryptsy? was just to check how fast it would go...
but it's been 15 minutes and still nothing confirmed
Well for one masternodes have not updated yet (image crossposted from DCT): Also, does anybody even know if Crytspy is property configured to take advantage of IX? If not, somebody on the core team might want to get into contact with them...
|
|
|
|
ghibly79
Legendary
Offline
Activity: 1218
Merit: 1006
Crypto entrepreneur and consultant
|
|
February 10, 2015, 01:47:46 PM |
|
Even if they take advantage of ix it probably won't do much good as most of their delay is due to their deamons and internal balances management most likely.
|
|
|
|
kiindje
|
|
February 10, 2015, 01:48:34 PM |
|
Even if they take advantage of ix it probably won't do much good as most of their delay is due to their deamons and internal balances management most likely.
well that sucks then gonna be sending my drk back to my wallet once it confirms. I aint sellin!
|
|
|
|
Frank.Dux
Member
Offline
Activity: 112
Merit: 10
|
|
February 10, 2015, 01:54:33 PM |
|
Even if they take advantage of ix it probably won't do much good as most of their delay is due to their deamons and internal balances management most likely.
transfer coin in 1.25 min. and let the internal processes done. will be much more faster than any other coin.
|
|
|
|
dazbarlby
|
|
February 10, 2015, 01:58:37 PM |
|
Coin Supply is 5.1 Million - 2.1 Million (Masternodes) = Only 3 Million Darkcoins available and most people are holding.
Only ~12,200 DRKS (183BTC) coins on Cryptsy and Bittrex sell order books and ~1600 BTC worth or orders trying to buy them.
If you want cheap coins, the time is now!
Edit: Those number are already out of date, people are buying quickly.
|
|
|
|
|