Bitcoin Forum
April 26, 2024, 12:10:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 200 »
  Print  
Author Topic: [SKY] Skycoin Launch Announcement  (Read 381508 times)
illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
April 28, 2016, 05:01:33 AM
 #2301

Has anyone managed to compile the latest version on Ubuntu or any other Linux? If so could you provide step by step instructions without assuming Linux expertise and previously existing system settings as when I'm trying to follow the confusing instructions in README.md I get the following errors (I had managed to compile and use the earlier versions just fine):


Code:
anon@computer:~/coins/skycoin$ sudo apt-get install bison curl git mercurial make binutils bison gcc build-essential
[sudo] password for anon:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
binutils is already the newest version.
bison is already the newest version.
build-essential is already the newest version.
gcc is already the newest version.
make is already the newest version.
curl is already the newest version.
git is already the newest version.
mercurial is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.

anon@computer:~/coins/skycoin$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
ERROR: Already installed!

anon@computer:~/coins/skycoin$ source $HOME/.gvm/scripts/gvm

anon@computer:~/coins/skycoin$ gvm install go1.4
Already installed!

anon@computer:~/coins/skycoin$ gvm use go1.4
Now using version go1.4

anon@computer:~/coins/skycoin$ gvm install go1.6
Installing go1.6...
 * Compiling...
ERROR: Failed to compile. Check the logs at /home/anon/.gvm/logs/go-go1.6-compile.log
ERROR: Failed to use installed version


anon@computer:~/coins/skycoin$ cat /home/anon/.gvm/logs/go-go1.6-compile.log
##### Building Go bootstrap tool.
cmd/dist
ERROR: Cannot find /home/anon/go1.4/bin/go.
Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714133411
Hero Member
*
Offline Offline

Posts: 1714133411

View Profile Personal Message (Offline)

Ignore
1714133411
Reply with quote  #2

1714133411
Report to moderator
1714133411
Hero Member
*
Offline Offline

Posts: 1714133411

View Profile Personal Message (Offline)

Ignore
1714133411
Reply with quote  #2

1714133411
Report to moderator
Momimaus
Hero Member
*****
Offline Offline

Activity: 767
Merit: 500

Never back down !!!


View Profile
May 20, 2016, 07:33:55 AM
 #2302

Not much happening here.  Cry

CoinTracking.info - Your personal Profit / Loss Portfolio Monitor and Tax Tool for all Digital Coins
CoinTracking is analyzing all your trades and generates in real time tons of useful information such as the profit / loss of your trades, your balances, realized and unrealized gains, reports for tax declaration and many more. For Bitcoin and over 3000 altcoins, assets and commodities.
Get 10% discount for all packages or create your own affiliate link to get 20% for every sale.
chompyZ
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
May 20, 2016, 02:25:59 PM
 #2303

Not much happening here.  Cry

true...
but commits are being added on github every couple of days.
https://github.com/skycoin/skycoin
skycoin (OP)
Hero Member
*****
Offline Offline

Activity: 498
Merit: 500


View Profile WWW
May 31, 2016, 04:22:29 PM
Last edit: May 31, 2016, 07:47:52 PM by skycoin
 #2304

Update:

The first packet over the VPN, connected through the meshnet worked yesterday.
- this is a major project milestone.
- We have a multi-hop VPN client running over the Skycoin meshnet namespace. This is the first multi-hop VPN that I know of.

The port of the wallet from Angular 1.0 to Angular 2.0 is in progress and almost done. This means the design firm can start on the mobile wallet and multi-coin wallet.

Cross compilation is working on all platforms now (except for 32 bit windows, because of compiler bug when compiling the secp256k1 library, which causes an "out of registers" error). There are still many Windows XP users in China, so we need to replace the crypto library, to get rid of this bug.

We hired the 4th person to attempt to write the library for getting the unspent outputs for a Bitcoin address (using a local node, not blockchain.info) and they failed. This has been a saga. We will have to iterate the blockchain for each coin, block by block, transaction by transaction, creating a database of the unspent output and transaction set apparently. This is milestone for getting multiple coins supported in the Skycoin wallet.

We switched to Electron from Atom text editor for creating taskbar icons and managing the Skycoin application process startup, because of problems packaging on OSX.

The meshnet/vpn still has no GUI, need json configuration file written by hand and does not have a command-line REPL loop.

Skycoin setup instructions do not work in china because gvm pulls the golang repository from a Google server, that is blocked by the firewall. The installation also often fails even when using a VPN client. We are not sure what to do about this.

The CX design specification is done. We will start on this soon and then begin development of more applications inside the Skycoin networking address namespace.

--- mesh network

There is still a lot to do here
- encryption
- pluggable transport
- asymmetric connection topology support
- multi-homing
- GUI / user interface
- default deployment for wireless setups
- applications
- clean, easy to use application API

We have a lot of interest from multi-national corporations, operating across different jurisdictions who want to use this as an easy MPLS setup for machine-to-machine communication between their application servers.

--- CX

We are getting this working and doing some pilot applications for large financial services firms.

The core technology, is probably better suited for distributed anti-aircraft defense radar and missile systems.

The financial service firms do not know what they want and most of them, just want to replace their SQL databases with a blockchain, but leave everything else the same. The buzz word "blockchain" in financial services, just acts as a distributed database that is good for financial transaction ledgers.

The technology is very banal. Blockchains are just a type of decentralized database. It is not any more exciting than an SQL database.

I think many banks are looking at blockchain technology for dual purposes. I think they are looking at it as a means to decentralize their payment and settlement operations and get out from under SWIFT and the Office of Foreign Asset Control as NATO falls apart.

--- misc news

What is very exciting, is watching US/UN/CIA/NATO try to overthrow the Ecuador government, to stop them from launching a central bank backed digital currency. The new digital currencies are issued by the government central bank, rather than the private banks.

Currently,
- private banks issue the money in the United States and across NATO
- then the banks charge the government interest on the money they create (all money created is debt owed at interest to a private banking cartel)
- then the government taxes the citizens to pay the interest on the money (debt) created by the private banking cartel. Every dollar in taxes, the government collects goes directly back to the private banking cartel. The debt payments consume all tax revenues and the governments are funded by the private banking cartel, issuing even more debt in an infinite debt ponzi bubble (which mathematically can never be paid off and which can only end in default).

If the central banks issue their own money digitally, then there is no pretense for charging interest on money creation through private banking cartel debt bonds. So the existing financial system for extracting all the money from the third world would disintegrate.

The blockchain and digital currency in general, will have dramatic geopolitical implications.

If the money is held in digital accounts at the central bank, then there is no longer a need for deposits at third party private banks. The government can print money into existence, for fixed infrastructure investment and remove the money from circulation gradually over time through taxation. Rather than paying a dozen time the project's cost over its lifetime, in interest to the private banking cartels.

Alternatively the government can withdrawal money from circulation, by "negative interest" or by reducing the account holdings of all currency holders by 5% per year. This eliminates the need for income taxation.

The current international banking system appears to be a ponzi designed to allow trillion of dollars to be created in secret under various methods of accounting fraud and then use it to consolidate control of all the real assets in the world (which is the purpose of the current banking system). The recent response, has been to consolidate control of the banking systm and limit the fraud of infinite free money creation to a small group of only the most powerful families.



I am interested to see if Ecuador is going to succeed or if we are going to see another Operation Condor in Latin America.

In general the oligarchy seems to trying to "lead the change" and ensure that blockchain technology become a new tool for human enslavement. The original purpose of blockchains was to disintermediate the third parties (who no longer have a purpose for existence). The banks appear to be attempting to turn blockchain in a new way of tracking the microchiped human cattle population.

nathalie20
Legendary
*
Offline Offline

Activity: 952
Merit: 1001


View Profile
June 03, 2016, 01:14:06 PM
 #2305

whether this coin can buy? does she work?
Momimaus
Hero Member
*****
Offline Offline

Activity: 767
Merit: 500

Never back down !!!


View Profile
June 04, 2016, 06:33:35 AM
 #2306

And what about waalet and exchange development?
Thought it was almost done.

CoinTracking.info - Your personal Profit / Loss Portfolio Monitor and Tax Tool for all Digital Coins
CoinTracking is analyzing all your trades and generates in real time tons of useful information such as the profit / loss of your trades, your balances, realized and unrealized gains, reports for tax declaration and many more. For Bitcoin and over 3000 altcoins, assets and commodities.
Get 10% discount for all packages or create your own affiliate link to get 20% for every sale.
bubbletea789
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
June 04, 2016, 08:22:46 AM
 #2307

And what about waalet and exchange development?
Thought it was almost done.
they were almost done since last year.
13Darko
Hero Member
*****
Offline Offline

Activity: 621
Merit: 507


Radix-The Decentralized Finance Protocol


View Profile
June 12, 2016, 07:10:09 PM
 #2308

Are there any milestones/deadlines? Or the project is done when it's done?


               ▄████████▄
               ██▀▀▀▀▀▀▀▀
              ██▀
             ███
▄▄▄▄▄       ███
██████     ███
    ▀██▄  ▄██
     ▀██▄▄██▀
       ████▀
        ▀█▀
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...
tobeaj2mer01
Legendary
*
Offline Offline

Activity: 1098
Merit: 1000


Angel investor.


View Profile
June 13, 2016, 03:20:15 AM
 #2309

It's a very long time from this project starts, how long should we wait to see the beta comes out?

Sirx: SQyHJdSRPk5WyvQ5rJpwDUHrLVSvK2ffFa
bitwhizz
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
June 15, 2016, 12:03:43 PM
 #2310

What is the deal here ? been watching this for too long!
Jocuserious
Sr. Member
****
Offline Offline

Activity: 1935
Merit: 290


View Profile WWW
June 16, 2016, 03:35:28 AM
 #2311

reserved

So many people make a post with nothing more than the word, "reserved", or "reserve".

I am pretty sure that it is a language barrier because the only time it makes sense for some one to do that is when it is the OP and they are trying to make sure that they can edit the second post in an anticipated long thread before people start posting to it.

Nothing more.  Yet we see it time and again.  Not that I am harshing on those who do it (because they are likely typing in a second language and that is way more than I could say about my multilingual capabilities) but it is something that I felt the need to comment on at this time.
chompyZ
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
June 16, 2016, 11:53:33 AM
 #2312

every couple of days, new code it added, merged or fixed in skycoin git.
3 days ago, electron cross compilation.
Today, src merged.

I feel the force  Smiley

https://github.com/skycoin/skycoin
illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
June 17, 2016, 07:16:33 PM
 #2313



A couple of links relevant to this thread.

OP has already been warning us about these issues for a long time, but now the info is starting to get out to the wider audience. The conclusion that the backdoors are there because of national security agencies demanding so has been left to the reader though.
laugh2btc
Hero Member
*****
Offline Offline

Activity: 531
Merit: 500


View Profile
June 17, 2016, 07:24:26 PM
 #2314

Where can  i buy this coin?
illodin
Hero Member
*****
Offline Offline

Activity: 966
Merit: 1003


View Profile
June 20, 2016, 09:23:54 PM
 #2315

Pulled the latest from github and ran ./run.sh and my wallet is empty. The history tab is also empty. Importing the seed creates another empty wallet.

The console has these errors every once in a while:

2016/06/20 21:17:09 GetWalletBalance: ID NOT FOUND: id=
2016/06/20 21:17:09 GetWalletBalance: ID NOT FOUND: id=

Problem?
digi123
Full Member
***
Offline Offline

Activity: 236
Merit: 100


View Profile
June 22, 2016, 06:48:22 AM
 #2316

Pulled the latest from github and ran ./run.sh and my wallet is empty. The history tab is also empty. Importing the seed creates another empty wallet.

The console has these errors every once in a while:

2016/06/20 21:17:09 GetWalletBalance: ID NOT FOUND: id=
2016/06/20 21:17:09 GetWalletBalance: ID NOT FOUND: id=

Problem?


I have also had much trouble trying to get things to work, I have given up for a long time now.
I need an easy to use system that works with easy to follow instructions that work.
I have wanted to buy into this coin in a reasonable way but have to wait, and I have been patiently waiting a very long time now.

Momimaus
Hero Member
*****
Offline Offline

Activity: 767
Merit: 500

Never back down !!!


View Profile
July 09, 2016, 09:35:34 PM
 #2317

Can´t get wallet running too.
Last update was in May. Are there other communication channels besides BTC?

CoinTracking.info - Your personal Profit / Loss Portfolio Monitor and Tax Tool for all Digital Coins
CoinTracking is analyzing all your trades and generates in real time tons of useful information such as the profit / loss of your trades, your balances, realized and unrealized gains, reports for tax declaration and many more. For Bitcoin and over 3000 altcoins, assets and commodities.
Get 10% discount for all packages or create your own affiliate link to get 20% for every sale.
coinspeed
Full Member
***
Offline Offline

Activity: 225
Merit: 250


View Profile WWW
July 10, 2016, 06:32:37 PM
 #2318

Dev is probably too busy writing his 50000 word update on the latest developments in the global conspiracy to enslave all humans Cheesy
But you don't have to hold your breath for that, just visit zerohedge.

bitwhizz
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
July 26, 2016, 08:24:58 AM
 #2319

I am so confused about this coin, its been years.... when will a gui be release?
Diplo
Full Member
***
Offline Offline

Activity: 142
Merit: 100



View Profile
July 29, 2016, 04:40:16 PM
 #2320

Is there any way to get this coin? Not listed on an exchange.  Do they intend to get it listed at some point?
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 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!