Bitcoin Forum
April 25, 2024, 01:51:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 54 »
  Print  
Author Topic: FastCash4Bitcoins Support Thread  (Read 94577 times)
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 06:29:28 AM
Last edit: June 03, 2013, 04:29:16 AM by TangibleCryptography
 #1

Important announcement effective 31 May, 2013:

https://bitcointalk.org/index.php?topic=224057

This thread has been locked.
If you have a pressing support issue please send an email to info@tangiblecryptography.com
1714053092
Hero Member
*
Offline Offline

Posts: 1714053092

View Profile Personal Message (Offline)

Ignore
1714053092
Reply with quote  #2

1714053092
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714053092
Hero Member
*
Offline Offline

Posts: 1714053092

View Profile Personal Message (Offline)

Ignore
1714053092
Reply with quote  #2

1714053092
Report to moderator
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
June 27, 2012, 07:04:43 AM
 #2

You locked the old thread but didn't include a link to this one:
 - http://bitcointalk.org/index.php?topic=85395.msg993290#msg993290

The site looks great.

A couple items.

1.) How is "Cash deposit at a local branch" a method for me to Sell bitcoins to you?  Was that intended to mean "cash transfer to a bank" e.g., Account-to-account (A2A)?

2.) Will you ever be selling bitcoins?

3.) On the Contact Us page:
 - http://fastcash4bitcoins.com/Contact.aspx
the link to your profile is missing the u= for userid.  Should be:
 - http://bitcointalk.org/index.php?action=profile;u=57640

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 07:09:36 AM
 #3

"Cash Deposit" involves us depositing cash into your bank account (BofA or Wells Fargo only).  In most cases the transaction will clear within minutes.  You sell us Bitcoins, we pay you in cash.

We do sell bitcoins (see "surplus" thread in sig) but generally they are large sales (avg sale is ~$4K and a few in the five figures) to customers who value their privacy and would like to avoid slippage on the major exchanges.  We have a project planned to bring Bitcoin sales to the general public but it likely is some months away.

I will fix the missing/broken links and then I need to get some sleep.

Thanks for your interest.
knokturnl
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
June 27, 2012, 07:44:29 AM
 #4

Just placed a manual order with TC, hopefully all goes well. We shall find out tomorrow! Smiley
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 02:06:28 PM
Last edit: June 27, 2012, 02:49:26 PM by TangibleCryptography
 #5

Thanks for all the PM on site improvements.  I just want to say a) keep them coming and b) yes the site is spartan.  Most of the coding was done on the back end to ensure accurate and secure order submission and verification.  We intend to improve the site over the coming days/weeks to make it more user friendly.  The end goal will be moving to a new site based on MVC design

Some technical notes:

You can't change an order.  This is done intentionally to reduce the attack surface.  Even if an attacker hacks your order password all he can do is see your order not redirect funds.  If you need to change an unfunded order just create a new one.  The unfunded order will expire after 15 minutes.  If there is an error in a funded order we will refund it.  You can then create a new one and fund it again.

Due to limits of our webhost the backend only runs every 1-2 minutes (depends on server load).  Please wait 1-2 minutes for status changes to be reflected.  We are shopping a dedicated server which should allow near realtime status updates.
malaimult
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
June 27, 2012, 02:28:31 PM
 #6

would be nice to buy btc too

Bitco
Sr. Member
****
Offline Offline

Activity: 746
Merit: 253



View Profile
June 27, 2012, 02:31:14 PM
 #7

Thanks for all the PM on site improvements.  I just want to say a) keep them coming and b) yes the site is spartan.  Most of the coding was done on the back end to ensure accurate and secure order submission and verification.  We intend to improve the site over the coming days/weeks to make it more user friendly.  The end goal will be moving to a new site based on MVC design

For a site like this, simple is better.  Keep in mind that some people will be using mobile phone browsers, so you want it to load fast and fit on a small screen.  Avoid lots of javascript, as it's too easy to break things with complex scripts.

Also, spell check:

Quote
Currrent Buy Price: $6.25 USD/BTC
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 02:41:40 PM
 #8

would be nice to buy btc too

There is no website but we offer larger sized direct sales.  You can find info in the "surplus" link in the sig.  PM/email w/ PGP encryption.  We have plans for smaller/retail bitcoin purchases.
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 02:46:51 PM
 #9

For a site like this, simple is better.  Keep in mind that some people will be using mobile phone browsers, so you want it to load fast and fit on a small screen.  Avoid lots of javascript, as it's too easy to break things with complex scripts.

That is the reason for moving to MVC.  By separating out the business logic into a series of restful states it is easy to build multiple "views" (one of which can be optimized for smartphone) using the same backend.  An android app potentially could be one specialized view.

Quote
Also, spell check:

Quote
Currrent Buy Price: $6.25 USD/BTC

I am horrible when it comes to grammar and spelling.   I find it easier to think in code/concepts and have a very bad habit of making up my own language with its own unique syntax.  Help is one the way though.  An extensive review of the copy/text will be done this week.
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
June 27, 2012, 05:39:46 PM
 #10

Quote
Also, spell check:

Quote
Currrent Buy Price: $6.25 USD/BTC

I am horrible when it comes to grammar and spelling.   I find it easier to think in code/concepts and have a very bad habit of making up my own language with its own unique syntax.  Help is one the way though.  An extensive review of the copy/text will be done this week.

When bitcoin is traded, the forex currency pairing chooses the stronger currency (BTC) for the base currency and the weaker currency (USD) for the cross currency.  As such, prices are quoted as BTC/USD.   Now I can see why you would want to clearly show a price per BTC, in dollars, but specifically displaying it that way (i.e., USD/BTC) is confusing as it looks like a forex currency pair.

Perhaps displaying that as $6.25 USD per BTC would be an approach that is more clear?

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 09:39:19 PM
 #11

Perhaps displaying that as $6.25 USD per BTC would be an approach that is more clear?

I will add that to the todo.  It makes sense.  I never though the USD/BTC would be confusing but spelling it out can't hurt usability.
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 09:41:19 PM
Last edit: June 29, 2012, 01:42:19 PM by TangibleCryptography
 #12

Update:

To add something worth announcing in our "non-announcement" announcement we are waiving the normal 1% fee on the next $5,000 $4,400 $3,800 $2,700 $600 left in PayPal payouts.

It likely won't last long.
nanook7
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
June 27, 2012, 09:59:41 PM
 #13

Great service...thanks

2 pieces of feedback

-It is possible to continue the transaction if you put two different paypal addresses on the lines.  There doesn't seem to be a check to compare the two address lines.
-The refund address line doesn't check to see if the return address is of the correct format. I accidentally copied only half of a valid address and it was accepted.

Thanks again.
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 10:03:00 PM
 #14

Great service...thanks

2 pieces of feedback

-It is possible to continue the transaction if you put two different paypal addresses on the lines.  There doesn't seem to be a check to compare the two address lines.
-The refund address line doesn't check to see if the return address is of the correct format. I accidentally copied only half of a valid address and it was accepted.

Thanks again.

I am working on making the site more intuitive.  The PayPal address is the address paid.  The email contact is a general email address where we can contact you about problems (it is requested on all payout types).  They may be the same but some customers like using a separate email address for PayPal.

I will be adding error checking on the refund address as well as password confirmation field, and some instructions on the status page.

Thanks for the feedback.
coinrolls2
Donator
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 27, 2012, 10:10:13 PM
 #15

Hey Tangible,

I was wondering if you were still going process my order soon?

Cheers,

CR
Gladamas
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


Bitcoin today is what the internet was in 1998.


View Profile
June 27, 2012, 10:14:38 PM
 #16

Looks awesome! After GetBitcoin stopped accepting Sell orders I was looking for something like this.

1GLADMZ5tL4HkS6BAWPfJLeZJCDHAd9Fr3 - LQ6Zx8v7fHVBiDX5Lmhbp6oEDB7dUFjANu
GPG 0xF219D5BB3C467E12 - Litecoin Forum
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 27, 2012, 11:05:38 PM
 #17

I was wondering if you were still going process my order soon?
Cheers, CR

PM sent.
DATA COMMANDER
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 28, 2012, 03:38:51 AM
 #18

The sell form doesn't mention any restrictions on ACH/wire, but I thought these methods could only be used with BoA/Wells Fargo...?

Tips are appreciated (very tiny tips are perfectly okay!) 13gDRynPfLH3NNAz3nVyU3k3mYVcfeiQuF
TangibleCryptography (OP)
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


Tangible Cryptography LLC


View Profile WWW
June 28, 2012, 03:44:50 AM
 #19

The sell form doesn't mention any restrictions on ACH/wire, but I thought these methods could only be used with BoA/Wells Fargo...?

ACH is open to any bank which has a US routing number.
Bank wire is open to any domestic bank (US routing number - ABA) or international bank (SWIFT code). 

Banks in foreign countries that don't utilize SWIFT codes are not accessible.  Banks operating in or owned by foreign countries on US currency export restriction list are inaccessible.  An example would be Iran.  We can wire funds just about anywhere else.

The "cash deposit" option is limited to BofA and Wells Fargo as those are the only major banks which has a local branch in our area.
EPiSKiNG
Legendary
*
Offline Offline

Activity: 800
Merit: 1001



View Profile
June 28, 2012, 06:29:37 PM
 #20

Can you do CitiBank??

-EP

YOU CAN TRUST ME! EPiSKiNG-'s COINS!! BUYING / SELLING BTC - USA --- View my OTC Trading Feedback!!
<gribble> You are identified as user EPiSKiNG-, with GPG key id 721730127CD7574D, key fingerprint EBFC267F8F10EFD1FB84854D721730127CD7574D, and bitcoin address 1EPiSKiNG139bzcwTm8rxMFNfFFdanLW5K
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 54 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!