Search results

  1. darkred

    How to make a Darkcoin Paper Wallet

    I don't even know how to *test* this. git diff src/rpcdump.cpp diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 1171965..e45f6c5 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -95,6 +95,12 @@ Value importprivkey(const Array& params, bool fHelp) EnsureWalletIsUnlocked()...
  2. darkred

    How to make a Darkcoin Paper Wallet

    Yep, that worked! 21:18:56 validateaddress XyUwGpGLUifYzaDRZdLKAyVUurKsyeqibo 21:18:56 { "isvalid" : true, "address" : "XyUwGpGLUifYzaDRZdLKAyVUurKsyeqibo", "ismine" : true, "isscript" : false, "pubkey" ...
  3. darkred

    How to make a Darkcoin Paper Wallet

    Weird. The import "worked" for the "52" above, but it did not validate the address. Trying the "51" address now. moli You could wait a week or so. I was learning so we (tungfa and buster) could create a video to show others. :-)
  4. darkred

    How to make a Darkcoin Paper Wallet

    Would it be difficult to add importencprivkey <bip38key> ? Edit: What I mean is to add another command (like import encrypted private key) that would take the encrypted key and process it. It feels like it would be 'safer'. However, I am not sure how much effort/work that would be. I don't...
  5. darkred

    How to make a Darkcoin Paper Wallet

    Nevermind. moli and UdjinM6 answered this on another thread. If you see a BIP38 encrypted private key, you have to decrypt it first. https://walletgenerator.net/?currency=Darkcoin, click on "Wallet details", enter the encrypted value, wait, then copy the "Private Key WIF Compressed 52 characters...
  6. darkred

    How to make a Darkcoin Paper Wallet

    Hmm... I must be doing something wrong. I cannot import the private key into Dash-QT. I typed this in: importprivkey 6Pf...ML6 (note the ... is showing that there are other characters in there... but just didn't want to share with the world what they are; I did not manually type the...
  7. darkred

    How to make a Darkcoin Paper Wallet

    FYI, the updated link is: http://paper.dashpay.io/ It still shows "Darkcoin" for the background image. (paper_background.png) or the direct link is: http://paper.dashpay.io/paper_background.png Source is here: https://github.com/internetape/paperwallet (or more directly, here...
  8. darkred

    The Rolling Thread :) (go to end for newest posts)

    Perhaps we want to add entries for DASH on this page: http://www.reddit.com/r/AskReddit/comments/33innk/what_is_the_next_big_thing_that_is_on_the_brink/
  9. darkred

    Development Update, Whitepaper and Other News

    Thank you. I now realize UdjinM6 meant the wiki at https://github.com/dashpay/dash/wiki/Whitepaper and not the wiki at https://dashtalk.org/link-forums/dash-wiki.49/ . The latter has outdated info and I've been trying to get it updated... but without much luck.
  10. darkred

    Development Update, Whitepaper and Other News

    I don't have wiki edit privs.
  11. darkred

    Development Update, Whitepaper and Other News

    Wow! I've said this before and I'll say it again... You are amazing!
  12. darkred

    Translate New Whitepapers

    Que Bueno! Awesome! Lekker! Baria! Wunderbar!
  13. darkred

    Translate New Whitepapers

    Should the whitepaper be in source control, with the different translations? It would be easier to track/update.
  14. darkred

    Development Update, Whitepaper and Other News

    Where is the iPhone wallet source?
  15. darkred

    Development Update, Whitepaper and Other News

    Feedback for the Dash v1 white paper: 1) The first graph should state Bitcoin clearly (eg: "Figure 1: Bitcoin Full nodes in the spring of 2014") 2) There is a random word, "coin" just before section 2.1. 3) Should change "doesn’t" to "does not". (no contractions) 4) Should elaborate "AAPL". For...
  16. darkred

    List of Merchants Who Need to Re-Brand

    bitcoinwisdom *still* has not updated https://bitcoinwisdom.com/
  17. darkred

    Moocowmoo's Magic Masternode Maker

    Thanks for running my masternodes.
  18. darkred

    ExchangeMyCoins now support Darkcoin

    I see you have updated the rate to be more competitive. However, I think you listed DASH as Dashcoin. Did you really mean DASH?
  19. darkred

    WTS Node40 Masternode Management Services

    On this page, https://node40.com/#/acquire, you may want to include https://shapeshift.io/# as another way to acquire DASH. There are about 25 cryptos that can be quickly/easily converted. Step 4 1. Perry visits the page at https://shapeshift.io/# 2. Perry opens his local DASH wallet and...
  20. darkred

    11.2 - Dash Release

    Can you start them up again and run "top" to see how much cpu/ram it is using? Does either keep climbing before it dies? If it takes a long time to die, you could run "top -b -n 10000 >> /tmp/top.txt I am curious if you're running out of memory or something. Is there a core file? We might need...
Back
Top