Author

Topic: BTCD is no more - page 173. (Read 1328507 times)

legendary
Activity: 1176
Merit: 1134
November 08, 2014, 01:41:36 PM
Yes i'm thinking about that..i have a lot of faith in UNITY so perhaps i have to throw in myself to offer some help.
thanks!
almost 100 people in slack and it seems most of the activity is there. We can sure use as much help as possible and you can help shape what gets released

James
legendary
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
November 08, 2014, 12:22:17 PM
Yes i'm thinking about that..i have a lot of faith in UNITY so perhaps i have to throw in myself to offer some help.
legendary
Activity: 1176
Merit: 1134
November 08, 2014, 10:46:22 AM
Anyone any idea when the new wallet for BTCD is coming out?

And is there a converter to see how many coins i can mine with my miner if i mine BTCD?
join us in slack, that is where the project management is happening

James
legendary
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
November 07, 2014, 04:02:27 PM
Anyone any idea when the new wallet for BTCD is coming out?

And is there a converter to see how many coins i can mine with my miner if i mine BTCD?
legendary
Activity: 3570
Merit: 1126
November 07, 2014, 03:02:57 PM
The latest shift for the BitcoinDark multipool paid out over 52 BTCD.

Cheers!
legendary
Activity: 1764
Merit: 1031
November 07, 2014, 11:32:04 AM

Does this mean I need to reinstall linux, 64-bit?
if you installed 32 bit (didnt even know that was possible!), then yes

It is remarkable what you can do if you don't know what is not possible. This goes for mundane things like installing 32-bit linux as well as coding SuperNETs.
legendary
Activity: 1176
Merit: 1134
November 07, 2014, 11:26:36 AM
Thanks. I think I'm almost there now. I can't make SuperNET, but I think that's because clang has crashed so will restart and try again.
I'm pretty sure that I'll figure this all out just as the Windows wallet is released.

Edit: no, I still get this, even after running those instructions you suggested.

Code:
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
Target: i386-pc-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://bugs.debian.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.c
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.sh
clang: note: diagnostic msg:

********************
make: *** [libjl777.o] Error 254


Any bright ideas?
Target: i386-pc-linux-gnu
it seems you are building for 32 bit, for linux I am assuming 64 bits

Does this mean I need to reinstall linux, 64-bit?
if you installed 32 bit (didnt even know that was possible!), then yes
legendary
Activity: 1764
Merit: 1031
November 07, 2014, 11:12:01 AM
Thanks. I think I'm almost there now. I can't make SuperNET, but I think that's because clang has crashed so will restart and try again.
I'm pretty sure that I'll figure this all out just as the Windows wallet is released.

Edit: no, I still get this, even after running those instructions you suggested.

Code:
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
Target: i386-pc-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://bugs.debian.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.c
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.sh
clang: note: diagnostic msg:

********************
make: *** [libjl777.o] Error 254


Any bright ideas?
Target: i386-pc-linux-gnu
it seems you are building for 32 bit, for linux I am assuming 64 bits

Does this mean I need to reinstall linux, 64-bit?
legendary
Activity: 3570
Merit: 1126
November 07, 2014, 10:53:15 AM
Yes, make sure you have setup your SuperNET.conf with the local wallets addresses, proper homedir/backup paths, make sure your NXT service is running and has downloaded the full blockchain.

That log is essentially SuperNET seeing a peer that wants to connect, but you're not completely bootstrapped yet.
legendary
Activity: 1176
Merit: 1134
November 07, 2014, 10:51:20 AM
But this is the last output since 20mins. Am I in superNET now or is it stuck?Huh? I cant help it, Im so excited...   Cheesy

Guess I first have to get the proper *.conf file settings. I will do that and then bother you all again  Grin  For me as a tech-noob I feel that there IS something working in contrast to all the other "MAKEPROMISEANDDONTDELIVER-COINS". I like it!!! Hopefully this also will reflect in price soon...

