Cryptocoin Mining?

Page 125 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

RussianSensation

Elite Member
Sep 5, 2003
19,458
765
126
Last edited:

Durvelle27

Diamond Member
Jun 3, 2012
4,102
0
0
What card? My 6950 runs 24/7 at 835/625 for about 345mhash. That's my perfectly tuned nose/performance level. It can go higher, but this is very quiet.

HD 6950 900/1250 as i can't figure out how to lower the memory and now i get 367.8 Mhash/s and its still very quiet
 

Binky

Diamond Member
Oct 9, 1999
4,046
4
81
HD 6950 900/1250 as i can't figure out how to lower the memory and now i get 367.8 Mhash/s and its still very quiet



Install MSI afterburner.

Find the MSIAfterburner.cfg file (mine is in C: \Program Files (x86)\MSI Afterburner)

Change these lines to read as follows:
[ATIADLHAL]
UnofficialOverclockingEULA = I confirm that I am aware of unofficial overclocking limitations and fully understand that MSI will not provide me any support on it
UnofficialOverclockingMode = 2

Now you should be able to lower your memory clocks to 625mhz. You might also be able to lower the memory voltage. Atitraytools or atitool (confusing names) will possibly allow you to lower the memory even further, but it always crashes for me. I'm 100% sure that it's my fault, but I'm too lazy to find out why.
 
Last edited:

Binky

Diamond Member
Oct 9, 1999
4,046
4
81
How do i edit a .cfg file

In Windows, just double click it and let notepad open it. Notepad should always be used to open any file that you dont know how to open, since it only reads text. Nasty things can happen with other applications that can read things other than text.

So, if in doubt, open with notepad. Just be sure that you save it to the exact same filename (not blahblah.cfg.txt - it needs to be blahblah.cfg).
 

RussianSensation

Elite Member
Sep 5, 2003
19,458
765
126
Shut down MSI Afterburner. Copy MSIAfterburner.cfg file and paste it on the desktop. Open it with Note Pad and make the changes, then File, Save. Now you have 2 files called MSIAfterburner.cfg (1 on the desktop, 1 in the main folder). Take the original file in the main folder and put it somewhere safe as backup. Now take the MSI Afterburner.cfg altered file from your desktop and drag it back into the MSI Afterburner main folder. Restart MSI Afterburner.
 
Last edited:

Durvelle27

Diamond Member
Jun 3, 2012
4,102
0
0
Shut down MSI Afterburner. Copy MSIAfterburner.cfg file and paste it on the desktop. Open it with Note Pad and make the changes, then File, Save. Now you have 2 files called MSIAfterburner.cfg (1 on the desktop, 1 in the main folder). Take the original file in the main folder and put it somewhere safe as backup. Now take the MSI Afterburner.cfg altered file from your desktop and drag it back into the MSI Afterburner main folder. Restart MSI Afterburner.

ok did that but it still won't let me change it or voltage
 

kowalabearhugs

Senior member
Sep 19, 2010
204
8
81
www.mattkowal.net
I have free, as in beer, power at my office space in Columbus, Ohio. PM me for details. #bitcoinmining

^ Correct use of commas?

****** CLOSED : the space has been filled *********
 
Last edited:

RussianSensation

Elite Member
Sep 5, 2003
19,458
765
126
ok did that but it still won't let me change it or voltage

If you are paying for electricity, putting > 1.175V into a 6950 to go from 880->940mhz for example will probably add 20-30W more power for minimal BTC gains. It may not even be worthwhile given the production rate increase.
 

Chiropteran

Diamond Member
Nov 14, 2003
9,811
110
106
bitcoin software version 0.7 released.

Code:
Bitcoin version 0.7.0 is now available for download at:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/

We recommend that everybody running prior versions of bitcoind/Bitcoin-Qt
upgrade to this release.

Please report bugs using the issue tracker at github:
  https://github.com/bitcoin/bitcoin/issues

Project source code is hosted at github; you can get
source-only tarballs/zipballs directly from there:
  https://github.com/bitcoin/bitcoin/tarball/v0.7.0  # .tar.gz
  https://github.com/bitcoin/bitcoin/zipball/v0.7.0  # .zip

