Search content
Sort by

Showing 20 of 26 results by JeroenV1990
Post
Topic
Board Hardware
Re: Taking good care of Jalapeno BFL
by
JeroenV1990
on 30/03/2014, 20:51:35 UTC
if its running over 65 degrees celsius, then replace the thermal paste.  if still too hot, then change over the fan.

otherwise, you shouldn't have to do anything.

might be worth turning off in a month...it will cost more to run than what it makes!

Maybe change the thermal paste just-in-case? Cooler is better?

I hope you pay nothing for it

It was free.
Post
Topic
Board Hardware
Topic OP
Taking good care of Jalapeno BFL
by
JeroenV1990
on 30/03/2014, 16:46:35 UTC
Hi,

I purchased a Jalapeno recently.

I want to take 'good' care of the Jalapeno, I don't want any heating issues.

Should I put better thermal paste on the chips?
Should I change the fan? I am reading some things about turning the fan?

Thank you.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Topic OP
Please look at this Hardware -> Bitcoin mining machine
by
JeroenV1990
on 01/12/2013, 19:35:33 UTC
Hi,

I'd like to order a new mining machine for mining new coins and trends.

Is the system below good and set to go? Any comments?
I would like to only use new hardware.

(I also invested money in coins, but I would like to do mining also)

--

AMD Sempron 145 Boxed
ASRock 970 Extreme4
3x Sapphire R9 290 4GB GDDR5
Crucial CT51264BA160BJ
Seasonic X-1250 80+ Gold

I will be using risers, custom case and a 40 GB SSD.

Total is about € 1400,-

--

Any comments or suggestions? Thank you.
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
JeroenV1990
on 03/09/2011, 14:24:42 UTC

STEP-BY-STEP HEADLESS LINUXCOIN
A good step-by-step guide for a noob, especially to someone who've tried to figure this magic and as a result, got lost in the sea of inaccurate and incomplete guides, almost the way I did…

INTRODUCTION

After going through number of "How-To's" and "Guides" I've found on the Internet, then reading trough hundred’s of forum pages, I found myself less wiser, tremendously confused, and far from being able to put together this seemingly simple Linux system – LinuxCoin. After a week of sleepless nights, rerading trough cryptic notes of the other (they claimed those to be complete guides), I've finally got it working.

That’s when I decided to compile my own guide, targeting the noobs (like me) with hope that this will safe someone the head-scratching I had to do.

Please note, this guide is based on a certain release of LinuxCoin and most definitely will not be accurate if used with any consecutive releases.

Thanks and gratitude to saving someone time and efforts can be expressed by sending fractions of BTC to 18KusJBxwh4WyV9t72q1WFppwoVxTs2BeB

REQUIREMENTS

Before attempting to build a BTC mining machine, you must ensure that you understand what is required:

1. Account with a mining pool
2. Create miners (a.k.a. workers) – one miner per GPU
3. 64-bit computer system - CPU, MOBO, RAM, PSU, CASE
4. ATI 4xxx - 6xxx series graphics card(s) – depending on your MOBO, CASE and PSU
5. 4GB USB flash-drive
6. unetbootin-win-549 - download it here
7. linuxcoin-v0.2.1b.iso - download it here
8. live-rw persistent file (2GB) - download it here

CREATE LIVE-ISO ON A USB FLASH-DRIVE

1.   Assemble the 64-BIT computer system, install the cheapest 64-bit CPU you can buy in it, install 2 x 1GB memory sticks (again, cheapest you can find), install the ATI card(s), don't forget to connect the PCI-e power cables, power-it on, set the BIOS to boot from USB and the power option to "last state”

2.   Quick format the USB flash-drive with FAT32, now is the time to label it something meaningful, i.e. LinuxCoin

3.   Using unetbootin, install the live-iso onto the formatted flash-drive, set 128MB for the Ubuntu reboot-files (only if you wondered...)

4.   When finished, don't reboot your PC as unetbootin asks you, instead remove the USB flash-drive, re-insert it, then copy the live-rw persistent file into the root of the USB flash-drive

5.   Now you have the LinuxCoin live-iso ready on the USB flash-drive - it comes pre-loaded with

a.   Latest ATI drivers
b.   Latest ATI SDK
c.   Aticonfig
d.   AMDOverdriveCTRL
e.   Python
f.   Poclbm
g.   Phoenix

All these components pre-installed will make your life so-much-easier and allow you to dive into configuring the system straight away.

You can boot the computer using the freshly loaded USB flash-drive and see if everything loads OK. Don't worry about the error messages you see during the boot - I guess the author of LinuxCoin has had too much on his plate lately to worry about perfection - the truth is this distro works as it is and at the end of the day, it does the job it is designed to do.

