Bitcoin Forum
May 27, 2024, 01:45:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 »
21  Bitcoin / Project Development / Re: Developing a secure Bitcoin service on: April 21, 2013, 03:32:53 AM
It seems to me that your security features don't solve the core problem: bad server scripting.

bitcoind, when configured correctly, is a reasonably secure daemon.  Using the config, you can block all traffic thats not from localhost or 127.0.0.1, and add basic authentication requirements.  The problem, it seems, is in the server script, allowing access to the bitcoin daemon to any random script kiddie that passes by.  Even by using time-release transactions and coldstorage wallets, anyone who knows what they're doing (if your scripts are insecure) can just add their transaction to the stack, to be processed later.
22  Bitcoin / Project Development / Re: VanityGen GUI [Java] on: April 21, 2013, 01:45:55 AM
Source: http://pastebin.com/0DuZmc48
Just a frontend for the Windows VanityGen Bitcoin Address generator.

Download: http://www.mediafire.com/?la8bbdp76703b6c


Please let me know of any suggestions, comments, ideas you have


Good work mate!

I highly suggest compiling from source, as you can not be sure how the source differs from the binary.  And as always, when dealing with vanity address generators, disconnect from your internet while using it, and make sure it's closed (CTL+SHIFT+ESC) before reconnecting.

Why disconnect from internet?

When dealing with any binary compiled by someone else that provides you with a key-pair, it's just safe practice to remove your PC from the net, in the case the binary tries to send the private key to someone else ;P

This isn't a reflection of you mate, good work on the GUI, it's just safe practice (like wearing a condom).
23  Bitcoin / Project Development / Re: VanityGen GUI [Java] on: April 21, 2013, 01:12:06 AM
Source: http://pastebin.com/0DuZmc48
Just a frontend for the Windows VanityGen Bitcoin Address generator.

Download: http://www.mediafire.com/?la8bbdp76703b6c


Please let me know of any suggestions, comments, ideas you have


Good work mate!

I highly suggest compiling from source, as you can not be sure how the source differs from the binary.  And as always, when dealing with vanity address generators, disconnect from your internet while using it, and make sure it's closed (CTL+SHIFT+ESC) before reconnecting.
24  Economy / Trading Discussion / [Idea] An Almost-Decentralized Currency Exchange on: April 20, 2013, 10:45:57 AM
The Idea
Based off the IRC infrastructure, this idea is based around the idea that anyone would be able to set up a "exchange server" using free and opensource software.  These "exchange servers" would basically be hosted orderbooks/webs-of-trust that responds to the same, unified, network protocol.  Integrated wallet clients like Armory, or standalone clients, would connect to any exchange server (or multiple servers, splitting up the order into smaller chunks) to process transactions to/from BTC to the desired e-currency (PP, LR, Dwolla, etc).  This type of exchange allows an almost infinite number of exchanges to exist.  Some exchanges would pander to shady-types (allowing only transactions though the TOR or I2P networks), others would be mainstream'd (e.g. FreeNode) and widely used.  Servers could also be used for private use, like an inter-community exchange.

My Thoughts
While I think this would significantly help our current exchange problem, and move us towards a more "automated-btc-otc" like exchange system, it still has its flaws.  There is still the chance that a single popular exchange server would handle the mass quantity of transactions.  While these exchanges server would not hold the currencies themselves (unless an escrow is placed on the order), a large exchange still poses a problem if their ISP ever blocks the specific protocol traffic because of legal issues, etc.

Your thoughts and/or opinions?

TL;DR? IRC BTC Exchange, but cooler.
25  Bitcoin / Hardware / Re: BFL 20 April 2013 on: April 20, 2013, 09:46:38 AM
Quick, change the title of the thread to BFL 420-2013 or BFL 420 Update before anybody notices. Three demerits for not thinking of it yourself.

I still have trouble wrapping my head around 9/11 meaning 11 September, never mind 420 as code for 20 April.

He is talking about 420, as in national pot day.  Given the reference to 9/11, I'm guessing your wine has aged a bit huh?
26  Other / Politics & Society / Re: Bitcoin and Civil War in America on: April 20, 2013, 06:52:25 AM
Don't know if crazy... or just trolling...
27  Economy / Trading Discussion / [PHP] VirWox BTC/USD Exchange Rate on: April 20, 2013, 04:21:12 AM
So, had to make this for a project, and thought I would share.

