Bitcoin Forum
May 26, 2024, 03:35:53 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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 146 »
341  Bitcoin / Development & Technical Discussion / Re: Bitcoin client "Sign Message" box issue on: January 03, 2013, 04:50:18 PM
Digests aside the point is we are advising non-techinicals to sign "random letters and numbers" which could lead to legally binding contract. In a legally binding contract, You can't just say "I didn't know i signed a bad contract" when your signature is there. The law will say... welp prove that you didn't know.
342  Bitcoin / Development & Technical Discussion / Re: Bitcoin client "Sign Message" box issue on: January 03, 2013, 04:47:57 PM
I had to cancel a project because at the time I could not think of a solution (So I'm saying In my experience this is a REAL issue) but in the past I have asked users to sign a contract that contained \n\r and other non-ascii characters so when they copy the proposed contract from a website they don't get the non-ascii characters making the signature invalid when the website verifies it. That's the real gravity of the issue.

The reason why I split the discussion is because I can't explain everything with out questions and with lack of questions my point wont be conveyed -- its the only way I can properly communicate this issue is with question asking but I think I just now got it all out.
343  Bitcoin / Development & Technical Discussion / [closed]Bitcoin client "Sign Message" box issue on: January 03, 2013, 04:31:45 PM
I am referring to the following link (scroll down to the bottom) https://github.com/bitcoin/bitcoin/issues/2132

If you open up the "sign message" box dialogue you will see that the box advises users "Only sign fully detailed statements that you agree too" how ever a contributing developer has advised for users to sign sha256 digests, this is counter-intuitive it leads users open to sign just about anything. so...

How do we promote users "Not to sign anything vague" when we are promoting them to sign digests. Which to any users is just a string of random letters and numbers; It doesn’t mean a thing to a non-technical person. I realise that sha256 doesn’t have any (known or mathematically computed) collisions but to a non-technical person that doesn’t mean anything, so with this social engineering flaw in mind we can assume any joe-shmoe can invent his own "predictable digest" or even just provide a base64 encoding of the message the non-technical user wouldn't know a thing of the difference and could agree to things they are unaware of.
344  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | Documentation, Wiki | BitcoinDevKit.com on: January 03, 2013, 04:19:03 PM
BDK_login_with_coin_address() fix: In step one there is a return status of 101 and in step two there is a return status of 101 so to keep them seperate I have renamed return status of step 2 from 101 to 106.

Updates have been pushed to github and the wiki page is updated as well.

Wiki page: https://github.com/Xenland/Bitcoin-Development-Kit/wiki/BDK-Login-With-Coin-Address
345  Bitcoin / Project Development / Re: [FOSS] P2P portable encrypted messaging and voice communciation (And an app!) on: January 03, 2013, 04:45:23 AM
Hi!
I can see a very interesting project. In fact, I found here what I were thinking to develope.
I will analise the code as soon as posible and I will be following the project.
Is it functional now?


Its not complete by any means, how ever I try to post only stable builds so it should as of right now display a GUI showing two buttons Button 1 says "Generate Identity", Button 2 says "Load identity". Only the "generate identity" partially is complete it will generate a key. I haven't secured anything at this point like pen-test or make sure the keys generated have high entropy and I don't plan on "securing it" until all the implementations are their --Just to make progress/development/ideas go by quicker. In other words the plan is to get the thin working and then secure the app.  The app just requires OpenSSL and GTK (and possibly GDK)


Side-note:I'm working on an embedded solution right now but I feel a fan/user-base is needed as well as p2p network established to make the embedded solution more appealing. I will not discuss any details about the embedded solution at this time for the sake of preventing competitors however just know that its near completion and the source-code is planned to be MIT/X11 licensing, however practically I fore-see that it will be GPL at first to get a ROI so an organization could be established with some funds to back it and provide updates, and other planned "secure devices"(that will also be FOSS) and then once the org is established release MIT/X11 licensing. The desktop app it self will be X11/MIT when it is complete for now its just AGPL.
346  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | Documentation, Wiki | BitcoinDevKit.com on: December 31, 2012, 07:32:54 PM
BDK_login_with_coin_address() Fix: The return status code for Bitcoin client connection failed was missing and has replaced return status 100. Return_status 100 has been moved to 104. The wiki page has been updated accordingly: https://github.com/Xenland/Bitcoin-Development-Kit/wiki/BDK-Login-With-Coin-Address
347  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | Documentation, Wiki | BitcoinDevKit.com on: December 29, 2012, 07:54:01 PM
Domain seems to be working again.

Also I switched to PHP hosting so I will start posting up the most up to date references on the website and then periodically sync the updates to git-hub for historical purposes.

http://BitcoinDevKit.com
348  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | Documentation, Wiki | BitcoinDevKit.com on: December 28, 2012, 07:46:32 PM
The domain seems to not be redirecting properly and hasn’t been for the past 24+ hours I'm not sure why yet I'm looking into the issue for now just go to the following link to view the website: http://xenland.github.com/Bitcoin-Development-Kit/
349  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | Documentation, Wiki | BitcoinDevKit.com on: December 27, 2012, 06:40:48 PM
Function Added
Bitcoin Get Transaction function has been added.

Wiki page is under construction: https://github.com/Xenland/Bitcoin-Development-Kit/wiki/Bitcoin-Get-Transaction
350  Bitcoin / Project Development / Re: [ANNOUNCE] Bitmessage - P2P Messaging system based partially on Bitcoin on: December 27, 2012, 06:35:05 PM
Whoa... How did i miss this, I'm working on a C version of P2P encrypted messaging using RSA, I like your white paper looks like it describes an anti-spam measure like hashcash(or comparable to bitcoin)

https://github.com/Xenland/P2P-Crypt
351  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | Documentation, Wiki | BitcoinDevKit.com on: December 27, 2012, 04:47:50 PM
First bug fix
*Login with Coin Address never returns successful even upon a successful run. This has been fixed and published in v0.0.32

Wiki Update
Login with Coin Address Wiki page is completed
https://github.com/Xenland/Bitcoin-Development-Kit/wiki/BDK-Login-With-Coin-Address
352  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | Documentation, Wiki | BitcoinDevKit.com on: December 27, 2012, 06:45:54 AM
The website is taking longer then I thought but only because I require quality, The first tutorial is up for generating a bitcoin address, they are not too in-depth as its ment to intice developers to purchase the packages that come with tutorial videos and example scripts.
(Clear your cache if you've been to our site before it seems cache is sticking on some users browsers)
Tutorial Link: http://xenland.github.com/Bitcoin-Development-Kit/documentation/tutorials.html
353  Bitcoin / Project Development / Re: Programming Newbie Looking For Some Answers on: December 26, 2012, 02:00:27 PM
the website will ping the Bitcoin client every so often
Use the monitortx patch instead, much better.

Thanks Davout!
354  Bitcoin / Project Development / Re: Programming Newbie Looking For Some Answers on: December 26, 2012, 01:20:23 PM
The balances are normally attributed to a user_id that the user can login with and check their balance. When a user would like to deposit an address the website code would query the Bitcoin client through JSON command that will generate an address. The newly generated address will be attributed to the user_id as a deposit address. The user then sends the Bitcoins to the address, and the website will ping the Bitcoin client every so often to see if any new bitcoins have been received, If there are new bitcoins the information can be extract to that particular transaction information like "+1 Bitcoin deposited" type of information. You take that information and increase the users current balance value.

I'm working on a Bitcoin Development Kit library for PHP that facilitates all these kind of convinces, checking new balances is a planned feature but I'm going to make it official and post it on the github "issues" page. (https://github.com/Xenland/Bitcoin-Development-Kit/issues/5)


Update: This feature of updating balances has been added to the to-do list instead
(https://github.com/Xenland/Bitcoin-Development-Kit/wiki/%28%29-To-Do-Features-%28Notes-to-contributing-developers%29)
355  Other / Off-topic / United states inc. proof on: December 25, 2012, 02:25:45 AM
https://delecorp.delaware.gov/tin/GINameSearch.jsp

Click on link and type in United states

Police are just sovriegn citizens here to talk you into selling your sovriegn rights away to them. Any one can be a police but only working for county,state,etc seems to be most profitable as its easy to get any afriad of uniform.

Why does a ruler need to register as an entity to report expenses to themselves.
356  Economy / Service Discussion / Re: Meanwhile in Times Square NYC...... on: December 25, 2012, 02:16:14 AM
Ah now that makes sense.
357  Bitcoin / Bitcoin Discussion / Re: Merry Christmas! on: December 24, 2012, 10:06:04 PM
Regardless of what corporations have done to courrupt the thought of "merry" thoughts... I wish everyone a SUPER MERRY CHRISTMAS!!!! F**K GIFTS I HAVE MY BEAUTIFUL LIFE to live in the NOW EVERYDAY!!!
358  Economy / Service Discussion / Re: Meanwhile in Times Square NYC...... on: December 24, 2012, 09:48:52 PM
I'm no advertising expert but spending a couple million on something that nobody even knows about(and thus nobody can tell another person about if someone even asked) doesn’t sound like smart advertising. As far as I've researched advertising anywhere on time square is at least $4 million/month and long term contracts are required. So i guess I’m just confused about everything. The website doesn’t seem to reflect the advertising that was put out and by that i mean if you are pushing hard on your "AD" caimpain you'd think people would at least spam uptweet but i still see the same traffic the same content of posts no variety.
Just confused about the whole thing any ways the website looks great buddy keep it up, looks exactly how you imagined!


Updates: here is the webcam (It looks like its still advertising sprint... its weird how the webcam displays only sprint advertisements and in your image it shows the sprint advertisement EVERYWHERE except uptweet.... weird indeed http://www.timessquare2.com/webcams.html
359  Bitcoin / Project Development / Re: Distributed identity and reputation database on: December 24, 2012, 05:18:44 PM
I'm working on a Real P2P messaging system (encrypted channels only) which requires public/private keys. Perhaps this could be the database, You build trust by communication over public key identity, then attach your contract to your P2P identity public, Although my app isn't near complete yet, but I posted here to notify those who would like to help contribute to the project: https://github.com/Xenland/P2P-Crypt
360  Bitcoin / Project Development / Re: [FOSS] P2P portable encrypted messaging and voice communciation (And an app!) on: December 24, 2012, 09:17:41 AM
Updates: SQLite3 integrated.
Generated identities are saved into the database.

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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 146 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!