public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Introduction
@ 2011-08-22 19:02 Fred Concklin
  2011-08-22 19:30 ` Douglas Huff
  2011-08-22 20:45 ` Matt Corallo
  0 siblings, 2 replies; 8+ messages in thread
From: Fred Concklin @ 2011-08-22 19:02 UTC (permalink / raw)
  To: bitcoin-development

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

Hey all!

My name is Fred Concklin and I plan on working on Bitcoin development
through my position at Trucoin. I thought I'd take this chance to
introduce myself and go over where I can make contributions.

I'm great with automated builds and testing for GNU/Linux and BSD
platforms and generally plan on structuring the bitcoin project into a
structure compliant with GNU autotools to facilitate testing and bug
reporting.

I'm also interested in work to daemonize bitcoin on boot and furthering
work to bring bitcoin into general coding and implementation paradigms
seen on GNU/Linux platforms.

While I mainly spend my time in high level functional programming
languages these days, I look forward to working on bitcoin and hope
everybody is patient with my occasional cpp implementation ineptitudes.

I'm also interested in spurring discussion on new blockchain
distribution techniques and thoughts on improvements for bitcoin.

I'm excited to begin work on bitcoin.

fpc


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bitcoin-development] Introduction
  2011-08-22 19:02 [Bitcoin-development] Introduction Fred Concklin
@ 2011-08-22 19:30 ` Douglas Huff
  2011-08-22 19:49   ` Luke-Jr
  2011-08-22 20:45 ` Matt Corallo
  1 sibling, 1 reply; 8+ messages in thread
From: Douglas Huff @ 2011-08-22 19:30 UTC (permalink / raw)
  To: Fred Concklin; +Cc: bitcoin-development

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

On Aug 22, 2011 2:26 PM, "Fred Concklin" <fconcklin@trucoin•com> wrote:
>
> I'm also interested in work to daemonize bitcoin on boot and furthering
> work to bring bitcoin into general coding and implementation paradigms
> seen on GNU/Linux platforms.

What? It already works fine in this regard using standard tools. Especially
easy with daemontools/runit.

[-- Attachment #2: Type: text/html, Size: 470 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bitcoin-development] Introduction
  2011-08-22 19:30 ` Douglas Huff
@ 2011-08-22 19:49   ` Luke-Jr
  2011-08-22 20:12     ` Douglas Huff
  0 siblings, 1 reply; 8+ messages in thread
From: Luke-Jr @ 2011-08-22 19:49 UTC (permalink / raw)
  To: bitcoin-development

On Monday, August 22, 2011 3:30:04 PM Douglas Huff wrote:
> On Aug 22, 2011 2:26 PM, "Fred Concklin" <fconcklin@trucoin•com> wrote:
> > I'm also interested in work to daemonize bitcoin on boot and furthering
> > work to bring bitcoin into general coding and implementation paradigms
> > seen on GNU/Linux platforms.
> 
> What? It already works fine in this regard using standard tools. Especially
> easy with daemontools/runit.

He said standard *coding and implementation paradigms*. This has nothing to do 
with integration with some non-standard "init replacement" that goes against 
the whole design of Unix.

What I understand this to mean, is properly abstracting the components such 
that the node, wallet, and GUI can work together while being distinct parts.
In this sense, Fred, you may be interested in working on coming up with a 
standard for a https://en.bitcoin.it/wiki/Wallet_protocol



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bitcoin-development] Introduction
  2011-08-22 19:49   ` Luke-Jr
@ 2011-08-22 20:12     ` Douglas Huff
  2011-08-23  3:26       ` Fred Concklin
  0 siblings, 1 reply; 8+ messages in thread
From: Douglas Huff @ 2011-08-22 20:12 UTC (permalink / raw)
  To: Luke-Jr; +Cc: bitcoin-development

[-- Attachment #1: Type: text/plain, Size: 1189 bytes --]

I don't think you're actually familiar with either of those tools. A run
script is not much different than an init script?

Those who live in tonal caves shouldn't crap on themselves, or something.

On Aug 22, 2011 2:49 PM, "Luke-Jr" <luke@dashjr•org> wrote:
>
> On Monday, August 22, 2011 3:30:04 PM Douglas Huff wrote:
> > On Aug 22, 2011 2:26 PM, "Fred Concklin" <fconcklin@trucoin•com> wrote:
> > > I'm also interested in work to daemonize bitcoin on boot and
furthering
> > > work to bring bitcoin into general coding and implementation paradigms
> > > seen on GNU/Linux platforms.
> >
> > What? It already works fine in this regard using standard tools.
Especially
> > easy with daemontools/runit.
>
> He said standard *coding and implementation paradigms*. This has nothing
to do
> with integration with some non-standard "init replacement" that goes
against
> the whole design of Unix.
>
> What I understand this to mean, is properly abstracting the components
such
> that the node, wallet, and GUI can work together while being distinct
parts.
> In this sense, Fred, you may be interested in working on coming up with a
> standard for a https://en.bitcoin.it/wiki/Wallet_protocol

[-- Attachment #2: Type: text/html, Size: 1559 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bitcoin-development] Introduction
  2011-08-22 19:02 [Bitcoin-development] Introduction Fred Concklin
  2011-08-22 19:30 ` Douglas Huff