This is a simple PHP script that calculates the BTC<->USD exchange rate on VirWox, after fees.

Code:
function getVirWoxRate() {
$curs = json_decode(file_get_contents("http://api.virwox.com/api/json.php?method=getMarketDepth&symbols%5b0%5d=USD/SLL&symbols%5b1%5d=BTC/SLL&buyDepth=1&sellDepth=1&id=1"))->{'result'};
$usd = $curs[0]->{'buy'}[0]->{'price'}; //Price of USD in SLL
$btc = $curs[1]->{'buy'}[0]->{'price'}; //Price of BTC in SLL
$tran1 = $btc-($btc*.029); //Price of BTC in SLL after Fee
$tran2i = $tran1/$usd; //Price of BTC in USD before Fee
$tran2 = $tran2i-($tran2i*.029); //Price of BTC in USD after Fee
return $tran2;
}
28  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 17, 2013, 10:01:33 PM
Grover

I couldn't get it running on xp either.

??

Did you get it to compile?  I don't even have a clue how to do that. If yes how.

 
I downloaded a zip file and it doesn't appear to be compiled either.  IF this was stuff I did normally like these guys I'm sure there is more than enough information provided, but I know nothing!

You don't compile python scripts...

You guys are probably better off waiting for an executable package to be made for you.
29  Other / Beginners & Help / Re: Your advice? on: April 16, 2013, 05:30:38 AM
Okay, thanks.

The coin I just flipped said I can put my trust in you.  Kiss

Haha.  Seriously though, I'll hold onto them.

I appreciate it.

I'm glad the universe thinks im trustworthy lol  Grin
30  Other / Beginners & Help / Re: BitLaundry mechanism on: April 16, 2013, 05:29:15 AM
Hi everyone,

I have a little question about bitcoin laundry (http://app.bitlaundry.com/).
As website says in "how it works" section process works like that:
Quote
1. Imagine that Alice wishes to send Bitcoins to Bob.
2. Bob, sadly, is not well liked. Alice would rather not have anyone know that she sent Bob Bitcoins.
3. So, Alice enters Bob's Bitcoin address into the form at BitLaundry, and selects a delivery schedule.
4. Alice gets a one-time-use address from BitLaundry.
5. Alice sends her Bitcoins to that address, and they get all mixed up with BitLaundry's other Bitcoins.
6. BitLaundry waits until Alice's Bitcoins are received with 10 confirmations.
7. BitLaundry deletes the database link between the one-time-use address and Bob's address.
8. BitLaundry sends Bitcoins out to Bob according to the delivery schedule.
What Im interested in right now is exactly point numer 7:
Quote
7. BitLaundry deletes the database link between the one-time-use address and Bob's address.
I am newbie and I would like to know- how it happens? A BitLaundry has the ability to delete their connection with a person who receives the money before point 8 "happens"?
Does BitLaundry delete the internal server logs to provide customer with anonymity? If yes- what if a normal user did it, what would I need money laundry for?
And important thing- what is the level of anonymity of this service? Is it possible for anyone to track who the money came from?

Thank you for help

It's not talking about the blockchain, it's talking about their personal databases that link the one-time deposit to the payout address.
31  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 16, 2013, 05:12:45 AM
but goxgui looks so slick.

Waiting for the windows executible

or the Windows XP installation.

There isn't going to be... this is a python script using the Qt framework...

Just download the prerequisites and run run-win.bat from goxgui.
32  Other / Beginners & Help / Re: Your advice? on: April 16, 2013, 04:53:19 AM
Hey there,

I use bitcoins for online purchases.

I ended up winning a bit of money with that extreme rise and was able to make a few extra purchases.  When the market was crashing, I went to place another order and ended up getting $500 worth of coins at $107.  I'm usually able to make my purchases instantly and didn't figure these would gain/lose value in that time.

However, the website went down and I was unable to make my purchases.  Now the damn things are at $60 and dropping.  The site still isn't up so I am unable to make my purchase.

Do you guys think I should go ahead and sell them at $60 and just buy again when the site is back up in order to keep myself from losing my whole $500?  Or should I just hang onto them and pray? lol

I'm not a stock person or an investor.  I'm not looking to gain from this, I just don't want to lose the money I had saved to make purchases.

Many thanks,

 Shocked

Hold on to them mate;  if you don't need cash now, they will rise in price again.
33  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 16, 2013, 04:50:16 AM
Are you trying to run a gui though SSH?

It's not going to work mate, just use it on what ever computer your posting on here from.
34  Other / Beginners & Help / Re: Introducing bitmonstermining.com - Mine without building a mining computer! on: April 16, 2013, 04:01:07 AM
I always see posts on the forum asking about how to get into mining, so I decided to create a service that allows people to start mining without having to deal with building a computer and configuring mining software.  
You simply pay for hashing power in BTC and then you earn all of the profits from that hashing power until you have earned 125% of your original investment.  

We also offer the ability to mine both LTC and BTC.

You can learn more at the website here: http://www.bitmonstermining.com/#All


All questions and comments are welcome.  





Can you provide some kind of proof that you have the mining capabilities you say you have? More over, if your mining rigs are profitable, why are you selling it?

Notice to Newbies: This service goes against common sense.  DO NOT purchase anything off this site until the owner can provide proof and reason for his service.
35  Other / Beginners & Help / Re: newbi mtgox API help, basic php on: April 16, 2013, 03:57:44 AM
Code:
<?php
include ("gox.class.php");

$gox = new Gox('XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS');

echo 
"test";
$info->getinfo($gox);
var_dump ($info);
?>

You need to include the file, before you can call the class.
36  Other / Beginners & Help / Re: BTCPAK for LTC? on: April 16, 2013, 03:55:55 AM
Is there some sort of alternative to BTCPak but for LTC, TRC, etc? Thanks!

Not that I'm aware of.
37  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 16, 2013, 03:48:33 AM
gxogui folder is in ~
setup is headless
I've updated permissions for goxgui folder
755 goxgui

Okay, to fix your needing to be root:
Code:
sudo chmod 775 ~/goxgui/*

To fix your X server issue, you need to have a display manager (it's a gui, so this really should have been obvious).
Find the one you like, and install it with a window manager.

Example (GNOME):
Code:
sudo apt-get install gdm gnome-shell


odin,

thanks for you help.

I've run those commands and i'm still getting:

application.py: cannot connect to X server :0.0

Huh?

If your not already in the x server, run
Code:
startx
38  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 16, 2013, 02:23:01 AM
gxogui folder is in ~
setup is headless
I've updated permissions for goxgui folder
755 goxgui

Okay, to fix your needing to be root:
Code:
sudo chmod 775 ~/goxgui/*

To fix your X server issue, you need to have a display manager (it's a gui, so this really should have been obvious).
Find the one you like, and install it with a window manager.

Example (GNOME):
Code:
sudo apt-get install gdm gnome-shell
39  Economy / Marketplace / Re: [Question] How do you want to fund an exchange account on: April 16, 2013, 12:12:35 AM
I'm sure the masses would want to be able to use credit card or Paypal. I wouldn't accept cc and I'd want at least a 15 day hold on Paypal. Slightly more sophisticated clients outside the US would be willing to deposit by bank wire. You could make things easier for them by opening bank accounts in each target market so they could use cheaper domestic transfers or cash deposits.

American clients would be happy with ACH withdrawal but that is useless for non-US clients. They would want to be able to withdraw by bank wire or Paypal. I expect Paypal will quickly decide you are some sort of merchant they don't like and freeze your account.

All of which are important concerns.  PayPal has shown time and again that it will not support the bitcoin community, and would not be even considered until their policies change.

Perhaps its about time I invested some time into how to offer direct deposit in other countries.  My concern is that these banks my choose to take the PayPal route, and freeze accounts associated with bitcoin.
40  Economy / Marketplace / Re: [Question] How do you want to fund an exchange account on: April 15, 2013, 11:58:17 PM
Wire transfer.    and be able to wire transfer ENTIRE account or transfer BTC out IMMEDIATELY.
Why would I want to leave money in an exchange account for any longer than the time it took me to pull the trigger on the trade?

So, you wan't more BitInstant-esk sites?
Pages: « 1 [2] 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!