-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1db45b
commit 3bdf924
Showing
6 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Peter Davies <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Q: Why don't we have any questions? | ||
A: Because no one has asked any yet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
We claim no rights to coerce you over the use of this code. Equally we grant | ||
you no rights to coerce us over the use of this code. | ||
|
||
The file "ipaddr.py" is licensed separately, see that file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Pycoin 0.1-ish | ||
|
||
Pycoin is a program to implement the bitcoin protocol in python3. | ||
|
||
To find out what it does run "./pycoin", this will print out a list of messages | ||
recieved from the bitcoin client at "64.22.103.150" (roughly speaking). More | ||
exciting features (ooh, command line arguments, shiny!) will be added in | ||
future releases/commits. | ||
|
||
A version of python3 ipaddr is provided until it is widely availible in | ||
distributions. | ||
|
||
To discover the mystical secrets of the source code follow this simple 3-step | ||
process: | ||
a) Read the source code (it has docstrings) | ||
b) Read the source code again | ||
c) Ask me |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
We want to give users of our code the maximum flexibility possible, for that | ||
reason we claim no rights to restrict your use of this code (see LICENSE). | ||
|
||
However, should you choose to do something exciting with this code, we would | ||
appreciate it if you would tell us and give us credit as a source (see | ||
CREDITS). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
echo This is totally unnecessary | ||
echo Try ./pycoin | ||
|
||
cat > Makefile << EOF | ||
all: | ||
false is your belief that this will achieve anything! | ||
EOF |