Bitcoin Forum
May 27, 2024, 12:07:19 PM *
News: Latest Bitcoin Core release: 27.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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
421  Economy / Auctions / Re: [AUCTION] Samsung Galaxy S5 - in need of repaid on: December 08, 2015, 08:43:50 PM
Bidding price is now BTC0.2057.
422  Bitcoin / Project Development / Trying to get faucetbox bot to work on: December 07, 2015, 07:45:17 PM
I am trying to make a program in .NET that goes to a list of provided faucet box faucets and collects the free Bitcoins provided. So far, when I try using the program with bibi faucet there is no evidence the program works. I only coded the bot to collect from faucets that only require the CAPTCHA be checked. Below is my source code

Form1.vb
Code:
Imports System.Net
Imports System.IO
Public Class Form1

    Private Sub btnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart.Click
        ' loop through faucet list
        Dim faucetUrls() As String = Split(txtFaucetList.Text, vbCrLf)
        For Each url As String In faucetUrls
            ' get faucet source code
            Dim pageHtml As String = web.web("get", url)

            ' solve captcha

            'get special name of btc address checkbox

            Dim addInputNameEndPos As Integer = pageHtml.IndexOf("class=""form-control"" value="""" placeholder=""Your Address"" style=""width: 468px; border-radius: 3px; font-size: 12px;"">")
            Dim addInputNameStartPos As Integer = addInputNameEndPos - 27
            If addInputNameEndPos = -1 Then
                addInputNameEndPos = pageHtml.IndexOf("class=""form-control"" value=""""")

            End If

            ' check agian
            If addInputNameStartPos = -1 Then
                addInputNameStartPos = pageHtml.IndexOf("class=""form-control"" type=""text"" value="""" placeholder=""Your address"" name=""")
            End If


            Dim addInputName As String = pageHtml.Substring(addInputNameStartPos, addInputNameEndPos - addInputNameStartPos)

            If pageHtml.IndexOf("<input name=name=""honeypot""") > 0 Then
                ' send web request/response
                Dim address As String = txtAdd.Text
                Dim resultHtml As String = web.web("post", url, "address=" & address & "&honeypot=checked&" & addInputName & "=" & address)

            End If

        Next
    End Sub
End Class
web.vb
Code:
Imports System
Imports System.Net
Imports System.IO
Imports System.Text

Module web
    Public Function web(ByVal mode As String, ByVal url As String, Optional ByVal data As String = Nothing)
        If mode = "get" Then
            ' create new webrequest object
            Dim request As WebRequest = WebRequest.Create(url)
            Dim response As WebResponse = request.GetResponse()
            Dim sr As StreamReader = New StreamReader(response.GetResponseStream()) ' create streamreader
            ' no data to enter
            Return sr.ReadToEnd()

        ElseIf mode = "post" Then
            'ceate webrequest object
            Dim request As WebRequest = WebRequest.Create(url)
            ' add post data to request

            ' set request property to post
            request.Method = "POST"
            ' convert data to byte array
            Dim byteArray() As Byte = Encoding.UTF8.GetBytes(data)
            ' set MIME
            request.ContentType = "application/x-www-form-urlencoded"
            request.ContentLength = byteArray.Length

            'get request stream
            Dim datastream As Stream = request.GetRequestStream()
            ' write data to stream
            datastream.Write(byteArray, 0, byteArray.Length)
            ' close data stream
            datastream.Close()

            ' now get response
            Dim response As WebResponse = request.GetResponse()
            ' get stream cotaining response from server
            datastream = response.GetResponseStream()

            ' return text
            Dim reader As New StreamReader(datastream)
            Return reader.ReadToEnd()
        Else
            Return False
        End If

    End Function
End Module

423  Other / Off-topic / Off to university on: December 06, 2015, 01:22:22 AM
I created this thread to let everyone know here I will be taking a basic C# and Java course at BCIT at the downtown campus in Vancouver, BC, Canada. I already know some VB.NET, but I d know that C# was created with a very different programming goal in mind. It seems to me that C# remains to be the superior language to VB.NET.

for those who are nt familiar with the Canadian college curriculum, check out http://bcit.ca for yourself before you make any judgements. I attended Cakefest (CakePHP conference) before enrolling in any of this college's computer science courses.
424  Economy / Services / Re: 10 BTC for an Android app on: December 06, 2015, 01:12:35 AM
As saattd above, unless your funds are escrowed you are not likely to get the developer you want, even if they are qualified to work with you. Provide proof you are a trustworthy investor or business, or at the very least provide an escrow. 
425  Bitcoin / Bitcoin Discussion / Re: Bitcoin Bank??? on: December 06, 2015, 12:55:09 AM
There really is no Bitcoin bank that is trustworthy, As Bitcoin is still a new technology under testing grounds there is no real security when it comes to Bitcoin. If I were you I  would only be trusting forum members on this site with a high trust rating who can be trusted with Bitcoin Banking at this point.
426  Economy / Auctions / [AUCTION] Samsung Galaxy S5 - in need of repaid on: December 05, 2015, 11:31:52 PM
I have a Samsung Galaxy S5 that is in need of repair. I am auctioning it off to the highest bidder in this thread. Here is a link to the phone being sold
Description:A Samsung Galaxy S5 with a broken screen and a back light that does not fully light up
Starting bid:BTC0.2567
Buy it now:BTC0.5134
End date and time: 30 days from now (January 4, 2016)
Payment methods accepted:Bitcoin only escrow is recommended
Additional information:This is my old cell phone. I tried to get it fixed by a local phone repair shop. Did not have much success in getting it working agian. Am auctioning off to highest bidding smartphone handyman

Escrow is recommended


The best way to get a hold of me is to contact me via PM
427  Other / Off-topic / Re: Will you quit your day job to go full time on bitcoin? on: December 05, 2015, 10:40:00 PM
It is still best to keep working your jobs that pays your a sustainable fiat salary. As it stands right now Bitcoin is still very volatile and I would not recommend to rely on all of your financial essentials on cryptocurrency. Blockchain is still years behind development before it can even be considered replacing fiat-based currency.
428  Economy / Economics / Re: Making a living online (recreate) on: December 05, 2015, 10:34:07 PM
Why not code for others? Or create services people like?

If i would live in a country that is not Switzerland i could easily live from one Website i have and the Adsense income on there. The website is simple and needs barely maintaince, but i managed to make something, that already exists in several variations, so simple and that people started to use it.

Sounds simple, but in reality it isn't.
You need a big portfolio and a very good reputation before people actually hire you to do some coding, unless you charge <$5/hour ... The bottom side of the market is full of people from india, china, students making beer money,... The top side of the market is full of big-portfolio, big reputation coders. It's pretty hard to make a living if you live in a country where you need at least $15-$20/hour to make ends meet.
It is true that coding projects do not pay big salaries when it comes to coding in first world markets. One must accept paid coding projects as paid work experience as coding is hard to come by. As you said students making beer money, and programmers living in third-world countires makes up most of the work force on this forum. Still experience is better than no experience, and some people can't afford to go to school. Sometimes valid work experience is all one needs to get the job they want. It may take many years longer, but it may just as well be worth it for many people in the long run.
429  Other / Beginners & Help / Re: How earn Bitcoins fast and free?? on: December 05, 2015, 10:23:29 PM
As I have said before, the best way to get Bitcoin is to work for it; there is no such thing as free money. If you have a talent, for example, post your blog or other kind of portfolio to the Services section and let people hire you. On a forum this big, someone will pay you to work for them. I would also suggest signature campaigns. If you can keep to posting the weekly limit, depending on how much time you spend on these forums and how your posts contribute to this forum, you could potentially make a passive income.
430  Bitcoin / Development & Technical Discussion / Re: send message to the btc address on: December 05, 2015, 07:25:12 PM
I have not really seen a reason to have a full on web wallet for a project like this but if someone were to develop one it would be interesting to see. All we have at the moment are signed messages, and as posted above it seems more developers are taking advantage of the blockchain technology. In late 2018 I predict the price of Bitcoin will have really taken off and anyone who is developing software using the cryptocurrencie's APIs now will have a lot of work opportunity in the future.
431  Bitcoin / Project Development / Re: I need developer/partner on: December 05, 2015, 07:16:19 PM
Hello again,