The only thing left now is to configure the system to default boot into persistent mode, accept the ATI SDK license (once-off), set the AMDOverdriveCTRL application to clock each card at the desired parameters, write the script needed to start the miner(s) with one command, and set it to start on boot - quite a list of items to do, but the end result justifies it - you will end up with a "headless" LinuxCoin that you can leave unattended.

EDIT CONFIGS AND CREATE .SH FILES

1.   Boot from the newly created USB flash-drive

2.   Select "System Tools" > "ATI SDK License", read it (I mean scroll down until the end), accept it, confirm the registration.

3.   The next few steps will be done through the Terminal window - select "Accessories" > "Root Terminal

4.   Now we will change the syslinux.cfg file so to boot by default into LinuxCoin persistent without the need to select any menu item, aka "headless"

5.   cd /live/image

6.   nano syslinux.cfg

7.   Change the menu title (third line) to something more meaningful like "--- LinuxCoin 0.2.1b ---", replace the section under the "label unetbootdefault" with the one you will find under "label ubnentry2" and then delete the remainder sections - don't worry, you will not need them in the future anyway (you can leave perhaps the memory test menu item…)

Code:
default menu.c32
prompt 0
menu title --- LinuxCoin 0.2.1b ---
timeout 4

label unetbootindefault
menu label --> LinuxCoin (persistent)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config quiet splash persistent rw vga=791 persistent

label ubnentry0
menu label --> Memory Stress Test (loop)
kernel /isolinux/memtest.bin
append initrd=/ubninit - persistent

8.   "Ctrl+x", "y", "Enter"

9.   Now we will determine how many active cards (and their IDs) there are in this system before attempting to create the miner's shell script

10.   AMDOverdriveCtrl -i0

11.   Scroll-up and see how many adapters are "active" and note their numbers (i.e. 0,4,8,12) - you will need to insert those numbers info the appropriate "AMDOverdriveCtrl" lines (i.e. i0, i4, i8, i12) in the next script.

12.   Now we will create a script that will overclock the cards and start all your miners with a single shell command

13.   sudo touch /usr/local/bin/startminers.sh

14.   sudo chmod 755 /usr/local/bin/startminers.sh

15.   sudo nano /usr/local/bin/startminers.sh

Code:
#!/bin/bash

sudo aticonfig --od-enable

sudo AMDOverdriveCtrl -i0 &
sudo AMDOverdriveCtrl -i4 &
sudo AMDOverdriveCtrl -i8 &
sudo AMDOverdriveCtrl -i12 &

cd /opt/miners/phoenix/

./phoenix.py -u http://user1:pass1@bitcoins.lc:8080 -k poclbm DEVICE=0 BFI_INT VECTORS AGGRESSION=5 &

sleep 2

./phoenix.py -u http:// user2:pass2@bitcoins.lc:8080 -k poclbm DEVICE=1 BFI_INT VECTORS AGGRESSION=5 &

sleep 2

./phoenix.py -u http:// user3:pass3@bitcoins.lc:8080 -k poclbm DEVICE=2 BFI_INT VECTORS AGGRESSION=5 &

sleep 2

./phoenix.py -u http:// user4:pass4@bitcoins.lc:8080 -k poclbm DEVICE=3 BFI_INT VECTORS AGGRESSION=5 &

16.   "Ctrl+x", "y", "Enter"

17.   Now we will create an auto-start script, one that will start the startminers.sh script at start

18.   sudo touch /home/user/auto.sh

19.   sudo chmod 755 /home/user/auto.sh

20.   sudo nano /home/user/auto.sh

Code:
#!/bin/bash

xhost +
echo $DISPLAY > /home/user/.display
lxterminal --command "/usr/local/bin/startminers.sh"

21.   "Ctrl+x", "y", "Enter"

22.   Now we will configure the system to start that "auto.sh" script when the desktop loads

23.   cd /home/user/.config

24.   mkdir autostart

25.   sudo chmod 755 /home/user/.config/autostart

26.   sudo nano /home/user/.config/autostart/auto.desktop

Code:
[Desktop Entry]
Encoding=UTF-8
Name=coin
Exec=lxterminal --command "/home/user/auto.sh"
Terminal=true

27.   "Ctrl+x", "y", "Enter"

28.   Now we are ready to tune the Overclocking parameters individually for each card

29.   cd /usr/local/bin

30.   startminers.sh

31.   A terminal session will open and (in this case) four instances of the AMDOverdriveCtrl will open on the desktop - just drag them separate so you can work in each of them.

32.   Select "Overdrive", slide the parameter selectors to your liking (in each Low-Med-High section), when ready, press "Set" and "Save defaults", then move to the next card's AMDOverdriveCtrl instance

