-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Net #227
Comments
I can hack at that, what do we want to use as our platform? I can run 100 nodes in dhthell on my desktop no sweat, otherwise we can look at running a bunch of docker images somewhere |
docker images! We should be able to combine a On Tue, Oct 28, 2014 at 8:20 PM, Jeromy Johnson notifications@github.com
|
Okay, I want to make a place to host ipfs binaries, that way i can make cheap busybox docker images for ipfs. |
Do the busybox images block on hosting remote binaries? |
Yeah, you cant build from source if youre using busybox. |
Maybe we should try using some sort of distributed file system for this. But seriously, i want to get to update-delivery through IPFS. self-updating signed p2p system. |
jbenet it would be cool if we had a small network up and ipfs.io could serve binaries for the docker images to fetch. |
@whyrusleeping yeah, let's make this happen |
Well, we have the http interface working, all you really need to do now is run an ipfs node on the ipfs.io machine and start it serving. We probably should start one or two more infrastructure nodes up while were at it. |
I want to keep |
Quick and easy: can build the binary and put it in the Docker build context. |
…strap Revert "Remove signal bootstrapping"
We need to setup a test net. The goal: 100 nodes to which we can easily deploy new versions and test them. @whyrusleeping do you want to tackle this? (maybe spend a bit of time breaking it down into smaller tasks)
The text was updated successfully, but these errors were encountered: