Bitcoin Forum
May 11, 2024, 11:40:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: January 06, 2014, 01:52:18 AM
My God...it...it works!!  Built correctly the first time and is now running and synchronizing with the network (196 weeks behind at time I write this).

Much thanks to the OP for this build guide!

Next step is to learn the development tools for working with Linux code and build system on a Windows 7 machine.  I've been a MS Visual Studio monkey for most of my life so I have some learning to do.
2  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: December 31, 2013, 08:00:40 PM
Are the instructions in the first post of this thread updated periodically?  Do they work for the current version of bitcoin (0.8.6)?  I will be attempting this in the next few days on a clean win7 x64 system.  I'm hoping I wont have to read through all 14 pages of this thread to get this to work.
3  Bitcoin / Development & Technical Discussion / Re: Chronicles of a bitcoin noob (WAS: bitcoin from scratch) on: December 20, 2013, 06:24:28 PM
Well, progress is happening.  I spec'ed out a computer and placed an order.  Should arrive next week.  Bought a pair of monitors to set up a dual-monitor development station at home.  Also ordered a GIGABYTE Radeon R9 290 to play with some litecoin mining.  That should arrive next week, too.  I figure I can't fully understand crypto-currencies unless I also experience first-hand the joys and pains of mining.  in addition to that I've been doing a lot of reading in the evenings.  Been lurking in the forums here and on Reddit as well as reading up on the basics of peer-to-peer networks, how to use Git, what JSON is, etc, etc.   I've hardly turned on the TV at all these last couple of week.  Now *that's* an ROI not measured in $!
4  Bitcoin / Development & Technical Discussion / Re: bitcoin from scratch on: December 12, 2013, 07:16:49 AM
Quote
BTW, where can I find these notes and diagrams?

Bitcoin wiki (https://en.bitcoin.it/wiki/Main_Page) is probably the best source of technical information about bitcoin protocol.
You can find etotheipi's diagrams there (e.g., https://en.bitcoin.it/w/images/en/7/70/Bitcoin_OpCheckSig_InDetail.png, https://en.bitcoin.it/w/images/en/9/9b/PubKeyToAddr.png).

Thanks! These will be very helpful.  I am already slowly working my way through the wiki.  Hadn't noticed these diagrams yet.  I am quite fond of diagrams so will probably make a few myself in time.  I will be sure to share them so people can decide if they would be helpful to others.
5  Bitcoin / Development & Technical Discussion / Re: bitcoin from scratch on: December 10, 2013, 04:31:26 PM
Nope, no plans to re-implement.  Just want to see how it works, learn how some of the other interesting alt coins work, and see where that leads.  Maybe even contribute something useful someday.  It will be a slow process as I only have so much free time.  But it will be fun.
In such case your topic's title is very misleading Smiley

I agree.  Later today I will edit my original post to clarify what I meant.
6  Bitcoin / Development & Technical Discussion / Re: bitcoin from scratch on: December 10, 2013, 06:47:14 AM
Take notes on the parts that aren't clear, and if possible, what finally makes it click for you.  The notes and diagrams that etotheipi wrote when he was writing Armory are very useful, and you can help by expanding that.

Good Idea.  BTW, where can I find these notes and diagrams?  I took a quick glance at the BitcoinArmory repository on github and the Armory web site and didn't seem them.  Are they somewhere in the main bitcoin github repository?  I'll look for them there tomorrow.
7  Bitcoin / Development & Technical Discussion / Re: bitcoin from scratch on: December 09, 2013, 07:54:02 PM
Okay, good luck! The project can always use more devs Smiley


Thanks! I expect it will be awhile before I am at a point where I can contribute anything useful, but will look for ways to help when I get up and running with a dev environment.
8  Bitcoin / Development & Technical Discussion / Re: bitcoin from scratch on: December 09, 2013, 07:43:50 PM
Okay, good luck! The project can always use more devs Smiley

I believe he wants to re-implement the protocol.

Yeah sure.  I plan re-implement it in COBOL, tweak a few parameters, then launch cobolcoin - the coin for legacy business operations! I'll make a fortune!  Ha!

Nope, no plans to re-implement.  Just want to see how it works, learn how some of the other interesting alt coins work, and see where that leads.  Maybe even contribute something useful someday.  It will be a slow process as I only have so much free time.  But it will be fun.
9  Bitcoin / Development & Technical Discussion / Chronicles of a bitcoin noob (WAS: bitcoin from scratch) on: December 09, 2013, 07:47:47 AM
Can't help myself!  I've decide to jump into bitcoin with both feet, starting from scratch.  I'm a software developer by day and swore I'd never be one of those guys that worked all day in front of a computer only to come home and spend all evening working in front of a computer.  So I never did.  However...bitcoin and crypto-currencies are just so damned fascinating I just have to now.  I've been fascinated with crypto protocols since I first learned about them in the mid 90s.  Spent time lurking on the cypherpunk mailing list.  It's time to get back to an old love.  First step, get a computer at home I can do some dev on!  All I have at home right now is an old-ish Macbook Pro.  I want to keep that separate from any bitcoin/alt coin dev I get into.  After I get a decent dev box at home I will set up the necessary dev environment and start playing with the bitcoin source to really see how it works under the hood.  Should be fun!

Edit 1: By 'from scratch' I didn't mean 'rewrite the code from scratch'.  I meant to indicate I was getting into the bitcoin technology without having most of the prerequisites.  I don't have a decent computer for doing dev work at home.  I've never worked on an open source project.  Never worked with MSYS, Perl, Python, GCC, Git, OpenSSL, Berkeley DB, Boost, Miniupnpc, or QT. The last time I worked with any UNIX-like OS it was called SunOS (unless you count NeXTSTEP). And obviously, I currently only know the basics of the bitcoin protocol and nothing about the actual implementation.  So, I'm not quite starting from nothing as I have been coding for many years, but I have a lot to learn.  Should be fun!

Edit 2: Changed 'Subject' line to better reflect the topic of this thread.
10  Other / Beginners & Help / Re: New Here , Am i too late for bitcoin ? on: December 04, 2013, 01:13:43 AM
Once bitcoin has replaced VISA, you'll probably not make a substantial profit of bitcoin anymore, but you'll still want to buy it because of the utility it brings.

Can the bitcoin network support the volume of transactions it would take to replace VISA or any other major credit card?  The Visa web site says they process 150 million transactions per day http://corporate.visa.com/about-visa/technology/transaction-processing.shtml.  Is there an practical upper bound on the transactions/day for the bitcoin protocol?  I imagine the block chain would get enormous very fast at that volume, but I'm still a newbie so I may be missing something.

Currently about 7 transactions/second is the Bitcoin limit, but will be increased later. Block chain is still very small, about 12 GB, it is nothing with today TB drives, and for normal person client version without blockchain downloads are avaiable like Electrum

Good to see people have already been working on this issue.  Here is a useful link I found for other newbies like me:  https://en.bitcoin.it/wiki/Scalability
11  Alternate cryptocurrencies / Altcoin Discussion / Re: [PPC] Free Peercoin Giveaway - Just post your wallet on: December 04, 2013, 12:21:20 AM
PVGR3Q6yYg5pHEtknt2idzXGewWtG5rDwh

Probably too late, but there it is.  Thanks!
12  Other / Beginners & Help / Re: New Here , Am i too late for bitcoin ? on: December 04, 2013, 12:14:36 AM
Once bitcoin has replaced VISA, you'll probably not make a substantial profit of bitcoin anymore, but you'll still want to buy it because of the utility it brings.

Can the bitcoin network support the volume of transactions it would take to replace VISA or any other major credit card?  The Visa web site says they process 150 million transactions per day http://corporate.visa.com/about-visa/technology/transaction-processing.shtml.  Is there an practical upper bound on the transactions/day for the bitcoin protocol?  I imagine the block chain would get enormous very fast at that volume, but I'm still a newbie so I may be missing something.
13  Other / Beginners & Help / Re: Alt-Coins on: December 03, 2013, 08:01:42 PM
Hi all,

I am finally getting into crypto-currencies in any depth, though I've know about them since the DigiCash days when I hung out on the old cypherpunks mailing list.  I've quickly concluded I've missed the boat on mining bitcoins but may buy one as an novelty investment.  I'm going look into mining litecoins and peercoins.  What are some other alt-coins that look promising?  I've seen mentions of namecoin and primecoin but haven't researched them yet.  What are their special strengths?
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!