Aww, thank you. I have a fan! But donāt be concerned, I have no plans to stop though may wind down now and again. Iād like to have another go at the API and my remoteStorage.js port, so when I do you may see a hiatus.
Would it also be possible for the Web Hosting Manager, email app and SAFE wallet app to share the same public ID? So in the SAFE walletās case your public ID, becomes one of your pubkeys to receive SAFEcoin.
Of course to know the pubkey one must have the privatekey, but it could work maybe like the Onename scheme. You can link a human readable name to a bitcoin address and receive btc on that human readable name.
If this is possible then that also means that I can donate to a website through their public ID, right?
Some ideas stand out. I donāt really like the amount of time I spend here, it cuts in to other parts of my life. I canāt help it though, Iām hooked on the idea of SAFE and blown away by the implications. I thought it would wear off after a while, but nearly two years on and I still think about it constantly. A SAFE paradigm shift would impact everything! And the nature of the impact is so potent and empowering. Itās hard to exaggerate the potential disruption from something like SAFE, or the good it could do.
The only other crypto project that has ever given me goosebumps was BTC the first time I took on board what it really was and what it did. I was immediately hooked on the idea and the implications. It did not take me long to find SAFE and upgrade my cryptopium of choice If something better comes along I will carry on chasing that dragon and upgrade again, but for now this is the strongest, cleanest and best high I can get from the ādecentraliseā movementās menu Iām not here out of loyalty or habit. Iām just here because this sh1t is genuinely exciting and I canāt help myself.
Same condition here. When I didnāt know about the project properly I thought it was a small project and would be done in few months if not days. Now as I am going deeper and deeper, having chats over forum, reading more and more I am understanding the difficulty and how much effort the team is putting through. Just think about this, the team is so busy that David even declined Pizza treats .
I just want to let the team know that we all appreciate the effort and I know they would pull off the project no matter what. Specially when we have someone as stubborn as David. Best wishes and I, personally, am with them till the end.
In the current code an āaccumulatorā node collects signatures for each message that requires group consensus. Once enough signatures have been collected, the accumulator broadcasts the message and the signatures to as many nodes in the section as it can. The accumulator tells these nodes about who it has sent the message to using a simple set of node names that we call the sent_to list. If any node receives a signed message from an accumulator and notices that the sent_to list is missing a known node, then it will swarm (re-send) the message to all such nodes. You can see the sent_to list (set) in the code here: https://github.com/maidsafe/routing/blob/a5cb22f11d6350560d32ccabe3d433e0b4e882a5/src/messages/mod.rs#L191-L201
Now, the problem with the above approach is that nodes receiving such a message have to believe that the accumulator told the truth when it constructed the sent_to list. If the accumulator lies, then it can pretend to have sent the message to more nodes than it actually did, and nobody will know that the message needs to be swarmed to their peers. The easy fix is to just get rid of the sent_to list and swarm every message received, but this would require O(n2) single messages to be sent. Instead, weād like to keep the number of messages sent low, whilst removing the issue mentioned. A few of the solutions weāve been thinking about involve including signatures in the sent_to list, so that nodes sign something to say they received the message, and everybody else can verify this without trusting the accumulator. Weāve also been considering a few more varied ways to send messages, including gossip protocols, which would be a bigger change, but might also allow us to decrease the number of connections per node, and thus scale up the size of sections (which is good for security).
@bit Iām not an official of any sort just a regular here but I do recall David saying that Alpha 2 would likely run concurrently with Alpha 3 (to test data chains part 1). I think the point of this is Alpha 2 is very much for developers to test their apps on and for the public to see what devs showcase and test themselves, where Alpha 3 might be suited for data chains (part 1) testing such as IoT. How far away is Alpha 3? I donāt think anyone can pin the tail on that donkey but the team has been growing and their progress is starting to seem exponential. Just keep in mind a lot of unforeseen things can happen that alter plans and this is all just stuff Iām regurgitating the best I can that I pick up here.
So that and the fact there was some flack given for Alpha 1 coming down early is a good indication of it being up until itās time to make a bigger leap, my guess is Alpha 2 & 3 will come down for Alpha 4.
Hello, kinda new here!
Just wanted to ask, when the Test comes out, will my SAFE launcher connect to the network and i will be able to see what SAFE is all about/farm? I love the idea behind MaidSafe but i dont understand this.
No, the launcher was for previous iterations. The newer tests use the browser with integrated authenticator to connect to the network and give permissions to apps to access storage, etc.
You canāt farm until Safecoin is implemented (at the time of beta, so at least a few months yet, possibly more). But you can create a website, upload and download files and use the various experimental apps.
Itās the SAFE Browser now (Launcher is no more) but I suggest you wait for Thursdayās update (tomorrow evening UTC) because itās likely the existing test and binaries will be replaced and youād have to do it all again.
It means waiting for a little, but the best is to keep up with the dev updates and when the next testnet is announced then follow the directions and download the binaries that are linked to in that dev update.
DO NOT use the launcher ever again. It is no longer a part of SAFE