Search content
Sort by

Showing 20 of 23 results by jasonpitts
Post
Topic
Board Hardware
Re: Black Arrow 28nm 100Ghash Bitcoin ASIC from $1.99/GH/s, miners from $2.97/GH/s
by
jasonpitts
on 04/02/2014, 17:43:02 UTC
If we can organize a list of questions, I can try getting answers.
I'm personally not interested in the name game, that's just distraction trolling that I'd expect from someone who's been spending too much time on 4chan but lacks their style and panache. If you want to resolve the vapourware concerns you could ask BAS to get Global Foundries to issue a brief press release to confirm the works they're underway with for BAS (I'm assuming GF can't do this without BAS permission, commercial sensitivity etc, but if they come to an agreement I can't see it being a problem).

The second point would be replacing the lost GHS, I'd refer to my earlier post. Something like 100% of the hash rate for the same duration as the delay, or 50% hash rate for 2x the delay.. or so on. This would be my ideal solution.

Please have a think & chat and get back to us. Cheers

(From another Matt!)

I just wanted to say that this all seems like a very sensible solution. There is very little that can make up for the difficulty increase over time, but 100% of the hashrate for the same duration of the delay will show that BAS is willing to suffer with their customers and provides some assurance that BAS will do whatever they can to limit further delays.

 
Post
Topic
Board Hardware
Re: Black Arrow - Status of pending orders - Prospero X-1, X-3, and Minion
by
jasonpitts
on 10/12/2013, 00:40:07 UTC
Username: jasonpitts
Order No.: 27xx
Payment Date: 12-09-2013
Currency: BTC
Machine Type: Prospero X-1
Quantity: 10
Country: USA
Vendor: Blackarrowsoftware.com
Post
Topic
Board Speculation
Re: GoxLoop™ discussion / speculation
by
jasonpitts
on 07/12/2013, 03:45:09 UTC
I cannot understand why anyone still uses GOX.
Post
Topic
Board Economics
Re: The end is near
by
jasonpitts
on 24/06/2013, 05:11:02 UTC
Quote

There have been viable options in the USA for quite some time now.  The voters just keep ignoring these options and instead insist on electing politicians that want to create a collectivist/socialist/nanny state that provides for their every need, funded with colossal debt and currency debasement.

It is not the stupidity of voters that gets bad politicians elected, we all vote for the illusion, that one thing they say that gives us hope that the world will transform into a place where we can simply be happy.

I believe that the real mistake is thinking that voting people into office is the way to create change.

We the people have to get involved in our countries, not just by voting, but by being proactive, take the initiative to solve the problems we need to fix. We have to take what we want and not expect it to be handed to us.

I DO NOT mean, starting riots, getting violent etc., I mean we have to get our hands dirty digging into the bureaucracy ourselves. We have to be our own lobbiests, write our own bills, and push them through. It is not easy because the powers that be make it very difficult, but there are bureaucratic ways of interacting with every governmental office, program etc. it just takes an extreme amount of work.

I propose we address this issue the same way we would a large open-source project. Something like Github could be used to organize the research, write bills, prepare and file paperwork etc. A module similar to Kickstarter could be used to raise funding for things that would require marketing (campaigning) or other resources. We already have the proof of concept within the two systems I mentioned, crowed sourcing works, so lets crowd source government.

I cannot imagine any other way that people will get their voices back, or that the world can be saved from the greedy.


Post
Topic
Board Hardware
Re: [Announcement] Block Erupter USB
by
jasonpitts
on 10/05/2013, 22:11:52 UTC
I think a small scale product like this is necessary for spreading the hashing power out.

It will attract new miners and more importantly smaller, casual miners, but unfortunately I think the price needs to scale to that level as well. I understand there are probably RnD, Fabrication and production costs being considered in this unit right now, but I really couldn't see myself paying more than $30.00 for one. If they were in the $30.00 to $50.00 range I would be buying them as gifts for all of my friends and family to introduce them to bitcoin.

Maybe it would make sense to start by selling a larger unit then move to producing these when all of the overhead costs won't be as much of a problem.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Topic OP
SAPPHIRE HD 7950 3GB GDDR5 (11196-01) Undervolting in linux
by
jasonpitts
on 26/04/2013, 04:17:58 UTC
Hi,

I have 3 of these cards and from everything I have read they are voltage unlocked, but I cannot get it to budge from 1.25VDC. The only tool that I know about to do it is atitweak,

https://bitcointalk.org/index.php?topic=25750.0

but I have no luck at all.

Does anyone have any experience or suggestions?

Thanks,
-Jason
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BFLSC/Avln
by
jasonpitts
on 20/04/2013, 07:05:23 UTC
I have wrote this script to automatically start bfgminer after X loads and it has been working fine. Until I compiled from git with scrypt enabled to mine litecoins. Now whenever it runs on start up, the GPU shows "ERR". If I comment out the command to run bfgminer then run that part manually after the computer starts, everything works fine.

Any thoughts?

Code:
#!/bin/sh
if pidof -x bfgminer > /dev/null
then
   echo "bfgminer is running."
else
   DATE=$(date +"%Y%m%d%H%M");

#
# Overclock The GPUs  
#  
# Uncomment the GPUs needed
#
   export DISPLAY=:0.0; aticonfig --pplib-cmd "set fanspeed 0 100";
#  export DISPLAY=:0.1; aticonfig --pplib-cmd "set fanspeed 0 100";
#  export DISPLAY=:0.2; aticonfig --pplib-cmd "set fanspeed 0 100";
#
   sleep 10s
#
   echo "ROOTPASSWORD" | sudo -S aticonfig --od-enable
#
   echo "ROOTPASSWORD" | sudo -S aticonfig --odsc=1200,1575 --adapter=all
#
#
   cd /home/jason/miner-logs/
   cp bfgminer-ltc /home/jason/miner-logs/archive/bfgminer-btc-$DATE
   cp bfgminer-ltc bfgminer-ltc-last
   rm bfgminer-ltc
#
   cd /home/jason/bfgminer
#
# Uncomment Needed GPUs
#
   export DISPLAY=:0
#  export DISPLAY=:1
#  export DISPLAY=:2
   export GPU_USE_SYNC_OBJECTS=1
   export GPU_MAX_ALLOC_PERCENT=100
#
# *** RUN BFGMINER ***
#
   screen -dmS BTCbfgminer ./bfgminer 2>/home/jason/miner-logs/bfgminer-ltc -w 256 --scrypt -I 13 --lookup-gap 2 --thread-concurrency 24000 --shaders 1792 --gpu-threads 1 --vectors 1
fi


thanks,
Jason
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker - Softcore Lounge
by
jasonpitts
on 18/04/2013, 03:09:39 UTC
I am new to watching markets of any kind so please forgive the n00b nature of this question.

During the last big run I noticed that there were constantly big minute to minute swings in the price, by big I mean it seemed to fluctuate up and down 5, 10, or even 15 dollars at a time before it would shoot up another 20. Since the "crash" I have noticed that the highs and lows are a lot closer together, there was a little bit of 5-10 dollar fluctuation right after the recovery from the 50 dollar low, but it has gotten to the point where the ticker only varies by 2 to 3 dollars at most. My gut tells me that this is a good sign, but I wonder if it really is and what does it mean exactly.

Thanks!
Post
Topic
Board Speculation
Re: Call the low for this time tomorrow and have .5btc (7pm EST)
by
jasonpitts
on 17/04/2013, 02:30:35 UTC
66.24
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker
by
jasonpitts
on 16/04/2013, 01:33:17 UTC
I wonder if the phrase, "I got goxed" will make it into the mainstream
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker
by
jasonpitts
on 12/04/2013, 18:41:23 UTC
I am no expert, but even if the prices hang in this range for awhile, this is still significant growth for Bitcoin. It sucks for those of us that bought way above this price point, but we will still get back there one day. And who knows the next rally could be next week.
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker
by
jasonpitts
on 10/04/2013, 20:11:10 UTC
Has anyone managed to get what could be considered some cheap coins out of this. Managed to get a couple my self  Cool but I am struggling to get anymore. Orders just sitting there  Cry

Edit: Just got another Smiley

I sold LTC at 3.50 and bought BTC for 175, guess I should have waited longer, but I still hope to see the 300.00 price tag in a week. I don't know if it was a bad idea or not, but I have my fingers crossed.
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker
by
jasonpitts
on 09/04/2013, 15:08:56 UTC
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker
by
jasonpitts
on 03/04/2013, 22:46:37 UTC
Since the price has already hit $147 there are no psychological barriers between here and there.

How many psychological barriers could there be between 100.00 to 1,000.00 after BTC hit 100 I lost any doubt that it could just continue to grow indefinitely.
Post
Topic
Board Trading Discussion
Re: Isis ATP [Automated Trading Platform] - Discussion
by
jasonpitts
on 01/04/2013, 01:40:26 UTC
The most recent commit is giving me the following error:

Code:
Exception in thread "main" java.lang.NullPointerException
at org.aido.atp.Application.start(Application.java:121)
at org.aido.atp.Application.main(Application.java:76)

I cleared my previous prefs and started over, that did the trick.
Post
Topic
Board Trading Discussion
Re: Isis ATP [Automated Trading Platform] - Discussion
by
jasonpitts
on 31/03/2013, 17:48:39 UTC
The most recent commit is giving me the following error:

Code:
Exception in thread "main" java.lang.NullPointerException
at org.aido.atp.Application.start(Application.java:121)
at org.aido.atp.Application.main(Application.java:76)
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker
by
jasonpitts
on 28/03/2013, 20:52:28 UTC
I am new to all this, but with the looks of things, am I right in assuming that should someone decide to take advantage of all of these cheap coins, the push to 100.00 would actually cheaper then it was this morning?
Post
Topic
Board Speculation
Re: Wall Observer - MtGoxUSD wall movement tracker
by
jasonpitts
on 27/03/2013, 15:49:08 UTC
I have never seen anything like this before, Is there any end to this growth? When will we hit 1 million per bitcoin? I am ready to retire. Grin
Post
Topic
Board Beginners & Help
Re: Introduce yourself :)
by
jasonpitts
on 24/03/2013, 03:42:47 UTC
Hello, just trying to work through the newbie restrictions LoL.

That is dishonest and blatent manipulation of the system, I swear I am not doing the same thing.  Grin
Post
Topic
Board Scam Accusations
Re: Butterflylabs Huge SCAM
by
jasonpitts
on 23/03/2013, 23:56:29 UTC
The question that I am really struggling with is, should I setup a GPU mining rig today or preorder another ASIC.  I am fairly sure that there is still profits to be made in GPU mining, but I don't know if it would be worth my time.

I also wonder why only two companies are building these things. The race is hardly over and there is long-term money to be made for the manufacturers. Healthy competition keeps companies honest.