Pages:
Author

Topic: minimalistic bitcoin client on D language? - page 2. (Read 10902 times)

hero member
Activity: 812
Merit: 1022
No Maps for These Territories
December 11, 2010, 03:11:04 PM
#19
Another client is useful, especially since the current Bitcoin client is a big mess. I was *shocked* that cryptography code looked like this.
Can you be more specific? What exactly makes it a 'mess'?
Hal
vip
Activity: 314
Merit: 4276
December 11, 2010, 03:08:45 PM
#18
Another client is useful, especially since the current Bitcoin client is a big mess. I was *shocked* that cryptography code looked like this.
I'd like to hear some specific criticisms of the code. To me it looks like an impressive job, although I'd wish for more comments. Now I've mostly studied the init, main, script and a bit of net modules. This is some powerful machinery.
hero member
Activity: 489
Merit: 505
December 10, 2010, 08:19:33 PM
#17
Here we are with the Language war once again. Please just stop!

As for the topic, yes please get an alternative implementation started, the more the merrier Smiley
Maybe some good code actually makes it out there, helping future generations of clients to build on top of your code.

+1 on the D implementation (I'm starting a Java one in the holidays)
newbie
Activity: 56
Merit: 0
December 10, 2010, 06:19:10 PM
#16
Another client is useful, especially since the current Bitcoin client is a big mess. I was *shocked* that cryptography code looked like this.

I bet you're also shocked by what restaurant kitchens look like, and by what goes into sausages.
No, I happen to be aware of that, and that's why I usually try to eat at places with a semi-open kitchen.

The cryptography code that competent people use, doesn't look like a mess, btw. That 99% of the world uses this kind of obfuscated cryptography only shows that users don't know what they use. Have you ever looked at TrueCrypt for example? It's the exact same kind of mess.
donator
Activity: 826
Merit: 1060
December 10, 2010, 06:04:41 PM
#15
Another client is useful, especially since the current Bitcoin client is a big mess. I was *shocked* that cryptography code looked like this.

I bet you're also shocked by what restaurant kitchens look like, and by what goes into sausages.
newbie
Activity: 56
Merit: 0
December 10, 2010, 05:43:43 PM
#14
Another client is useful, especially since the current Bitcoin client is a big mess. I was *shocked* that cryptography code looked like this.
legendary
Activity: 1372
Merit: 1008
1davout
December 10, 2010, 04:01:04 PM
#13
You want to re-implement the entire client?

Why make a convenient wrapper around the JSON API? That's much easier and just as useful.


It's just not as fun ! Cheesy
I would love a ruby bitcoin client so much !!
sr. member
Activity: 350
Merit: 252
probiwon.com
December 10, 2010, 03:53:36 PM
#12
You want to re-implement the entire client?

Why make a convenient wrapper around the JSON API? That's much easier and just as useful.


It's pointless, I think. There is may be a "multidimensional" result.

Use jsawk:

Code:
$ ./bitcoin listreceivedbylabel | jsawk -n 'out(this.label+" "+this.amount+" "+this.confirmations)'
user_id:1080 106 5189
user_id:1081 0.05 5557
user_id:1083 2.89 2800
user_id:1087 500 5276
user_id:1105 0.4 462
user_id:1109 0.1 922
user_id:1110 0.04 431
legendary
Activity: 1372
Merit: 1008
1davout
December 10, 2010, 03:33:55 PM
#11
python

I don't like IndentationErrors

perl

Not gonna criticize what I don't know

or java  Angry

I'll leave you the bob = new InstanceLocatorFactoryProxyWrapper();

Smiley
hero member
Activity: 726
Merit: 500
December 10, 2010, 12:30:06 PM
#10
I do not like ruby, python, perl or java  Angry
Well, I don't like C or Java or anything else that uses braces.  Tongue
hero member
Activity: 726
Merit: 500
December 10, 2010, 12:27:21 PM
#9
I wrote a bitcoin daemon wrapper in Ruby
Fully extensible since it's heavily based on method missing

EDIT : Made it for Rails so it includes a lovely initializer and a sweet yml configuration file
I'll have to spend some time playing with it over the winter break.  Any thoughts on keeping a server running bitcoind relatively secure?  It seems like having a wallet.dat file on a publicly-accessible server is an accident waiting to happen.
hero member
Activity: 812
Merit: 1022
No Maps for These Territories
December 10, 2010, 12:13:12 PM
#8
You want to re-implement the entire client?

Why make a convenient wrapper around the JSON API? That's much easier and just as useful.
sr. member
Activity: 350
Merit: 252
probiwon.com
December 10, 2010, 12:11:11 PM
#7
I do not like ruby, python, perl or java  Angry
legendary
Activity: 1372
Merit: 1008
1davout
December 10, 2010, 10:29:05 AM
#6
I wrote a bitcoin daemon wrapper in Ruby
Fully extensible since it's heavily based on method missing

EDIT : Made it for Rails so it includes a lovely initializer and a sweet yml configuration file
hero member
Activity: 726
Merit: 500
December 10, 2010, 10:26:33 AM
#5
+1 on Ruby.  Didn't someone recently write a Ruby interface to bitcoind?
legendary
Activity: 1372
Merit: 1008
1davout
December 10, 2010, 05:37:03 AM
#4
If you're bored you should learn some Ruby it's really sweet !
sr. member
Activity: 350
Merit: 252
probiwon.com
December 10, 2010, 05:27:16 AM
#3
Maybe then wait bitdns?

I'm just bored and a want to write a code
legendary
Activity: 1288
Merit: 1080
December 10, 2010, 04:28:08 AM
#2
I think to start writing a minimalistic bitcoin client on D language. Do you think this makes sense?

The more implementations we have, the better.

Unfortunately, writting a client is no easy task.   Satoshi's code is far from from trivial.
sr. member
Activity: 350
Merit: 252
probiwon.com
December 10, 2010, 04:22:33 AM
#1
I think to start writing a minimalistic bitcoin client on D language. Do you think this makes sense?
Pages:
Jump to: