Bitcoin Forum
May 09, 2024, 05:03:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / A thought... on: July 09, 2015, 07:48:43 PM
When bitcoin is actually "mainstream" and the volumes of transactions that we are seeing today, is becoming a normal thing, how will the network handle it?


on a side note, does anyone know when the attack will stop? any estimates
2  Economy / Service Discussion / Did i just loose my btc? on: July 09, 2015, 06:51:52 PM
3  Bitcoin / Bitcoin Technical Support / almost an hour, no confirm still on: July 09, 2015, 06:03:03 PM
https://blockchain.info/tx/abdaef8596813f90d8294e40c33709e2f18a1ebd407cbc410110f796e4c97d76

?
4  Bitcoin / Project Development / Very simple and useless encryption/decryption in vb.net! Source included on: July 04, 2015, 03:14:32 PM


binary: www(dot)mediafire(dot)com/download/pr7f00rz874x82c/CryptEX.exe

Pretty useless, but i thought i would share:)








Code:
Imports System.Security.Cryptography
Imports System.Text
Imports Microsoft.VisualBasic

Public Class Form1

    Private Shared Function GetMD5Hash(ByVal md5hash As MD5, ByVal input As String) As String
        Dim data As Byte() = md5hash.ComputeHash(Encoding.UTF8.GetBytes(input))
        Dim sBuilder As New StringBuilder()
        For i As Integer = 0 To data.Length - 1
            sBuilder.Append(data(i).ToString("x2"))
        Next i
        Return sBuilder.ToString()
    End Function
    Public Shared Function CompareThem(ByVal hashedStr As String, ByVal str As String) As Boolean
        Dim md5hash As MD5 = MD5.Create()
        Dim comparer As StringComparer = StringComparer.OrdinalIgnoreCase
        If comparer.Compare(hashedStr, GetMD5Hash(md5hash, str)) = 0 Then
            Return True
        Else
            Return False
        End If
    End Function

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        Timer1.Start()

    End Sub

    Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
        If RadioButton1.Checked Then Label1.Text = "MD5"
        If RadioButton1.Checked Then Button2.Enabled = False
        If RadioButton2.Checked Then Label1.Text = "BASE64"
    End Sub

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        If RadioButton1.Checked Then
            Dim input As String
            input = TextBox1.Text
            Dim hash As String = ""
            Using md5hash As MD5 = MD5.Create()
                hash = GetMD5Hash(md5hash, Input)
            End Using
            TextBox2.Text = hash
        End If
        If RadioButton2.Checked Then
            Dim base64Decoded As String = TextBox1.Text
            Dim base64Encoded As String
            Dim data As Byte()
            data = System.Text.ASCIIEncoding.ASCII.GetBytes(base64Decoded)
            base64Encoded = System.Convert.ToBase64String(data)
            TextBox2.Text = base64Encoded

        End If

    End Sub

    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        If RadioButton2.Checked = True Then
            Dim base64Encoded As String = TextBox1.Text
            Dim base64Decoded As String
            Dim data() As Byte
            data = System.Convert.FromBase64String(base64Encoded)
            base64Decoded = System.Text.ASCIIEncoding.ASCII.GetString(data)
            TextBox2.Text = base64Decoded

        End If
    End Sub
End Class
5  Bitcoin / Project Development / Web hosting, Need Staff/Investors/Supporters on: June 25, 2015, 12:09:35 AM
This is a very early project, but i am starting a web-hosting company and i need some supporters, etc..


If you are interested in helping please shoot me a PM
6  Bitcoin / Mining / 3D printed miner on: June 23, 2015, 06:58:15 PM
I was thinking, what would happen if someone created a 3D printed miner, Like the base of the miner, and the chips mounted on the inside. It would lower the cost of production, and allow a lot more customization.

I'm going to create a prototype in FreeCAD, and share it...

If anyone has some ideas/chip suggestions please let me know.


You can all email me at easyconvertus@gmail.com if you would like.
7  Economy / Currency exchange / [H] BTC [N] Paypal on: June 23, 2015, 01:46:04 PM
Email me at easyconvertus@gmail.com if you are interested, i only have 14-15$ btc
8  Bitcoin / Project Development / MegaCoin Wallet | A safe, online wallet to hold all currencies in one! on: June 21, 2015, 11:00:05 PM
Hey everyone, some of you may know me, I will be creating an online wallet that supports many currencies.

Current currencies planned to be accepted:

- Bitcoin
- Litecoin
- Dogecoin
- Dash <-- Still not sure

If you have anymore coin suggestions please tell me.

I will be working on this full time, and security will be our highest priority.

As of right now, this is just an idea, but I do plan on making it a reality.

What we still need:
- Some investors
- Security researcher
- Supporters!!!!

If you would like to contribute, please email me at easyconvertus@gmail.com
UPDATE LOG:
Code:
Nothing yet:(
9  Bitcoin / Mining speculation / Investing 3,000$ on: June 19, 2015, 12:20:02 PM
Im investing some money into mining.

What hardware should i be looking at? I would like to be able to mine new coins, and litecoin etc. anything profitable.

What should i get?
10  Economy / Currency exchange / SELLING ALL BITCOIN & PAYPAL | 5% RATE FOR ORDERS UNDER $50+ | 1:1 FOR $50+ on: June 19, 2015, 11:50:25 AM
Simple, Im selling all of my paypal and bitcoin.

STOCK:
Paypal - 500+$
Bitcoin - 400$, orders over 400$ take max 4 days

Im selling both, paypal -> btc 5% rate.


EMAIL ME at easyconvertus@gmail.com

accepting trusted middle men and escrow
11  Economy / Currency exchange / [EasyConvert.us] Fast, Safe BTC/LTC/DOGE/PP trading! on: June 18, 2015, 03:16:55 PM
*I plan on making a more high-quality thread later on*


Hello everyone! I would like to introduce you all to EasyConvert!

EasyConvert is a simple, safe, and fast currency converter. We accept Paypal, Bitcoin, Litecoin, Dogecoin, and other major payment processors

The signup process is simple, you apply at http://apply.easyconvert.us, then we will call/email you shortly after your application was submitted.

Please, like our facebook! https://www.facebook.com/pages/EasyConvert/690262591078047?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!