From 5274457fc612add0085d443dfd367b0dc15363b4 Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Wed, 10 Apr 2019 14:50:23 +0200 Subject: [PATCH 1/2] Added donation info --- source/docs/contributor_guide.md | 12 ++++++++++++ themes/navy/layout/partial/footer.swig | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/source/docs/contributor_guide.md b/source/docs/contributor_guide.md index d7b4673..5a42553 100644 --- a/source/docs/contributor_guide.md +++ b/source/docs/contributor_guide.md @@ -3,6 +3,18 @@ id: contributor_guide title: Contributor Guide --- +# How to help with funding + +We have a donation box set up at address 0x6CC55c39f51a2Da7D2DB5F2c4AAD133eb1418C4f. + +We use funds from donations to: + +- fund bounties +- fund audits of our production code +- fund hardware on which to build Nimbus for you, from Raspberry Pis to feature phones + +If you'd like to donate a conditional amount, i.e. one that depends on a certain milestone or deadline, please [get in touch](mailto:bruno@status.im). + # How To Get Involved with Nimbus' development - look around [the repo](https://github.com/status-im/nimbus), especially the [open issues](https://github.com/status-im/nimbus/issues) diff --git a/themes/navy/layout/partial/footer.swig b/themes/navy/layout/partial/footer.swig index 15e6630..1535231 100644 --- a/themes/navy/layout/partial/footer.swig +++ b/themes/navy/layout/partial/footer.swig @@ -6,12 +6,12 @@ From 15bef51a5cc0f5c4b55ad7e87c60933e95fa5d3d Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Wed, 10 Apr 2019 14:51:35 +0200 Subject: [PATCH 2/2] Added t0 update process --- source/docs/t0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/docs/t0.md b/source/docs/t0.md index 29d31d1..199a7c9 100644 --- a/source/docs/t0.md +++ b/source/docs/t0.md @@ -19,6 +19,16 @@ make testnet0 ./build/testnet0_node # this launches the testnet0-specific node you just built ``` +Here is the full process if you've already run testnet0 before but might be stuck with old source code or old, incompatible cache. + +```bash +cd nimbus +make clean-testnet0 update # clean cache and update dependencies +cd vendor/nim-beacon-chain +make testnet0 +./build/testnet0_node # this launches the testnet0-specific node you just built +``` + Congratulations, you should now be joining us - your node will start syncing with the current state of our beacon chain. Once you're in sync, you should also start proposing your own blocks and providing attestations - exciting! You are now among [Ethereum 2.0 Nimbus pioneers](https://gitcoin.co/kudos/1160/nimbus_pilot)! [![](https://our.status.im/content/images/2019/03/Annotation-2019-03-29-202131-1.png)](https://our.status.im/content/images/2019/03/Annotation-2019-03-29-202131-1.png) \ No newline at end of file