Search content
Sort by

Showing 20 of 640 results by Kris
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants
by
Kris
on 22/11/2013, 14:41:22 UTC
It is imperative to understand that everything was wiped out from our servers and getting functionality back is priority #1.
The wallet part of BIPS was a free service to make payments easier for users.
Web Wallets are like a regular wallet that you carry cash in and not meant to keep large amounts in.
Hence we offered a paper wallet as a cold storage alternative for those who wanted a safe storage solution.
We will be contacting all affected users as already proclaimed.
We will need their consent to hand over information to the authorities for further investigation, which hopefully can assist in catching the thief.
Those who were not affected and have a bitcoin balance will also be contacted.
Most balances left are minuscule, but if you had more than a few satoshi’s in your wallet you are affected, and will be contacted.

Another priority is doing forensics data recovery to be able to investigate and assist authorities in finding the attacker.
Technical information will not be disclosed for security reasons.

Stolen coins have been isolated and server logs have been retrieved from data recovery:
https://blockchain.info/address/1LuG91tcSQxKj32BsCoRkX7yQLfj9LtkCs

Please be advised that attacks are not isolated to us and if you are storing larger amounts of coins with any third party you may want to find alternative storage solutions as soon as possible, preferably cold storage if you do not need immediate access to those coins:
www.coindesk.com/hacker-attack-polands-bitcoin-exchange/
www.coindesk.com/czech-bitcoin-exchange-bitcash-cz-hacked-4000-user-wallets-emptied/
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants
by
Kris
on 22/11/2013, 11:50:08 UTC
System status as of 22 November 12:45pm - Help Desk Restored. https://helpdesk.bips.me/
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants
by
Kris
on 21/11/2013, 15:13:56 UTC
We are working 24/7 to re-establish all core functionalities, including our support helpdesk, which will be available very soon to enable global communication.
So far updates are and have been available on https://bips.me/press
https://bitcointalk.org/index.php?topic=252308.msg3645043#msg3645043
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants
by
Kris
on 19/11/2013, 23:23:41 UTC
Statement from BIPS, November 19th 2013.
 
On November 15th BIPS was the target of a massive DDoS attack, which is now believed to have been the initial preparation for a subsequent attack on November 17th that overloaded our managed switches and disconnected the iSCSI connection to the SAN on BIPS servers. Once executed; overloaded our managed switches and disconnected the iSCSI connection to the SAN on BIPS servers.
Regrettably, despite several layers of protection, the attack caused vulnerability to the system, which has then enabled the attacker/s to gain access and compromise several wallets.
 
At this point all wallet functions have been disabled in order to conduct a full investigation and audit. BIPS will be contacting compromised wallet owners individually.

BIPS will also be contacting merchants who have not enabled automatic conversion of bitcoin.
 
Merchant processing functionality and buy/sell has been re-enabled.

 
BIPS help desk system is currently not accessible and will not be re-enabled until an alternative hosting solution has been arranged for this. In the mean time, support is reachable via email to support(at)bips(dot)me. Previously submitted tickets need to be resubmitted via email. Please be patient and allow 24-72 hours to receive a reply.
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants
by
Kris
on 18/11/2013, 11:18:28 UTC
Apparently the first assumption is that the DDoS attack initiated major hardware failure, and wiped out the file system on all the servers.
http://www.reddit.com/r/Bitcoin/comments/1qo6cj/bips_being_ddosed/

Status:
We are propagating new servers and restoring backup onto those now.
Current estimate for online status is within the hour. We are waiting on the blockchain to download for our bitcoind's

Our Contingency Planning and Disaster Recovery Plan:

Our future contingency planning will include backing up the blockchain for better risk management like in this case, where it has catastrophic consequences that we are not able to deploy backup within minutes, but have to wait 5 - 9 hours for the blockchain to download. (we are at "blocks" : 269439)

Personally I am sorry for any inconvenience, this might cause.
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯
by
Kris
on 17/11/2013, 18:48:54 UTC
Being DDoS, I am on it, sorry for the inconvenience.

http://www.reddit.com/r/Bitcoin/comments/1qo6cj/bips_being_ddosed/
Post
Topic
Board Service Announcements
Topic OP
.
by
Kris
on 12/11/2013, 20:55:19 UTC
Obsolete
Post
Topic
Board Service Discussion
Re: Anyone else seen this cross site scripting warning on Bitstamp?
by
Kris
on 12/11/2013, 03:38:36 UTC
It's when you are not quick enough to write in the two-factor code for example, their CSRF token will expire.
I admit I think it a bit harsh to set it to timeout this quick, but hey whatever works.
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯
by
Kris
on 12/11/2013, 02:22:17 UTC
Code:
$ch = curl_init();
curl_setopt_array($ch, array(
CURLOPT_URL => 'https://bips.me/api/v1/invoice',
CURLOPT_USERPWD => 'apikey',
CURLOPT_POSTFIELDS => 'price=100¤cy=USD&item=TEST&custom=' . json_encode(array('order_id' => '1')),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPAUTH => CURLAUTH_BASIC));
$url = curl_exec($ch);
curl_close($ch);
header('Location: ' . $url . '/iframe');
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯
by
Kris
on 12/11/2013, 00:36:38 UTC
It will fit in 640x260 with room to spare, but I think you are not showing the iframe version, the iframe version will only show when you append /iframe to the end of the Invoice URL received back from the Invoice API.

You will have to enable the timer in your BIPS merchant account. Simply select the check box called "Convert bitcoins and transfer to my bank account", this will enable the timer, so customers are required to pay within 15 minutes for BIPS to guarantee the rate for a merchant.
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯
by
Kris
on 11/11/2013, 20:32:36 UTC
#PaulC2K that is BIPS Invoice, you will utilize the Invoice API for creating those.

See more here, https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯
by
Kris
on 11/11/2013, 18:59:45 UTC
Hi, have you clicked Save Changes after writing in your Secret?
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯
by
Kris
on 11/11/2013, 17:55:57 UTC
Hi, you will have to grep the output from curl_exec in a JSON decoded object like below:

Code:
$output = json_decode(curl_exec($ch));

This will give you a stdClass object.

Code:
{
"status": "success",
"txid": "the transaction id"
}

Access this object in PHP:

Code:
print $output->status;
print $output->txid;
Post
Topic
Board Service Announcements
Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯
by
Kris
on 07/11/2013, 15:37:08 UTC
Thanks, we worked hard on it.
Post
Topic
Board Service Announcements
Re: [ANN] WalletBit Bitcoin service and related suspended
by
Kris
on 07/11/2013, 15:36:35 UTC
Please contact the WalletBit team by email.
Post
Topic
Board Beginners & Help
Re: Walletbit closing with my money
by
Kris
on 07/11/2013, 09:24:31 UTC
Please contact the WalletBit team by email.
Post
Topic
Board Service Announcements
Tipping built directly into the Point of Sale, Bitcoin Mobile Checkout
by
Kris
on 04/11/2013, 21:26:56 UTC
Post
Topic
Board Bitcoin Discussion
Topic OP
Tipping built directly into the Point of Sale, Bitcoin Mobile Checkout
by
Kris
on 01/11/2013, 19:10:16 UTC
Post
Topic
Board Bitcoin Discussion
Topic OP
.
by
Kris
on 29/10/2013, 00:37:23 UTC
.
Post
Topic
Board Service Announcements
Topic OP
BIPS to Offer 70,000+ Merchants Using Shopify the Option to Accept Bitcoin
by
Kris
on 27/10/2013, 00:25:37 UTC