Search results

  1. calnaughtonjnr

    Message after masternode start command.

    I have just started 2 masternodes. On the one, I got response successfully started masternode On the other masternode started remotely What is the difference between the two responses?
  2. calnaughtonjnr

    Rebranding and Scalability

    Awesome work.
  3. calnaughtonjnr

    What's in a name? ...or, is a rose by any othername worth the trouble?

    I'm quite a fan of the "Dash - Digital Cash" concept. I think it's clever and could really work. The 'Dark' element to this coin will always hang over it, no matter how much we try to explain our fundamentals. As it begins with a 'D' would we keep our 'D' emblem? I think that it looks great and...
  4. calnaughtonjnr

    What's in a name? ...or, is a rose by any othername worth the trouble?

    Have a browse through this thread. :wink:
  5. calnaughtonjnr

    Complete Noob - Should I Bother Mining?

    I don't think it would be a great idea. I'm pretty sure GPU not massively profitable now (home user anyway) either. Check this calculator out. http://www.coinwarz.com/calculators/darkcoin-mining-calculator
  6. calnaughtonjnr

    ★ Key4co.in ★ || INSTANT || BIGGEST SALE OF THE YEAR

    Will be back for GTA V soon!
  7. calnaughtonjnr

    ★ Key4co.in ★ || INSTANT || BIGGEST SALE OF THE YEAR

    Just bought 3 games with Darkcoin. From browsing, to purchase, to install in 5 mins. Excellent site, cheers!
  8. calnaughtonjnr

    Newbie Q, which address to receive darkcoin?

    Just enter the one labelled address. The one without the 'darkcoin:' prefix. You should be able to double click to select the whole address and then copy / paste.
  9. calnaughtonjnr

    WTS Antminer S3 450+GH/s with Corsair CX750M PSU & Cables

    I've had this in my office and we can hardly hear it. The S4 is a bit of a step up from the S3. Like having 4 of them crammed in to a small space. The heat was noticeable though. Especially if the weather is nice.
  10. calnaughtonjnr

    WTS Antminer S3 450+GH/s with Corsair CX750M PSU & Cables

    Purchased end of August 2014. Will be putting on eBay & Gumtree too. 70DRK including UK postage, if anyone's interested? Comes with power Supply and cables to get up and running straight away. Will reset to factory or can set-up for you before I send it. I will post overseas, but at buyers cost.
  11. calnaughtonjnr

    Abe MySQL Queries

    *bump* Just seeing if anyone might have any ideas on this?
  12. calnaughtonjnr

    Abe MySQL Queries

    OK, I'm a bit lost now. Does this mean that I have to pass the wallet address through a function before using it in the SELECT query?
  13. calnaughtonjnr

    Abe MySQL Queries

    That looks like what I need!. I tried this SELECT b.block_nTime, cc.chain_id, b.block_height, 1, b.block_hash, tx.tx_hash, txin.txin_pos, -prevout.txout_value...
  14. calnaughtonjnr

    Abe MySQL Queries

    Tried this SELECT COALESCE(value_sum, 0), c.chain_last_block_id FROM chain c LEFT JOIN ( SELECT cc.chain_id, SUM(txout.txout_value) value_sum FROM pubkey JOIN txout ON (txout.pubkey_id = pubkey.pubkey_id)...
  15. calnaughtonjnr

    Abe MySQL Queries

    Thanks Udjin! What should I be passing as the chain_id and block_height?
  16. calnaughtonjnr

    Abe MySQL Queries

    Can anyone give me some pointers on using MySQL queries to get data out of Abe please? I've been doing some serious googling and also been looking through Datastore.py, but really struggling. I'd like to get a list of transactions received for an address and would also like to get the data in...
  17. calnaughtonjnr

    (Another) Abe Question

    Ahh, OK. Thanks flare. I checked the data I was pulling and everything looked great, but was worried that something somewhere else was screwed. I'll try that suggestion now though, if only to keep things tidy :grin: Cheers!
  18. calnaughtonjnr

    (Another) Abe Question

    I can't find where it shows the exact abe version, but I pulled it from here.
  19. calnaughtonjnr

    (Another) Abe Question

    I don't think so. I checked that file and it has the default text that I copied when I created it :oops:. I've added some random strings to it. Should that be enough or do I have to also add those elsewhere? How come it still seems to work? My config did look a bit wrong in the darkcoin.conf...
Back
Top