Ubuntu Linux users can use the "Personal Package Archive" (PPA)
maintained by Matt Corallo to automatically keep 
bitcoin up-to-date.  Just type
  sudo apt-add-repository ppa:bitcoin/bitcoin
in your terminal, then install the bitcoin-qt package:
  sudo apt-get install bitcoin-qt


How to Upgrade
--------------

If you are running an older version, shut it down. Wait
until it has completely shut down (which might take a few minutes for older
versions), then run the installer (on Windows) or just copy over
/Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux).

If you were running on Linux with a version that might have been compiled
with a different version of Berkeley DB (for example, if you were using the
PPA and are switching to the binary release), then run the old version again
with the -detachdb argument and shut it down; if you do not, then the new
version will not be able to read the database files and will exit with an error.

Incompatible Changes
--------------------
* Replaced the 'getmemorypool' RPC command with 'getblocktemplate/submitblock'
  and 'getrawmempool' commands.
* Remove deprecated RPC 'getblocknumber'

Bitcoin Improvement Proposals implemented
-----------------------------------------
BIP 22 - 'getblocktemplate', 'submitblock' RPCs
BIP 34 - block version 2, height in coinbase
BIP 35 - 'mempool' message, extended 'getdata' message behavior


Core bitcoin handling and blockchain database
---------------------------------------------
* Reduced CPU usage, by eliminating some redundant hash calculations
* Cache signature verifications, to eliminate redundant signature checks
* Transactions with zero-value outputs are considered non-standard
* Mining: when creating new blocks, sort 'paid' area by fee-per-kb
* Database: better validation of on-disk stored data
* Database: minor optimizations and reliability improvements
* -loadblock=FILE will import an external block file
* Additional DoS (denial-of-service) prevention measures
* New blockchain checkpoint at block 193,000


JSON-RPC API
------------
* Internal HTTP server is now thread-per-connection, rather than
  a single-threaded queue that would stall on network I/O.
* Internal HTTP server supports HTTP/1.1, pipelined requests and
  connection keep-alive.
* Support JSON-RPC 2.0 batches, to encapsulate multiple JSON-RPC requests
  within a single HTTP request.
* IPv6 support
* Added raw transaction API.  See https://gist.github.com/2839617
* Added 'getrawmempool', to list contents of TX memory pool
* Added 'getpeerinfo', to list data about each connected network peer
* Added 'listaddressgroupings' for better coin control
* Rework getblock call.
* Remove deprecated RPC 'getblocknumber'
* Remove superceded RPC 'getmemorypool' (see BIP 22, above)
* listtransactions output now displays "smart" times for transactions,
  and 'blocktime' and 'timereceived' fields were added


P2P networking
--------------
* IPv6 support
* Tor hidden service support (see doc/Tor.txt)
* Attempts to fix "stuck blockchain download" problems
* Replace BDB database "addr.dat" with internally-managed "peers.dat"
  file containing peer address data.
* Lower default send buffer from 10MB to 1MB
* proxy: SOCKS5 by default
* Support connecting by hostnames passed to proxy
* Add -seednode connections, and use this instead of DNS seeds when proxied
* Added -externalip and -discover
* Add -onlynet to connect only to a given network (IPv4, IPv6, or Tor)
* Separate listening sockets, -bind=<addr>


Qt GUI
------
* Add UI RPC console / debug window
* Re-Enable URI handling on Windows, add safety checks and tray-notifications
* Harmonize the use of ellipsis ("...") to be used in menus, but not on buttons
* Add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current)
* Extend the optionsdialog (e.g. language selection) and re-work it to a tabbed UI
* Merge sign/verify message into a single window with tabbed UI
* Ensure a changed bitcoin unit immediately updates all GUI elements that use units
* Update QR Code dialog
* Improve error reporting at startup
* Fine-grained UI updates for a much smoother UI during block downloads
* Remove autocorrection of 0/i in addresses in UI
* Reorganize tray icon menu into more logical order
* Persistently poll for balance change when number of blocks changed
* Much better translations
* Override progress bar design on platforms with segmented progress bars to assist with readability
* Added 'immature balance' display on the overview page
* (Windows only): enable ASLR and DEP for bitcoin-qt.exe
* (Windows only): add meta-data to bitcoin-qt.exe (e.g. description)

