Bitcoin Forum
May 17, 2024, 05:48:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 200 »
  Print  
Author Topic: [SKY] Skycoin Launch Announcement  (Read 381515 times)
yapiee
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 09, 2014, 09:43:48 AM
 #541

How I can take a stake? Smiley
Tobo
Hero Member
*****
Offline Offline

Activity: 763
Merit: 500


View Profile
March 10, 2014, 03:57:26 PM
 #542

Development Update:

The hash function for Skycoin deterministic wallet generation is finished. We believe our new deterministic wallet hash function is the most secure hash function against GPU and ASIC brute forcing to date. We are using a new hash called "secp256k1 Hash" that combines SHA256 with elliptic curve signature operations.

Secp256k1 Hash Implementation:

1> SHA256 seed value
2> Compute deterministic private key, pubkey pair from seed value
3> Generate deterministic secp256k1 signature from seed and generated private key
3> Append signature to seed and compute its SHA256 hash

+1.
skycoin (OP)
Hero Member
*****
Offline Offline

Activity: 498
Merit: 500


View Profile WWW
March 11, 2014, 04:22:03 AM
 #543

Development Updates:

We are updating the Skycoin wire protocol. This is the last thing on checklist before launch.

=== Blob Replicator ===

The Blob Replicator is done. Blob replicator is used for transaction replication and the emergency messaging system.

- https://github.com/skycoin/skycoin/blob/master/src/sync/blob_replicator.go

This uses a gossip protocol to replicate data among a swarm of peers.
- A blob is a series of bytes. The id of a blob is its SHA256 hash
- On connect a peer receives a list of all the hashes of the Blobs the peer has.
- the client requests any blobs peers have that the local client doesnt have
- When a client downloads a new blob, it announces the hash of the blob, so other peers know it exists
- There is a callback function that determines if blob is valid, should be ignored or if peer sending the blob should be kicked
- Blobs are only replicated if they  are "valid" and the callback function judges validity

Uses of blobs include
- emergency messaging system (criteria: blobs contain valid signature)
- transactions (criteria: transactions must be valid and meet various criteria)

Example of using Blob Replicator:
https://github.com/skycoin/skycoin/blob/master/run.go

=== Request Manager ===

Request manager is under development and almost done. Request Manager rate limits requests and is used to protect against DDoS and Sybil attacks.

https://github.com/skycoin/skycoin/blob/master/src/sync/request_manager.go

Request Manager
- queues up requests for data and spreads them over times
- keeps tracks of what requests are in progress
- limits requests per peer
- disconnects clients who are not responding to requests
- disconnects clients who send data that was not requested
- stores information for detecting DDoS and Sybil attack nodes
- kicks nodes that are slow, to speed up blockchain downloads

=== Hash Chain Replicator ===

This is like the Blob Replicator, but used for block chain replication. This component is used for downloading the blockchain and for Obelisk.

This is last component of the wire protocol before launch.

Korean
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
March 11, 2014, 04:32:36 AM
 #544

ETA? Also, are you going to test the system before we launch? Just like how you guys discovered a problem with the coin hours previously?
MsCollec
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
March 11, 2014, 04:37:41 AM
 #545

do you have the timeline for the IPO.
CraigM
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 11, 2014, 05:20:37 AM
 #546

What license is the code under? Currently I don't see any license on the client or the darknet project. That implicitly puts it under standard copyright, which is pretty crippling; I won't use a client I can't fork and patch.
KyLins
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250



View Profile WWW
March 11, 2014, 07:51:41 AM
 #547

Compared with the NXT and what kind of advantages

WavesBank:www.wavesbank.com

 
 
           ▄████▄
         ▄████████▄
       ▄████████████▄
     ▄████████████████▄
    ████████████████████      ▄█▄                 ▄███▄                 ▄███▄                 ▄████████████████▀   ▄██████████

  ▄▄▄▀█████▀▄▄▄▄▀█████▀▄▄▄     ▀██▄             ▄██▀ ▀██▄             ▄██▀ ▀██▄             ▄██▀                   ██
▄█████▄▀▀▀▄██████▄▀▀▀▄█████▄     ▀██▄         ▄██▀     ▀██▄         ▄██▀     ▀██▄         ▄██▀        ▄█▄          ▀██████████████▄
████████████████████████████       ▀██▄     ▄██▀         ▀██▄     ▄██▀         ▀██▄     ▄██▀          ▀█▀                        ██
 ▀████████████████████████▀          ▀██▄ ▄██▀             ▀██▄ ▄██▀     ▄█▄     ▀██▄ ▄██▀                                       ██
   ▀████████████████████▀              ▀███▀                 ▀███▀       ▀█▀       ▀███▀      ▄███████████████████████████████████▀
     ▀████████████████▀
       ▀████████████▀
         ▀████████▀
           ▀████▀