Big thanks to all that are involved and keep up the good work!
You need a SuperNET.conf in the same directory (btcd/libjl777)
there is a reference one in the btcd directory
make sure to customize it with the location of your .BitcoinDark.conf file and also addresses in your wallet

there will be a lot of printouts when things are setup right

James

P.S. 90% of the 40+ API calls are working to some degree, just need to finish the last few and then test the entire system. It is a race to see if I finish before the GUI is done Smiley
full member
Activity: 237
Merit: 100
November 07, 2014, 10:39:01 AM
I am experiencing similar problems when compiling using the instructions from james:


By the way, anybody that has an Ubuntu and goes:

git clone https://github.com/jl777/btcd
# Then you need to put your addresses in the demo SuperNET.conf and copy it to the libjl777 directory
cd btcd/libjl777
make onetime
./m_unix

will be able to get a SuperNET running. Once they are running and you have the various accounts funded:

On computer A:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerB","acct":""}'

On computer B:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerA","acct":""}'
./BitcoinDarkd SuperNET '{"requestType":"maketelepods","coin":"BTCD","amount":".0001"}'
./BitcoinDarkd SuperNET '{"requestType":"teleport","coin":"BTCD","amount":".0001","contact":"computerA"}'

Of course, this is still command line and it isnt using the best practices as the maketelepods creates traceable telepods, but it is quite a lot of what needs to be working that is already working

James

when doing
Code:
make onetime

I get the following:

Code:
/home/user/btcd/libjl777/libuv/missing: line 81: aclocal-1.13: command not found
WARNING: 'aclocal-1.13' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
        
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
        
        
        
make[1]: *** [aclocal.m4] Error 127


Im a real linux noob, but I did manage to get a dedicated machine for btcd with an ubuntu install.
Anyoe experiencing the same problems or know what is missing here?



I think these instructions presuppose you have a working BitcoinDark installation first (I'm also a linux n00b).
I'm making some progress with the Google doc, which I think fills in the first steps, but it's not something you can type verbatim and get it working.

Not sure if this will help, but perhaps you're missing a package? These are the commands I run a fresh install to make sure I have all the packages needed for NXT and BitcoinDarkd:

This is for Ubuntu Trusty 14.04

You need to run this as root.

# aptitude install python-software-properties software-properties-common autotools-dev ; add-apt-repository ppa:bitcoin/bitcoin; echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list ; echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list ; apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 ; aptitude update; aptitude install git build-essential libdb++-dev  libtool  autoconf pkg-config libssl-dev libboost-all-dev libdb5.3-dev libdb5.3++-dev libminiupnpc-dev clang libcurl4-gnutls-dev oracle-java8-installer libwebsockets3 libwebsockets-dev cmake


Thank you!

Seems like one of those commands solved the "aclocal-1.13" issue. Very good!
I now tried to start superNet. Im getting things like

Code:
...
got_newpeer(IPADDRESS) 25 before initialized.

But this is the last output since 20mins. Am I in superNET now or is it stuck?Huh? I cant help it, Im so excited...   Cheesy

Guess I first have to get the proper *.conf file settings. I will do that and then bother you all again  Grin  For me as a tech-noob I feel that there IS something working in contrast to all the other "MAKEPROMISEANDDONTDELIVER-COINS". I like it!!! Hopefully this also will reflect in price soon...

Big thanks to all that are involved and keep up the good work!
legendary
Activity: 1176
Merit: 1134
November 07, 2014, 10:19:14 AM
Thanks. I think I'm almost there now. I can't make SuperNET, but I think that's because clang has crashed so will restart and try again.
I'm pretty sure that I'll figure this all out just as the Windows wallet is released.

Edit: no, I still get this, even after running those instructions you suggested.

Code:
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
Target: i386-pc-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://bugs.debian.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.c
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.sh
clang: note: diagnostic msg:

********************
make: *** [libjl777.o] Error 254


Any bright ideas?
Target: i386-pc-linux-gnu
it seems you are building for 32 bit, for linux I am assuming 64 bits
legendary
Activity: 1764
Merit: 1031
November 07, 2014, 08:31:36 AM
Thanks. I think I'm almost there now. I can't make SuperNET, but I think that's because clang has crashed so will restart and try again.
I'm pretty sure that I'll figure this all out just as the Windows wallet is released.

Edit: no, I still get this, even after running those instructions you suggested.

Code:
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
Target: i386-pc-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://bugs.debian.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.c
clang: note: diagnostic msg: /tmp/libjl777-c1ffd7.sh
clang: note: diagnostic msg:

********************
make: *** [libjl777.o] Error 254


Any bright ideas?
legendary
Activity: 3570
Merit: 1126
November 07, 2014, 08:28:09 AM
I am experiencing similar problems when compiling using the instructions from james:


By the way, anybody that has an Ubuntu and goes:

git clone https://github.com/jl777/btcd
# Then you need to put your addresses in the demo SuperNET.conf and copy it to the libjl777 directory
cd btcd/libjl777
make onetime
./m_unix

will be able to get a SuperNET running. Once they are running and you have the various accounts funded:

On computer A:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerB","acct":""}'

On computer B:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerA","acct":""}'
./BitcoinDarkd SuperNET '{"requestType":"maketelepods","coin":"BTCD","amount":".0001"}'
./BitcoinDarkd SuperNET '{"requestType":"teleport","coin":"BTCD","amount":".0001","contact":"computerA"}'

Of course, this is still command line and it isnt using the best practices as the maketelepods creates traceable telepods, but it is quite a lot of what needs to be working that is already working

James

when doing
Code:
make onetime

I get the following:

Code:
/home/user/btcd/libjl777/libuv/missing: line 81: aclocal-1.13: command not found
WARNING: 'aclocal-1.13' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
        
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
        
        
        
make[1]: *** [aclocal.m4] Error 127


Im a real linux noob, but I did manage to get a dedicated machine for btcd with an ubuntu install.
Anyoe experiencing the same problems or know what is missing here?



I think these instructions presuppose you have a working BitcoinDark installation first (I'm also a linux n00b).
I'm making some progress with the Google doc, which I think fills in the first steps, but it's not something you can type verbatim and get it working.

Not sure if this will help, but perhaps you're missing a package? These are the commands I run a fresh install to make sure I have all the packages needed for NXT and BitcoinDarkd:

This is for Ubuntu Trusty 14.04

You need to run this as root.

# aptitude install python-software-properties software-properties-common autotools-dev ; add-apt-repository ppa:bitcoin/bitcoin; echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list ; echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list ; apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 ; aptitude update; aptitude install git build-essential libdb++-dev  libtool  autoconf pkg-config libssl-dev libboost-all-dev libdb5.3-dev libdb5.3++-dev libminiupnpc-dev clang libcurl4-gnutls-dev oracle-java8-installer libwebsockets3 libwebsockets-dev cmake
legendary
Activity: 1764
Merit: 1031
November 07, 2014, 08:17:27 AM
I am experiencing similar problems when compiling using the instructions from james:


By the way, anybody that has an Ubuntu and goes:

git clone https://github.com/jl777/btcd
# Then you need to put your addresses in the demo SuperNET.conf and copy it to the libjl777 directory
cd btcd/libjl777
make onetime
./m_unix

will be able to get a SuperNET running. Once they are running and you have the various accounts funded:

On computer A:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerB","acct":""}'

On computer B:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerA","acct":""}'
./BitcoinDarkd SuperNET '{"requestType":"maketelepods","coin":"BTCD","amount":".0001"}'
./BitcoinDarkd SuperNET '{"requestType":"teleport","coin":"BTCD","amount":".0001","contact":"computerA"}'

Of course, this is still command line and it isnt using the best practices as the maketelepods creates traceable telepods, but it is quite a lot of what needs to be working that is already working

James

when doing
Code:
make onetime

I get the following:

Code:
/home/user/btcd/libjl777/libuv/missing: line 81: aclocal-1.13: command not found
WARNING: 'aclocal-1.13' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
        
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
        
        
        
make[1]: *** [aclocal.m4] Error 127


Im a real linux noob, but I did manage to get a dedicated machine for btcd with an ubuntu install.
Anyoe experiencing the same problems or know what is missing here?



I think these instructions presuppose you have a working BitcoinDark installation first (I'm also a linux n00b).
I'm making some progress with the Google doc, which I think fills in the first steps, but it's not something you can type verbatim and get it working.
legendary
Activity: 1206
Merit: 1000
November 07, 2014, 08:11:04 AM
Brilliant progress, very much looking forward to seeing this in the wild.

I am once again trying to install SuperNET. Has anyone done it from scratch recently? The instructions at https://docs.google.com/document/d/1CGUgDAhimVhz7aHAnITeZGr2S4RiZPzF2LYZIWGbJ1E/edit have been changed, but they don't quite work.

Ditto!  Can't wait to see all of this coding in action! Smiley
full member
Activity: 237
Merit: 100
November 07, 2014, 08:10:55 AM
Brilliant progress, very much looking forward to seeing this in the wild.

I am once again trying to install SuperNET. Has anyone done it from scratch recently? The instructions at https://docs.google.com/document/d/1CGUgDAhimVhz7aHAnITeZGr2S4RiZPzF2LYZIWGbJ1E/edit have been changed, but they don't quite work.



I am experiencing similar problems when compiling using the instructions from james:



By the way, anybody that has an Ubuntu and goes:

git clone https://github.com/jl777/btcd
# Then you need to put your addresses in the demo SuperNET.conf and copy it to the libjl777 directory
cd btcd/libjl777
make onetime
./m_unix

will be able to get a SuperNET running. Once they are running and you have the various accounts funded:

On computer A:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerB","acct":""}'

On computer B:
./BitcoinDarkd SuperNET '{"requestType":"addcontact","handle":"computerA","acct":""}'
./BitcoinDarkd SuperNET '{"requestType":"maketelepods","coin":"BTCD","amount":".0001"}'
./BitcoinDarkd SuperNET '{"requestType":"teleport","coin":"BTCD","amount":".0001","contact":"computerA"}'

Of course, this is still command line and it isnt using the best practices as the maketelepods creates traceable telepods, but it is quite a lot of what needs to be working that is already working

James

when doing
Code:
make onetime

I get the following:

Code:
/home/user/btcd/libjl777/libuv/missing: line 81: aclocal-1.13: command not found
WARNING: 'aclocal-1.13' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
        
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
        
        
        
make[1]: *** [aclocal.m4] Error 127


Im a real linux noob, but I did manage to get a dedicated machine for btcd with an ubuntu install.
Anyoe experiencing the same problems or know what is missing here?

legendary
Activity: 1764
Merit: 1031
November 07, 2014, 07:14:21 AM
Brilliant progress, very much looking forward to seeing this in the wild.

I am once again trying to install SuperNET. Has anyone done it from scratch recently? The instructions at https://docs.google.com/document/d/1CGUgDAhimVhz7aHAnITeZGr2S4RiZPzF2LYZIWGbJ1E/edit have been changed, but they don't quite work.
legendary
Activity: 1176
Merit: 1134
November 07, 2014, 02:34:12 AM
finally got it debugged at least enough to get a telepod from one computer to another via telepathy
now the issue is that the receiving node cant easily verify that the telepod is unspent. this is a problem I have already solved with MGW and had most of that code already integrated in, but i was hoping I didnt need all that code for this.

James
legendary
Activity: 3570
Merit: 1126
November 06, 2014, 10:25:18 PM
The latest shift for the BitcoinDark multipool paid out over 66 BTCD.

Cheers!
Jump to: