Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Bitcoin-hotep on December 21, 2013, 05:50:43 PM



Title: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 05:50:43 PM
How do I find the Bitcoin code? And Bitcoin is a SHA coin correct?


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 05:57:02 PM
This is it right?
https://github.com/bitcoin/bitcoin


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 06:00:59 PM
I read that "Bitcoind" is what most people use Is this true?
https://en.bitcoin.it/wiki/Bitcoind


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 06:09:31 PM
This is it right?
https://github.com/bitcoin/bitcoin

Or is it this?
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/


Title: Re: Where is the BTC code?
Post by: t1000 on December 21, 2013, 06:44:26 PM
This is it right?
https://github.com/bitcoin/bitcoin

Correct. That is the GIT repository for the source code.

The sourceforge ones have compiled binaries.

bitcoind is the headless version. bitcoin-qt is the GUI version.

The full client will download the entire blockchain, which is ~16GB now. This can take days. 

Not everyone use the full client. But being one is good for the network. You will play a part in relaying blocks and transactions.


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 06:48:17 PM
This is it right?
https://github.com/bitcoin/bitcoin

Correct. That is the GIT repository for the source code.

The sourceforge ones have compiled binaries.

bitcoind is the headless version. bitcoin-qt is the GUI version.

The full client will download the entire blockchain, which is ~16GB now. This can take days. 

Not everyone use the full client. But being one is good for the network. You will play a part in relaying blocks and transactions.

How do I go about downloading the whole thing? I have 2 TB of storage :)


Title: Re: Where is the BTC code?
Post by: BurtW on December 21, 2013, 06:53:17 PM
Go to bitcoin.org download bitcoin-qt and run it.


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 08:28:10 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days


Title: Re: Where is the BTC code?
Post by: QuestionAuthority on December 21, 2013, 08:33:51 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days

Um, no. You downloaded the wrong thing. What is your operating system (windows? Linux? MacOsx?).


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 08:37:44 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days

Um, no. You downloaded the wrong thing. What is your operating system (windows? Linux? MacOsx?).

Windows


Title: Re: Where is the BTC code?
Post by: QuestionAuthority on December 21, 2013, 08:44:19 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days

Um, no. You downloaded the wrong thing. What is your operating system (windows? Linux? MacOsx?).

Windows

Click this link and run it. http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/bitcoin-0.8.6-win32-setup.exe/download (http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/bitcoin-0.8.6-win32-setup.exe/download)


Title: Re: Where is the BTC code?
Post by: t1000 on December 21, 2013, 08:58:35 PM
Downloading bitcoin-qt is the quick part. Once you start bitcoin-qt you will need to keep it running and wait for it to sync.

It will download the blockchain from the network.

Once it has done that you should keep it running so that it can stay in sync with the network.

If you stop it and start it again later it will have to catch up with the network.


Title: Re: Where is the BTC code?
Post by: Gabi on December 21, 2013, 09:00:58 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose


Title: Re: Where is the BTC code?
Post by: QuestionAuthority on December 21, 2013, 09:03:28 PM
Downloading bitcoin-qt is the quick part. Once you start bitcoin-qt you will need to keep it running and wait for it to sync.

It will download the blockchain from the network.

Once it has done that you should keep it running so that it can stay in sync with the network.

If you stop it and start it again later it will have to catch up with the network.

That should be obvious from the feedback visible in the Windows GUI. I think you'd have to be thick as a post to not see that it's syncing with the network, but maybe not.


Title: Re: Where is the BTC code?
Post by: QuestionAuthority on December 21, 2013, 09:04:42 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 21, 2013, 10:45:57 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol

I opened it I just didn't realize I was 19 weeks behind
How do I view the code now


Title: Re: Where is the BTC code?
Post by: QuestionAuthority on December 21, 2013, 11:13:39 PM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol

I opened it I just didn't realize I was 19 weeks behind
How do I view the code now

What do you mean by, "view the code"?

Do you mean look at the blockchain transactions directly? https://blockchain.info

Or look at the language code Bitcoin-Qt is made from? https://codeload.github.com/bitcoin/bitcoin/zip/master



Title: Re: Where is the BTC code?
Post by: empoweoqwj on December 22, 2013, 03:26:55 AM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days

You can download it quickly but no way to actually get it running in a minute .......


Title: Re: Where is the BTC code?
Post by: empoweoqwj on December 22, 2013, 03:28:25 AM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol

I opened it I just didn't realize I was 19 weeks behind
How do I view the code now

Install a git client on your computer and use this:
https://github.com/bitcoin/bitcoin



Title: Re: Where is the BTC code?
Post by: titulng on December 22, 2013, 03:36:26 AM
why do you look for bitcoins code?
make copycat?


Title: Re: Where is the BTC code?
Post by: empoweoqwj on December 22, 2013, 03:50:15 AM
why do you look for bitcoins code?
make copycat?

Learn how git works ...... then all will be revealed


Title: Re: Where is the BTC code?
Post by: QuestionAuthority on December 22, 2013, 03:56:48 AM
why do you look for bitcoins code?
make copycat?

Good spotting! That's exactly what he's trying to do: https://bitcointalk.org/index.php?topic=332679.msg4082752#msg4082752

He thinks you just make a copy of the client and an alt-coin is born. LOL


Title: Re: Where is the BTC code?
Post by: empoweoqwj on December 22, 2013, 03:58:29 AM
why do you look for bitcoins code?
make copycat?

Good spotting! That's exactly what he's trying to do: https://bitcointalk.org/index.php?topic=332679.msg4082752#msg4082752

He thinks you just make a copy of the client and an alt-coin is born. LOL

one born every minute ... not altcoin thankfully .... but its close to that now


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 22, 2013, 03:58:59 AM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol

I opened it I just didn't realize I was 19 weeks behind
How do I view the code now

What do you mean by, "view the code"?

Do you mean look at the blockchain transactions directly? https://blockchain.info

Or look at the language code Bitcoin-Qt is made from? https://codeload.github.com/bitcoin/bitcoin/zip/master



I think this one


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 22, 2013, 04:01:38 AM
why do you look for bitcoins code?
make copycat?

Yes I want to make some coins did you see this new coin We are not up and running yet but we are working on it
https://bitcointalk.org/index.php?topic=380259.0


Title: Re: Where is the BTC code?
Post by: QuestionAuthority on December 22, 2013, 04:02:08 AM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol

I opened it I just didn't realize I was 19 weeks behind
How do I view the code now

What do you mean by, "view the code"?

Do you mean look at the blockchain transactions directly? https://blockchain.info

Or look at the language code Bitcoin-Qt is made from? https://codeload.github.com/bitcoin/bitcoin/zip/master



I think this one

I don't think you'll have the ability to change the logo on the splash screen of that client. lol


Title: Re: Where is the BTC code?
Post by: Bitcoin-hotep on December 22, 2013, 04:08:27 AM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol

I opened it I just didn't realize I was 19 weeks behind
How do I view the code now

What do you mean by, "view the code"?

Do you mean look at the blockchain transactions directly? https://blockchain.info

Or look at the language code Bitcoin-Qt is made from? https://codeload.github.com/bitcoin/bitcoin/zip/master



I think this one

I don't think you'll have the ability to change the logo on the splash screen of that client. lol

I don't even know what a splash screen is
I don't think you know what learning is or have the ability to understand perspective


Title: Re: Where is the BTC code?
Post by: empoweoqwj on December 22, 2013, 04:54:56 AM
Go to bitcoin.org download bitcoin-qt and run it.

??? What?

That is standard I did that and it took less than a minute It did not take days
You didn't start it i suppose

So rudimentary I didn't even think of that. lol

I opened it I just didn't realize I was 19 weeks behind
How do I view the code now

What do you mean by, "view the code"?

Do you mean look at the blockchain transactions directly? https://blockchain.info

Or look at the language code Bitcoin-Qt is made from? https://codeload.github.com/bitcoin/bitcoin/zip/master



I think this one

I don't think you'll have the ability to change the logo on the splash screen of that client. lol

I don't even know what a splash screen is
I don't think you know what learning is or have the ability to understand perspective

I think you have a very steep learning curve, but good luck.