genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
April 16, 2011, 08:34:50 AM |
|
Oh sorry. I will correct that. But so far it's been operating with >2k GBP without problems.
|
|
|
|
mcnalu
Newbie
Offline
Activity: 2
Merit: 0
|
|
April 16, 2011, 08:38:09 AM |
|
I can see it's changed now. I'm reassured!
|
|
|
|
ribuck
Donator
Hero Member
Offline
Activity: 826
Merit: 1060
|
|
April 16, 2011, 09:30:46 AM |
|
And who is Mr Taaki? Being ultra paranoid.
Genjix is Amir Taaki.
|
|
|
|
PHPAdam
Newbie
Offline
Activity: 42
Merit: 0
|
|
April 16, 2011, 08:30:49 PM |
|
As a Brit and fan of BitCoint id like to support your project. Just looking trough your code (quality). One thought is when processing orders, shouldn't you use transactions so the script will roll back if any errors. MySql can "go away" for example mid flow and cause issues.
|
|
|
|
nickster
Newbie
Offline
Activity: 1
Merit: 0
|
|
April 17, 2011, 10:50:25 AM |
|
Are bank transfers out made via faster payment or BACS?
|
|
|
|
da2ce7
Legendary
Offline
Activity: 1222
Merit: 1016
Live and Let Live
|
|
April 17, 2011, 10:59:48 AM |
|
Britcoin is good until you try using it. It is SO much easer to use mtgox than Britcoin. Maybe that is just the lack of features, but the general interface (being stuck in the corner of the screen) is annoying to use.
I say take a hint from mtgox:P
|
One off NP-Hard.
|
|
|
Nefario
|
|
April 17, 2011, 01:16:11 PM |
|
Britcoin is good until you try using it. It is SO much easer to use mtgox than Britcoin. Maybe that is just the lack of features, but the general interface (being stuck in the corner of the screen) is annoying to use.
I say take a hint from mtgox:P
Well the source is there, go ahead and use it.
|
PGP key id at pgp.mit.edu 0xA68F4B7C To get help and support for GLBSE please email support@glbse.com
|
|
|
moof
Newbie
Offline
Activity: 49
Merit: 0
|
|
April 18, 2011, 12:56:24 PM |
|
not availible today? there are some problems? hope no
|
|
|
|
genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
April 18, 2011, 01:15:51 PM |
|
The bitcoin node crashed, so I've turned off the site until I have time later to start it back up. Don't worry- your funds are safe (and backed up).
|
|
|
|
genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
April 19, 2011, 07:44:45 AM |
|
Does anyone know what this error means? bitnami:~$ sudo /etc/init.d/apache2 stop * Stopping web server apache2 [ OK ] bitnami:~$ sudo /etc/init.d/apache2 start * Starting web server apache2 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs [fail]
|
|
|
|
Insti
Sr. Member
Offline
Activity: 294
Merit: 252
Firstbits: 1duzy
|
|
April 19, 2011, 08:01:46 AM |
|
Something else is using port 80 on your machine. Do you have another apache instance running, or some other application that might be using port 80. Try:
|
|
|
|
genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
April 19, 2011, 10:05:39 AM |
|
OK, thanks. It was an apache zombie process :/ Fixed now.
|
|
|
|
weavejester
Newbie
Offline
Activity: 22
Merit: 0
|
|
April 19, 2011, 10:47:35 AM |
|
Out of interest, what does it mean when it says that a Bitcoin withdrawal is "verifying"? What's there to verify?
|
|
|
|
genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
April 19, 2011, 12:06:58 PM |
|
Out of interest, what does it mean when it says that a Bitcoin withdrawal is "verifying"? What's there to verify?
There is a bunch of cycles for ensure validity before withdrawals are verified. Then I have to actually authorise this myself.
|
|
|
|
Stephen Gornick
Legendary
Offline
Activity: 2506
Merit: 1010
|
|
April 22, 2011, 06:52:37 AM |
|
OK, thanks. It was an apache zombie process :/ Fixed now.
Having trouble accessing Britcoin.co.uk
|
|
|
|
genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
April 22, 2011, 09:23:31 AM Last edit: May 08, 2011, 10:38:04 PM by genjix |
|
any idea why apache keeps working for a bit, then stops showing pages? i get this: myuser:/tmp$ sudo /etc/init.d/apache2 stop * Stopping web server apache2 [ OK ] myuser:/tmp$ sudo /etc/init.d/apache2 start * Starting web server apache2 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs [fail] myuser:/tmp$ sudo lsof -i :80 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME apache2 690 root 3u IPv4 4322 0t0 TCP *:www (LISTEN) myuser:/tmp$ myuser/tmp$ ps aux | grep apache root 676 0.0 0.0 1836 612 ? S 04:10 0:00 /bin/sh -e /etc/rc4.d/S91apache2 start root 685 0.0 0.0 1836 560 ? S 04:10 0:00 /bin/sh /usr/sbin/apache2ctl start root 690 0.0 0.7 18672 4964 ? S 04:10 0:00 /usr/sbin/apache2 -k start myuser 7193 0.0 0.1 3328 816 pts/0 S+ 09:19 0:00 grep --color=auto apache myuser:/tmp$ sudo /etc/init.d/apache2 stop * Stopping web server apache2 [ OK ] EDIT: Was an issue with my hosting service.
|
|
|
|
BioMike
Legendary
Offline
Activity: 1658
Merit: 1001
|
|
April 22, 2011, 10:24:51 AM |
|
I guess you'll find more info in the logs.
|
|
|
|
thisisharsh
Newbie
Offline
Activity: 13
Merit: 0
|
|
May 04, 2011, 02:08:45 AM |
|
Site is down. Have you taken the site down permanently, or is this just technical problems?
Gutted if you've had to take it down permanently, was hoping to sell some bitcoins in the next couple of days, and was generally a well put-together site. A big loss to the bitcoin community (especially us Brits) if it's gone.
|
|
|
|
genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
May 04, 2011, 03:05:33 AM |
|
Site is down. Have you taken the site down permanently, or is this just technical problems?
Gutted if you've had to take it down permanently, was hoping to sell some bitcoins in the next couple of days, and was generally a well put-together site. A big loss to the bitcoin community (especially us Brits) if it's gone.
"Every day the site will be down between 01:00-05:00 (AM) GMT as we analyse the site for potential issues. We are carefully monitoring our system." Although I don't take the site down everyday as said, I generally do take it down in the early mornings weekly for checking out problems. This time my analysis tools detected some anomalies which turned out a minor bug (hence I shut it down until a fix was rolled out).
|
|
|
|
thisisharsh
Newbie
Offline
Activity: 13
Merit: 0
|
|
May 04, 2011, 02:17:15 PM |
|
*headslap*
|
|
|
|
|