Internal codebase
-----------------
* Additional unit tests
* Compile warning fixes


Miscellaneous
-------------
* Reopen debug.log upon SIGHUP
* Bash programmable completion for bitcoind(1)
* On supported OS's, each thread is given a useful name
 

Smartazz

Diamond Member
Dec 29, 2005
6,128
0
76
There has to be ASICs mining now. The difficulty is rising very quickly. Soon it won't be profitable for me to mine anymore.
 

KorsKay

Junior Member
Sep 18, 2012
14
0
0
Hey guys been wondering, is there a way to recover my bitcoin wallet?

I had like 10 bitcoins that I mined a year or two ago but my bitcoin program crashes when launched is there a way to find my wallet somewhere?
 

Despoiler

Golden Member
Nov 10, 2007
1,968
773
136
Hey guys been wondering, is there a way to recover my bitcoin wallet?

I had like 10 bitcoins that I mined a year or two ago but my bitcoin program crashes when launched is there a way to find my wallet somewhere?

Search for wallet.dat on your computer. Also, you should always make a backup of your wallet to an offline flash drive. If your wallet.dat gets deleted or corrupted you are screwed.
 

Auric

Diamond Member
Oct 11, 1999
9,591
2
71
Also, copy it before messin' around. Ideally, store multiple copies only in secure locations (i.e. encrypted containers on various media). Leaving the wallet with the proggy (worse, networked) is akin to leaving your actual wallet on the street.
 

Mir96TA

Golden Member
Oct 21, 2002
1,950
37
91
There have been a bunch of BFL mini-rigs put online in the last 2 months.

There has to be ASICs mining now. The difficulty is rising very quickly. Soon it won't be profitable for me to mine anymore.

O yea; there is no doubt about it.
I mean cranking almost 1 Gig, and it takes more then a week to get a BitCoin.
However it is 8c but, inside it is nice 24c, Yes Windows are open, and No Heating is on, except BitCoin one....... heeee :biggrin:
 

RussianSensation

Elite Member
Sep 5, 2003
19,458
765
126
There have been a bunch of BFL mini-rigs put online in the last 2 months.

Is there proof of that? I thought they won't ship these mini-rigs until October?

Did any of you guys order and receive the new ASICs yet, even the $150 Jalapenos? Right now the network rate fluctuates wildly.

Right now it's just 17.986 Thash/s, but I've already seen it hit 25 Thash/sec recently.

Bitcoin network &#8220;horsepower&#8221;
&#9679; December 2009: 0.008 Ghash/sec
&#9679; December 2010: 103 Ghash/sec
&#9679; December 2011: 8,303 Ghash/sec
&#9679; September 2012: 19,284 Ghash/sec

Number of transactions, by year
&#9679; 2009: 219
&#9679; 2010: 117,385
&#9679; 2011: 1,842,138
&#9679; 2012: 4,964,513

Bitcoins sent, by year
&#9679; 2009: 35 trillion BTC
&#9679; 2010: 1,925 trillion BTC
&#9679; 2011: 29,497 trillion BTC
&#9679; 2012: 60,896 trillion BTC

Bitcoin value ($USD), by year
&#9679; July 2010: $0.04 (first mtgox quote)
&#9679; January 2011: $0.30 (pre-bubble)
&#9679; January 2012: $5.26 (post-bubble)
&#9679; September 2012: $11.70

Bitcoin ecosystem
&#9679; Pools: more diverse. deepbit no longer has 50%+ network
strength. Try p2pool!
&#9679; Businesses: Bitpay signed their 1,000th merchant. Plenty
of new interest.
&#9679; Government: BitInstant is a registered MSB with FinCEN
&#9679; Users: Difficult to estimate, but probably over 500,000 at
this point.

The entire bitcoin community / network is expanding.
 
Last edited: