Bitcoin Forum
April 30, 2024, 11:51:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 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 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722498 times)
mjsrs
Full Member
***
Offline Offline

Activity: 172
Merit: 100


View Profile
January 23, 2015, 04:29:31 PM
 #77261

UPDATE TO V0.11.0.12

Quote from: eduffield, post: 38010, member: 104
v0.11.0.12

- Fixed 2 segfault causes, 1 due to a null reference in the Bitcoin code (https://github.com/bitcoin/bitcoin/issues/5698) upon a fork and the later due to the Bitcoin core code modifying the coins view without a lock on mempool.cs. The client should be much more stable now.
- Fixed issue with running "masternode start" on a remote masternode. This would corrupt the running status, resulting is the masternode failing to ping and falling off the list.
- fix mn payment comment - blocknumbers / new dates according to stats from last 50k blocks (UdjinM6)
- add missing DS/MN/IX options descriptions in help output (UdjinM6)
- allow masternode commands execution while client is in safe mode (UdjinM6)
- fix dseg messaging / banning issue (UdjinM6)

11.0.12 Core - All Users

Source: https://github.com/darkcoin/darkcoin
Windows .exe: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.12-win.zip
Mac OSX: https://raw.githubusercontent.com/darkcoinproject/darkcoin-binaries/master/darkcoin-0.11.0.12-osx.dmg
Linux: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.12-linux.tar.gz

Wallet crashed after a minute or so...

https://dash-stats.com XoPGniokL6rRahoKviBza8oqWSTyUQPkAF
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jiggytom
Legendary
*
Offline Offline

Activity: 1068
Merit: 1020


View Profile
January 23, 2015, 04:36:43 PM
 #77262

same protocol version... no need to start from cold node if you were already on 70054

... PLAY SHARE EARN...
.LBRY...
                            ▄▄███▄▄
                        ▄▄█████▀█████▄▄
                    ▄▄█████▀▀     ▀▀█████▄▄
                ▄▄█████▀▀             ▀▀█████▄▄
            ▄▄█████▀▀                     ▀▀█████▄▄
        ▄▄█████▀▀                             ▀▀█████▄▄
    ▄▄█████▀▀                                     ▀▀███
▄▄█████▀▀                                         ▄▄███
███▀▀                                         ▄▄█████▀▀
███     █▄▄                               ▄▄█████▀▀
███     █████▄▄                       ▄▄█████▀▀  ▄▄▄▄▄▄▄▄
███       ▀▀█████▄▄               ▄▄█████▀▀       ██████
█████▄▄       ▀▀█████▄▄       ▄▄█████▀▀       ▄▄███████
  ▀▀█████▄▄       ▀▀█████▄▄▄█████▀▀       ▄▄█████▀▀ ██
      ▀▀█████▄▄       ▀▀█████▀▀       ▄▄█████▀▀
          ▀▀█████▄▄       ▀       ▄▄█████▀▀
              ▀▀█████▄▄       ▄▄█████▀▀
                  ▀▀█████▄▄▄█████▀▀
                      ▀▀█████▀▀
                          ▀
BTC: 174MGp3R5prNbuen31Kx5G5XuyuAXu9jye
LBC: bWYN8NXGKWsgEAd6tQnJ5YRo2Z4r6PjxBH
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
January 23, 2015, 04:38:53 PM
 #77263

Wallet crashed after a minute or so...

Send your debug.log file to evan@darkcoin.io with what OS you are using any other pertinent information.
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
January 23, 2015, 04:39:30 PM
 #77264

Great!!!

So back in busniess with my MN!!!

lebubar@108:~$ ./darkcoind getinfo
{
    "version" : 110012,
    "protocolversion" : 70054,
    "walletversion" : 60001,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 208021,
    "timeoffset" : 0,
    "connections" : 9,
    "proxy" : "",
    "difficulty" : 5738.80141155,
    "testnet" : false,
    "keypoololdest" : 1412647675,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}
mjsrs
Full Member
***
Offline Offline

Activity: 172
Merit: 100


View Profile
January 23, 2015, 04:40:06 PM
 #77265

Wallet crashed after a minute or so...

Send your debug.log file to evan@darkcoin.io with what OS you are using any other pertinent information.

It looks like it crashed just on the first start after installation.

https://dash-stats.com XoPGniokL6rRahoKviBza8oqWSTyUQPkAF
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
January 23, 2015, 04:40:48 PM
 #77266

Done for all my MN.

And......... The clasic question : protocol change ? Need start from local?

Nope, I didn't have to  Grin

Twas a quicky

Mine still runs after ... what? 10-15 min?  I would reindex and zapwallettxes if your's is crashing maybe??

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
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
January 23, 2015, 04:42:19 PM
 #77267

great to hear v11.0.12

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
January 23, 2015, 04:43:50 PM
 #77268

Are you guys deleting your peers.dat file before launching?
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
January 23, 2015, 04:44:08 PM
 #77269

Are you guys deleting your peers.dat file before launching?
yes

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

Activity: 184
Merit: 100


View Profile
January 23, 2015, 04:44:33 PM
 #77270

crash but working now
question is it normal for the wallet to lag while its loading?
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
January 23, 2015, 04:46:30 PM
 #77271

Are you guys deleting your peers.dat file before launching?
yes
No (well I didn't this time.)  Roll Eyes

Edit: like this we can see if it was necesary or not !
For the moment no problem at all for me!
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
January 23, 2015, 04:49:35 PM
 #77272

Wallet crashed after a minute or so...

crash but working now
question is it normal for the wallet to lag while its loading?

Wow! So much details guys!!!

Didn't even give the OS.

It seams that the mac have some detail generally with newest version.
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
January 23, 2015, 04:50:40 PM
 #77273

Are you guys deleting your peers.dat file before launching?

To be honest, I haven't deleted peer.dat for more than 6 months, never had an issue. But I did delete them this time round due to fragmentation.
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
January 23, 2015, 04:51:37 PM
 #77274

Are you guys deleting your peers.dat file before launching?

To be honest, I haven't deleted peer.dat for more than 6 months, never had an issue. But I did delete them this time round due to fragmentation.

It's just good practice on updates, regardless, to get fresh peers.
real789
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


If you can't understand my post please report it


View Profile
January 23, 2015, 04:52:08 PM
 #77275

UPDATE TO V0.11.0.12

Quote from: eduffield, post: 38010, member: 104
v0.11.0.12

- Fixed 2 segfault causes, 1 due to a null reference in the Bitcoin code (https://github.com/bitcoin/bitcoin/issues/5698) upon a fork and the later due to the Bitcoin core code modifying the coins view without a lock on mempool.cs. The client should be much more stable now.
- Fixed issue with running "masternode start" on a remote masternode. This would corrupt the running status, resulting is the masternode failing to ping and falling off the list.
- fix mn payment comment - blocknumbers / new dates according to stats from last 50k blocks (UdjinM6)
- add missing DS/MN/IX options descriptions in help output (UdjinM6)
- allow masternode commands execution while client is in safe mode (UdjinM6)
- fix dseg messaging / banning issue (UdjinM6)

11.0.12 Core - All Users

Source: https://github.com/darkcoin/darkcoin
Windows .exe: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.12-win.zip
Mac OSX: https://raw.githubusercontent.com/darkcoinproject/darkcoin-binaries/master/darkcoin-0.11.0.12-osx.dmg
Linux: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.12-linux.tar.gz

Ok thx I have updated again to the new version. Working well.

===Sempak===
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
January 23, 2015, 04:52:34 PM
 #77276

UPDATE TO V0.11.0.12

Quote from: eduffield, post: 38010, member: 104
v0.11.0.12

- Fixed 2 segfault causes, 1 due to a null reference in the Bitcoin code (https://github.com/bitcoin/bitcoin/issues/5698) upon a fork and the later due to the Bitcoin core code modifying the coins view without a lock on mempool.cs. The client should be much more stable now.
- Fixed issue with running "masternode start" on a remote masternode. This would corrupt the running status, resulting is the masternode failing to ping and falling off the list.
- fix mn payment comment - blocknumbers / new dates according to stats from last 50k blocks (UdjinM6)
- add missing DS/MN/IX options descriptions in help output (UdjinM6)
- allow masternode commands execution while client is in safe mode (UdjinM6)
- fix dseg messaging / banning issue (UdjinM6)

11.0.12 Core - All Users

Source: https://github.com/darkcoin/darkcoin
Windows .exe: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.12-win.zip
Mac OSX: https://raw.githubusercontent.com/darkcoinproject/darkcoin-binaries/master/darkcoin-0.11.0.12-osx.dmg
Linux: https://github.com/darkcoinproject/darkcoin-binaries/raw/master/darkcoin-0.11.0.12-linux.tar.gz

Any crashes, give details: OS, build (32 or 64), what you're updating from, any snippets from the debug file, etc.
pille
Sr. Member
****
Offline Offline

Activity: 436
Merit: 250



View Profile
January 23, 2015, 04:56:40 PM
 #77277

There is still a 0.11 qt in the 0.12 linux archive. And I cant grep my masternode & I cant start it withe the 0.11 qt (I come from 0.11).
solo20
Full Member
***
Offline Offline

Activity: 184
Merit: 100


View Profile
January 23, 2015, 04:57:17 PM
 #77278

crash but working now
question is it normal for the wallet to lag while its loading?

So much details guys!!!

Didn't even give the OS.

It seams that the mac have some detail generally with newest version.

 windows 7 32bit been doing this for a while at least the part were it lags I click on the tabs and nothing happens for a few seconds seems like is not loading fast
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
January 23, 2015, 04:57:32 PM
 #77279

Are you guys deleting your peers.dat file before launching?

To be honest, I haven't deleted peer.dat for more than 6 months, never had an issue. But I did delete them this time round due to fragmentation.

It's just good practice on updates, regardless, to get fresh peers.

I do it as a matter of course. Is there any reason the client can't do it automatically?
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
January 23, 2015, 05:06:01 PM
 #77280

crash but working now
question is it normal for the wallet to lag while its loading?

So much details guys!!!

Didn't even give the OS.

It seams that the mac have some detail generally with newest version.

 windows 7 32bit been doing this for a while at least the part were it lags I click on the tabs and nothing happens for a few seconds seems like is not loading fast

I use the win 64 bit, no crash, maybe yes slow to download the blockchain, and little cpu charge while doing it. But stable for me Smiley
Pages: « 1 ... 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 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 ... 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!