Bitcoin Forum
July 17, 2025, 07:03:23 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
1  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants on: November 22, 2013, 02:41:22 PM
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/
2  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants on: November 22, 2013, 11:50:08 AM
System status as of 22 November 12:45pm - Help Desk Restored. https://helpdesk.bips.me/
3  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants on: November 21, 2013, 03:13:56 PM
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
4  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants on: November 19, 2013, 11:23:41 PM
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.
5  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants on: November 18, 2013, 11:18:28 AM
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.
6  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯ on: November 17, 2013, 06:48:54 PM
Being DDoS, I am on it, sorry for the inconvenience.

http://www.reddit.com/r/Bitcoin/comments/1qo6cj/bips_being_ddosed/
7  Economy / Service Announcements / . on: November 12, 2013, 08:55:19 PM
Obsolete
8  Economy / Service Discussion / Re: Anyone else seen this cross site scripting warning on Bitstamp? on: November 12, 2013, 03:38:36 AM
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.
9  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯ on: November 12, 2013, 02:22:17 AM
Code:
$ch = curl_init();
curl_setopt_array($ch, array(
CURLOPT_URL => 'https://bips.me/api/v1/invoice',
CURLOPT_USERPWD => 'apikey',
CURLOPT_POSTFIELDS => 'price=100&currency=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');
10  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯ on: November 12, 2013, 12:36:38 AM
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.
11  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯ on: November 11, 2013, 08:32:36 PM
#PaulC2K that is BIPS Invoice, you will utilize the Invoice API for creating those.

See more here, https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf
12  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯ on: November 11, 2013, 06:59:45 PM
Hi, have you clicked Save Changes after writing in your Secret?
13  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯ on: November 11, 2013, 05:55:57 PM
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;
14  Economy / Service Announcements / Re: BIPS, Payment Service Provider (PSP) for Merchants & Free Bitcoin Wallet ☯ on: November 07, 2013, 03:37:08 PM
Thanks, we worked hard on it.
15  Economy / Service Announcements / Re: [ANN] WalletBit Bitcoin service and related suspended on: November 07, 2013, 03:36:35 PM
Please contact the WalletBit team by email.
16  Other / Beginners & Help / Re: Walletbit closing with my money on: November 07, 2013, 09:24:31 AM
Please contact the WalletBit team by email.
17  Economy / Service Announcements / Tipping built directly into the Point of Sale, Bitcoin Mobile Checkout on: November 04, 2013, 09:26:56 PM
18  Bitcoin / Bitcoin Discussion / Tipping built directly into the Point of Sale, Bitcoin Mobile Checkout on: November 01, 2013, 07:10:16 PM
http://www.reddit.com/r/Bitcoin/comments/1ppcpy/tipping_built_directly_into_the_point_of_sale/



Big thanks to /u/StumpCock for the idea, which originated from Oxford Kitchen in Brooklyn - http://bit.ly/18Kujf3
19  Bitcoin / Bitcoin Discussion / . on: October 29, 2013, 12:37:23 AM
.
20  Economy / Service Announcements / BIPS to Offer 70,000+ Merchants Using Shopify the Option to Accept Bitcoin on: October 27, 2013, 12:25:37 AM
http://www.reddit.com/r/Bitcoin/comments/1paawh/bips_to_offer_70000_merchants_using_shopify_the/

Thank you all for the support you have shown BIPS!
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!