Bitcoin Forum
May 28, 2024, 03:37:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: PSA - BTCjam problems  (Read 915 times)
jjdub7 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 502


View Profile
May 05, 2013, 11:42:33 PM
 #1

BTCjam has now modified my withdrawal amounts three times, sending less than I withdrew and presumably pocketing the difference.  Their system is so screwed up that my account currently shows -0.002 BTC.

I've been both a lender and borrower on BTCjam now, and I've got to say, once I've paid off my loans, I'm done with this shit.  Its obvious they don't have an automated system, or at least one that works.  Borrowers get charged 2-3 times for withdrawals for no reason, and any withdrawal fees that borrowers and lenders face are apparently not documented on the site.

I've gotten scammed repeatedly by borrowers on the site as well, but then again, that's no surprise.

I will upload a screenshot if someone can tell me the best way to do so.
squall1066
Copper Member
Legendary
*
Offline Offline

Activity: 2310
Merit: 1032


View Profile
May 06, 2013, 05:28:05 PM
 #2

I would just pop him a message asking him (Tulkas) to look into it. He is fairly quick.
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
May 07, 2013, 02:30:38 AM
 #3

I'm a little bit biased, but CoinLenders just has a 0.001 BTC withdraw fee instead of 0.005 reserved Tongue
jjdub7 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 502


View Profile
May 07, 2013, 04:33:46 PM
 #4

I would just pop him a message asking him (Tulkas) to look into it. He is fairly quick.

Its more that I find this to be proof that the fundamental coding of the site is flawed.  Seriously, it would only take a quick Boolean check to make sure balances are greater than or equal to zero.  To be honest, I'm not really going to wait and find out what else is wrong with their system.
Tulkas
Sr. Member
****
Offline Offline

Activity: 352
Merit: 250


Founder, BTCJAM


View Profile WWW
May 15, 2013, 01:18:04 AM
 #5

BTCjam has now modified my withdrawal amounts three times, sending less than I withdrew and presumably pocketing the difference.  Their system is so screwed up that my account currently shows -0.002 BTC.

I've been both a lender and borrower on BTCjam now, and I've got to say, once I've paid off my loans, I'm done with this shit.  Its obvious they don't have an automated system, or at least one that works.  Borrowers get charged 2-3 times for withdrawals for no reason, and any withdrawal fees that borrowers and lenders face are apparently not documented on the site.

I've gotten scammed repeatedly by borrowers on the site as well, but then again, that's no surprise.

I will upload a screenshot if someone can tell me the best way to do so.

Seriously, there is no point in stealing 2 cents. The system is automated and 0.005 is reserved to pay the network fee, unlike other sites, we do not charge any withdraw fee.

All the fees charged are listed here: https://btcjam.com/borrow/rates_and_fees

I'm sorry you got scammed, we have plenty of good investments to be made on the site, but as in any peer to peer lending system defaults may occur.

BTCJAM - Peer to Peer Bitcoin Lending
https://btcjam.com
jjdub7 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 502


View Profile
May 15, 2013, 01:45:31 AM
 #6

If you got where I was coming from, its that your system shouldn't even be able to allow balances to go negative.  I don't even care about the 0.002; I had to make payments so I just took the hit.  But to be honest, I emailed you guys and never heard back, so all I can assume is that I'm just stuck with the problem.
jjdub7 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 502


View Profile
May 15, 2013, 01:53:48 AM
 #7

I don't even know what language you're coding in, but here's some nice pseudo-code to get you started:

while TXID == good

userbalance = userbalance - payment

if userbalance >= 0
TXID = <assign_TXID>

elseif userbalance < 0
TXID = <cancel transaction>

end
end

If you're coding a payment transaction system, make sure you get it right.  I'm not bashing the site, I think its a great idea as well as a great business idea.  Again, I don't know how you've coded the site, but a simple balance check would go a long way.  Just a suggestion.

     
Pages: [1]
  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!