Bitcoin Forum
July 12, 2025, 02:48:14 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Currency exchange / Selling MTGOX Code ($100ish each) on: November 11, 2013, 07:47:45 PM
I'm trying to get money out of MtGox and BTC-E however I don't have enough for a bank transfer on BTC-E (and OKPay is the only place I recognize that I would use but they don't support US customers atm). I also don't feel like giving MtGox my info so I can do a bank withdrawal from there (plus I get all finicky about sharing information like that to MtGox and BTC-E anyway).

So I'm hoping to trade codes from these sites for PayPal. I'm hoping to trade with a higher post member so to mitigate the possibility of a reversal (since I can't reverse MtGox or BTC-E that I know of).

Anyway I have
$105.9799 in BTC-E
$189.10320 in MtGox

Wanting to exchange $1:$1 on Paypal. I'll pay fees if they are involved.

PM Me if you wish to do this exchange!

Thanks!

Edit: I just found out that MtGox doesn't do mtgox codes anymore... If you have a way of transferring usd in mtgox to someone else, let me know Smiley
2  Economy / Goods / [SOLD] $10 Amazon GC on: March 20, 2012, 10:29:00 PM
I've got a virtual $10 Amazon Gift Card for sale for 2.1 BTC. I'm also open to (reasonable) offers.

3  Other / Beginners & Help / Looking to "Expand" on: February 22, 2012, 02:56:52 AM
I'm looking to expand graphics cards. I'm currently a poor college student so I'm saving up for another gpu atm. I'm looking at getting the 7970, but I'm reading mixed feelings on the card.


What card would you suggest that I can get the max MH/s from, while not breaking the bank too badly. I'm looking for a GPU and not anything else because I'm not a hardcore miner, just my 5870 isn't going fast enough (380MH/s atm). I also want the card to be useful outside of mining.

I don't mind heat as I'm using my desktop now in replacement of my space heater (650w desktop vs. 1200w space heater).

Thanks!
4  Other / Beginners & Help / [Open Source Release] GpuControl - Remote Gpu Monitoring on: February 19, 2012, 06:08:56 AM
Hello everyone. This isn't exactly the place I would want to release this, but being a newb to the forum I have no choice. Tongue

About the project
Yesterday a miner friend of mine was trying to get me back into mining. I started but the machine was across the room. I hated moving out of bed to check on the temps of the machine and I didn't know the IP to remote into it. So. I did some research and set aside 24 hours for me to work on this project. This is the result of my 24 hour coding challenge.

I finished it a few hours short of my allotted 24 hours, which also included 6 hours of sleep so the project itself might not be that great but the base of it is something that could definitely be expanded upon.

What is it?
GpuControl is a remote control panel for monitoring your your remote machines. Notice I said, MachineS. yes. This software supports multiple machines to be controlled and monitored all in real time. Well, semi real time. The Client program collects data every 2 seconds (can be adjusted as it is open source though). Then add onto that the time it takes for information to travel across the interwebz.

How does it work?
Ok, this might turn off a lot of users but it uses VB.net (useful for rapid prototyping) and MSI Afterburner. MSI Afterburner offers an IPC (Inter Process communications) API that I can use to talk to it about the graphics cards. This makes the client have high compatibility out of the gate. So I'll build a layer of how this control panel works:

Client: This is the program that runs on your mining rigs. It gathers a list of all your GPUs and connects to the server
Server: this is a node.js server that listens to 2 ports. 1 for the client, and 1 for socket.io communication for the web browser control panel.
HTML: This is a static HTML file that connects to the server, and sends and receives requests from the server. You wouldn't need a webserver for this file.

Pros vs. Cons?
Pros:
  • Allows for cross platform checking of GPU Temps, and allows adjustments of fan speed from remote panel (Only needs a web browser to work)
  • Client to server uses SSL communications to keep things private.
  • CLient to server uses simple authorization to prevent unauthorized machines from connecting to the server
  • Simple server to html authentication to prevent just anyone from controlling your server
  • Has high compatibility with any card MSI Afterburner supports
  • Includes simple auto fan increase when approaching a certain temp. (Ie: increase fan speed 10% when reaching 90C)

Cons:
  • Currently the client is windows only
  • Socket.io to HTML connection not secured (I'm sure its somewhat simple to implement, just didn't care enough)
  • Relies on MSI Afterburner
  • Security is probably not up to par of what some would expect (I'm not a security expert)
  • The server is only coded to allow 1 user to view the temps at a time. This was more a lazy thing than a not possible thing.

Summary
Its a pretty straight forward panel really. Quick "how to setup" thing:
1) Compile Client
2) Install Node.js on a server
3) Install socket.io either via npm or by checking out their code from github
4) Place the html file under a web server
5) Configure host for client, and html file.
6) In the node-server.js (node server), edit the server keys. They can be anything you want really. I used a random 16-character string for mine.
7) Edit passwords list. This is for the control panel.

I apologize in advanced for the horribly non-commented code I have produced. As I said, this was a 24 hour project. I wasn't really expecting to release it but my friend said it was really good. I also had the intention of marketing it, but due to the fact that DDoS attacks tend to follow bitcoin related operations, I decided it wasn't worth it.

Ok, enough talk. You can find the code here:
https://github.com/dabbers/GpuControl

If you have any questions, feel free to ask.
As for license, I don't have one. It's free for anyone to use, abuse, sell, buy, whatever. I'd appreciate some credit and/or donation if it does benefit you though.

If you wish to donate, you can send a little something something here: 1KTum8RdSKE8WNbCCqgwgRgYhA3TszbUiY

If you don't have Visual Studio 2010, I can upload compiled versions of the software.



Thanks, hope you enjoy!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!