Bitcoin Forum
May 06, 2024, 01:54:10 AM *
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 »
421  Economy / Speculation / Re: Gold collapsing. Bitcoin UP. on: September 26, 2012, 06:25:35 PM
Gold is recently at new highs for the Euro, Argentine Peso, Brazilian Real, Swiss Franc, Indonesian Rupiah, Indian Rupee, Pakistan Rupees and South African Rand. You'll see new highs in US dollars, Great British Pounds, Japanese Yen and others reasonably soon.
422  Economy / Speculation / Re: Gold collapsing. Bitcoin UP. on: September 24, 2012, 10:53:53 AM
The price of gold has just reached $1,000,000 an ounce...



yes that's right, I'm selling an ounce of gold for one million dollars... any takers?
423  Bitcoin / Bitcoin Discussion / Re: [BPM] Bitcoin Project of the Month: 2012-09 - Voting now! on: September 24, 2012, 08:22:10 AM
Still got my vote, a good library in staid of rpc calls to client would make development of third party tools a lot easier and adds more flexibility.

Thanks for the vote.

Well done to OpenTransactions which might not specifically be a bitcoin project but compliments bitcoin nicely.
424  Bitcoin / Bitcoin Discussion / Re: [BPM] Bitcoin Project of the Month: 2012-09 - Voting now! on: September 23, 2012, 05:58:07 PM
I think my project is a bit too early to prove itself yet. When I get my full block-chain downloader/validator working I think it will create much more interest.
425  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 3 Released. on: September 22, 2012, 07:24:59 PM
Alpha 3 is released. In this release the CBAddressManager test is fixed for new version numbers, the README has been improved, an old copyright notice has been removed since it is not needed and a problem with the script interpreter was fixed.
426  Bitcoin / Bitcoin Discussion / Re: Is there a larger known networked computing project? on: September 18, 2012, 10:07:39 PM
There is a project out there called Internet that uses a lot of CPU.

I'd bet if you took the combined computing power of the entire internet it still wouldn't be anywhere close.... It doesn't take a lot of computing power to serve or view webpages.

I just need to say that you are thinking of the world wide web.  Technically bitcoin is part of the internet so therefore the internet as a whole has to me more powerful.
427  Economy / Speculation / Re: Bitcoin Project will be making a major announcement in September on: September 18, 2012, 08:10:40 PM
I'm looking forward to the announcement on the 30th of September 23:59
428  Bitcoin / Bitcoin Discussion / Re: [BPM] Bitcoin Project of the Month: 2012-09 - Voting now! on: September 17, 2012, 09:04:23 PM
Python is reeeeaaaaallllly sloooooooow on OSX for some reason. It's not so bad on Linux or Windows as I've experienced. Maybe it's just my Mac.
429  Bitcoin / Bitcoin Discussion / Re: [BPM] Bitcoin Project of the Month: 2012-09 - Voting now! on: September 17, 2012, 08:49:29 PM
To me it is not quite clear what the advantage is of it being in c99. Embedded systems?

Possibly on embedded systems if you can get dynamic allocation to work and implement some of the standard library.

C is one of the most popular languages out there and I like coding with C which is why I'm using it.
430  Bitcoin / Bitcoin Discussion / Re: [BPM] Bitcoin Project of the Month: 2012-09 - Voting now! on: September 17, 2012, 08:31:55 PM
I'm beginning to feel sorry for that poor chap who develops cbitcoin at only 10% in last place.  Grin
431  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 2 Released. on: September 17, 2012, 07:32:27 PM
Thanks, I'm sure those random digits will come in handy.  Grin

I've got some code up for the fully validating node software: https://github.com/MatthewLM/BitEagle-FullNode

Hopefully that will come along smoothly.
432  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 2 Released. on: September 17, 2012, 01:33:31 PM
Thank you very much for the donation.

people have been complaining about the satoshi client for ages...

I cannot say I'll be able to satisfy every need and complaint but I am all ears to suggestions and comments about bitcoin.
433  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 2 Released. on: September 17, 2012, 11:41:10 AM
1.0 Alpha 2 is now available for download: http://cbitcoin.com.

