Bitcoin Forum
April 19, 2024, 10:57:35 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 176 »
  Print  
Author Topic: ⚒ Syscoin -Blockchain Scalability, Trustless Interoperability for ERC20 projects  (Read 501974 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (14 posts by 1+ user deleted.)
CEOO
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
July 30, 2017, 12:22:35 PM
 #1661

Hello guys,

I downloaded the source code for linux from github and followed the installation instructions. After carrying out this commands

./autogen.sh
./configure
make

I get this error (after the "make" command): 

"clientversion.cpp:42:19: fatal error: build.h: No such file or directory
compilation terminated."

I also tried "make install" with the same result. Anyone knows how to fix it

http://join.syscoin.org/ -> #help
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713524255
Hero Member
*
Offline Offline

Posts: 1713524255

View Profile Personal Message (Offline)

Ignore
1713524255
Reply with quote  #2

1713524255
Report to moderator
1713524255
Hero Member
*
Offline Offline

Posts: 1713524255

View Profile Personal Message (Offline)

Ignore
1713524255
Reply with quote  #2

1713524255
Report to moderator
1713524255
Hero Member
*
Offline Offline

Posts: 1713524255

View Profile Personal Message (Offline)

Ignore
1713524255
Reply with quote  #2

1713524255
Report to moderator
DRPD
Legendary
*
Offline Offline

Activity: 1148
Merit: 1001


View Profile
July 30, 2017, 12:24:41 PM
 #1662

Hello guys,

I downloaded the source code for linux from github and followed the installation instructions. After carrying out this commands

./autogen.sh
./configure
make

I get this error (after the "make" command):  

"clientversion.cpp:42:19: fatal error: build.h: No such file or directory
compilation terminated."

I also tried "make install" with the same result. Anyone knows how to fix it

thats what i did on ubu 16.04 to install sys wallet:

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo add-apt-repository ppa:syscoin/syscoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev


./autogen.sh
./configure
... make ...
NextLevel
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
July 30, 2017, 12:40:09 PM
 #1663

Hello guys,

I downloaded the source code for linux from github and followed the installation instructions. After carrying out this commands

./autogen.sh
./configure
make

I get this error (after the "make" command):  

"clientversion.cpp:42:19: fatal error: build.h: No such file or directory
compilation terminated."

I also tried "make install" with the same result. Anyone knows how to fix it

thats what i did on ubu 16.04 to install sys wallet:

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo add-apt-repository ppa:syscoin/syscoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev


./autogen.sh
./configure
... make ...

Thanks. Still get the same error when following your steps. Inbetween I get this message tho after "sudo add-apt-repository ppa:syscoin/syscoin" :

'This PPA does not support xenial'
Cannot add PPA: ''This PPA does not support xenial''.



sidhujag
Legendary
*
Offline Offline

Activity: 2044
Merit: 1005


View Profile
July 30, 2017, 04:31:12 PM
 #1664

Hello guys,

I downloaded the source code for linux from github and followed the installation instructions. After carrying out this commands

./autogen.sh
./configure
make

I get this error (after the "make" command):  

"clientversion.cpp:42:19: fatal error: build.h: No such file or directory
compilation terminated."

I also tried "make install" with the same result. Anyone knows how to fix it

thats what i did on ubu 16.04 to install sys wallet:

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo add-apt-repository ppa:syscoin/syscoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev


./autogen.sh
./configure
... make ...

Thanks. Still get the same error when following your steps. Inbetween I get this message tho after "sudo add-apt-repository ppa:syscoin/syscoin" :

'This PPA does not support xenial'
Cannot add PPA: ''This PPA does not support xenial''.




Just add bitcoin ppa you can skip syscoin ppa
NextLevel
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
July 30, 2017, 04:58:48 PM
 #1665


[/quote]
Just add bitcoin ppa you can skip syscoin ppa
[/quote]


I followed your steps but I still get the same error after the final "make" command. Everything before the last step goes smooth though, witout any errors.

This is what happens after "make":

Making all in src
make[1]: Entering directory '/home/mint/Wallets/SYS/syscoin2-2.1.4/src'
make[2]: Entering directory '/home/mint/Wallets/SYS/syscoin2-2.1.4/src'
../share/genbuild.sh: 7: cd: Illegal option --
  CXX      libsyscoin_util_a-clientversion.o
clientversion.cpp:42:19: fatal error: build.h: No such file or directory
compilation terminated.
Makefile:6753: recipe for target 'libsyscoin_util_a-clientversion.o' failed
make[2]: *** [libsyscoin_util_a-clientversion.o] Error 1
make[2]: Leaving directory '/home/mint/Wallets/SYS/syscoin2-2.1.4/src'
Makefile:11352: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mint/WalletsSYS/syscoin2-2.1.4/src'
Makefile:684: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Unlovingmotherboard
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 03, 2017, 12:18:29 AM
 #1666

I'm new to Syscoin and i noticed that on Coinmarketcap.com Syscoin is labeled "mineable".
I'm interested in investing in this coin and would love to mine but i have been looking all over trying to figure out how to.
Any help please!
sebastien1234
Sr. Member
****
Offline Offline

Activity: 654
Merit: 252


PR Director@Blockchain Foundry/Co-Founder@Syscoin


View Profile WWW
August 03, 2017, 04:01:53 AM
 #1667

I'm new to Syscoin and i noticed that on Coinmarketcap.com Syscoin is labeled "mineable".
I'm interested in investing in this coin and would love to mine but i have been looking all over trying to figure out how to.
Any help please!

Hey there,

In-Wallet mining is currently disabled to save code space.
Syscoin is merge-mined with Bitcoin at a current difficulty & Hashrate of:  
 
Difficulty: 10661892876.396

Hashrate in GH/s : 862267152.55429

Which makes it almost impossible to mine on a single device. Unless you have a LOT of mining equipment it may be in your best interest to purchase Syscoin instead of trying to mine it.

Thanks!

www.www
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250


View Profile
August 03, 2017, 09:22:29 AM
 #1668

Any news from ICCCN 2017.
I heard that the SYSteam participated in this forum.
Will there be a review.
johnp
Hero Member
*****
Offline Offline

Activity: 575
Merit: 500


View Profile
August 03, 2017, 09:31:04 AM
 #1669

Any news from ICCCN 2017.
I heard that the SYSteam participated in this forum.
Will there be a review.

Sid is not presenting until the afternoon PST so a little while yet

 *Image Removed*
fudubond
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 03, 2017, 10:58:42 AM
 #1670

hi guys, looks like i am in deep trouble..

I decided to transfer all my syscoin from poloniex to the bittrex syscoin wallet. Poloniex is now showing the transaction status as complete but
the coins have yet to appear on the bittrex syscoin wallet.

i checked the wallet address and its correct. is there any syscoin blockchain explorer where i can check my txid?

txid - 4afaab50662a3cad70e27c571b782aca9a69ff71e0dbddbb6ca5c1fca0c394ad

Appreciate the help guys, thanks
bontol72
Sr. Member
****
Offline Offline

Activity: 285
Merit: 251


View Profile
August 03, 2017, 11:09:44 AM
 #1671

hi guys, looks like i am in deep trouble..

I decided to transfer all my syscoin from poloniex to the bittrex syscoin wallet. Poloniex is now showing the transaction status as complete but
the coins have yet to appear on the bittrex syscoin wallet.

i checked the wallet address and its correct. is there any syscoin blockchain explorer where i can check my txid?

txid - 4afaab50662a3cad70e27c571b782aca9a69ff71e0dbddbb6ca5c1fca0c394ad

Appreciate the help guys, thanks

http://join.syscoin.org/
do not worry. These are temporary polo problems, not yours. In slack there are answers.
WildSparker
Member
**
Offline Offline

Activity: 90
Merit: 10

OPEN GAMING PLATFORM


View Profile
August 03, 2017, 10:16:56 PM
 #1672


Watched it, good stuff.

truxton
Hero Member
*****
Offline Offline

Activity: 771
Merit: 521



View Profile
August 04, 2017, 04:16:50 PM
 #1673

Click to play!


Blocknet BTC for SYS Decentralized Trade Across Blockchains!





 
Starving_Marvin
Sr. Member
****
Offline Offline

Activity: 511
Merit: 250


Open and Transparent Science Powered By Blockchain


View Profile
August 04, 2017, 06:24:28 PM
 #1674

Is it possible to move an alias from one wallet to another? I get an annoying warning because my wallet-file is from syscoin1 and I'd rather use a fresh one...

johnp
Hero Member
*****
Offline Offline

Activity: 575
Merit: 500


View Profile
August 04, 2017, 07:55:29 PM
 #1675

Is it possible to move an alias from one wallet to another? I get an annoying warning because my wallet-file is from syscoin1 and I'd rather use a fresh one...

Have you upgraded to 2.1.4 as I am sure that is fixed otherwise join the slack at join.syscoin.org and the devs will help

 *Image Removed*
DARKHOLDER
Hero Member
*****
Offline Offline

Activity: 659
Merit: 500


Zepher is scammer!:)


View Profile
August 06, 2017, 07:56:58 PM
 #1676

hi guys, looks like i am in deep trouble..

I decided to transfer all my syscoin from poloniex to the bittrex syscoin wallet. Poloniex is now showing the transaction status as complete but
the coins have yet to appear on the bittrex syscoin wallet.

i checked the wallet address and its correct. is there any syscoin blockchain explorer where i can check my txid?

txid - 4afaab50662a3cad70e27c571b782aca9a69ff71e0dbddbb6ca5c1fca0c394ad

Appreciate the help guys, thanks

http://join.syscoin.org/
do not worry. These are temporary polo problems, not yours. In slack there are answers.
For polo is real so bad situation...I hear many people go away from polo?
xys9ik0p
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
August 07, 2017, 10:25:59 PM
 #1677

what going on with this coin recently almost all altcoins have making nice pump except this one Embarrassed bummer
wildbud
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
August 07, 2017, 10:31:40 PM
 #1678

I hope it is temporary and not gonna last long
drizzle2405
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile WWW
August 08, 2017, 12:49:57 PM
 #1679

I thought this was a Syscoin thread...

dzimbeck
Legendary
*
Offline Offline

Activity: 2412
Merit: 1044


View Profile
August 08, 2017, 01:04:24 PM
 #1680

I thought this was a Syscoin thread...

I'm sorry, I've been trying to leave this thread. If Sid wants to respond he can do it on another platform like hit me up on Skype. I only responded to Sid's comment and didn't expect to get trolled. But please post about Sys. I shouldn't have responded to the guy. You can delete all the comments if you want (and consider it off topic). And please forgive our community member for posting the info-graphic.
Pages: « 1 ... 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 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 ... 176 »
  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!