This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Rob Jansen
committed
Dec 10, 2014
1 parent
448c8ee
commit c93e1bc
Showing
1 changed file
with
20 additions
and
19 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 |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# shadow-plugin-bitcoin | ||
|
||
This repository holds a Shadow plug-in that runs the Bitcoin Satoshi reference client. It can be used to run a private bitcoin network on a single machine using the Shadow discrete-event network simulator. | ||
|
||
Setup and Usage Instructions: | ||
https://github.com/shadow/shadow-plugin-bitcoin/wiki | ||
|
||
More Information about Shadow: | ||
https://shadow.github.io | ||
https://github.com/shadow/shadow | ||
|
||
More Information about Bitcoin | ||
https://www.bitcoin.org | ||
https://github.com/bitcoin/bitcoin | ||
|
||
# Contributing | ||
|
||
Contributions can be made by submitting pull requests via GitHub. | ||
|
||
# shadow-plugin-bitcoin | ||
|
||
This repository holds a Shadow plug-in that runs the Bitcoin Satoshi reference client. | ||
It can be used to run private Bitcoin networks of clients and servers on a single | ||
machine using the Shadow discrete-event network simulator. | ||
|
||
Setup and Usage Instructions: | ||
+ https://github.com/shadow/shadow-plugin-bitcoin/wiki | ||
|
||
More Information about Shadow: | ||
+ https://shadow.github.io | ||
+ https://github.com/shadow/shadow | ||
|
||
More Information about Bitcoin: | ||
+ https://www.bitcoin.org | ||
+ https://github.com/bitcoin/bitcoin | ||
|
||
# Contributing | ||
|
||
Contributions can be made by submitting pull requests via GitHub. |