Bitcoin Forum
May 21, 2024, 03:28:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 [114] 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 276 »
2261  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: May 10, 2017, 11:36:21 AM
Why bitcointalk account trading is still allowed?
Anyway, nobody uses the account estimator prices as reference.
I tried to my use my account as collateral and the other guy said that my account price isn`t even close to the real value of the account.
->Account trading isn't against the forum's rules,it's just frowned upon.
->I use the Account Estimator for other things like finding addresses which help me connect the dots.
-> Yes because achow clearly mentioned it,the prices reflected on the estimator has nothing to do with accounts real value on the forum as it's subjective.
2262  Economy / Trading Discussion / Re: Selling / Buying BTC on: May 10, 2017, 11:27:29 AM
Today i was selling some of my BTC to my friend and I we had a situation that I want some opinion on it . Now i sent him what worth of $100.20 ( at the time of transaction ) . But what he received was $99.70 ( at the time of received ) . Now my question is what value we should take here? The value at the moment i sent or the value at the moment he received ? I know that $0.50 is really nothing but me and my friend entered in to debate and I really wanted to know which value to use ! . because if a big delay happened and the price changed a lot with big a mount of money it gonna be a real problem .
Well,if he's sniveling like a kid over $0.50,dare you call him your friend.This situation could be easily solved with one simple common sense trick :
You both could have decided and agreed on a rate from a particular website before the trade was processed.
Like $100 at current preev rate that is 0.06 or whatever.  Next time fix on a rate that you both agree to.
2263  Economy / Gambling / Re: ♛ BitCasino.io - YOUR BTC CASINO! 1,000+ games, Bonuses, Lotteries, Live Games ♛ on: May 10, 2017, 11:18:32 AM
]Any article on Game Protect website with "operator" + "scam" in the title will be listed on the first page at google. Simple google: "operator" + "scam"
But the problem is not many people know about your blog.Either you actively need to promote it or find a way to divert gambling traffic there.Would do wonders.

There are a lot of threads here on BitcoinTalk, but one thread is here another thread is there, so the Online Gambling Scams! deliver a comfortable overview.
Only if newbies bothered using bitcointalk before the deposited money on scam gambling  sites.But out of all,sportsbet.io,bitcasino and vegascasino should be avoided at any costs since they're no less than criminals while dealing with players.They go heights,bribing,threatening and I don't now if they can harm people physically if someone tries to tarnish their reputation.
2264  Bitcoin / Project Development / Re: [BOUNTY] Name for new Exchange. on: May 10, 2017, 10:01:31 AM
I've sent some proposals in your form.
I think that an exchange today should handle more than just Bitcoin.
Good luck!
God,why you guys don't read ? Like you're a legendary member,least you could was just read two comments above.The bounty is over,OP ran away with the funds.You could have saved yourself some time had you read.

I submitted the form and my suggestion is cryptobrazil.

I couldn't come up with nothing more original but that name came up first on my mind.

So, i would say keep it simple that usually works.

Wish you well on your journey.
And does it feel to get disqualified from the competition ? haha there wasn't any.
2265  Bitcoin / Project Development / Re: Need some help wrapping my head around things on: May 10, 2017, 08:27:17 AM
Hey Bitcoin Forum!  Cool

Me and a friend have a really great concept for a gambling game (social) and have found a great front-end team that can turn our initial PSD designs into React/Redux front-end. The other spot (back-end) is left open and we are deciding between a few people to do the job, so these questions, if answered, would help us a lot in the interview process:
Great.React and Redux should do wonders!React is just not about converting your PSD to HTML,it is what we call making SPA's.Perfect for your project.
 
1. When creating the backend, we need to have a system that provides the user a address to send the deposit to: what do most big gambling sites do here? Do they have their own Bitcoin library that generates a new wallet address for each player? What would be best here; Node, Python or some more low level language like Go?
Good Question : I'll break it down for you.

-> Option_1 :
  • You can write your own bitcoin library based off the official documentation,the complicated way : https://bitcoin.org/en/developer-examples .A highly advanced programmer with insane programming capabilities would be needed here.
  • The choice of language is completely optional.I'd say,go with a high level object oriented language like Python for the back-end processing.Don't fret if that's a bummer,node.js can be equally good but the problem rise when your system grows.More users,more server loads,multiple requests and such will always be handled in the most efficient way by a object oriented programming language rather than object based,that is Javascript.

->Option_2 :
Leave it all to the third party API's! Less stressful,less complicated and gets your app running in seconds.n number of libraries are available for bitcoin transaction handling.I'm listing down a few below :
 https://bitcoinj.github.io/getting-started-js
https://bitcoinjs.org/
If you choose to go this way,use Javascript.
My personal opinion still remains the same,write your own library using Python.


2. Almost same question; but for handling withdrawals. Custom library or is there a popular system being  used on sites like Primedice?
  • You got to automate the withdrawals.Python wins again!Your python library developed in the above quote should be handled nicely with additional python script for automated withdrawals.There is no custom library as such,there are a few PHP based tools on github which can be useful only if your entire back-end is based on PHP.Once you have your primary library developer,automating the withdrawals isn't really a tough nut to crack. 


3. Is there any reccomended users on here for this job possibly? If so, refer us to them. The budget we have is pretty big, and half of it is left for back-end developer(s).
  • I could recommend myself but I'm too busy these days.I could think about it if you find another back-end developer whose believes in Scalable Architecture,Business Driven Development and Functional Programming. Most of the good gambling sites do have great programmers.BetKing.io (if you know them) hires talented programmers too.


Any answers would be really appreciated, and I will make sure to send over some beer bitcoins to the best answer. Thank you in advance.
If you find it useful,here's my address 16k7uVZvhWYD9JJJoFzqG8NrvL3y8RDxYP  Smiley
I'm open to all the discussions and I don't mind helping you set everything up for free (Test-cases,Devops,Load balancing etc) of-course for free. Smiley

Also listing down a few Stacks that go well with React and get you started up in seconds :
https://github.com/coryhouse/react-slingshot  [Very Important]
http://mern.io/ [If mongoDb is your thing]
2266  Economy / Exchanges / Re: Any Non-Poloniex exchange that deals with XMR? on: May 09, 2017, 07:57:57 PM
Bittrex would be your next choice.
Why not just use Poloniex though? In the largest in volume cryptocurrency exchange.
They're messing stuff up lately.Like a day back XMR was going off the charts until they came up with the server lag excuse and now everyone is freaking it.I'm paranoid myself.
2267  Economy / Scam Accusations / Re: Scammers who never repaid loans. Please do everyone a favour and paint them red. on: May 09, 2017, 06:34:45 PM
Find it hard to believe he will do so this time.
I guess not.Let's wait for it.

Also,were you really running a loan service ? That looked more like a charity,a sale place for anyone who wants to get rid of their accounts real quick.
2268  Economy / Trading Discussion / Re: Poloniex caused the market to crash on: May 09, 2017, 06:31:19 PM
No trades for the past hour on poloniex because of "server lag." Its been happening the past few days too. Mods say they are "working on it." Lol.

Pretty sad considering the daily profit they make from fees.
I'm having second thoughts now.Bought a few XRP couple of days back when the price was peeking.Now,somehow  I'm guessing it's all planned.You're not the only person that is giving the "lag" reason,many complaining on the chats as well.
2269  Economy / Gambling / Re: ♛ BitCasino.io - YOUR BTC CASINO! 1,000+ games, Bonuses, Lotteries, Live Games ♛ on: May 09, 2017, 06:17:10 PM
---shiller stuff goes here
dude,you haven't replied to a single post of mine in either sportsbet.io thread or here.You know why ?Because I'll beat you to conclusions.Stop shilling for them,you haven't won jack and you're a paid shill to defend them.I'm messaging DT members as I type and getting their accounts tagged. 

Yep! That's all he is a damn shill! I am putting him on ignore.
You're wasting time arguing with him. Didn't you notice how he shills only for the scam agency's Bitcasino,vegascasino and sportsbets.io ? People have started to realize now.I'm trying my best to stop users from playing there.You should do the same,spread awareness.
2270  Economy / Gambling / Re: ♛ BitCasino.io - YOUR BTC CASINO! 1,000+ games, Bonuses, Lotteries, Live Games ♛ on: May 09, 2017, 06:12:30 PM
---shiller stuff goes here
dude,you haven't replied to a single post of mine in either sportsbet.io thread or here.You know why ?Because I'll beat you to conclusions.Stop shilling for them,you haven't won jack and you're a paid shill to defend them.I'm messaging DT members as I type and getting their accounts tagged. 
2271  Economy / Lending / Re: Require Investor - For Increasing My Teambuild on: May 09, 2017, 06:05:58 PM
I am Into one of The paid to click websites where i have referred 1000+ referrals and right now getting 0.0025btc on daily basis .
That sucks dude.If you'd have referred half of those users to any of the gambling websites as their affiliate program,you would be rich by now.

I have already Invested the amount To Get that much referrals and I have breakeven In Just one Month . So I think There is Huge Potential .
Don't know how investment helps you get referrals but you sound like you know what you're doing.How much loan are you expecting here ?

2272  Economy / Trading Discussion / Re: Earning with BTCs? on: May 09, 2017, 06:02:34 PM
Hello, I have about 3 BTCs that I would like to earn a little bit off of...I tried BTCjam and most lenders didnt pay back, so I made negative there..
Correct.That's what happens if you don't know what you're doing.Continue doing that and soon you'll regret losing those 3 bitcoins.

I dont know trading so I dont know how that would be... any other ideas? Smiley
Do whatever you're good at.Something worked out for me just because I know a lot about it doesn't mean it will work out for you too.Learn trading with small amounts.Don't risk it all for someone else's idea.You should be smart how you invest.
2273  Economy / Scam Accusations / Re: BITCASINO.IO IS SCAM on: May 08, 2017, 06:17:17 PM
lol, you're everywhere screaming they are a scam, but you obivously work for BitDice, so why would you be objective?

Come with some proof that they are a scam and then we will talk...
And who are you ? Why did you make a fake account to argue with me ? If you want proofs,you can contact the owner of the casino and or BtcAntonioAgency on skype ,they should help you.

P.S. :If you have proofs of their blatant scams,they'll give you a nice bribe for hiding it.
2274  Bitcoin / Project Development / Re: New Cryptocurrency Exchange on: May 08, 2017, 06:13:12 PM
I would like to ask how many person and what specialists we need as a team for this project, such as programmer, developer etc.  and how to find the right persons for this team .

Depends on your budget and the time frame ? If you want to finish the project in one month (which is nearly impossible),you can hire 5-8 good developers and a team of marketing professionals.To find right persons for the team,you can message me for details. I've something to offer.
2275  Economy / Digital goods / Re: [WTS] [CHEAP] Amazon AWS 150/100 Credits Coupon on: May 08, 2017, 05:56:56 PM
you forgot to make it "self moderated", that is best if you want to scam Cheesy
I'm pretty sure locking thread will be in progress.Wait for it,you should see him opening a self-moderated one soon.

Do you have a alt account or do you both use the same skype name?

https://bitcointalk.org/index.php?topic=1780402.0
Lmao that was a quick connection spotted.Quoting it for reference here.

Paying with PayPal Family and Friends or Bitcoin

I need a working UBER or LYFT account, and it has to work so please make sure your accounts you give me are working for rides!

Skype: W.olfG.ang

I will go first or escrow will be used!
2276  Economy / Reputation / Re: johnjack account was hacked - DON'T DEAL on: May 08, 2017, 05:09:10 PM
So, how can you prove that his account was hacked or theft? Am email and password is changed according to users need and security.
On bitcointalk,change of username and password is the first sign of any account being hacked and it's true 90% of the time.Email's can be hidden anyway,what's the point of changing it ?

I have immersively noticed and found a major quantum of people who are not aware even of their own profile and post negative feedbacks whenever and whatever they wish.
Trust isn't moderated.They are free to leave whatever feedback they like.

2277  Bitcoin / Project Development / Re: Bitcoin API for free? Which best? on: May 08, 2017, 05:02:06 PM
Hello,

Please tell me which bitcoin api is best and for free. I was trying to use blocktrail but i have some problems with sdk. It is working just for one domain. For second on same server it doesnt want to work. Do u know any other api bitcoins? Of course easy to use. Blockchain is not giving api keys. So any others?
Depends what are you planning to do with it.Blockchain.info do give you keys if you are not doing something shady.Either way,let us know what exactly you need to do like code a block explorer or start a new wallet,accordingly I'll suggest.
2278  Bitcoin / Project Development / Re: [BOUNTY] Name for new Exchange. on: May 08, 2017, 04:59:19 PM
ZYCNETEX
ZYCNETIC
ZYRA

Goodluck to myself lol
Tongue
Why are people still commenting here without reading the post ? The bounty which was suppose to be on this address :
Code:
18956bNk1NhnEeK38C5SuRviJ1eAxUAYB4
is moved. I've tried to find the address where the coins were sent but no trace of that address on the forum.Let your imagination do the rest.
2279  Alternate cryptocurrencies / Altcoin Discussion / Re: [Ask] How To Choose High Paying And Trusted Bounty Programs? on: May 08, 2017, 04:39:22 PM
Questions;
1. How to identifiy that the campaign is legit not scam?
Check if the money is escrowed or the campaign is ran by a trusted bitcointalk's campaign manager.You will need to spend good amount of time on bitcointalk to know what to trust and what to avoid.

2. How to count the final result if we are accepted?
You don't have to count your posts.The campaign manager does that.Keep reading the updates on your campaigns thread,they have every information you need whilst in the campaign.
2280  Economy / Gambling / Re: ♛ BitCasino.io - YOUR BTC CASINO! 1,000+ games, Bonuses, Lotteries, Live Games ♛ on: May 08, 2017, 04:29:42 PM
If someone knowingly and intentionally wants to play at a scam casino, then that is fine for him and me and I think most people. Smiley

The problem is if people are misleaded by paid shills and affiliates to unknowingly play at a scam casino!
True.The amount of idiots who trust any random websites with their bitcoins astounds me.These casinos continue to run knowing they're a scam because they know they will never run out of the business.

Usually BitCasino staff is quick to defend accusations against them, and in most cases they give good proof that these accusations are wrong or misguided. I am not a very active gambler on their site, but my experience with them has been good so far. ^smile^
 Let's hope they comment soon and this gets resolved in a professional manner.
You cannot be serious mate.They're scam.There is no much argument needed to prove the point.Digest it.
Pages: « 1 ... 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 [114] 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 276 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!