Bitcoin Forum
April 19, 2024, 08:55:18 PM *
News: Latest Bitcoin Core release: 26.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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 200 »
  Print  
Author Topic: [SKY] Skycoin Launch Announcement  (Read 381501 times)
Trouble821
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
May 31, 2014, 02:11:37 AM
 #961


I doubt everyone using these forums has the technical ability to build the sources. If someone could build them and give a link to a downloadable executable, then I'm sure the project would benefit from a massive increase in alpha testers.

That seems like a very bad idea. Good way to get a virus.

We could scan the executable before use with an online virus scanner service like this one.

https://www.virustotal.com/

Quite a few devs supply a scan result from this service to show their wallets are not infected.
1713560118
Hero Member
*
Offline Offline

Posts: 1713560118

View Profile Personal Message (Offline)

Ignore
1713560118
Reply with quote  #2

1713560118
Report to moderator
1713560118
Hero Member
*
Offline Offline

Posts: 1713560118

View Profile Personal Message (Offline)

Ignore
1713560118
Reply with quote  #2

1713560118
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713560118
Hero Member
*
Offline Offline

Posts: 1713560118

View Profile Personal Message (Offline)

Ignore
1713560118
Reply with quote  #2

1713560118
Report to moderator
1713560118
Hero Member
*
Offline Offline

Posts: 1713560118

View Profile Personal Message (Offline)

Ignore
1713560118
Reply with quote  #2

1713560118
Report to moderator
1713560118
Hero Member
*
Offline Offline

Posts: 1713560118

View Profile Personal Message (Offline)

Ignore
1713560118
Reply with quote  #2

1713560118
Report to moderator
panhead
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 31, 2014, 02:26:38 AM
 #962

Hello,

Just trying to install/compile directly on OSx. After a couple of minor adjustments which I'll post later, everything worked fine on the initial ./install.sh, run.sh except for a final error about a missing header file.

bash-3.2$ go run cmd/skycoindev/skycoindev.go $@
# github.com/skycoin/skycoin/src/lib/secp256k1-go
In file included from /Users/usr/skycoin/src/lib/secp256k1-go/secp256.go:10:
In file included from ././secp256k1/src/secp256k1.c:5:
In file included from ././secp256k1/src/impl/num.h:8:
In file included from ././secp256k1/src/impl/../num.h:9:
././secp256k1/src/num_gmp.h:8:10: fatal error: 'gmp.h' file not found
#include <gmp.h>
         ^
1 error generated.

Thanks for any suggestions...
Mumbles
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
May 31, 2014, 03:11:01 AM
 #963

While I am not familiar with that particular scam, I mean virus scan, I can pretty much guarantee that there is zero chance that a service like that could ever be trusted to find 100% of problems.


I doubt everyone using these forums has the technical ability to build the sources. If someone could build them and give a link to a downloadable executable, then I'm sure the project would benefit from a massive increase in alpha testers.

That seems like a very bad idea. Good way to get a virus.

We could scan the executable before use with an online virus scanner service like this one.

https://www.virustotal.com/

Quite a few devs supply a scan result from this service to show their wallets are not infected.
td services
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


black swan hunter


View Profile
May 31, 2014, 06:33:15 AM
 #964

Hello,

Just trying to install/compile directly on OSx. After a couple of minor adjustments which I'll post later, everything worked fine on the initial ./install.sh, run.sh except for a final error about a missing header file.

bash-3.2$ go run cmd/skycoindev/skycoindev.go $@
# github.com/skycoin/skycoin/src/lib/secp256k1-go
In file included from /Users/usr/skycoin/src/lib/secp256k1-go/secp256.go:10:
In file included from ././secp256k1/src/secp256k1.c:5:
In file included from ././secp256k1/src/impl/num.h:8:
In file included from ././secp256k1/src/impl/../num.h:9:
././secp256k1/src/num_gmp.h:8:10: fatal error: 'gmp.h' file not found
#include <gmp.h>
         ^
1 error generated.

Thanks for any suggestions...

Try "apt-get install libgmp-dev" or "sudo apt-get install libgmp-dev" first.

On Debian,

*** WAIT UNTIL YOU HAVE DONE ALL THE PREP TO RUN ./setup.sh ****

1.  In the bash script skycoin/compile/install-gvm, there is a curl command to get the gvm-installer.  It looks like it piped to the parent?  Anyway, it was dropping out with syntax error.  So instead, I copied the gvm-installer file from the repository to skycoin/compile/gvm-installer.sh and ran it directly (./gvm-installer.sh)

Summary:
copy file in  https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer to /skycoin/compile/gvm-installer.sh

in skycoin/compile/install-gvm.sh, comment out the curl and read the gvm-installer file that was just created.
# bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
./gvm-installer.sh

That takes care of getting gvm installed.
----------------------------------------
NEXT
install 3 more packages:
apt-get install mercurial
apt-get install bison
apt-get instal libgmp3-dev

NEXT
Add the following lines to the end of your .bashrc (or whereever you think convenient)
export GOPATH=$HOME/.gvm/gos/go1.2/bin
export PATH=$PATH:$GOPATH

Also,

Since a few people seem to be having issues getting SkyCoin running, I'll say what I did. Note: I foolishly didn't take notes while doing this, so something might be missing. I tried using the "setup.sh" script, but it messed with my .bashrc and seemed to need gvm which it apparently failed to install. I choose not to use gvm since it seemed needless and messy, and not to mess with linking directories around: I just added another GOPATH entry.

Setup guide:
Since I haven't reviewed all the code, I'm not going to run in on a computer I care about. Thus I setup a virtual machine (I choose linux mint in VirtualBox). I take no responsibility for what all this does to your computer and/or network. Take the proper precautions!

I installed (via sudo apt-get install) git, mercurial, libgmp-dev, libc-dev. I also installed Go 1.2.1 from here: https://code.google.com/p/go/downloads/list (You need at least 1.2, and my package manager only had 1.1)
I setup a GOPATH environment variable (http://golang.org/doc/code.html#GOPATH) in my .bashrc with 2 paths (colon separated), one for third party libs (the first entry on GOPATH where Go get puts stuff be default), and one for the skycoin repo. You can put them both in one if you want.

If you install Go in a non standard location, you need to set $GOROOT.

Add go to the $PATH in .bashrc: "export PATH=$PATH:$GOROOT/bin"

create the path: $GOPATH/src/github.com/skycoin/
and in there "git clone https://github.com/skycoin/skycoin.git"

This gives you a path "$GOPATH/src/github.com/skycoin/skycoin" (Note the skycoin/skycoin, you must have both directories)

In there, "go get -u" to download/update all dependencies.

"./run.sh -web-interface=true" will get you a web server you can view at http://127.0.0.1:6402 for the UI.

Currently if I run the UI it keeps printing panics, and does not seem to be working, but at least it runs shows a UI and prints lots of things.



If you follow this, please let me know if it works or need and changes/improvements.
reader31
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
May 31, 2014, 03:31:46 PM
 #965

watching...

hemuesen
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 31, 2014, 07:08:58 PM
 #966

interesting concept
this is a good idea
will keep watching.
peterpanda
Full Member
***
Offline Offline

Activity: 562
Merit: 100



View Profile
June 01, 2014, 03:09:48 PM
 #967

when will the ipo start? and when will this coin release? it sounds to be a promise coin

BTCspace
Hero Member
*****
Offline Offline

Activity: 952
Merit: 501


View Profile
June 01, 2014, 10:53:33 PM
 #968

thanks watch this.

running farm worldwide
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
June 03, 2014, 11:00:07 AM
 #969

no update? Smiley
gu7008
Member
**
Offline Offline

Activity: 69
Merit: 10

We are all entering a new era.


View Profile
June 03, 2014, 03:22:58 PM
 #970

no update? Smiley
Smiley

provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
June 04, 2014, 01:49:54 AM
 #971

back again, look forward the next update from dev!
blackhatzw
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 07, 2014, 02:00:51 AM
 #972

Pretty project, I will follow on.
luckygenough56
Legendary
*
Offline Offline

Activity: 1526
Merit: 1012



View Profile
June 07, 2014, 10:48:53 AM
 #973

This coin seems huge i have to say. No hype, just hard work it seems. Respect. Looking forward to this.
BitcoinBaBa
Full Member
***
Offline Offline

Activity: 225
Merit: 100



View Profile
June 08, 2014, 03:06:05 PM
 #974

This coin seems huge i have to say. No hype, just hard work it seems. Respect. Looking forward to this.

Indeed! Have been lurking for quite sometime and see some serious potential here.
coin@coin
Legendary
*
Offline Offline

Activity: 1722
Merit: 1000



View Profile
June 08, 2014, 03:56:03 PM
 #975

Looking with interest... Any new updates from Skycoin Dev?
skycoin (OP)
Hero Member
*****
Offline Offline

Activity: 498
Merit: 500


View Profile WWW
June 09, 2014, 08:46:07 AM
 #976

Development Update:

Meshnet is almost done. Some loose edges, then have to finish coin.

schnötzel
Legendary
*
Offline Offline

Activity: 1316
Merit: 1041

Bitcoin is a bit**


View Profile
June 09, 2014, 08:52:29 AM
 #977

 Smiley Can´t await.
MsCollec
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
June 09, 2014, 09:34:33 AM
 #978

Development Update:

Meshnet is almost done. Some loose edges, then have to finish coin.

Good news
*Sakura*
Legendary
*
Offline Offline

Activity: 1624
Merit: 1005

I wish you all love and profitable investments!!!


View Profile
June 09, 2014, 10:35:44 AM
 #979

Development Update:

Meshnet is almost done. Some loose edges, then have to finish coin.

Very glad to hear that the work on the creation of unique coin is almost complete. I look forward to!
CECVW
Legendary
*
Offline Offline

Activity: 961
Merit: 1000


View Profile
June 09, 2014, 01:29:19 PM
 #980

Hello,

How will I be able to get Skycoins, is there any IPO, please advise

⏲⏳⏲⏳⏲     WIRELESS COIN     ⏲⏳⏲⏳⏲
══════════════════════════════════════════════════════════════════════════════════════════════════════════
⏲  FORUM THREADGITHUBTWITTERSLACK 1 #time-travellers-yet/#wlcSLACK 2 #21_tickets/#wlc  ⏲
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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 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!