Bitcoin Forum
May 02, 2024, 08:22:14 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 ... 200 »
  Print  
Author Topic: [SKY] Skycoin Launch Announcement  (Read 381508 times)
wing_hk
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 22, 2014, 06:08:58 PM
 #461

Anyone get the Skycoin running?

I get following msg when running ./run.sh -h  Undecided

New to "GO" too

Code:
./run.sh: 3: ./run.sh: Bad substitution
./run.sh: 5: ./run.sh: pushd: not found
# command-line-arguments
cmd/skycoindev/skycoindev.go:5: __emptyarchive__ redeclared as imported package name
        previous declaration at cmd/skycoindev/skycoindev.go:4
cmd/skycoindev/skycoindev.go:5: imported and not used: "github.com/skycoin/skycoin/src/skycoin"
cmd/skycoindev/skycoindev.go:9: undefined: skycoin
cmd/skycoindev/skycoindev.go:9: undefined: cli
./run.sh: 7: ./run.sh: popd: not found
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714681334
Hero Member
*
Offline Offline

Posts: 1714681334

View Profile Personal Message (Offline)

Ignore
1714681334
Reply with quote  #2

1714681334
Report to moderator
1714681334
Hero Member
*
Offline Offline

Posts: 1714681334

View Profile Personal Message (Offline)

Ignore
1714681334
Reply with quote  #2

1714681334
Report to moderator
1714681334
Hero Member
*
Offline Offline

Posts: 1714681334

View Profile Personal Message (Offline)

Ignore
1714681334
Reply with quote  #2

1714681334
Report to moderator
skycoin (OP)
Hero Member
*****
Offline Offline

Activity: 498
Merit: 500


View Profile WWW
February 23, 2014, 01:18:52 AM
Last edit: February 23, 2014, 02:11:39 AM by skycoin
 #462

New Information about the Skycoin Meshnet Project:

https://github.com/skycoin/darknet

Development Update:

Skycoin now has bullet proof security.
- There are very strict rules in place for transaction propagation and signature verification.
- Bitcoin is only able to fix 6 of the 8 transaction malleability problems. Skycoin has 0 transaction malleability and 0 signature malleability bugs.
- Most of the code base is unit tested. There are three lines of tests for every line of code.
- we fixed bug in the struct encoder and the change broke compatibility with packets from earlier versions.
- the Skycoin connection pool library now has non-blocking writes. faster block propagation

The coin is almost done and the project is moving into the next phase.

New Anti Spam Mechanisms:

Skycoin has coins and has coin hours. You get 1 coin hour for holding 1 coin for one hour. Transaction fees are paid in coinhours, not in coins. When you spend an output, you must spend 50% of the coin hours. Therefore spamming transactions depletes your coin hour balance exponentially quickly. If there are 100 coinhours in the inputs and only 40 coin hours created in the outputs, then the "fee" is 60 coin hours. The number of coins in the output must equal the number of coins in the input. This is hardcoded.

Transaction priority is <transaction size> / <coinhour fee>. If the priority is too low, the transaction will not be propagated and it will not be included in blocks. This will dramatically cut down on small transaction spam and keeps the blockchain small.

Each Skycoin is 1 million droplets. Each coin is divisible to six decimal places. At launch, output balances must be multiples of 1 million droplets (a whole coin). This is to prevent transaction spam. As the price goes up, this will be reduced to 100,000 droplets. We want to keep the minimum output size to 0.25 Euros  Skycoin does not have 0.000000000005 dollar transactions.

All very small "microtransactions" must be executed as off blockchain transactions. Microtransactions are instant and they are free and they dont pollute the block chain with spam.

Skycoin Official Position on Scripting Languages on the Blockchain:

We are watching Ethereum closely. If powerful transaction scripting language support becomes something that is used widely, we will implement the best scripting language into Skycoin.  Until the transaction malleability issues are resolved and until we see widespread usage of scripting, Skycoin transactions will remain simple.  A later version may include multisig transactions if they do not introduce transaction malleability into Skycoin.

So far, most users are only using "send" and there has not been widespread usage of Bitcoin's scripting capacity. Scripting has however created numerous security, denial of service attacks and caused substantial increases in the size of the Blockchain . Until we see use causes for scripting languages on the blockchain, we plan to support scripting as an off-block chain extension.

forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
February 23, 2014, 04:24:44 AM
 #463

scam SKY? better mine SUN!

yolo
kdrop22
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
February 23, 2014, 04:51:03 AM
 #464


........ Until we see use causes for scripting languages on the blockchain, we plan to support scripting as an off-block chain extension.

Can you explain what scripting as an off-block chain extension means?

kdrop22
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
February 23, 2014, 04:52:43 AM
 #465

Anyone get the Skycoin running?

I get following msg when running ./run.sh -h  Undecided

New to "GO" too

Code:
./run.sh: 3: ./run.sh: Bad substitution
./run.sh: 5: ./run.sh: pushd: not found
# command-line-arguments
cmd/skycoindev/skycoindev.go:5: __emptyarchive__ redeclared as imported package name
        previous declaration at cmd/skycoindev/skycoindev.go:4
cmd/skycoindev/skycoindev.go:5: imported and not used: "github.com/skycoin/skycoin/src/skycoin"
cmd/skycoindev/skycoindev.go:9: undefined: skycoin
cmd/skycoindev/skycoindev.go:9: undefined: cli
./run.sh: 7: ./run.sh: popd: not found

I get the same error message as well.
hill
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
February 23, 2014, 05:16:40 AM
Last edit: November 16, 2014, 04:10:42 PM by hill
 #466

Good luck skycoin. Just want to be a part of you!

Good Luck For Everyone!
Korean
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
February 23, 2014, 04:32:26 PM
 #467

Mr.Skycoin, just wanted to confirm, are you going to delay the IPO as others have wanted? Please do so

please answer this!
jparsley
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
February 23, 2014, 04:52:28 PM
 #468

Intrested in beta test pls add me

1G6xArhs9MZ62Mn7ZxAkLDLFquPxK54eBn

please unban me.
myhoho
Legendary
*
Offline Offline

Activity: 1162
Merit: 1008



View Profile
February 23, 2014, 08:32:35 PM
 #469

 I would love to test it!

██████▄  ▄▄▄█████████▄▄▄         
██████████████████████████▄▄     
█████████████████████████████▄   
▄███████████████████████████████ 
▄▄███▄     ▄██████████  ████████▀▀▀██████████
▄██████   ████████████  ████████   ███████████
▄████████▀   █████████    ██    ████████▀▀▀███████
▀████▄  ▄   ████████████  ████████████   ███████
▀████▀     ▀██████████  █████████████████████
▀███████████████████████████████ 
█████████████████████████████▀   
██████████████████████████▀▀     
██████▀  ▀▀▀█████████▀▀▀         
ROCKET

▄▄    ▄▄





▄▄    ▄▄

ENTHRALLING GRAPHICS
● NEW TYPE OF GAMES
100% REFERRAL BONUS
((       ▄▄█████████▄▄
    ▄█████████████████▄
  ▄████████ ██ █████████▄
 ▄█████▀▀▀▀ ▀▀ ▀▀████████▄
▄███████▄   ▄▄▄▄  ▀███████▄
█████████   ████   ████████
█████████         ▀████▀▀██
█████████   ████    ███▄▄██
▀███████▀   ▀▀▀▀   ▄██▀  █▀
 ▀█████▄▄▄▄ ▄▄ ▄▄▄███▀  █▀
  ▀████████ ██ ████▀  ▄█▀
    ▀████████████▀ ▄▄█▀
       ▀▀█████████▀▀
       ▄▄█████████▄▄
    ▄█████████████████▄
  ▄█████████████████████▄
 ▄████▀███████▀   ▀▀▀▄███▄
▄████▌  ▀▀███▌       ▄████▄
█████▀               ██████
█████▄              ███▀▀██
██████▄            ████▄▄██
▀██████▄▄        ▄████▀  █▀
 ▀████▄       ▄██████▀  █▀
  ▀████████████████▀  ▄█▀
    ▀████████████▀ ▄▄█▀
       ▀▀█████████▀▀
       ▄▄█████████▄▄
    ▄█████████████████▄
  ▄██████████▀▀▀▀███████▄
 ▄█████████▀     ████████▄
▄██████████   ████████████▄
█████████        ██████████
█████████▄▄   ▄▄███████▀▀██
███████████   █████████▄▄██
▀██████████   ████████▀  █▀
 ▀█████████   ███████▀  █▀
  ▀████████▄▄▄█████▀  ▄█▀
    ▀████████████▀ ▄▄█▀
       ▀▀█████████▀▀
))
lounge
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
February 24, 2014, 03:05:41 PM
 #470

Keep watching
Ziggy
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
February 24, 2014, 04:21:27 PM
 #471

Keep watching
+1
heajin5921
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
February 24, 2014, 09:09:47 PM
 #472

I will be interested in your products. Appropriate opportunities will buy some of the

Bwincoin - 100% Free POS. <BFLFB8V7h3yhDs5irELoFo4tDB7ZC3MrQN>
13Darko
Hero Member
*****
Offline Offline

Activity: 621
Merit: 507


Radix-The Decentralized Finance Protocol


View Profile
February 24, 2014, 09:21:00 PM
 #473

There are two options.

1. We set a date and the IPO occurs on that date, whether coin is ready or not.
2. We wait until coin is ready (keeps getting pushed back) and announce IPO after its ready.

The coin launch and IPO will definitely occur before Obelisk is implemented, which may take through July.

Does Febuary 24th, noon GMT time for IPO sound good? Is there a better day or time, or should the IPO wait?

So you have chosen the 2nd variant, right?  Smiley ..when the coin's ready


               ▄████████▄
               ██▀▀▀▀▀▀▀▀
              ██▀
             ███
▄▄▄▄▄       ███
██████     ███
    ▀██▄  ▄██
     ▀██▄▄██▀
       ████▀
        ▀█▀
The Radix DeFi Protocol is
R A D I X

███████████████████████████████████

The Decentralized

Finance Protocol
Scalable
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
██▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██
██                   ██
██                   ██
████████████████     ██
██            ██     ██
██            ██     ██
██▄▄▄▄▄▄      ██     ██
██▀▀▀▀██      ██     ██
██    ██      ██     
██    ██      ██
███████████████████████

███
Secure
      ▄▄▄▄▄
    █████████
   ██▀     ▀██
  ███       ███

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

███
Community Driven
      ▄█   ▄▄
      ██ ██████▄▄
      ▀▀▄█▀   ▀▀██▄
     ▄▄ ██       ▀███▄▄██
    ██ ██▀          ▀▀██▀
    ██ ██▄            ██
   ██ ██████▄▄       ██▀
  ▄██       ▀██▄     ██
  ██▀         ▀███▄▄██▀
 ▄██             ▀▀▀▀
 ██▀
▄██
▄▄
██
███▄
▀███▄
 ▀███▄
  ▀████
    ████
     ████▄
      ▀███▄
       ▀███▄
        ▀████
          ███
           ██
           ▀▀

███
Radix is using our significant technology
innovations to be the first layer 1 protocol
specifically built to serve the rapidly growing DeFi.
Radix is the future of DeFi
█████████████████████████████████████

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

Facebook

███

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

Telegram

███

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

Twitter

██████

...Get Tokens...
ko6028
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
February 24, 2014, 09:28:17 PM
 #474

Already there are too many coins on the market, is really difficult to choose
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
February 25, 2014, 02:45:04 PM
 #475

Interested!
tank
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
February 25, 2014, 04:27:40 PM
 #476

waiting for it. Smiley

KyLins
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250



View Profile WWW
February 26, 2014, 02:21:31 AM
 #477

How did not

WavesBank:www.wavesbank.com

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

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


║║
.
.

║║
██
║║
.
.

║║
██
║║
.
║║


║║
skycoin (OP)
Hero Member
*****
Offline Offline

Activity: 498
Merit: 500


View Profile WWW
February 26, 2014, 10:15:37 AM
Last edit: February 26, 2014, 02:42:45 PM by skycoin
 #478

Almost ready. IPO will be within 48 hours of the genesis block. IPO will accept Bitcoin and Dogecoin.

Todo:
1. Last minute refactor and cleanup.
2. Launch!

Update
----------

1. Skycoin developers are exhausted
2. We need developers for https://github.com/skycoin/darknet

Developer Positions: Many Coins, Much Riches
-----------------------------------------------------------------

1. We need a golang wrapper around ifconfig for controlling wifi dongles and connecting/disconnecting. Should scan for wifi connections, return list. Should have function for connecting and disconnecting to network. Should return information about signal strength and speed. Bonus points if it supports adhoc connections.
2. We need golang ChaCha20 wrapper
3. We need library that connects to peers using sykcoin/gnet (connection pool). Each peer has list of hashes and hashes are ordered. Each hash  corresponds to data. Each peer should should poll and download any new hash and from peers, that it doesnt have.
- given an ordered list of 100,000 things, poll peers, figure out if they have something you dont have, get the things you dont have

We have list of

type Entry struct {
Seq uint64
Hash [32]byte
Data []byte
}

The list is ordered by Seq. Poll peers and efficiently determine what they have that you dont.
4. Fifty other things

Korean
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
February 26, 2014, 09:32:48 PM
 #479

Can't you give us a week or two's notice of the IPO date? Since we now know what options you accept, it will give us time to transfer funds into the respective coins.
Korean
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
February 26, 2014, 09:37:17 PM
 #480

This will also give you sometime to write up a business plan as to what you need the money for and how are you going to spend, just a formal document outlying everything for the potential investors of the IPO
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 ... 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!