provenceday
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
September 07, 2014, 07:17:26 AM |
|
still watch this and wait this.
|
|
|
|
ebite
Member
Offline
Activity: 70
Merit: 10
|
|
September 07, 2014, 02:05:18 PM |
|
What is going on with the dev?
|
QBK / QiBuck QPZAQzhwLG25oiP4Z8QWUJ2b9zqfNHnq7L
|
|
|
Jungian
Legendary
Offline
Activity: 930
Merit: 1010
|
|
September 07, 2014, 02:06:11 PM |
|
dev broke his promise.i worry about my money.
About your money? Have you already sent money? To where?
|
|
|
|
ebite
Member
Offline
Activity: 70
Merit: 10
|
|
September 07, 2014, 02:11:23 PM |
|
dev broke his promise.i worry about my money.
About your money? Have you already sent money? To where? skyjp is a newbie just like me. And this is just his first post. How can you trust a newbie's word?
|
QBK / QiBuck QPZAQzhwLG25oiP4Z8QWUJ2b9zqfNHnq7L
|
|
|
lovely89
|
|
September 07, 2014, 11:12:40 PM |
|
dev broke his promise.i worry about my money.
About your money? Have you already sent money? To where? Skycoin has accepted nothing.
|
Bitrated user: vanlovely.
|
|
|
check07
Member
Offline
Activity: 78
Merit: 10
|
|
September 13, 2014, 07:51:15 AM |
|
It has been Sep. 4th, any update on IPO? @skycoin
Maybe another eMu - delayed again and again. Timeline for IPO?
|
|
|
|
skycoin (OP)
|
|
September 14, 2014, 07:24:29 AM |
|
Update:
We are dealing with a frustrating issues. Will post an update when it is resolved.
|
|
|
|
Boom.NO1
Member
Offline
Activity: 118
Merit: 100
|
|
September 14, 2014, 07:25:10 AM |
|
Update:
We are dealing with frustrating issues. Will post an update when they are resolved.
thanks,i just can't wait the pre-sale!
|
|
|
|
e1ghtSpace
Legendary
Offline
Activity: 1554
Merit: 1001
Crypto since 2014
|
|
September 14, 2014, 07:50:03 AM |
|
WOW. This coin is amazing. Great whitepaper too. I can't wait to buy some! Skycoin to the MOON SKY!!
|
|
|
|
constary
|
|
September 14, 2014, 03:32:37 PM |
|
Update:
We are dealing with a frustrating issues. Will post an update when it is resolved.
Hope it would be resolved within a month
|
|
|
|
wktian
Jr. Member
Offline
Activity: 44
Merit: 13
|
|
September 15, 2014, 03:46:52 AM |
|
I am preparing the bitcoin
|
|
|
|
Alcuino
Newbie
Offline
Activity: 11
Merit: 0
|
|
September 15, 2014, 07:03:19 AM |
|
I am preparing the bitcoin too...
|
|
|
|
coin@coin
Legendary
Offline
Activity: 1722
Merit: 1000
|
|
September 15, 2014, 12:52:42 PM |
|
Update:
We are dealing with a frustrating issues. Will post an update when it is resolved.
Thanks for the update, no rush, get things working well first
|
|
|
|
-Greed-
|
|
September 15, 2014, 06:43:55 PM |
|
You also send - your Github account name - Bitcoin talks name - Approximate number of Bitcoin you want to put into the IPO
Pre-registration is to gauge IPO demand and control IPO so its fair. There are 100 million Skycoin. Between 2% and 10% of the total Skycoin will be sold in the IPO. The valuation will be 10 million in the first round IPO.
I've been watching this project since Feb and waiting for IPO. But you guys are mad about it with such ridiculous conditions. And you are too late as we've already had Bitshares. I'm out. Good luck.
|
|
|
|
BlackShibe1
|
|
September 15, 2014, 07:22:31 PM |
|
Too long Lost interest as Emunie
|
Lisk | . Develop Decentralized Applications & Sidechains in JavaScript with Lisk! Website | Blog | BTT Thread | Chat - Be part of the decentralized application movement! |
|
|
|
lovely89
|
|
September 15, 2014, 10:07:19 PM |
|
Too long Lost interest as Emunie
You also send - your Github account name - Bitcoin talks name - Approximate number of Bitcoin you want to put into the IPO
Pre-registration is to gauge IPO demand and control IPO so its fair. There are 100 million Skycoin. Between 2% and 10% of the total Skycoin will be sold in the IPO. The valuation will be 10 million in the first round IPO.
I've been watching this project since Feb and waiting for IPO. But you guys are mad about it with such ridiculous conditions. And you are too late as we've already had Bitshares. I'm out. Good luck. Wow, these two comments. I'm not sure if serious.
|
Bitrated user: vanlovely.
|
|
|
skycoin (OP)
|
|
September 16, 2014, 12:22:24 PM Last edit: September 16, 2014, 12:35:03 PM by skycoin |
|
IPO Update
The IPO cannot work the way we originally intended. There is no way to cap the number of Bitcoin per person that can participate in the IPO.
Browser finger printing does not work. It cannot reliably detect which users are bots and which are not. Bot nets and even proxies still get through.
Then we were going to do IPO over Bitmessage, but with validation of Bitcoin talks username. However, there are people who have several thousands Bitcoin Talks accounts registered. These users would be able to participate in the IPO multiple times, but normal users would be unable to.
The other frustrating thing, 1> The bitmessage library for golang we were using does not actually work. We had to rewrite the IPO script into python. Ideally, we would have used JSON/HTML requests on Bitmessage and use golang, but the Bitmessage API implements XMLRPC... (There is a massive effort underway to rewrite Bitmessage on C++ and create language bindings for each language, so these problems should decrease over time) 2> When building the exchange for doing the IPO, we had to use bitcoind. There is no RPC in bitcoind to check the balance of the unspent transaction output set for an address. We originally intended to generate a list of private keys and addresses on a computer never connected to the internet and move the address list to the server running the IPO. These offline addresses were to be used for receiving IPO funds and their balance queried by the server. This would prevent bitcoin from being stolen if the IPO server was identified and hacked. However, this is impossible under the Bitcoin API, for the same reason that Bitcoin makes building mobile thin clients very frustrating. We have to do the IPO with a hot wallet and move the coins into the cold wallet over time instead of just receiving the coins into a cold wallet address. We thought there was some way to get the unspent outputs for an address with bitcoind, but this is apparently very difficult. 3> Some git accident happened and the deterministic wallet input feature in the Skycoin wallet GUI seems to have disappeared. This feature is used in the IPO for importing the wallet the addresses coins are received into. 4> The server running bitcoind for the IPO, is taking over four days to download the bitcoin blockchain. I keep deleting peers.dat and restarting it and it goes for a few hours and then stops. Slow peers are slowing down the download.
Good News
The whole project scope is being laid out in a document. It describes at implementation level, each component and what is required. This should enable project development to escape the existing bottlenecks. We are close enough now, that running out of new things to develop is on the horizon. The darknet design is substantially done. It ended up being very simple.
The consensus algorithm is has been simplified. Implementation will be 150 lines, instead of ten thousand. Everything was stripped out that was not needed for operation. If a chain fork successfully propagates (very restricted conditions), the client will replicate both chains and defer to the operator of each node to choose manually which chain to prune. All the honest nodes should end up on the same chain and the attacker nodes will split into a separate network.
Bitcoin is vulnerable to netsplit attacks, but the conditions required are difficult to achieve and have not been observed. Theoretical netsplits may not be a threat we should be focusing on at this point of development. Especially if handling this edge case was 90% of the complexity in the consensus algorithm.
IPO Timeline
The IPO script is in progress. I dont want to give a date, when it will be ready because it will probably take longer.
|
|
|
|
yufu571
|
|
September 16, 2014, 03:43:04 PM |
|
IPO Update
The IPO cannot work the way we originally intended. There is no way to cap the number of Bitcoin per person that can participate in the IPO.
Browser finger printing does not work. It cannot reliably detect which users are bots and which are not. Bot nets and even proxies still get through.
Then we were going to do IPO over Bitmessage, but with validation of Bitcoin talks username. However, there are people who have several thousands Bitcoin Talks accounts registered. These users would be able to participate in the IPO multiple times, but normal users would be unable to.
The other frustrating thing, 1> The bitmessage library for golang we were using does not actually work. We had to rewrite the IPO script into python. Ideally, we would have used JSON/HTML requests on Bitmessage and use golang, but the Bitmessage API implements XMLRPC... (There is a massive effort underway to rewrite Bitmessage on C++ and create language bindings for each language, so these problems should decrease over time) 2> When building the exchange for doing the IPO, we had to use bitcoind. There is no RPC in bitcoind to check the balance of the unspent transaction output set for an address. We originally intended to generate a list of private keys and addresses on a computer never connected to the internet and move the address list to the server running the IPO. These offline addresses were to be used for receiving IPO funds and their balance queried by the server. This would prevent bitcoin from being stolen if the IPO server was identified and hacked. However, this is impossible under the Bitcoin API, for the same reason that Bitcoin makes building mobile thin clients very frustrating. We have to do the IPO with a hot wallet and move the coins into the cold wallet over time instead of just receiving the coins into a cold wallet address. We thought there was some way to get the unspent outputs for an address with bitcoind, but this is apparently very difficult. 3> Some git accident happened and the deterministic wallet input feature in the Skycoin wallet GUI seems to have disappeared. This feature is used in the IPO for importing the wallet the addresses coins are received into. 4> The server running bitcoind for the IPO, is taking over four days to download the bitcoin blockchain. I keep deleting peers.dat and restarting it and it goes for a few hours and then stops. Slow peers are slowing down the download.
Good News
The whole project scope is being laid out in a document. It describes at implementation level, each component and what is required. This should enable project development to escape the existing bottlenecks. We are close enough now, that running out of new things to develop is on the horizon. The darknet design is substantially done. It ended up being very simple.
The consensus algorithm is has been simplified. Implementation will be 150 lines, instead of ten thousand. Everything was stripped out that was not needed for operation. If a chain fork successfully propagates (very restricted conditions), the client will replicate both chains and defer to the operator of each node to choose manually which chain to prune. All the honest nodes should end up on the same chain and the attacker nodes will split into a separate network.
Bitcoin is vulnerable to netsplit attacks, but the conditions required are difficult to achieve and have not been observed. Theoretical netsplits may not be a threat we should be focusing on at this point of development. Especially if handling this edge case was 90% of the complexity in the consensus algorithm.
IPO Timeline
The IPO script is in progress. I dont want to give a date, when it will be ready because it will probably take longer.
Thanks for your update.
|
|
|
|
hill
Member
Offline
Activity: 68
Merit: 10
|
|
September 16, 2014, 04:08:39 PM |
|
IPO Update Then we were going to do IPO over Bitmessage, but with validation of Bitcoin talks username. However, there are people who have several thousands Bitcoin Talks accounts registered. These users would be able to participate in the IPO multiple times, but normal users would be unable to.
You can make some restrictive conditions for the bitcointalk users‘ participation. For example, the date registered of accounts should be prior to the Skycoin project released(2013, December), account's total time logged in must be longer than 10 hours, the activity must be more than 20 posts, or just make the IPO open to the Member, Full Member, Sr. Member and Hero. PS: given the risk of the IPO, why do you so afraid about one investor’s share of the IPO?
|
Good Luck For Everyone!
|
|
|
beitris.dwlul
Member
Offline
Activity: 84
Merit: 10
|
|
September 16, 2014, 08:11:33 PM |
|
It's a really innovative coin.
|
|
|
|
|