Search results

  1. darkred

    Masternode On Raspberry Pi 2 Model B

    pi@raspberrypi ~/darkcoin $ time make -j 4 <snip> real 93m6.498s user 119m14.620s sys 7m6.260s pi@raspberrypi ~/darkcoin $
  2. darkred

    Masternode On Raspberry Pi 2 Model B

    Figured out my issue with the swap. You need to add /root/swap to the command. Here's how you can see if it has more swap. This is much better than using 'top'. pi@raspberrypi ~ $ sudo swapon -s Filename Type Size Used Priority /var/swap...
  3. darkred

    DRK iPhone wallet?

    Got it running in emulator: git clone [email protected]:hivewallet/hive-ios.git cd hive-ios npm install cp dev.config.sample dev.config Note: This next one gave an error: source dev.config && npm run ios-emulator No big deal. I can start it manually. cd ./cordova/platforms/ios/...
  4. darkred

    Masternode On Raspberry Pi 2 Model B

    Hmm... this is kinda close... accts="daemon bin sys games man lp mail news uucp proxy www-data backup list irc list gnats nobody libuuid ntp" pi@raspberrypi ~ $ for a in $accts; do echo sudo usermod -s /bin/false $a ; done sudo usermod -s /bin/false daemon sudo usermod -s /bin/false bin sudo...
  5. darkred

    DRK iPhone wallet?

    Good news. I use Hive on the iPhone. It has support for BTC and LTC. I reached out to them and asked if they could add DRK. Here's their response, "We can't add any more tokens ourselves -- our resources are tight as it is. But you can add it yourself and send us a pull request. We'll add it in...
  6. darkred

    Masternode On Raspberry Pi 2 Model B

    How are you running raspberry pi in vmware?
  7. darkred

    Masternode On Raspberry Pi 2 Model B

    Sure. Not sure I want to remove pi user, yet. Let me make another pass. Another thing... all of the commands that start with '#' look really good on the tutorial, but they're a bit painful to copy/paste because you have to select most of the line (without the # sign). The prompt is...
  8. darkred

    Masternode On Raspberry Pi 2 Model B

    Tried building with -j4 without the swap steps... boom. "virtual memory exhausted: Cannot allocate memory" Just like you said. Did the swap steps. Change this: chmod 600 /root/swap to this: sudo chmod 600 /root/swap and mkswap /root/swap to sudo mkswap /root/swap Building now... with -j2...
  9. darkred

    Masternode On Raspberry Pi 2 Model B

    I'm lazy. Can you combine all of those pkgs onto one line? (like this) sudo apt-get install libtool autotools-dev autoconf libdb-dev libminiupnpc-dev dh-autoreconf libdb++-dev libboost-all-dev libssl-dev pkg-config This: # ufw status should be this: # sudo ufw status
  10. darkred

    Masternode On Raspberry Pi 2 Model B

    Sorry. The first PI2 is downloading the bitcoin blockchain. lol However, I may use that on the second pi2. Thanks
  11. darkred

    Masternode On Raspberry Pi 2 Model B

    Good one. I just picked up two PI2s, too. (lol) I had the first one building the bitcoind and downloading the blockchain. It's only 16% done. FWIW, I just did a make -j 4 on bitcoind and it worked without any problems. I didn't do any of the swap stuff you did above. Was not sure what to do...
  12. darkred

    darkcoind-ncurses-0.23: Terminal front-end for darkcoin daemon.

    Pretty cool, vertoe. Detailed steps to get it running on a mac mkdir ~/someprojectdir cd ~/someprojectdir git clone https://github.com/vertoe/python-darkcoinrpc.git cd python-darkcoinrpc/ python setup.py install cd .. git clone https://github.com/vertoe/darkcoin_subsidy.git cd...
  13. darkred

    DRK iPhone wallet?

    Why would Apple consider a DRK wallet bad? DRK is just another crypto currency. Without a wallet that can be used on a phone, DRK will not be able to grow/expand. But, we've seen them fickle before. vertoe had a post that mentioned breadwallet. Breadwallet http://app.breadwallet.com/ The source...
  14. darkred

    Lost Encryptfs Partition with 100 DRK

    vertoe I laughed pretty hard. Thanks for that. However, don't poke a stick at a hurt person. darkcrypt Any updates?
  15. darkred

    DRK iPhone wallet?

    Anyone working on a DRK iPhone wallet? If so, any ETA? It seems like the utility of DRK is limited without it.
  16. darkred

    v0.11.1.x InstantX Testing

    I'm kinda new to DRK. I assume getting all MNs on same version has been difficult and high-90%'s is a really good thing. Right? Since the 'enforcement', any reason why the older versions stick around? (since, it is my understanding, that they will get no compensation for having a MN if...
  17. darkred

    Lost Encryptfs Partition with 100 DRK

    I'm not 100% sure you actually need the wallet.dat file. (but I could be wrong... don't get your hopes up too much, yet) Was the wallet encrypted? Do you not have any backups? No rsyncs? Timemachine backups? dropbox processes? Take a look at...
  18. darkred

    Moocowmoo's Magic Masternode Maker

    Thanks for hosting my MNs. Like your service. Very responsive to questions during setup.
  19. darkred

    Welcome to the DRK-side...

    I wonder if we could borrow a snippet from the Piano Guys Cello Wars video ( www.youtube.com/watch?v=BgAlQuqzl8o ) for some PR/Ad.
  20. darkred

    Enhanced Darkcoin Wallet UI

    Perhaps we'd laugh at you here because your wallet is not encrypted. I get that it's TESTNET and all... but it should be more obvious that you're 'doing it wrong'. The last 'my DRK was stolen' on bitcointalk was because someone did not encrypt their wallet. Shame on that wallet owner. But, it...
Back
Top