║║


║║
.
.

║║
██
║║
.
.

║║
██
║║
.
║║


║║
kripto
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 11, 2014, 08:36:59 AM
 #548

thx for the update
DawgDCG
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 11, 2014, 10:57:27 AM
 #549

So is there a date for the IPO?
What is the max amount per person?
jevin
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 11, 2014, 06:00:09 PM
 #550

keep watching
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
March 12, 2014, 02:01:08 AM
 #551

will wait
kripto
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 12, 2014, 07:05:04 AM
 #552

I was trying to build/run the skycoin client  on ubuntu64 without success. Is there a thread/forum/system for technical issues or bugtracking?

Thx
Touque
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
March 12, 2014, 05:08:16 PM
 #553

Development Updates:

We are updating the Skycoin wire protocol. This is the last thing on checklist before launch.

=== Blob Replicator ===

The Blob Replicator is done. Blob replicator is used for transaction replication and the emergency messaging system.

- https://github.com/skycoin/skycoin/blob/master/src/sync/blob_replicator.go

This uses a gossip protocol to replicate data among a swarm of peers.
- A blob is a series of bytes. The id of a blob is its SHA256 hash
- On connect a peer receives a list of all the hashes of the Blobs the peer has.
- the client requests any blobs peers have that the local client doesnt have
- When a client downloads a new blob, it announces the hash of the blob, so other peers know it exists
- There is a callback function that determines if blob is valid, should be ignored or if peer sending the blob should be kicked
- Blobs are only replicated if they  are "valid" and the callback function judges validity

Uses of blobs include
- emergency messaging system (criteria: blobs contain valid signature)
- transactions (criteria: transactions must be valid and meet various criteria)

Example of using Blob Replicator:
https://github.com/skycoin/skycoin/blob/master/run.go

=== Request Manager ===

Request manager is under development and almost done. Request Manager rate limits requests and is used to protect against DDoS and Sybil attacks.

https://github.com/skycoin/skycoin/blob/master/src/sync/request_manager.go

Request Manager
- queues up requests for data and spreads them over times
- keeps tracks of what requests are in progress
- limits requests per peer
- disconnects clients who are not responding to requests
- disconnects clients who send data that was not requested
- stores information for detecting DDoS and Sybil attack nodes
- kicks nodes that are slow, to speed up blockchain downloads

=== Hash Chain Replicator ===

This is like the Blob Replicator, but used for block chain replication. This component is used for downloading the blockchain and for Obelisk.

This is last component of the wire protocol before launch.

+1.
td services
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


black swan hunter


View Profile
March 16, 2014, 06:44:03 AM
 #554

Trying to install and run client on windows. I've installed mingw basic package on Windows in c:\minGW directory and downloaded and extracted the skycoin-master.zip file from github. Skycoin instructions sayto use universal instructions in mingw shell, but I can't find any instructions anywhere on how to launch mingw shell, no mingw entry under start/programs, and no program under c:\mingw like "mingw.exe" or "mingwshell.exe" - just a bunch of executables for specific tasks.

Are there any clearer instructions anywhere?
rosequee
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 16, 2014, 07:32:26 AM
 #555

the coin looks crazy.
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
March 16, 2014, 02:59:18 PM
 #556

any update now?
Jr.peng
Full Member
***
Offline Offline

Activity: 155
Merit: 100



View Profile
March 16, 2014, 03:19:52 PM
 #557

any more info   Huh
skycoin (OP)
Hero Member
*****
Offline Offline

Activity: 498
Merit: 500


View Profile WWW
March 16, 2014, 04:47:22 PM
Last edit: March 16, 2014, 05:10:15 PM by skycoin
 #558

Development Update:

We are compiling binaries for the testnet. Will release binaries and instructions for running testnet from source. You will be able to get testnet coins by posting address in github thread.

twistelaar
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
March 17, 2014, 03:07:02 AM
 #559

Already a IPO date? thanks.
kache
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Bored


View Profile
March 17, 2014, 03:10:46 AM
 #560

Development Update:

The hash function for Skycoin deterministic wallet generation is finished. We believe our new deterministic wallet hash function is the most secure hash function against GPU and ASIC brute forcing to date. We are using a new hash called "secp256k1 Hash" that combines SHA256 with elliptic curve signature operations.

Secp256k1 Hash Implementation:

1> SHA256 seed value
2> Compute deterministic private key, pubkey pair from seed value
3> Generate deterministic secp256k1 signature from seed and generated private key
3> Append signature to seed and compute its SHA256 hash
So it's gonna be CPU only at launch?

Rig: http://www.betarigs.com/rig/257
BTC: 15rBivhPYhVnQsgVHucNXHy5b66bUn6njM
Doge: DSdsJdTrmXSAZCdNi1iQ7zEo8nH1iBWGQv
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 200 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!