I removed some include directives that should not be there. I fixed some warnings by changing the services bitfield to CBVersionServices and fixed the error handling in the CBNetworkCommunicator code. See commits here: https://github.com/MatthewLM/cbitcoin/commits/alpha
434  Bitcoin / Bitcoin Discussion / Re: [BPM] Bitcoin Project of the Month: 2012-09 - Nominations on: September 16, 2012, 09:39:16 PM
Well I have an updated description: https://github.com/MatthewLM/cbitcoin/

cbitcoin is a bitcoin library written in standard C99. It is currently in alpha-stage and should only be used experimentally. The purpose of the library is to make it easier for developers to create bitcoin applications and the library should be versatile enough to be used in many bitcoin projects. It is not a client library, rather it provides the basic building blocks of the bitcoin protocol.

The features includes:

Bitcoin message structures including serailisation and deserialisation functions.
A bitcoin script interpreter.
Functions for building and verifying merkle trees.
Basic functions which can be used in various validation models (full nodes, pruning nodes, SPV nodes or whatever).
Asynchronous networking code whcih provides a simple interface to the bitcoin network for sending and receiving messages.
A network address manager
Automatic bitcoin handshakes.
Automatic peer discovery.
Automatic pings.
Base-58 bitcoin address encoding.
Simple reference counting memory management.
Doxygen documentation and well-documented source code.
Purely standard C99 with weakly linked function prototypes for cryptography, PRNG and network dependencies.
Implementations of the dependencies using libevent and openssl.
435  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 1 Released. on: September 15, 2012, 06:53:54 PM
Thanks to both of you.

I'm working on the full validating node software now. Somewhat soon I should commit some code to https://github.com/MatthewLM/BitEagle-FullNode This should aid with the testing of cbitcoin as I code the components for BitEagle.
436  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 1 Released. on: September 15, 2012, 03:36:26 PM
a little bit of btc love coming your way mate - I don't even develop but I can see the benefit of this being in the community, so thanks for spending the time on it.

Thank you.

is it a Dynamic Shared library (dso/dylib/dll) ?

The build script compiles shared/dynamic libraries for Linux and OSX. There is no Windows support yet. You can build or use the source code any way you want of-course.

Well, just wanted to come back and say that libevent appears to officially support Windows. Hell, there was even a libmemcached v0.42 port for Windows and then I was able to port PushPool to Windows.

Though cbitcoin will likely not be windows friendly. It would be good for any Windows developers to see if they can get it to work in Windows. I understand that the Windows C compiler doesn't support C99 so that will be a problem, though the code can be modified for C89 to compile for Windows or some other compiler can be used if it exists.

437  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 1 Released. on: September 14, 2012, 07:23:44 PM
BitEagle will be an alternative client. If people want to use it in place of bitcoind (There should be a library and daemon interface) they can, but if they want to keep bitcoind then that's up to them. So "displace" isn't the word.
438  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 1 Released. on: September 14, 2012, 01:52:58 PM
Amazing work @MatthewLM, expect some pull-requests coming in Smiley

Thanks. Contributions are very much welcome. Look out for "Huh" in comments. I put "Huh" wherever I'm unsure about something or I think something could be improved. Be wary of the documentation which is incomplete and wrong is areas (Contributions to improved documentation would be helpful).
439  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 1 Released. on: September 14, 2012, 12:13:37 AM
Cool stuff, keep it up!

Btw quick question, is BitEagle going to be a standalone client or a light client?

BitEagle will use SPV combined with a server-side full node. The server is there to behave as a trusted node to protect against attacks against your internet connection. Unlike some people have misbelieved this does not mean the security depends on the server because the client software will still do SPV validation on the bitcoin network. I will release the server-side full validation code as open-source so someone could make a fully validating client with it. With BitEagle I'm aiming to provide an intelligent mixture of security and convenience. More details will follow at a later date since it's still quite conceptual at this stage.

Donation sent. This is an excellent project.

Thank you very much for the donation. And I hope to ensure that this is a worthy project. ;-)

I'll add half a bitcoin.

Thank you!
440  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 1 Released. on: September 13, 2012, 11:28:45 PM
I did take many of the script tests from the C++ bitcoin client and I should look at the other tests to add to mine, though sometimes it complicated trying to copy from C++ client.  

congrats for following through on this!

Smiley Still got a lot to do, especially with BitEagle but I'll get through it all... eventually. I've got some exciting stuff planned.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!