@ 2011-08-22 20:45 ` Matt Corallo
  1 sibling, 0 replies; 8+ messages in thread
From: Matt Corallo @ 2011-08-22 20:45 UTC (permalink / raw)
  To: bitcoin-development

Nice to meet you.  Its always nice to have more dedicated developers.

On Mon, 2011-08-22 at 15:02 -0400, Fred Concklin wrote:
> Hey all!
> 
> My name is Fred Concklin and I plan on working on Bitcoin development
> through my position at Trucoin. I thought I'd take this chance to
> introduce myself and go over where I can make contributions.
> 
> I'm great with automated builds and testing for GNU/Linux and BSD
> platforms and generally plan on structuring the bitcoin project into a
> structure compliant with GNU autotools to facilitate testing and bug
> reporting.
autotools yay.  Also, have you seen jenkins.bluematt.me?
> 
> While I mainly spend my time in high level functional programming
> languages these days, I look forward to working on bitcoin and hope
> everybody is patient with my occasional cpp implementation ineptitudes.
No one has complained too much about mine yet, so I think you are safe.
> 
> I'm excited to begin work on bitcoin.
And Id bet everyone here is exited to have you.

Matt




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bitcoin-development] Introduction
  2011-08-22 20:12     ` Douglas Huff
@ 2011-08-23  3:26       ` Fred Concklin
  2011-08-23  3:42         ` Jay Weisskopf
  0 siblings, 1 reply; 8+ messages in thread
From: Fred Concklin @ 2011-08-23  3:26 UTC (permalink / raw)
  To: Douglas Huff; +Cc: bitcoin-development

[-- Attachment #1: Type: text/plain, Size: 1652 bytes --]

Thanks for the warm welcome...

I was specifically referring to building with autotools as a starting
point. Primarily autoconf to ease the installation and testing process.

On 08/22/2011 04:12 PM, Douglas Huff wrote:
> I don't think you're actually familiar with either of those tools. A run
> script is not much different than an init script?
In this regard I was referring to running bitcoin in /etc/init.d on
Debian based systems. By init script, I was referring to making scripts
run at boot time.
> Those who live in tonal caves shouldn't crap on themselves, or something.
>
> On Aug 22, 2011 2:49 PM, "Luke-Jr" <luke@dashjr•org> wrote:
>> On Monday, August 22, 2011 3:30:04 PM Douglas Huff wrote:
>>> On Aug 22, 2011 2:26 PM, "Fred Concklin" <fconcklin@trucoin•com> wrote:
>>>> I'm also interested in work to daemonize bitcoin on boot and
> furthering
>>>> work to bring bitcoin into general coding and implementation paradigms
>>>> seen on GNU/Linux platforms.
>>> What? It already works fine in this regard using standard tools.
> Especially
>>> easy with daemontools/runit.
>> He said standard *coding and implementation paradigms*. This has nothing
> to do
>> with integration with some non-standard "init replacement" that goes
> against
>> the whole design of Unix.
>>
>> What I understand this to mean, is properly abstracting the components
> such
>> that the node, wallet, and GUI can work together while being distinct
> parts.
>> In this sense, Fred, you may be interested in working on coming up with a
>> standard for a https://en.bitcoin.it/wiki/Wallet_protocol

I'll check this out.

fpc


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bitcoin-development] Introduction
  2011-08-23  3:26       ` Fred Concklin
@ 2011-08-23  3:42         ` Jay Weisskopf
  2011-08-23  4:20           ` Fred Concklin
  0 siblings, 1 reply; 8+ messages in thread
From: Jay Weisskopf @ 2011-08-23  3:42 UTC (permalink / raw)
  To: Fred Concklin; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

On Mon, Aug 22, 2011 at 10:26 PM, Fred Concklin <fconcklin@trucoin•com>wrote:

> I was specifically referring to building with autotools as a starting
> point. Primarily autoconf to ease the installation and testing process.


Some work has already been done for autotools (not yet merged into main
repo). You might want to start there.

https://github.com/bitcoin/bitcoin/pull/180

- Jay

[-- Attachment #2: Type: text/html, Size: 747 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bitcoin-development] Introduction
  2011-08-23  3:42         ` Jay Weisskopf
@ 2011-08-23  4:20           ` Fred Concklin
  0 siblings, 0 replies; 8+ messages in thread
From: Fred Concklin @ 2011-08-23  4:20 UTC (permalink / raw)
  To: Jay Weisskopf; +Cc: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

Thanks for the heads up. I'll get started there.

On 08/22/2011 11:42 PM, Jay Weisskopf wrote:
> On Mon, Aug 22, 2011 at 10:26 PM, Fred Concklin <fconcklin@trucoin•com>wrote:
>
>> I was specifically referring to building with autotools as a starting
>> point. Primarily autoconf to ease the installation and testing process.
>
> Some work has already been done for autotools (not yet merged into main
> repo). You might want to start there.
>
> https://github.com/bitcoin/bitcoin/pull/180
>
> - Jay
>
fpc


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-08-23  4:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-22 19:02 [Bitcoin-development] Introduction Fred Concklin
2011-08-22 19:30 ` Douglas Huff
2011-08-22 19:49   ` Luke-Jr
2011-08-22 20:12     ` Douglas Huff
2011-08-23  3:26       ` Fred Concklin
2011-08-23  3:42         ` Jay Weisskopf
2011-08-23  4:20           ` Fred Concklin
2011-08-22 20:45 ` Matt Corallo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox