Bitcoin Forum
May 24, 2024, 01:11:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 »
281  Other / CPU/GPU Bitcoin mining hardware / Re: Whats everyone doing with their GPU now? on: October 08, 2013, 02:49:59 PM
I listed my cards on craigslist for sale but the market seem to have no demands for these GPUs anymore. What are you guys doing with it?

Mining altcoins, with CryptoSwitcher deciding which to mine (currently mining Grandcoin with a 6870 and a 7750).  It also handles trading altcoins to Bitcoin. 

CryptoSwitcher can also be used with ASICs to switch between different SHA-256 coins.  My Jalapeņos are currently mining Terracoin. There's usually not nearly as much difference between SHA-256 altcoins and Bitcoin as between scrypt altcoins, but there is still a difference.  Right now, Terracoin mining makes 108% of what you'd make by mining Bitcoin.  Grandcoin, OTOH, currently makes 711%.  That's a pretty potent multiplier; it makes my 470 kH/s of GPU power roughly equivalent to half of a Jalapeņo. 
282  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CryptoSwitcher - Automatically mine the best coin. on: October 07, 2013, 09:57:16 PM
A couple of days or so ago, I merged some pull requests that had been sitting around a while.  I also included a PHP script that uses the cgminer API to switch pools.  Others have posted about using just one cgminer.conf with every pool and issuing a switchpool call.  My script takes a pool URL, miner name, and password, adds them to the current list of pools, and (optionally) removes all of the other pools.  In your pool-switching shell script, you then call my script once for each pool you want to use for a coin, with the "clear" parameter included on the first call. This allows you to have multiple pools configured for a coin as a backup.
283  Alternate cryptocurrencies / Altcoin Discussion / Re: [SUPPORT][POOL] digger's pool support on: October 07, 2013, 09:36:33 PM
The ports listed at http://lbw.ltcoin.net/help.php are incorrect.  A port scan (5000-9000) of the VM on which the Lebowski pool resides shows these ports open; the associated pools (where known) are marked:

5555/tcp YAC
6026/tcp MEC
6655/tcp FST
6868/tcp
7688/tcp
7766/tcp ANC
7951/tcp
8025/tcp
8026/tcp MEC
8706/tcp YAC
8758/tcp
8768/tcp
8833/tcp FST
8866/tcp ANC

I tried the 6 unknown ports in place of 6677 and 8855; none of them worked any better. Is the pool down?  Previous messages indicate its blockchain copy may have forked; was the pool shut down?  Is there another Lebowski pool that's known to be properly working?
284  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BTG BitGem 0.4.1.6 NEW UPDATE | Diamonds, Rubys, Emeralds and Sapphires. on: September 27, 2013, 05:57:54 PM
Same for bitgem.dyndns.org

Sorry...a config-file error brought the site down.  It's been fixed.  Once it was fixed, a bunch of withdrawals (including mine) went through shortly after.
285  Economy / Service Announcements / Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key on: September 19, 2013, 04:50:51 PM
A while back, I did a Bitgem fork.  It's on my pool site:

https://bitgem.dyndns.org/bitgemaddress.html

It's also at GitHub:

https://github.com/salfter/bitaddress.org

I removed the bitaddress.org logo at the top (since it doesn't really apply here), replaced the paper-wallet artwork with my hastily cobbled-together Bitgem note design, edited some of the text on the bulk-wallet tab, and changed a few constants here and there to produce Bitgem addresses.  Copyright and donation-address messages were left alone, but I figured it'd be appropriate to remove the PGP-key and version-history links and redirect the GitHub link to my fork.  My donation addresses (BTC & BTG) are included at the bottom as an add-on.
286  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CryptoSwitcher - Automatically mine the best coin. on: August 29, 2013, 04:32:36 AM
Is cryptoswitcher still rewarding for ASIC-User? I see a big list of scrypt coins but only one coint better than bitcoin and this coin lost half of its advantage the last day. So would it be worth the effort for me yet? I now mine at bitparking.com and get 2% more in total because of merged mining.

I've only had my Jalapeņos on it since this morning, but it's already reporting a median ~150% return for the Zetacoin mining it's done.
287  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CryptoSwitcher - Automatically mine the best coin. on: August 28, 2013, 03:19:26 PM
So there is no pool for sha256 yet? Only possibility would be using cryptoswitcher. But is it rewarding at all for sha256?

Freicoin and Zetacoin have blipped above Bitcoin recently, sometimes by a considerable margin.  I have a couple of Jalapeņos mining through CryptoSwitcher.
288  Economy / Service Announcements / Re: Amagi Metals - Best Prices of Gold & Silver for Bitcoins on: August 28, 2013, 03:14:05 PM
Ran across this while I was checking the price of silver this morning:

http://www.amagimetals.com/blog/2013/08/26/checks-held-long-check-credit-card-fraud/

Nice plug for Bitcoin at the end:

Quote
There are a few great alternatives to checks and credit cards that we would like to mention, our favorite being bitcoin. The virtual currency known as bitcoin is a wonderful alternative payment option! For example, payments are confirmed in less than one hour, so you don't need to wait 6 days for a check to fully clear. Bitcoins have a much, much lower transaction processing fee compared to credit cards. It's also far more difficult for bad people to steal bitcoins from other people than it is for them to steal their identities and credit card information.
289  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BTG BitGem 0.4.1.6 NEW UPDATE | Diamonds, Rubys, Emeralds and Sapphires. on: August 27, 2013, 12:35:29 AM
How long does it take for the blocks to mature? I solo mined and got 5 blocks so far and all of them are immature.
need 520 confirms i think, if i remember correctly takes some days (4-5 is my guesstimate)

It's been a few hours short of 5 days for me.
290  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CryptoSwitcher - Automatically mine the best coin. on: August 27, 2013, 12:33:56 AM
Is there a precompiled version so i dont have to crawl through all this linux things? Or maybe a tutorial how to build? With dependencies alone i wont get a result.

CryptoSwitcher itself is written in Python; there's nothing to compile.  A short while back, I had it running on Windows and (IIRC) didn't have to compile anything to get its dependencies set up either.  Just make sure you're using Python 2.7, not 3.x.
291  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales now open ***full prototype pics*** on: August 20, 2013, 05:07:25 PM
If one were to add additional H boards - does this alter their place in the queue?  Thanks.

No, your original position is never affected by later ordering.  If we (ever) have enough quantity on hand to fulfill all the orders in the delivery month, we will combine shipping wherever possible.

Cool.  I'll most likely have another order in by the end of the week...possibly in the next day or two.
292  Bitcoin / Hardware / Re: If they don't have Stocks Available " Please Don't Buy " "No More Pre Orders" on: August 17, 2013, 06:03:07 PM
Heh, however only those who preordered made a profit Smiley

actually... no

only avalon batch 1. that's it (and journalists who got their BFLs)

In dollar terms, my Jalapeņos have already returned ~3.5x what I paid for them. They funded a K16 (which might have gone sideways) and a Bitfury starter kit (still mostly on track AFAIK). I almost have enough accumulated again to add another H-board to the Bitfury rig before it arrives.
293  Economy / Currency exchange / Re: Mt Gox insecure SMTP mail, such a shame! on: August 17, 2013, 05:53:05 PM
(yes, my mail server is capable to receive SSL encrypted mail, and most of providers use that capability)

Honestly you are better off doing GPG...

This. Email is inherently insecure and should be treated as such. It's not much different than sending a postcard. Adding SSL to some of the connections over which a message might travel doesn't change this. PGP (or GPG) is the email equivalent of stuffing a letter in an envelope before it goes in the mail; it keeps your message secure en route.

If the OP is really concerned about the security of his correspondence with MtGox, he should ask to exchange PGP public keys with them.
294  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTG][ANN] New Bitgem pool: bitgem.dyndns.org on: August 17, 2013, 05:19:10 PM
Had a run of nine blocks solved in a row yesterday...not bad at all for ~3 MH/s.  Grin
295  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BTG BitGem 0.4.1.6 NEW UPDATE | Diamonds, Rubys, Emeralds and Sapphires. on: August 16, 2013, 07:06:23 PM
any working pools for this coin? :<

I just opened a new one:

https://bitgem.dyndns.org/

Details here.  I also have a wallet generator and block explorer available.
296  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTG][ANN] Bitgem wallet generator now available, pool in the works on: August 16, 2013, 07:05:04 PM
...and the pool is now up.  Announcement here.
297  Alternate cryptocurrencies / Altcoin Discussion / [BTG][ANN] New Bitgem pool: bitgem.dyndns.org on: August 16, 2013, 07:03:47 PM
I have a Bitgem pool up and running:

https://bitgem.dyndns.org/

  • PPLNS with 0% fee (for a limited time)
  • Stratum only
  • Email notification of dead workers, blocks found, and some other things
  • Fairly comprehensive stats

It's running the PoS branch of stratum-mining-litecoin on the backend and mmcfe-ng on the frontend.  I also have a wallet generator (my bitaddress.org fork) and a block explorer (running CryptoManiac's Abe fork) available, as the other Bitgem Abe instance appears to not be maintained.
298  Alternate cryptocurrencies / Altcoin Discussion / Getting current block reward from *coind on: August 15, 2013, 12:23:40 AM
I've set up an instance of mmcfe-ng with moopless' stratum-mining-litecoin to get a Bitgem pool running.  One snag I've run into is with mining-income estimates.  The Bitgem block subsidy appears to have a bit more variability than some other coins (lately, it's actually crept up a little bit).  I know that the coinbasevalue entry in the output of the getblocktemplate RPC call is supposed to have the value I want (though it appears off in bitgemd by a factor of 100, but that's another matter), but calling getblocktemplate with no parameters can also return a bunch of transactions (especially with bitcoind) that generates lots of activity.  (For example, while the JSON-formatted output of bitgemd getblocktemplate currently returns only 603 bytes, comparable output from bitcoind getblocktemplate returns nearly 2 MB!)

This makes it look like getblocktemplate can take some options, but I'm having a bit of difficulty puzzling them out to see if I can get it to do what I want it to do.  If I could get it to just return a coinbase transaction without gathering up a bunch of transactions from the memory pool, that should run much faster and would be more feasible to call as needed to get the included coinbasevalue.  Is there some invocation of getblocktemplate that will do this, short of tweaking the *coind config file's block-generation parameters (which would most likely be a Bad Idea on a mining-pool rig)? It looks like sigoplimit and sizelimit might be able to control this, but whenever I try something like this:

Code:
bitcoind getblocktemplate "{\"sigoplimit\":\"-15000\"}"

the result is no different than without the parameters.  Is there something I'm doing wrong here?
299  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BTG BitGem 0.4.1.6 NEW UPDATE | Diamonds, Rubys, Emeralds and Sapphires. on: August 14, 2013, 10:12:18 PM
is there a fix i'm still getting checkpoint is to old? I did try to update maybe i need to get the source and recompile it again ? also i did delete the peers.dat and the block chain but still won't sync right

I'm running GitHub master...last checkin was three weeks ago, which is close to the 25 Jul 13 date given at bitgem.info for the latest version.  I'm getting the same warning.  AFAICT, you can ignore it for now as there is no newer publicly-released code.

I'm getting a new pool up and running...will post here when I'm ready for it to go public (just want to verify that everything is working first).  One thing I noticed with the first block pulled in is that the coinbase transaction is bigger than I anticipated (0.36623 BTG in block 17619).  Neighboring blocks have similar transactions in them.  The last block mined on the test pool server (before my database server's power supply crapped out) was 0.34781 BTG.  Looking at the coinbasevalue in a getblocktemplate call, it appears that the actual block reward is somewhere around 100x the stated coinbasevalue. 

I've been trying to figure out a reliable way to get the current reward value into mmcfe-ng.  Submitting a patch to just do a basic getblocktemplate call will generate too much work for the coin daemon (especially for bitcoind) as it gathers up transactions to include in a new block.  Is there something you can pass along with the call to leave off the transactions?

300  Economy / Service Announcements / Re: Amagi Metals - Best Prices of Gold & Silver for Bitcoins on: August 08, 2013, 07:21:06 PM
Just got my most recent order in today...some silver rounds (the buffalo-nickel round and the new SBSS "Love" round, which just started shipping Monday) and airtites.  Previously when I had ordered silver and airtites, the rounds were loaded into plastic sleeves (as they usually ship) and the airtites shipped empty.  This time, the silver got loaded into the airtites before it was mailed...a nice touch.  I picked one product that was in stock and one that was coming soon, and the order shipped maybe a day after the "coming soon" item became available. That seems reasonably quick to me.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!