Bitcoin Forum
May 22, 2024, 06:53:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722548 times)
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
February 09, 2015, 09:25:48 PM
 #79101

https://darkcointalk.org/threads/v0-11-1-x-instantx-release-testing.3826/page-51#post-41369

**** FOR TESTNET USE ONLY !!!!!!! ****

from Evan :

***************************** Please update to 11.1.18 : InstantX Release *****************************

 - Version bump / protocol bump. Please update!
 - Full implementation of spork. Currently this includes 4 different sporks, InstantX, InstantX block enforcement, masternode payments enforcement, and reconverge. This uses the inventory system, so it's super efficient and very powerful for future development. Reconverge will put the blockchain into a mode where it will attempt to reprocess any forks without restarting the client, this means if we even had a fork in the future this can be triggered to fix it without any damage to the network.
 - Masternode payments now uses the inventory system, which will result in much lower bandwidth usage
 - Improved caching
 - Fixed IX GUI update issues. After IX succeeds, the GUI will update to show the transaction has confirmed.
 - Fixed an unusual IX+DS fee issue resulting in rejection
 - Supported Language updates (Vertoe and community)

 To look at your current sporks use "spork show" in the debug console


Compiling, if you get a 404 keep trying

Source: https://github.com/darkcoin/darkcoin/tree/v0.11.1.x
for binaries see the darkcointalk link at top

**** FOR TESTNET USE ONLY !!!!!!! ****




So - I assume -->>>>   - Version bump / protocol bump
This means that we'll need to make new wallet.dat file(s) and send all coins to updated wallet.dat file, upon mainnet release??

please inform, if in the know :-)

To be honest i dont know, but i'm sure we will get detailed instructions on how to upgrade once it hits Mainnet .. right now we are still in the
testing phase on Testnet.

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
February 09, 2015, 09:28:01 PM
 #79102

If you are new to Darkcoin, make sure to listen to this recent interview with Evan it will give you a very good summary of the project:


https://letstalkbitcoin.com/blog/post/beyond-bitcoin-26-darkcoin
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 09, 2015, 09:30:28 PM
 #79103


-snip-

Well, the website has been under development since late 2014 and I only registered the SSL cert yesterday because it wasn't needed until then.  I didn't need SSL while it was just me developing/testing the website. Wink

Like I said in my post above, your concerns are understandable, considering all the shit that goes on in crypto.  But it seems a bit silly for me to go through all the effort of launching this service just to rip off a couple of people before being found out? Cheesy  

fair enough. might give it a try.
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
February 09, 2015, 09:30:43 PM
 #79104

Just a little follow up on the Raspberry Pi 2 / Masternode testing started here: https://bitcointalk.org/index.php?topic=421615.msg10389325#msg10389325



4 testnet masternodes running with no issues so far  Smiley

The build process takes a lot of time to complete as it uses just one core. In order to use the other cores we need more than 1GB of ram so just

Code:
sudo nano /etc/dphys-swapfile

set swapsize to 2048

Code:
CONF_SWAPSIZE=2048

and setup the swap

Code:
sudo dphys-swapfile setup

after this you can use for example

Code:
make -j 3

to use 3 cores to compile.

Enjoy  Cool


That's really so awesome!  Unfortunately, when my pi finally arrives, I doubt I'll be able to let it just sit there and run antminers or masternodes, this thing is gonna be too much fun!!! LOL

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 09, 2015, 09:31:48 PM
 #79105

If you are new to Darkcoin, make sure to listen to this recent interview with Evan it will give you a very good summary of the project:


https://letstalkbitcoin.com/blog/post/beyond-bitcoin-26-darkcoin

new or not. anyone and everyone should listen.
Dave5
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
February 09, 2015, 09:33:38 PM
 #79106

https://darkcointalk.org/threads/v0-11-1-x-instantx-release-testing.3826/page-51#post-41369

**** FOR TESTNET USE ONLY !!!!!!! ****

from Evan :

***************************** Please update to 11.1.18 : InstantX Release *****************************

 - Version bump / protocol bump. Please update!
 - Full implementation of spork. Currently this includes 4 different sporks, InstantX, InstantX block enforcement, masternode payments enforcement, and reconverge. This uses the inventory system, so it's super efficient and very powerful for future development. Reconverge will put the blockchain into a mode where it will attempt to reprocess any forks without restarting the client, this means if we even had a fork in the future this can be triggered to fix it without any damage to the network.
 - Masternode payments now uses the inventory system, which will result in much lower bandwidth usage
 - Improved caching
 - Fixed IX GUI update issues. After IX succeeds, the GUI will update to show the transaction has confirmed.
 - Fixed an unusual IX+DS fee issue resulting in rejection
 - Supported Language updates (Vertoe and community)

 To look at your current sporks use "spork show" in the debug console


Compiling, if you get a 404 keep trying

Source: https://github.com/darkcoin/darkcoin/tree/v0.11.1.x
for binaries see the darkcointalk link at top

**** FOR TESTNET USE ONLY !!!!!!! ****




So - I assume -->>>>   - Version bump / protocol bump
This means that we'll need to make new wallet.dat file(s) and send all coins to updated wallet.dat file, upon mainnet release??

please inform, if in the know :-)

To be honest i dont know, but i'm sure we will get detailed instructions on how to upgrade once it hits Mainnet .. right now we are still in the
testing phase on Testnet.

Protocol bump will require "masternode start" from the cold wallet.

Wallet.dat needs to be updated ONLY if wallet version changes.
(last time wallet version changed was when DS introduced. No need to bump version now)

❒ SWISS ALPS ❒        ▬ MINING & ENERGY ▬      ❒ SWISS ALPS ❒
█████          The Smart Mining Company           █████
Telegram █  Get a piece of COLD 6 220 238 SAM █     Twitter
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
February 09, 2015, 09:37:25 PM
 #79107

Some people wouldn't know a New Great Game even if it came up and bit them in the arse!!

That's what irritates me to no end, though I should know better.  It's a "game" played by governments that serve corporations or other special interests and NOT the people.

I know, I'm over 50, and I should know better than try to be idealistic...... but frankly, Kindergarteners know how to get along better than whole countries.

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
February 09, 2015, 09:39:31 PM
 #79108

-snip-

my twin

OMG

There are two Mrs Robinsons

Hubba Hubba. Hubba Hubba



LOL, you BAD boy!

At least she's working for now, LOL

"Goggles on, no fear"
LOL

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
February 09, 2015, 09:43:46 PM
 #79109

bump

If you are new to Darkcoin, make sure to listen to this recent interview with Evan it will give you a very good summary of the project:


https://letstalkbitcoin.com/blog/post/beyond-bitcoin-26-darkcoin

new or not. anyone and everyone should listen.
Propulsion
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


The Buck Stops Here.


View Profile
February 09, 2015, 09:53:32 PM
Last edit: February 09, 2015, 10:16:51 PM by Propulsion
 #79110

Grand opening of EasyDarkcoin.com

I'm glad to announce the grand opening of Easy Darkcoin.  This unique platform was created to help British users buy DRK via instant bank transfer, which eliminates the need to buy BTC in order to trade for DRK on exchanges.  All orders placed will be filled within 1 hour (or less) of payment being received, thanks to the Faster Payment banking payment system in the UK.

EasyDarkcoin.com

If anyone has any feedback or questions, please let me know! Wink

Looks good.

Unrelated but testnet version v0.11.1.18-c720680-beta is stuck 40 hours behind for me.
Over the weekend there was a new chain created for testnet.
will7am
Legendary
*
Offline Offline

Activity: 973
Merit: 1000



View Profile
February 09, 2015, 09:54:01 PM
 #79111


-snip-

Well, the website has been under development since late 2014 and I only registered the SSL cert yesterday because it wasn't needed until then.  I didn't need SSL while it was just me developing/testing the website. Wink

Like I said in my post above, your concerns are understandable, considering all the shit that goes on in crypto.  But it seems a bit silly for me to go through all the effort of launching this service just to rip off a couple of people before being found out? Cheesy  

fair enough. might give it a try.

That's great!  It would be nice to get some positive customer feedback from yourself, as trust it worth its weight in BTC these days. Smiley

BiteMyShinyMetalAss
Hero Member
*****
Offline Offline

Activity: 617
Merit: 509


Crypto Card - https://platinum.crypto.com/r/28cz7d


View Profile
February 09, 2015, 10:06:47 PM
 #79112


-snip-

Well, the website has been under development since late 2014 and I only registered the SSL cert yesterday because it wasn't needed until then.  I didn't need SSL while it was just me developing/testing the website. Wink

Like I said in my post above, your concerns are understandable, considering all the shit that goes on in crypto.  But it seems a bit silly for me to go through all the effort of launching this service just to rip off a couple of people before being found out? Cheesy  

fair enough. might give it a try.

That's great!  It would be nice to get some positive customer feedback from yourself, as trust it worth its weight in BTC these days. Smiley

I am actually interested too, will I have to provide any details, like ID copy, address...? or just simple money in, DRK out?

The best lending rates in 1 place www.21bitcoin.eu/interests
NEXO, CELSIUS, CDC and other tax reports www.21bitcoin.eu
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 09, 2015, 10:10:09 PM
 #79113