33.   With all cards set, the machine is ready - fully configured - if you followed this document to the letter and did not made too many spelling or syntax errors in the shell scripts, the thing should work 100%

34.   Click on the On/Off red button in the bottom-right corner, then select reboot.

35.   Wait for the message that says you need to remove the USB flash-drive (DON'T DO THAT!), then just press "Enter"

That's it - hopefully the machine will boot nicely without requiring any interaction and go straight into mining using the overclocked settings, earning you some BTCs in the process.

Spend them wisely or keep them for a better day – that might just be the best investment you’ve ever made!

If you have any comments, you can find me at the forum.bitcoing.org - I am gopher




I've followed this; everytime it reboots, all settings are lost, help?
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Motherboard MSI 890FXA-GD70 wont boot with 5 GPU's
by
JeroenV1990
on 01/09/2011, 13:06:32 UTC
#1 - What GPUs
#2 - What PSU?
#3 - Are you using powered pci-e extender cables?

Can you answer these questions?

Excuse me:
#1 - What GPUs 5830's
#2 - What PSU? OCZ 1250W
#3 - Are you using powered pci-e extender cables? I am using extenders but no powered.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Motherboard MSI 890FXA-GD70 wont boot with 5 GPU's
by
JeroenV1990
on 01/09/2011, 12:41:46 UTC
I looked up what I was talking about earlier. Its called the pci latency timer. You need more then 64 if you want more then 4 cards on that board.

Yup this helped!  Grin

OS is Windows 7, i use all 5830's.
Last question; After setting up 92 pci latency timer the machine booted perfectly.
Unfortunate, the 6th GPU gives 200 Mhash/s, all other GPU's give 260 Mhash/s, any idea's? Replaced it with a other 5830, works now.

Thanks all!
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Topic OP
Motherboard MSI 890FXA-GD70 wont boot with 5 GPU's
by
JeroenV1990
on 31/08/2011, 13:15:59 UTC
Hi there,

I have a MSI 890FXA-GD70 with 4 GPU's; works perfectly.
If i connect a 5th GPU, it will 'hang' on the BIOS screen.

Any solutions for this?

Thanks!
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Topic OP
PCI-E Extenders all bad? Lots of problems.
by
JeroenV1990
on 20/08/2011, 15:51:35 UTC
Hi there,

Setup:
3 machines, all with 4x 5830.

Recently i've build custom wood cases for my motherboards/videocards to keep them cool.
I've ordered these extensions cables: http://www.ebay.nl/itm/250865690511?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649

Since then LOTS of problems;
- On one system I can get a maximum of 2 cards to work.
- On two systems i can get a maximum of 3 cards to work, both systems dont work with cards on slot 3 and 5.
- Random BSOD's, shutdowns and application not responding on all systems.

Any help? Thankyou.
Post
Topic
Board Mining software (miners)
Re: Deepbit and CPU mining?
by
JeroenV1990
on 16/08/2011, 17:40:54 UTC
Bumps!
Post
Topic
Board Mining software (miners)
Re: Deepbit and CPU mining?
by
JeroenV1990
on 15/08/2011, 09:25:25 UTC
CPU mining and BTCGuild works perfectly, but I'd like Deepbit.

It might be actually better to stay at BTCGuild or use smaller pools for CPU mining...

"Why?"

Because depending on the hash-rate you get on your CPUs at the current difficulty levels, there's a very high chance on the shorter rounds that you may not even get a share in and earn anything at all.

Cheers,
Kermee

Hey Kermee,

I have about 3000mhash/s, but I have 2 computers at my work which will get about 50mhash/s (CPU's). Thatswhy I'd like it Smiley
Post
Topic
Board Mining software (miners)
Re: Deepbit and CPU mining?
by
JeroenV1990
on 15/08/2011, 08:56:45 UTC

I've checked it but it doenst have any real reply's to my question. CPU mining and BTCGuild works perfectly, but I'd like Deepbit.
Post
Topic
Board Mining software (miners)
Re: Deepbit and CPU mining?
by
JeroenV1990
on 14/08/2011, 18:12:54 UTC
go get a gpu

Its my PC at work, no power costs.

Have you tried using the GUIminer list on the forums?
Its probably the simplest to set up..would probably help with the trouble shooting.

Could u give a link?

don't waste your time with cpu mining. electric cost far exceeds the mhash you'll get.

1st reply. Smiley
Post
Topic
Board Pools
Re: [~5000 Gh/s] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too
by
JeroenV1990
on 14/08/2011, 17:21:15 UTC
Welcome Deepbit, I've joined with my 3000Mhash/s. Smiley
Post
Topic
Board Mining software (miners)
Topic OP
Deepbit and CPU mining?
by
JeroenV1990
on 14/08/2011, 17:12:22 UTC
Hi there,

Trying to get some CPU's mining on Deepbit, but i'm having some problems.
If I try the standard CPUminer, I get:
Error 0x80190191 translates to BG_E_HTTP_ERROR_401 which means The requested resource requires user authentication.

https://bitcointalk.org/index.php?action=printpage;topic=28910.0
So I've found this link, which says I need to use "rpcminer-cpu.exe", but with this miner the performance is really bad.

Any suggestions? Thanks.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Topic OP
PCIe 1x>16x Extenders on a 16x slot.
by
JeroenV1990
on 03/08/2011, 19:22:05 UTC
Hi there,

Need some advice.

I have made a custom case for my mining rigs.
I would like to EXTEND my Pci-e16x slots, my motherboard has plenty of them.

I have tried extending them with these cables;
http://www.buyincoins.com/images/show/pci-e-1x-to-16x-extension-cable.jpg

I've tried this solution but unfortunately it doesn't work.

Can somebody confirm that i can use Pcie1x->16x extenders on a 16x slot?

Thank you
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: "Connection Problems" GUIMiner
by
JeroenV1990
on 27/07/2011, 14:07:11 UTC
One of my sapphire 5830's does this, the reason being too low fan speed. Core stays at a stable 55-60c but the VRMs are overheating due to a lack of airflow to them (fan speed is about 35%). It crashes when the VRM gets too hot.

Also, even relatively low overclocks or voltage increases can cause these cards to crash after a few hours.

Crappy design but you get what you pay for....

Thanks for your reply Smiley

It always been on;
- Core clock 900
- Memory clock 500
- Fan speed 90%

Should i put it back on stock?
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Topic OP
"Connection Problems" GUIMiner
by
JeroenV1990
on 27/07/2011, 12:36:54 UTC
Hi there,

Need some helps. Tryed Google for several hours but havnt found a good answer.

One 5830 of mine gets "Connection" problems frequently. When i press start and stop, it will work again for several hours. How can i fix this? Is there a logfile somewhere?

Thankyou verymuch.
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Could u please check my hardware and give suggestions?
by
JeroenV1990
on 02/07/2011, 13:35:15 UTC
first: windows is not easier to maintain, especially given that you can download LinuxCoin for free and it comes with drivers and miners and everything installed and ready to go without any effort. You'll find ready to go scripts for monitoring and uptime notification already written for linux. Also, linux is FREE - so that saves you license cost.

second: get a bigger PSU - 3 cards needs at least a 800 watt PSU and they're not that expensive.

third: get a rack mount case that comes with fans in it from the factory - these cases will stack better and cool better and will be cheaper ($50 USD each from newegg: see my rig build here: http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=16323312 )

fourth: you can get by with a cheaper CPU than that - bare bones! Get the cheapest one possible for the motherboard. Rigs are all about cost efficiency to be profitable.

THANKS!  Grin
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Could u please check my hardware and give suggestions?
by
JeroenV1990
on 01/07/2011, 19:38:50 UTC
Good luck mounting the cards (assuming you can actually get the 5830's). That riser cable is going to be a tight fit if you mount the cards normally. The power supply though, 650W is cutting it close. I'm sure it's high quality, but 5830's are going to draw close to 200W each if you overclock them (worth it).  I'd go with at least 750W or more with this. As I have found out, a dying power supply will take your motherboard with it. and sometimes other parts too.

Ok, any suggestions for other parts? Is everything compatible with eachother?
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Could u please check my hardware and give suggestions?
by
JeroenV1990
on 01/07/2011, 18:41:23 UTC
Hi guys,

I'm very interested in Bitcoins and I would like to invest about € 2000,00 which is $ 2900,00 in mining hardware.
I know its a risky business but this seems very interesting.
My location is in The Netherlands and I will be buying all the hardware at one company.

Could u please check my hardware and give suggestions?

http://i54.tinypic.com/154k9s1.png

- 3 Machines, Every machine has 3x GPU
- The HDD's will be replaced with USB eventually. I would like to start first with Windows 7 because its a easy OS to maintain, I'd make a script for downtime notification.
- I would like a case so i chose the "In Win Maelstrom". I know its better for cooling without a case but the harwdare will be placed in a cool ventilated room.
- I will use riser cards: http://cgi.ebay.nl/PCI-E-express-1X-to-16X-riser-card-extender-cable-/320717538179?pt=LH_DefaultDomain_0&hash=item4aac414383

Total is about € 1750,00 which is $ 2500,00.

Thankyou.