Bitcoin Forum
June 24, 2024, 04:10:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 [5222] 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722705 times)
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
September 28, 2015, 04:54:47 PM

 Grin

Nice 170 BTC sellwall @ 1 on cryptsy right now  Wink



wow, a 16.7K sell wall .. thats not something you will see every day.

It's actually a 33k sellwall at 115.


i'm sooo gonna pretend i haven't read that   Roll Eyes

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

Activity: 3066
Merit: 1188


View Profile
September 28, 2015, 05:02:36 PM


i'm sooo gonna pretend i haven't read that   Roll Eyes

Don't worry about it. It's good - Duffenomics in action. I was expecting a phase like this and can see from other statistics what's going on.

Will explain more once my f*!4* Adobe Photoshop updater unsticks itself  Wink
ddink7
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
September 28, 2015, 05:21:05 PM


i'm sooo gonna pretend i haven't read that   Roll Eyes

Don't worry about it. It's good - Duffenomics in action. I was expecting a phase like this and can see from other statistics what's going on.

Will explain more once my f*!4* Adobe Photoshop updater unsticks itself  Wink


Eagerly awaiting...I thoroughly enjoy your market analysis!

Dash - Digital Cash
https://www.dash.org/
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
September 28, 2015, 05:25:46 PM


i'm sooo gonna pretend i haven't read that   Roll Eyes

Don't worry about it. It's good - Duffenomics in action. I was expecting a phase like this and can see from other statistics what's going on.

Will explain more once my f*!4* Adobe Photoshop updater unsticks itself  Wink


Eagerly awaiting...I thoroughly enjoy your market analysis!

yep, me too. should be interesting.

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
September 28, 2015, 05:26:29 PM

Alright looks like I may be back on the Dash boat for a bit, I had all my gpu miners on a less power algorithm due to heat this summer but I had ordered a few of those asic explorers and can't wait to report on how well they work. I will be doing a hardware review in Mining (altcoins) as soon as I have stats and experience with them.

Are those the pinidea.io   USB x11 ASICS that surfaced recently?  I am interested in hearing from your experience, first if they are actually delivered as expected and then how they work.  Or are you talking about a different product?
kointrend
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
September 28, 2015, 05:50:58 PM

I want import various private keys in the same wallet.dat but without rescan the wallet every time but just when I have imported the last one. Does anyone remember the command ?
UdjinM6
Legendary
*
Offline Offline

Activity: 1318
Merit: 1040



View Profile WWW
September 28, 2015, 05:55:08 PM

I want import various private keys in the same wallet.dat but without rescan the wallet every time but just when I have imported the last one. Does anyone remember the command ?

Code:
dash-cli help importprivkey
importprivkey "dashprivkey" ( "label" rescan )

Adds a private key (as returned by dumpprivkey) to your wallet.

Arguments:
1. "dashprivkey"   (string, required) The private key (see dumpprivkey)
2. "label"            (string, optional, default="") An optional label
3. rescan               (boolean, optional, default=true) Rescan the wallet for transactions

Note: This call can take minutes to complete if rescan is true.

Examples:

Dump a private key
> dash-cli dumpprivkey "myaddress"

Import the private key with rescan
> dash-cli importprivkey "mykey"

Import using a label and without rescan
> dash-cli importprivkey "mykey" "testing" false

As a JSON-RPC call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "importprivkey", "params": ["mykey", "testing", false] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/

DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
moocowmoo
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250


bovine quadruped, professional loafer, dash dev


View Profile WWW
September 28, 2015, 05:55:44 PM

I want import various private keys in the same wallet.dat but without rescan the wallet every time but just when I have imported the last one. Does anyone remember the command ?

importprivkey <key1> <label1> false
importprivkey <key2> <label2> false
importprivkey <key3> <label3> false
importprivkey <key4> <label4> false
importprivkey <key5> <label5> true  <-- rescan on the last key import

tips: XmoocowYfrPKUR6p6M5aJZdVntQe71irCX | identity: https://keybase.io/moocowmoo
service: https://masternode.me -- The first automated masternode service. Ugly website, stellar uptimes and hands-on support. Over 150 nodes with 300+ days uptime!
kointrend
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
September 28, 2015, 06:03:37 PM

I want import various private keys in the same wallet.dat but without rescan the wallet every time but just when I have imported the last one. Does anyone remember the command ?

Code:
dash-cli help importprivkey
importprivkey "dashprivkey" ( "label" rescan )

Adds a private key (as returned by dumpprivkey) to your wallet.

Arguments:
1. "dashprivkey"   (string, required) The private key (see dumpprivkey)
2. "label"            (string, optional, default="") An optional label
3. rescan               (boolean, optional, default=true) Rescan the wallet for transactions

Note: This call can take minutes to complete if rescan is true.

Examples:

Dump a private key
> dash-cli dumpprivkey "myaddress"

Import the private key with rescan
> dash-cli importprivkey "mykey"

Import using a label and without rescan
> dash-cli importprivkey "mykey" "testing" false

