I swear if I set a buy order at a certain lower price the system trolls me.
I'll put like buy at .00016900. This shyt will go to .00016901 5 times in a row then go back up
Same thing happens to me.
I swear if I set a buy order at a certain lower price the system trolls me.
I'll put like buy at .00016900. This shyt will go to .00016901 5 times in a row then go back up
Only 614
25 ETHIt will launch 2 weeks after the sale, hopefully the sale is very late Jan, I need to amass a spirit bomb for it. My 2 hopes -
1. They allow Americans
2. They have a 25 eth cap, that way it keeps the big boys from styling on me, and I can get in near or at the max.
Now my ECA wallet is showing a few connections to the network but it doesn't appear to be syncing
Also I saw in the coinsmarkets chat that apparently that exchange ain't gon be up and running again until January 23rd
nikka, you got pebbles on the beach compared to me!
As promised....It looks rough now, but the team is still working and they've got more milestones looming.
Opus (OPT) price, charts, market cap, and other metrics | CoinMarketCap
Plus the price is so low, that you can throw a drop of the Prl profits on them n grab a few k, while throwing the rest at bounty.
This trash site won't let me confirm my account.
I was looking at that and VOISE.
I saw Voise before but the circulating supply chased me away. So when i came across Opus, i was like
Quick github breakdown for you brehs, which can help during the "due dilligence" work on any project:
When looking at any github repository, I personally like to visit the "commits" tab. This is a history of all changes made to the app/program.
I'll use Bread as an example because they have a working app out, are doing well on the market(?), and seem somewhat established:
Here's their github project:
GitHub - breadwallet/breadwallet-core: SPV bitcoin C library
If you take a look at their github commit history by clicking on "___ commits" (where ___ is soem number):
Commits · breadwallet/breadwallet-core · GitHub
You can see not only their commit history being updated 3 days ago, but you can track it down and see how busy they've been since 2015. Nice, consistent updates. Apps don't happen overnight and that was definitely the case here as well. This is pretty much how most real, stable companies should work. All jobs I've had emphasize this, most jobs I'll probably have will also emphasize this. It's practically a standard in the software developer world.
One of the commit messages you'll see on that page (the 2nd one currently):
"#9 from lvaccaro/fix-zero-change-output" means that work was done on another branch (you can think of this as another team member changing the code without affecting the current code), then when those changes have been approved (doesn't break the code), they'll merge that into the master branch/codebase. Usually different branches are for different features or bug fixing.
Each branch may be deleted after a "merge", so don't get alarmed if you click that dropdown tabe and only see a master branch. If they have different branches, it may be a good idea to check the commit history on those as well.
It looks like one person is making the mass majority of the updates, but that guy is most likely the senior developer and most changes have to be approved by him before any kind of updates to the code take place.
Opinion:
I personally get a little skeptical visiting some of these ICO's and don't see consistent commit messages/updates when visiting their repos.
But that said, some ICO's have a working MVP/prototype and very little github code or not a significant commit history, so maybe they're working privately. That said, I was under the impression "open source" means the code is available for all to see while the product is being built. If a company says their project is open sourced, but you can't view their code, or it looks private, maybe it's time to question them and the intention of investing in the project.