2 programmers/developers needed to join our group.

- skills to build mobile apps

- skills to integrate bitcoin and do some developments in this.

- you need to be ready to work hard for get some results.

- programming skills needs to be MORE than good.

- you need to be extremely trustful and loyal to work with us.


Ps,

This is not for freelancers or people who seeks for fulltime work with basic salary, profits will come from projects what are finished and went to public. Your profits can be from 1 satoshi up to 10 000bitcoins.

Send me PM and I'll give you my skype contact informations and also there is one small task to make, this is a timed test to see your programming skills.




I'm taking it that things went south because no one who has all that would waste their efforts or time on something with no sort of guarantees.  Its on you as a shrewd businessman to trust that your idea is worth more than the 3-7K you'd be willing to throw in up front to just build it proper, market it and make money from it in perpetuity, But what do I know?
I agree with everyone else who posted on this project proposal. No developer who is that skilled is ever going to want to work with someone like you considering what you posted. It seems you want to take most of the profit while developers do most of the work. You need better business skills than that, my friend.
432  Economy / Service Discussion / Re: Dark marketplaces? on: December 05, 2015, 03:13:44 AM
I've heard of the darknet. I've never been there. It sure is a really scary place. I would only consider using it if for some reason my life depended on it. Anything can happen there.
433  Bitcoin / Bitcoin Discussion / Re: About to buy my 1st Bitcoin on: December 03, 2015, 10:00:29 PM
OP is an obvious total n00b to Bitcoin. Here are my suggestions: transfer your Bitcoins to a Bitcoin Core wallet. Don't trust Coinbase with your coins. You could easily loose your money to a hacker. Follow the speculation section of this forum. You would learn a lot o when and when not to trade Bitcoin to your local fiat currency. Bitcoin is still under development and is a big investment. I think it will be worth a lot in a few years. I may nor know when, but I do no it is a worthwhile investment.
434  Bitcoin / Bitcoin Technical Support / Re: No blocksourece available on: December 03, 2015, 07:53:09 PM
Try quitting Bt-Core and rerunning the wallet with the -reindex option from your opreating system's command line.
435  Bitcoin / Development & Technical Discussion / Re: Is it possible to guess a privkey? on: December 03, 2015, 07:18:50 PM
Don't worry, as stated before, private keys are strongly encrypted and would take quite some time even for supercomputers to decrypt. Don't worry, your coins are safe.
436  Other / Beginners & Help / Re: is it still a good idea to create a blog about bitcoin? on: December 03, 2015, 07:07:50 PM
Writing a blog about Bitcoin is easy to do. If you are specialized on one are of Bitcoin or other kind of computing in general, you could end up making a bit of money off this website. The more interesting content you write and the more promotion you do, over time people will come to your website.
437  Other / Off-topic / Re: Post your Total time logged into Bitcointalk on: December 02, 2015, 10:58:47 PM
Total time logged in: 5 days, 9 hours and 47 minutes.
438  Economy / Services / Re: Looking for a developer for exchange site on: December 02, 2015, 10:41:05 PM
Yes looking to exchange from euro and dollars to bitcoins.

Simple for users to buy bitcoins....
Pm sent.
439  Economy / Services / Re: CakePHP website developer and VB.NET programmer on: December 02, 2015, 06:18:34 PM
bump
440  Bitcoin / Project Development / Re: Trustless Lending - an alternative to BTCJam on: December 02, 2015, 01:42:44 AM
I have launched a demo version of this site at http://cake-tmwdca.rhcloud.com/

Site looks pretty neat and simple but I guess since this is just a demo version there are still enhancements to be seen in the future. I'm interested to know how are you going to protect yourself again loan defaulters who uses a reversible collateral? The risk of having an unpaid loan is very high nowadays even if they have a collateral.
I would have very strict rules as to what is accepted as valid collateral. I will have to do a bunch of research on my end and find out what collaterals are, what the risk factors are of each factor and go from there. I will moderate the website myself to begin with and offer a paid-moderator position when the business takes off.  I still have to look into the interest formulae and fee algorithm but that is what I've got to work on next.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!