As a JSON-RPC call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "importprivkey", "params": ["mykey", "testing", false] }' -H 'content-type: text/plain;' http://127.0.0.1:9998/

importprivkey <key1> <label1> false
importprivkey <key2> <label2> false
importprivkey <key3> <label3> false
importprivkey <key4> <label4> false
importprivkey <key5> <label5> true  <-- rescan on the last key import

Thanks a lot! Smiley
kointrend
Hero Member
*****
Offline Offline

Activity: 655
Merit: 500



View Profile
September 28, 2015, 06:18:44 PM

I am a Trezor and Keepkey user I was wondering if there is an electrum for Dash yet? I was using encompass for Dash but would prefer an electrum if there is one available.
Not yet, but the team is working on it.
 (actually is one of the Budget Proposal https://dashtalk.org/threads/october-2015-budget-proposal.6234/)
dashwhale
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile WWW
September 28, 2015, 06:19:41 PM

Comfortable, trustless masternode budget voting - Dashwhale.org

We are very exited to announce the launch of our new voting service, allowing you to comfortably submit your DASH budget votes via the Dashwhale website. For the setup, you simply have enter your masternode privkeys on your masternode settings page. These privkeys are encrypted in your browser with a passphrase, to ensure, that even we don't have access to your privkeys. To cast you votes, simply press the "Vote YES" or "Vote NO" button on the proposal page, enter your passphrase and you are done.

Nobody likes to fiddle around with the DASH wallet on command line, to vote for the large amount of budget proposals. We hope, comfortable & safe voting via the Dashwhale website, will further improve voting activity.

https://www.dashwhale.org

Special thanks deserve UdjinM6 (raw voting and js signing) and Evan (concept of trustless voting).

Best,
Rango

P.S. Feel free to audit the javascript code and client/server communication. If somebody want's to post the screenshot on my behalf: https://www.dashwhale.org/downloads/dw_screenshot7.png I still can't post screenshots due to some kind of image post lock.
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
September 28, 2015, 06:22:26 PM

Comfortable, trustless masternode budget voting - Dashwhale.org

We are very exited about the launch of our new voting service, allowing you to comfortably submit your DASH budget votes via the Dashwhale website. For the setup, you simply have enter your masternode privkeys on your masternode settings page. These privkeys are encrypted in your browser with a passphrase, to ensure, that even we don't have access to your privkeys. To cast you votes, simply press the "Vote YES" or "Vote NO" button on the proposal page, enter your passphrase and you are done.

Nobody likes to fiddle around with the DASH wallet on command line, to vote for the large amount of budget proposals. We hope, comfortable & safe voting via the Dashwhale website, will further improve voting activity.

https://www.dashwhale.org

Special thanks deserve UdjinM6 (raw voting and js signing) and Evan (concept of trustless voting).

Best,
Rango

P.S. Feel free to audit the javascript code and client/server communication. If somebody want's to post the screenshot on my behalf: https://www.dashwhale.org/downloads/dw_screenshot7.png I still can't post screenshots due to some kind of image post lock.




edit : and just to be clear these are masternode privkeys dashwhale is talking about, not wallet privkeys.

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

Activity: 2548
Merit: 1245



View Profile
September 28, 2015, 06:37:01 PM


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
WastedLTC
Hero Member
*****
Offline Offline

Activity: 776
Merit: 536



View Profile
September 28, 2015, 06:37:37 PM

edit : and just to be clear these are masternode privkeys dashwhale is talking about, not wallet privkeys.

not sure what the difference is, can you explain?
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
September 28, 2015, 06:43:47 PM
Last edit: September 28, 2015, 07:19:58 PM by qwizzie

edit : and just to be clear these are masternode privkeys dashwhale is talking about, not wallet privkeys.

not sure what the difference is, can you explain?


Funds cannot be stole via the masternode privkeys

yep, masternode privkey just stores masternode ownership

https://dashtalk.org/threads/dashwhale-org-masternode-monitoring-and-budget-voting.5924/#post-64431
Quote
ad. Masternode privkey concerns: To increase the comfort, we will allow masternode owners to enter their privkey (voluntary!) to facilitate them to vote comfortably via Dashwhale website and upcoming mobile apps. Voting by commandline only, will decrease masternode owner activity & voting quality, leading to a negative outcome for the whole DASH project. In the unlikely case that privkeys get exposed from Dashwhale by hack, users are able to generate new privkeys and replace them within minutes. In case of desaster, the negative effect is quite limited (voting & masternode stop) for only a few hours until the privkeys have been changed. The privkeys will be stored encrypted on a special technical solution separate from the Dashwhale website and database, to ensure maximum security. If somebody does not want to enter the privkey, it's perfectly fine. He can discuss a proposal on dashwhale and do the voting by commandline.

Best,
Rango


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

Activity: 39
Merit: 0


View Profile WWW
September 28, 2015, 06:53:10 PM

edit : and just to be clear these are masternode privkeys dashwhale is talking about, not wallet privkeys.

not sure what the difference is, can you explain?


Funds cannot be stole via the masternode privkeys

yep, masternode privkey just stores masternode ownership

https://dashtalk.org/threads/dashwhale-org-masternode-monitoring-and-budget-voting.5924/#post-64431
Quote
ad. Masternode privkey concerns: To increase the comfort, we will allow masternode owners to enter their privkey (voluntary!) to facilitate them to vote comfortably via Dashwhale website and upcoming mobile apps. Voting by commandline only, will decrease masternode owner activity & voting quality, leading to a negative outcome for the whole DASH project. In the unlikely case that privkeys get exposed from Dashwhale by hack, users are able to generate new privkeys and replace them within minutes. In case of desaster, the negative effect is quite limited (voting & masternode stop) for only a few hours until the privkeys have been changed. The privkeys will be stored encrypted on a special technical solution separate from the Dashwhale website and database, to ensure maximum security. If somebody does not want to enter the privkey, it's perfectly fine. He can discuss a proposal on dashwhale and do the voting by commandline.



Thanks qwizzie, for posting the screenshot.

The above feature outline is outdated (1 month ago). We implemented masternode voting in a completely trustless and safe way. So there is no way for anybody to access your privkeys, except yourself.
the-baker
Full Member
***
Offline Offline

Activity: 127
Merit: 100


View Profile
September 28, 2015, 07:02:50 PM





Errr, not sure if I follow your logic here: You post an image of Comical Ali saying the things that you always say. The implication with Comical Ali is of course that everything he says is a blatant and obvious lie.

So... did you just troll yourself??
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
September 28, 2015, 07:03:35 PM

edit : and just to be clear these are masternode privkeys dashwhale is talking about, not wallet privkeys.

not sure what the difference is, can you explain?


Funds cannot be stole via the masternode privkeys

yep, masternode privkey just stores masternode ownership

https://dashtalk.org/threads/dashwhale-org-masternode-monitoring-and-budget-voting.5924/#post-64431
Quote
ad. Masternode privkey concerns: To increase the comfort, we will allow masternode owners to enter their privkey (voluntary!) to facilitate them to vote comfortably via Dashwhale website and upcoming mobile apps. Voting by commandline only, will decrease masternode owner activity & voting quality, leading to a negative outcome for the whole DASH project. In the unlikely case that privkeys get exposed from Dashwhale by hack, users are able to generate new privkeys and replace them within minutes. In case of desaster, the negative effect is quite limited (voting & masternode stop) for only a few hours until the privkeys have been changed. The privkeys will be stored encrypted on a special technical solution separate from the Dashwhale website and database, to ensure maximum security. If somebody does not want to enter the privkey, it's perfectly fine. He can discuss a proposal on dashwhale and do the voting by commandline.



Thanks qwizzie, for posting the screenshot.

The above feature outline is outdated (1 month ago). We implemented masternode voting in a completely trustless and safe way. So there is no way for anybody to access your privkeys, except yourself.

i didn't know that .. thanks for the clarification.

edit : but i could have know that if i actually read your post more thoroughly instead of just breezing through it  Embarrassed

Quote
We are very exited about the launch of our new voting service, allowing you to comfortably submit your DASH budget votes via the Dashwhale website. For the setup, you simply have enter your masternode privkeys on your masternode settings page. These privkeys are encrypted in your browser with a passphrase, to ensure, that even we don't have access to your privkeys. To cast you votes, simply press the "Vote YES" or "Vote NO" button on the proposal page, enter your passphrase and you are done.

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

Activity: 1120
Merit: 1000



View Profile
September 28, 2015, 07:05:44 PM

Comfortable, trustless masternode budget voting - Dashwhale.org

We are very exited to announce the launch of our new voting service, allowing you to comfortably submit your DASH budget votes via the Dashwhale website. For the setup, you simply have enter your masternode privkeys on your masternode settings page. These privkeys are encrypted in your browser with a passphrase, to ensure, that even we don't have access to your privkeys. To cast you votes, simply press the "Vote YES" or "Vote NO" button on the proposal page, enter your passphrase and you are done.

Nobody likes to fiddle around with the DASH wallet on command line, to vote for the large amount of budget proposals. We hope, comfortable & safe voting via the Dashwhale website, will further improve voting activity.

https://www.dashwhale.org

Special thanks deserve UdjinM6 (raw voting and js signing) and Evan (concept of trustless voting).

Best,
Rango

P.S. Feel free to audit the javascript code and client/server communication. If somebody want's to post the screenshot on my behalf: https://www.dashwhale.org/downloads/dw_screenshot7.png I still can't post screenshots due to some kind of image post lock.


Amazing work on this site...it just keeps getting better and better!

Dash - Digital Cash
https://www.dash.org/
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
September 28, 2015, 07:25:04 PM

V0.12.0.55 Is Out!

- Huge Chinese/Japanese Update
- gettransaction now works with IX
- fix LP inter-mixing by not initiating new queues by them (Udjin)
- Support for trustless proposal voting (DashWhale)
- SK translation
- DS - try to use inputs with the same number of rounds (Udjin)
- GetRemainingPaymentCount was off by one

https://www.dashpay.io/downloads/

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
Pages: « 1 ... 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 [5222] 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 ... 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!