Bitcoin Forum
June 08, 2024, 08:43:27 AM *
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 146 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: May 20, 2014, 01:56:33 PM
The only way to save Bitcoin is to relaunch it with a fair start for everyone. The same holds for dollars.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][POOL][PROFIT-SHIFT] Coinshift.com, the first profit-shifting multipool on: May 15, 2014, 04:49:06 PM
Anyone else getting connection refused?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 10:11:36 AM
Does anyone know what the 288.7 means?

4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 02:38:54 AM
So I should autotune once, for several hours (maybe overnight) with the -debug and -log.

Then sift through the log to get all the values, plug it into the config, and start.

Autotune once if using cpuminer of sandors.

once autotune is done
Quote from: nst6563

You can open the log and just search for "autotune stopped" and grab the speed from the line right above it for use in the config.

remove autotune from json.

start.
5  Economy / Economics / Re: IRS says mining is "income" (40% tax) instead of cap. gains (20% tax) on: May 15, 2014, 02:07:00 AM
https://en.wikipedia.org/wiki/Decline_of_the_Roman_Empire
6  Economy / Service Discussion / Re: [GAWMINERS]We won't be accepting PayPal moving forward. on: May 15, 2014, 01:52:37 AM
Saves me from buying a moneypak. $4.95. Just use debit/credit now.
7  Economy / Service Discussion / [GAWMINERS]We won't be accepting PayPal moving forward. on: May 15, 2014, 01:50:53 AM
http://us8.campaign-archive2.com/?u=cdea713669f1600ffb2230df5&id=fe2b90e3ff&e=4852cdafaf

Important Announcement!

We regretfully inform all GAW Miners' customers that we are no longer accepting payments through PayPal.

As you may be aware, our astounding growth over the last few months has lead to an explosive growth in the number and variety of customer PayPal transactions.  These payment, pre-order and refund transactions, which range in size from a few to tens of thousands of dollars, and originating from over 100 countries has created certain issues with PayPal regarding customer identity, fraud and regulatory authority compliance.  We are actively engaged with PayPal to expeditiously resolve these matters.  Please bear with us while we work towards an early restoration of PayPal facilities to our customers.

In the interim, we are pleased to accept credit cards, wire transfers and Bitcoin payments.

For all customers who have made a purchase with PayPal within the last 2 weeks, you will be completely refunded and provided the opportunity to re-order the same batch (same ship date) at a lower price.

Thank you for your loyalty and support!

The GAW Team
8  Other / Off-topic / Re: What a fun night I had. on: May 15, 2014, 01:38:46 AM
from here on down.

https://bitcointalk.org/index.php?topic=482352.msg6734251#msg6734251

9  Other / Off-topic / What a fun night I had. on: May 15, 2014, 01:22:31 AM
Had some good laughs.  Grin Cheesy Grin Cheesy
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 01:08:57 AM

--log=log.txt

"log" : "log.txt"



They both work.

or

log.log will work as well

like

--log=log.log

"log" : "log.log"
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 12:58:53 AM
I got it by using the cmd line

Code:
--log=C:\Users\Admin\Desktop\minerd-gc3355\log.log

so my .bat looks like

Code:
minerd-gc3355.exe -c config.json --log=C:\Users\Admin\Desktop\minerd-gc3355\log.log
pause

Ty, to nst6563 and reactor and --help LOl


I'm on my way to tuning.

---

Edit

lmao that was a difficult one for all three of us LOL. rofl. right in the --help file derp.
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 12:45:01 AM
well, I


C:\Users\Admin\Desktop\minerd-gc3355>minerd-gc3355.exe -c config.json
minerd-gc3355.exe: config.json:18: '}' expected near '"log"'

C:\Users\Admin\Desktop\minerd-gc3355>pause
Press any key to continue . . .

I added "log" : true and got above error.

If you want to be super-safe, use Sandor's example config and just modify it, making sure starting/trailing braces are always there.  If you put the log at the end of the file, make sure it looks like so:

"log" : true
}
 
The } will be closing out the object.  I'm on right now, feel free to PM me the json and I can look at it for 'ya.

I tried cmd line way to.

C:\Users\Admin\Desktop\minerd-gc3355>minerd-gc3355.exe -c config.json --log
minerd-gc3355.exe: option `--log' requires an argument
Try `minerd --help' for more information.

C:\Users\Admin\Desktop\minerd-gc3355>pause
Press any key to continue . . .

K I will pm the json.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 12:38:13 AM
well, I


C:\Users\Admin\Desktop\minerd-gc3355>minerd-gc3355.exe -c config.json
minerd-gc3355.exe: config.json:18: '}' expected near '"log"'

C:\Users\Admin\Desktop\minerd-gc3355>pause
Press any key to continue . . .

I added "log" : true and got above error.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 12:26:38 AM
tnx reactor, nst6563 also explained it over pm.

I'm liking this sandors cpuminer. very neat.

now to enable log in the json is what I don't know how to do. I asked nst6563 over PM, sure he is writing it up as we type.

15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 15, 2014, 12:09:39 AM
Does it auto tune everytime it is restarted? or shutdown then started does it autotune again?
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 14, 2014, 11:58:46 PM
Will this keep auto tuning? it don't even touch 361 KH/s.

GSD 0: | 855 MHz | 247.3/347.2 KH/s | A: 38 R: 0 H: 4
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed 5-Chip USB & Blade Miner Support/Tuning on: May 14, 2014, 11:31:40 PM
Sandor cpuminer with Gridseed GC3355-Q64 55nm ASIC

does this look normal?

18  Other / Off-topic / Re: Say "Good Bye" to HDD. on: May 14, 2014, 03:26:41 PM
So does that mean defrag is a bad idea for this type of drive ?

Defrag is completely pointless for an SSD and may actually degrade performance.

But their is an optimization you may use once in a great while.

This is an option under MyDefrag called flash memory disk.

Quote
Flash memory disks
    Defragment and consolidate free space on the selected disk(s). This script is specially designed for Flash and SSD disks. It will defragment all the fragmented files and make the free space as large as possible by moving all files to the beginning of the disk.

    Many people think that flash disks do not benefit from defragmentation and optimization because bandwidth and access time are the same for the entire disk, unlike mechanical harddisks which are faster at the beginning than the end. But fragmented files need extra processing time inside Windows, not noticeable on mechanical harddisks but very significant on fast flash memory disks. Even more important is free space optimization. Flash memory is written in large blocks, and if free space is fragmented then Windows has to (read and) write much more data than the size of the file. This takes time, which translates into lower speed.

    Flash memory has a limited number of erase-write cycles. The script is specially designed to move as little data as possible, but still uses up some of those cycles. My advise is to use some discretion and not run this script every day, but only incidentally, for example once per month.
http://www.mydefrag.com/Manual-UsingMyDefrag.html

I use it once in a great while in safemode.
19  Other / Off-topic / Re: Say "Good Bye" to HDD. on: May 14, 2014, 12:12:54 PM
Maybe time to upgrade from now-archaic 60GB Agility2 which has me staring at the WinDirStat screen every freakin' week (frequently-cleaned 17.5GB Windows folder doesn't help).

Still a good ssd, use it on the side if/when you get a new ssd, use the agility for cryptocurrency blocks.
Plenty of room left on my Vertex2 with BTC and LTC blocks.

20  Alternate cryptocurrencies / Mining (Altcoins) / Re: SOftware to monitor GPU temp on: May 14, 2014, 11:49:03 AM
You could try configuring hwinfo64 to do so.

https://i.imgur.com/Lys0Vio.jpg
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 146 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!