Bitcoin Forum
June 23, 2024, 10:22:31 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 [5091] 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722698 times)
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
August 20, 2015, 03:26:05 AM

Anyone knows how to run the latest version of Dash on Ubuntu 14.04?

I get these files and can't open them. I'm kind of an ubuntu noob...


Just  go to directory where qt is using terminal and execute it.
For instance, i keep my dash-qt on a desktop.
So open terminal and type

cd /home/Desktop
./dash-qt --reindex
Hi. I tried the above suggestion and I get the error: No such file or directory
Any ideas what's causing that?

Wild guess, you are using 32-binaries on a 64-bit system?
if so, you need to have 32-libraries present to run them.

I am definitely using 64-binaries on a 64-bit system. Thank you though.
The files are in subfolders in your image.  This will copy to your desktop first.  (Desktop may or may not be capitalized)
cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
cd /home/Desktop
./dash-qt --reindex


Yes, command line works for loading but they used to be able to be opened via double click without error, regardless of file location.
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
August 20, 2015, 03:34:08 AM

Thanks TS.  Ahh.  Not so easy to fix that.

Crowning, thanks for your input too.  Any chance we can force a wallet backup after mixing?  Or maybe just add a note near the darksend mixing rounds/amount option or a dialog ok box that warns you to backup your wallet after mixing?

Crowning actually put in the function of a backup.  If you look in your dash folder, you'll find a backup folder and that will have the last backup (I think at shutdown) of your wallet.  It's really awesome to have that!  Especially when you're air headed as I am, LOL.

Ok. I tried cd ...... and then cd /Desktop ..... and then i get the error: No such file or directory

Gosh, I don't know.  Are you able to right click inside the folder and choose terminal?  I usually have to add that function every time I update my Ubuntu.  Are you using Ubuntu?  If so, try this:

nautilus-open-terminal and nautilus-actions packages are available in Universe repository of Ubuntu 14.04. So run the below commands to enable universe repository and also to install above mentioned packages.

sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install nautilus-open-terminal
sudo apt-get install nautilus-actions

Finally run nautilus -q command to quit nautilus.Now you can be able to see Open in terminal option on right-clicking.


From here: http://askubuntu.com/questions/207442/how-to-add-open-terminal-here-to-nautilus-context-menu incase you need more info.  I'm pretty sure that's how I did it when I upgraded to 14.04 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
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
August 20, 2015, 03:38:58 AM

Thanks TS.  Ahh.  Not so easy to fix that.

Crowning, thanks for your input too.  Any chance we can force a wallet backup after mixing?  Or maybe just add a note near the darksend mixing rounds/amount option or a dialog ok box that warns you to backup your wallet after mixing?

Crowning actually put in the function of a backup.  If you look in your dash folder, you'll find a backup folder and that will have the last backup (I think at shutdown) of your wallet.  It's really awesome to have that!  Especially when you're air headed as I am, LOL.


Useful yes, but I read somewhere that it makes backups without encryption/passphrase... is this not the case? I disabled it just because I have my own backups and don't need another attack vector. Don't really remember where I read it but it should be clarified since it's enabled by default.
grapevine
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
August 20, 2015, 03:41:42 AM

Anyone knows how to run the latest version of Dash on Ubuntu 14.04?

I get these files and can't open them. I'm kind of an ubuntu noob...


Just  go to directory where qt is using terminal and execute it.
For instance, i keep my dash-qt on a desktop.
So open terminal and type

cd /home/Desktop
./dash-qt --reindex
Hi. I tried the above suggestion and I get the error: No such file or directory
Any ideas what's causing that?


Wild guess, you are using 32-binaries on a 64-bit system?
if so, you need to have 32-libraries present to run them.

I am definitely using 64-binaries on a 64-bit system. Thank you though.
The files are in subfolders in your image.  This will copy to your desktop first.  (Desktop may or may not be capitalized)
cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
cd /home/Desktop
./dash-qt --reindex


when I type: cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
it says:  cp: cannot stat ‘/home/Desktop/dash-0.12.0/bin/dash-qt’: No such file or directory

Totally frustrating. I absolutely appreciate all the assistance though.


italeffect
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250



View Profile
August 20, 2015, 03:43:16 AM

Thanks TS.  Ahh.  Not so easy to fix that.

Crowning, thanks for your input too.  Any chance we can force a wallet backup after mixing?  Or maybe just add a note near the darksend mixing rounds/amount option or a dialog ok box that warns you to backup your wallet after mixing?

Crowning actually put in the function of a backup.  If you look in your dash folder, you'll find a backup folder and that will have the last backup (I think at shutdown) of your wallet.  It's really awesome to have that!  Especially when you're air headed as I am, LOL.


Useful yes, but I read somewhere that it makes backups without encryption/passphrase... is this not the case? I disabled it just because I have my own backups and don't need another attack vector. Don't really remember where I read it but it should be clarified since it's enabled by default.

I believe the concern was that it would create a backup file for a new wallet before you had enabled encryption. Thus you'd be going along thinking all you wallets are encrypted but there could potentially be that first backup that isn't. I have not confirmed this.

Dash: Xdopotr3eAHpsSCMkUyU2YWP3WQWb5X3t8
snogcel
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
August 20, 2015, 03:45:36 AM

Anyone knows how to run the latest version of Dash on Ubuntu 14.04?

I get these files and can't open them. I'm kind of an ubuntu noob...


Just  go to directory where qt is using terminal and execute it.
For instance, i keep my dash-qt on a desktop.
So open terminal and type

cd /home/Desktop
./dash-qt --reindex
Hi. I tried the above suggestion and I get the error: No such file or directory
Any ideas what's causing that?


Wild guess, you are using 32-binaries on a 64-bit system?
if so, you need to have 32-libraries present to run them.

I am definitely using 64-binaries on a 64-bit system. Thank you though.
The files are in subfolders in your image.  This will copy to your desktop first.  (Desktop may or may not be capitalized)
cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
cd /home/Desktop
./dash-qt --reindex


when I type: cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
it says:  cp: cannot stat ‘/home/Desktop/dash-0.12.0/bin/dash-qt’: No such file or directory

Totally frustrating. I absolutely appreciate all the assistance though.




You might want to try this instead:

cp ~/Desktop/dash-0.12.0/bin/dash-qt ~/Desktop/

The tilde replaces your home folder with the current user's home folder ;-)

XuvjV4aazgZhcfAj1KRgFnTok1pZZw6Ewu
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
August 20, 2015, 03:48:24 AM

Also, how can enforcement be on when there is still unpaid blocks (jmma) and paid to older versions.

We turned it off, the cycle is way too small due to only a few masternodes being updated when v12 came out at first. When it settles down we'll enable it again. In the mean time I asked coinmine to pay random masternodes rather than using the winners list which will work till enforcement is enabled. We'll fix this so it doesn't happen in the next update.

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
Melech
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
August 20, 2015, 04:05:25 AM

...We'll fix this so it doesn't happen in the next update.

Winning!

Did you steal Charlie Sheen's tiger blood?

https://www.youtube.com/watch?v=9QS0q3mGPGg

                ▄▄▓▓█▓▓█▀▀▀▀█▓▓██▓▄▄
             ▄▓█▓▀                ▀▓█▓█
          ▄▓█▓      ▄▄▄▓▓▓▓▓▓▄▄▄      ▀█▓▄
        ▄▓██    ▄▓▓██████████████▓▓▄    ██▓▄
       ▓██    ▓▓████████▓▀▀██████████▓    ██▓
      ▓█░   █▓█████▓▀ ▓██  ▓██ ▀▓▓█████▓    ▓▓
     ▓█    ▓█████▀  ▄▓▓██████▓▓▓▄  ▓████▓    ██
    ▓██   █████▓ ▄▓▓  ▄██░▐███▄ ▀▓▓ ░▓███▓   ██▓
    ██    █████ █▓  ▓████░▐████▓█ █▓ ░█████   ██
    ██   ▐████ ▐█  ▓█████░▐██████░ █▌ █████   ██░
    ██   ▐████ ▐██ ▓█████░▐█████▓ █▓ ░█████   ██░
    ██    ████▓ █▓█ ▀▓▓██░▐██▓▓  █▓  ▓████    ██
    ▐█▓  ░████▓▄  ▀▓▓▄▄██░▐███▄▓▓  █▓████░   ██▌
     ▐██   ▓████▓▄▄  ▀██░▐███  ▄▓▓████▓░   ██▓
      ▐█▓    █▓██████▓▓██████▓▓████████    ▐█▓
       ▐█▓▄    ▀▓██████████████████▓▀    ▄▓██
         ▐█▓▄     ▀▀▓▓████████▓▓▀▀     ▄▓██
            ▓██▄                    ▄█▓▓▀
              ▀▓█▓▓▄▄          ▄▄▓▓█▓▀
                   ▀▀▓▓██████▓▓▀▀
██
██
██
██
██
██
██
.Together we can change
❍ ❍ ❍ ❍ ❍ the internet ❍ ❍ ❍ ❍ ❍
██
██
██
██
██
██
██
  Social Media
▄███████████████████▄
██████████████████████▌
██████████████████████▌
████████████     █▀███▌
███   █████        ▐██▌
███               ▐███▌
███               ████▌
████             █████▌
█████▄▄         ██████▌
████         ▄████████▌
██████████████████████▌
██████████████████████▌
▄▓█████████████████████▓▓▄
▓██████████████████████████▌
███████████████████▓▓▀  ▓██▌
██████████████▓▀▀       ▓██▌
████████▓▀▀      ▄█    ▐███▌
███▓▀        ▄▄▓▀      ▓███▌
███▓▄▄▄   ▄▓█▓         ████▌
████████▓ ▓▌          ▓████▌
█████████▓    ▄       █████▌
██████████▌ ▄▓██▓▄   ▐█████▌
███████████████████▓▓██████▌
▐██████████████████████████
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
                  ,▄▄▄▄▄▄▄
               ▄████▀▀▀▀████▄
             ▄███`  ,▄▄,   ▀██▄
            ▐██▀  ▄███████   ██▌
          ,▄███   ████████▌  ▐██▄,
      ,▄███████▄  █▄▄██▄▄█  ▄███████▄▄
     ██████████████████████████████████,
    ▐████▌   ██████████████████   ▐█████
     ▀████▄▄████████▀  "████████▄▄████▀
       `▀████████████▄▄████████████▀▀
            '▀▀▀▀▀█████████▀▀▀▀
         ▄▄                      ▄▄
        ███          ▄▄⌐         ███
       ███           ██▌          ▀██
      ███            ██▌           ▀██
                     ██▌
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
August 20, 2015, 04:06:25 AM

Anyone knows how to run the latest version of Dash on Ubuntu 14.04?

I get these files and can't open them. I'm kind of an ubuntu noob...


Just  go to directory where qt is using terminal and execute it.
For instance, i keep my dash-qt on a desktop.
So open terminal and type

cd /home/Desktop
./dash-qt --reindex
Hi. I tried the above suggestion and I get the error: No such file or directory
Any ideas what's causing that?


Wild guess, you are using 32-binaries on a 64-bit system?
if so, you need to have 32-libraries present to run them.

I am definitely using 64-binaries on a 64-bit system. Thank you though.
The files are in subfolders in your image.  This will copy to your desktop first.  (Desktop may or may not be capitalized)
cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
cd /home/Desktop
./dash-qt --reindex

when I type: cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
it says:  cp: cannot stat ‘/home/Desktop/dash-0.12.0/bin/dash-qt’: No such file or directory

Totally frustrating. I absolutely appreciate all the assistance though.
Do you have the .tar.gz version of the file open in those windows?  You need to uncompress the dash-qt.  You should just be able to drag dash-qt in that window to an open space on your desktop.  Then try the cd /home/Desktop and ./dash-qt --reindex

Otherwise, from the command line. Try cd ~/ this should put you in /home/.  Type ls.  This will list the files.  cd Desktop and ls and cd dash-0.12.0 one folder at a time until you see the dash-qt.  Then type ./dash-qt
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
August 20, 2015, 04:12:15 AM

Thanks TS.  Ahh.  Not so easy to fix that.

Crowning, thanks for your input too.  Any chance we can force a wallet backup after mixing?  Or maybe just add a note near the darksend mixing rounds/amount option or a dialog ok box that warns you to backup your wallet after mixing?

Crowning actually put in the function of a backup.  If you look in your dash folder, you'll find a backup folder and that will have the last backup (I think at shutdown) of your wallet.  It's really awesome to have that!  Especially when you're air headed as I am, LOL.
The backup is cool.  I guess I was thinking it did a backup on startup, which now that I think about it wouldn't make sense.  If it backs up at shutdown, then we are good. 
grapevine
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
August 20, 2015, 04:42:12 AM



when I type: cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
it says:  cp: cannot stat ‘/home/Desktop/dash-0.12.0/bin/dash-qt’: No such file or directory

Totally frustrating. I absolutely appreciate all the assistance though.




You might want to try this instead:

cp ~/Desktop/dash-0.12.0/bin/dash-qt ~/Desktop/

The tilde replaces your home folder with the current user's home folder ;-)
[/quote]

Alright. When I type what you suggest.... I get no errors. wouldn't typing: ./dash-qt --reindex    be what follows next? If it does... I get the: No such file or directory error still.
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
August 20, 2015, 04:46:30 AM



when I type: cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
it says:  cp: cannot stat ‘/home/Desktop/dash-0.12.0/bin/dash-qt’: No such file or directory

Totally frustrating. I absolutely appreciate all the assistance though.




You might want to try this instead:

cp ~/Desktop/dash-0.12.0/bin/dash-qt ~/Desktop/

The tilde replaces your home folder with the current user's home folder ;-)

Alright. When I type what you suggest.... I get no errors. wouldn't typing: ./dash-qt --reindex    be what follows next? If it does... I get the: No such file or directory error still.
[/quote]
So close. Type:
cd ~/
cd Desktop
./dash-qt --reindex
grapevine
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
August 20, 2015, 04:54:04 AM


Totally frustrating. I absolutely appreciate all the assistance though.
Do you have the .tar.gz version of the file open in those windows?  You need to uncompress the dash-qt.  You should just be able to drag dash-qt in that window to an open space on your desktop.  Then try the cd /home/Desktop and ./dash-qt --reindex

Otherwise, from the command line. Try cd ~/ this should put you in /home/.  Type ls.  This will list the files.  cd Desktop and ls and cd dash-0.12.0 one folder at a time until you see the dash-qt.  Then type ./dash-qt

Yes. Drug the dash-qt to desktop. Then tried cd /home/Desktop and ./dash-qt --reindex
Terminal says:      bash: cd: /home/Desktop: No such file or directory

Tried: cd ~/
no errors.
Tried:  Is.   command not found.
Tried Is    command not found.

grapevine
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
August 20, 2015, 05:01:57 AM



when I type: cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
it says:  cp: cannot stat ‘/home/Desktop/dash-0.12.0/bin/dash-qt’: No such file or directory

Totally frustrating. I absolutely appreciate all the assistance though.




You might want to try this instead:

cp ~/Desktop/dash-0.12.0/bin/dash-qt ~/Desktop/

The tilde replaces your home folder with the current user's home folder ;-)

Alright. When I type what you suggest.... I get no errors. wouldn't typing: ./dash-qt --reindex    be what follows next? If it does... I get the: No such file or directory error still.
So close. Type:
cd ~/
cd Desktop
./dash-qt --reindex
[/quote]

YES !!  Grin  Each command worked. The core wallet launched. It says I have zero dash.... but also says that it is 1 year and 16 weeks behind. So thankful for the help. Going to see where I end up after the sync.
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
August 20, 2015, 05:05:24 AM


YES !!  Grin  Each command worked. The core wallet launched. It says I have zero dash.... but also says that it is 1 year and 16 weeks behind. So thankful for the help. Going to see where I end up after the sync.

Wow, that was epic difficulty!  Glad you got it to work!  Whew!  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
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
August 20, 2015, 05:12:34 AM
Last edit: August 20, 2015, 05:25:53 AM by Solarminer


when I type: cp /home/Desktop/dash-0.12.0/bin/dash-qt /home/Desktop/
it says:  cp: cannot stat ‘/home/Desktop/dash-0.12.0/bin/dash-qt’: No such file or directory

Totally frustrating. I absolutely appreciate all the assistance though.




You might want to try this instead:

cp ~/Desktop/dash-0.12.0/bin/dash-qt ~/Desktop/

The tilde replaces your home folder with the current user's home folder ;-)

Alright. When I type what you suggest.... I get no errors. wouldn't typing: ./dash-qt --reindex    be what follows next? If it does... I get the: No such file or directory error still.
So close. Type:
cd ~/
cd Desktop
./dash-qt --reindex

YES !!  Grin  Each command worked. The core wallet launched. It says I have zero dash.... but also says that it is 1 year and 16 weeks behind. So thankful for the help. Going to see where I end up after the sync.
Fantastic, your welcome.  Wait until it syncs.  Next time to start just type: ./dash-qt
The list command is LS not IS, use lowercase though.

This Linux 101 session is over, on to talk about Dash again.
Sub-Ether
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Quantum entangled and jump drive assisted messages


View Profile
August 20, 2015, 05:27:52 AM

So does masternode voting then solve the hard problem of 'Benevolent dictator for life' within an open source blockchain decision making conundrum that bitcoin is struggling with at the moment?
http://www.theatlantic.com/technology/archive/2014/01/on-the-reign-of-benevolent-dictators-for-life-in-software/283139/
I know you're not meaning to be talking about Evan Duffield, but yes, I do think that's the plan.  This project, Dash, still very much has a leader, thus a "Benevolent Dictator" but I'm quite sure from what he has said, he doesn't want that position for life, LOL.  So how do you fill an entrepreneur's shoes?  You make the people compete.  Why would they compete?  Because they're gonna get paid!  So eventually, Evan should be able to step away knowing his project will survive Smiley  And with masternode voting + community input, direction should be a clear indication of which direction to go.
Even better, Evan could one day compete for funds for a new project, just like everyone else, and start something new.  He doesn't have to maintain the main program the rest of his life, but go off on his own once again, yet still be benefiting his baby, Dash.  As long as we can keep his interest, we can keep Evan!  You know I'm all for that!  LOL
So yes, I think so Smiley
Nice answer, Tante, you have a great grammatical prose way of summing up what I was trying to say.
I like how you left out the 'for life' part, so we can tick this off as another hard problem solved.

Hard problems solved already

How to instantly confirm a transaction in an otherwise slow blockchain while still part of the client and remaining decentralized : solved
How to provide lasting incentive to full nodes to seed quickly, reliably and guard network integrity : solved
How to resolve the 'benevolent dictator for life' in software development while maintaining decentralized leadership : solved

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
grapevine
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
August 20, 2015, 05:32:03 AM


YES !!  Grin  Each command worked. The core wallet launched. It says I have zero dash.... but also says that it is 1 year and 16 weeks behind. So thankful for the help. Going to see where I end up after the sync.

Wow, that was epic difficulty!  Glad you got it to work!  Whew!  LOL

No kidding! How can I be the only one? My transactions are showing up now. 14 weeks left till sync. Total balance is almost what it was. I adore everything that Dash stands for... but I have to admit.... it's not completely user friendly at this point. Rolling with the punches... or updates at this point.  Tongue Couldn't do it without you folks. Can't thank you enough.  Smiley Enormous high five to Solarminer... and everyone else that lent a hand.
Sub-Ether
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Quantum entangled and jump drive assisted messages


View Profile
August 20, 2015, 05:42:10 AM

If I generate a new receive address on a wallet and send funds to it.  Then load an old wallet, it still gets the transaction.  Just the label of that transaction won't come through.  If all the inputs/outputs of mixing go through the blockchain an old wallet version should still get the inputs.  Is there something else that causes this to fail?  Maybe the wallet can't allow a send and receive from the same wallet when it syncs old transactions?  Can this be fixed?
Requiring a backup after mixing doesn't seem like a production level solution.
Backup wallets keep 1000 unused addresses.  If your mixing used up those addresses, then a backup will not show any of the addresses generated afterwards, and with nearly 1000 coins, you probably have gone through many of those addresses Smiley
Thanks TS.  Ahh.  Not so easy to fix that.
Crowning, thanks for your input too.  Any chance we can force a wallet backup after mixing?  Or maybe just add a note near the darksend mixing rounds/amount option or a dialog ok box that warns you to backup your wallet after mixing?
But you can increase the number of keys made with keypool in the config at wallet startup so using keypool=100000 for example.
Satoshi said that each key uses 1k, so normally only 1 megabyte space used for default 1000, you could easily increase it to 100,000 keys and still only use 100 megabytes, I imagine loadup and wallet encryption may be a little slow.
https://bitcointalk.org/index.php?topic=1414.0

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
fuzzyduck
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
August 20, 2015, 05:59:55 AM

weird stuff! my MN got 3 payments today! In 3hour-ish intervals. Huh Huh Huh

10.5 dash in a timespan of around 9 hours. what are the ods huh! Undecided



Which version and protocol do u have on your node now?

5 nodes here and nothing since 9 days LOL



I think it was two payments inn 45 and one in 46. I didn't check balance while I was changing version.
They are both compiled from source for he pi2

Run a masternode on a raspberry pi 2 @home! Follow my noobfriendly tutorial @ https://dashtalk.org/threads/masternode-on-raspberry-pi-2-model-b.4083
Pages: « 1 ... 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 [5091] 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 ... 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!