-snip-

Well, the website has been under development since late 2014 and I only registered the SSL cert yesterday because it wasn't needed until then.  I didn't need SSL while it was just me developing/testing the website. Wink

Like I said in my post above, your concerns are understandable, considering all the shit that goes on in crypto.  But it seems a bit silly for me to go through all the effort of launching this service just to rip off a couple of people before being found out? Cheesy  

fair enough. might give it a try.

That's great!  It would be nice to get some positive customer feedback from yourself, as trust it worth its weight in BTC DRK these days. Smiley

Fixed it for you  Wink
Honest Tim
Hero Member
*****
Offline Offline

Activity: 768
Merit: 1000



View Profile
February 09, 2015, 10:15:32 PM
 #79114

Peercoin    $ 15,536,849    $ 0.704004    22,069,262 PPC    $ 1,082,300    119.69 %    

up 120% in the last 2 hours???

https://www.cryptsy.com/markets/view/PPC_BTC
Dave5
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
February 09, 2015, 10:22:43 PM
 #79115

Peercoin    $ 15,536,849    $ 0.704004    22,069,262 PPC    $ 1,082,300    119.69 %    

up 120% in the last 2 hours???

https://www.cryptsy.com/markets/view/PPC_BTC

Only 19% now. Timber..........

❒ SWISS ALPS ❒        ▬ MINING & ENERGY ▬      ❒ SWISS ALPS ❒
█████          The Smart Mining Company           █████
Telegram █  Get a piece of COLD 6 220 238 SAM █     Twitter
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
February 09, 2015, 10:49:21 PM
 #79116

If you are new to Darkcoin, make sure to listen to this recent interview with Evan it will give you a very good summary of the project:


https://letstalkbitcoin.com/blog/post/beyond-bitcoin-26-darkcoin

Bump, I agree, this was a great interview!  Done last week Smiley

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
Fritz93
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
February 09, 2015, 10:59:04 PM
 #79117

Shiet, i didnt buy my DRK moonticket *pissed off* :/
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
February 09, 2015, 11:05:03 PM
 #79118

Shiet, i didnt buy my DRK moonticket *pissed off* :/
Never too late mate, but you have to buy it from someone who sells them I keep all my tickets for myself Tongue
btw. just wanted to say that it is strange that drk is still so cheap, we had less tech coin in may, june, july etc where btc cost was much higher and the drk price ws ~15$-8$.
Now we have masternodes, DS almost ready IX future 2FA more to come and we are @ 2,2$ Cheesy Cheesy no comments... just eatin` the popcorn and watchin` bitcoinwisdom Wink
I`m so happy tomorrow is the payday at my work;) so some more drks to buy Smiley
Cheers and good night.

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
Sub-Ether
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Quantum entangled and jump drive assisted messages


View Profile
February 09, 2015, 11:09:00 PM
 #79119

Shiet, i didnt buy my DRK moonticket *pissed off* :/
I got lots of tdrk you can have half price, I do you good friend price Wink

Dash is 27.3 times faster with syncing and updating than Bitcoin and 93.7 times faster than Monero. Bitcoin (v0.11.0) has a Tao ratio 11.2% faster than bitcoin (v0.10.0) release.
Dash (v.0.12.0.49) = Tao sync ratio = 0.15 seconds / hour of update || Dash (v.0.11.2.23) = Tao sync ratio = 0.24 seconds / hour of update. V12 versus V11 speedup = +36.5%
Bitcoin (v.0.11.0) = Tao sync ratio = 4.14 seconds / hour of update || Monero (v.0.41.1)  = Tao sync ratio = 14.2 seconds / hour of update
will7am
Legendary
*
Offline Offline

Activity: 973
Merit: 1000



View Profile
February 09, 2015, 11:20:11 PM
 #79120


-snip-

Well, the website has been under development since late 2014 and I only registered the SSL cert yesterday because it wasn't needed until then.  I didn't need SSL while it was just me developing/testing the website. Wink

Like I said in my post above, your concerns are understandable, considering all the shit that goes on in crypto.  But it seems a bit silly for me to go through all the effort of launching this service just to rip off a couple of people before being found out? Cheesy  

fair enough. might give it a try.

That's great!  It would be nice to get some positive customer feedback from yourself, as trust it worth its weight in BTC these days. Smiley

I am actually interested too, will I have to provide any details, like ID copy, address...? or just simple money in, DRK out?

There are limits (check the limits page;)) but without verification there is a £250 maximum, once that is reached then you will have to provide identification in the form of passport/driving license and also proof of address.

coins101: lol! Smiley

Pages: « 1 ... 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 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 ... 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!