Author

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

legendary
Activity: 1764
Merit: 1031
October 07, 2014, 03:19:53 PM
Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Put your BitcoinDark.conf in .BitcoinDark in your home directory.


That directory doesn't seem to exist.
Edit: found hidden file with ls -a
Steep learning curve for me today.
when your build environment is working, you should go:
cd
git clone https://github.com/jl777/btcd
cd btcd/libjl777
./onetime

cp randombytes.o libnacl.a ~/btcd/libjl777/libs
cd ~/btcd
./m_unix

./BitcoinDarkd


Thanks. Why? What goes in the SuperNET.conf file and where?
Also, I didn't realise you needed a NXT wallet running at the same time. Any particular requirements for that?
hero member
Activity: 690
Merit: 501
October 07, 2014, 03:17:50 PM
Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Put your BitcoinDark.conf in .BitcoinDark in your home directory.


That directory doesn't seem to exist.
Edit: found hidden file with ls -a
Steep learning curve for me today.
when your build environment is working, you should go:
cd
git clone https://github.com/jl777/btcd
cd btcd/libjl777
./onetime

cp randombytes.o libnacl.a ~/btcd/libjl777/libs
cd ~/btcd
./m_unix

./BitcoinDarkd



Do you need to have a NXT wallet running?

Yes
legendary
Activity: 1176
Merit: 1134
October 07, 2014, 02:36:48 PM
Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Put your BitcoinDark.conf in .BitcoinDark in your home directory.


That directory doesn't seem to exist.
Edit: found hidden file with ls -a
Steep learning curve for me today.
when your build environment is working, you should go:
cd
git clone https://github.com/jl777/btcd
cd btcd/libjl777
./onetime

cp randombytes.o libnacl.a ~/btcd/libjl777/libs
cd ~/btcd
./m_unix

./BitcoinDarkd

legendary
Activity: 1764
Merit: 1031
October 07, 2014, 02:01:47 PM
Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Put your BitcoinDark.conf in .BitcoinDark in your home directory.


That directory doesn't seem to exist.
Edit: found hidden file with ls -a
Steep learning curve for me today.
sr. member
Activity: 470
Merit: 250
October 07, 2014, 01:57:50 PM
Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Put your BitcoinDark.conf in .BitcoinDark in your home directory.

sr. member
Activity: 470
Merit: 250
October 07, 2014, 01:53:54 PM
Hello, having a slight wallet issue. I've made successful transaction since the beginning, the last was on 10/4, for some reason today it wont sink and in the "transactions" tab I noticed the last "confirmed" transaction was on 9/26 and every day since says "conflicted"? suggestions? Thanks!

You're on a fork. Backup your wallet.dat, delete your blockchain and download it again. Make sure you use the BitcoinDark.conf from the OP.
legendary
Activity: 1764
Merit: 1031
October 07, 2014, 01:52:46 PM
Thanks. Why do I need to do that but you didn't?

I did that as well. It should finish the compilation now and then you can start the daemon:

Code:
./BitcoinDarkd&

It will start downloading the blockchain and after a while you can talk to the daemon like this:

Code:
./BitcoinDarkd getinfo


Making slow progress. Compiled ok but asking for BitcoinDark.conf
I created the file using pico BitcoinDark.conf and pasted in the text in OP, substituting the rpcuser= and rpcpassword= with the ones it suggested. Also changed permissions to 700 as recommended. Next time around, I got the same message.

Edit: wrong directory first time. Then put it in one back from src. Still no luck.
full member
Activity: 241
Merit: 101
October 07, 2014, 01:48:44 PM
Hello, having a slight wallet issue. I've made successful transaction since the beginning, the last was on 10/4, for some reason today it wont sink and in the "transactions" tab I noticed the last "confirmed" transaction was on 9/26 and every day since says "conflicted"? suggestions? Thanks!
sr. member
Activity: 470
Merit: 250
October 07, 2014, 01:04:05 PM
Thanks. Why do I need to do that but you didn't?

I did that as well. It should finish the compilation now and then you can start the daemon:

Code:
./BitcoinDarkd&

It will start downloading the blockchain and after a while you can talk to the daemon like this:

Code:
./BitcoinDarkd getinfo
legendary
Activity: 1764
Merit: 1031
October 07, 2014, 12:57:00 PM
Thanks crackfoo, will give that a go when I've eventually got this compiled. Another error for now:

opening dependency file obj/zerocoin/Accumulator.d: No such file or directory

Code:
mkdir obj/zerocoin

Thanks. Why do I need to do that but you didn't?
That looks like it's compiled now. Thanks for your help. Will look forward to playing with it now.
sr. member
Activity: 470
Merit: 250
October 07, 2014, 12:55:18 PM
Thanks crackfoo, will give that a go when I've eventually got this compiled. Another error for now:

opening dependency file obj/zerocoin/Accumulator.d: No such file or directory

Code:
mkdir obj/zerocoin
legendary
Activity: 1764
Merit: 1031
October 07, 2014, 12:53:50 PM
Thanks crackfoo, will give that a go when I've eventually got this compiled. Another error for now:

opening dependency file obj/zerocoin/Accumulator.d: No such file or directory
legendary
Activity: 3570
Merit: 1126
October 07, 2014, 12:52:35 PM
fatal error: miniupnpc/miniwget.h: No such file or directory
#include

Mine compiled! You're missing a dependency. Try

Code:
sudo apt-get install libminiupnpc-dev

Thanks, trying it now.

My linux machine is in a small room off my young daughter's room, so I can't really use it after she's asleep. While I have your tech support here, is there an easy way to connect to it from my (Windows 7) laptop, so I can play with the daemon at night?

connect to it using SSH (PuTTY). Download PuTTY then plug in the IP of the box and login.
sr. member
Activity: 470
Merit: 250
October 07, 2014, 12:41:56 PM
My linux machine is in a small room off my young daughter's room, so I can't really use it after she's asleep. While I have your tech support here, is there an easy way to connect to it from my (Windows 7) laptop, so I can play with the daemon at night?

It can be done but I have no expertise in it. Maybe somebody else knows how to do it.
legendary
Activity: 1764
Merit: 1031
October 07, 2014, 12:38:55 PM
fatal error: miniupnpc/miniwget.h: No such file or directory
#include

Mine compiled! You're missing a dependency. Try

Code:
sudo apt-get install libminiupnpc-dev

Thanks, trying it now.

My linux machine is in a small room off my young daughter's room, so I can't really use it after she's asleep. While I have your tech support here, is there an easy way to connect to it from my (Windows 7) laptop, so I can play with the daemon at night?
sr. member
Activity: 470
Merit: 250
October 07, 2014, 12:33:22 PM
fatal error: miniupnpc/miniwget.h: No such file or directory
#include

Mine compiled! You're missing a dependency. Try

Code:
sudo apt-get install libminiupnpc-dev
legendary
Activity: 1764
Merit: 1031
October 07, 2014, 12:19:08 PM
I updated the instructions and you should try it, maybe it works for you. It doesn't work for me. I get this error message:

Quote
make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/claus/bitcoindark/src -I/home/claus/bitcoindark/src/obj -DUSE_UPNP=0 -I/home/claus/bitcoindark/src/leveldb/include -I/home/claus/bitcoindark/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory

I'm not a programmer and I don't know how to proceed.

mkdir obj

Something seems to be happening...
Taking its time and it looked like there might have been an error message along the way.

Sad
fatal error: miniupnpc/miniwget.h: No such file or directory
#include
legendary
Activity: 3570
Merit: 1126
October 07, 2014, 12:11:43 PM
I updated the instructions and you should try it, maybe it works for you. It doesn't work for me. I get this error message:

Quote
make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/claus/bitcoindark/src -I/home/claus/bitcoindark/src/obj -DUSE_UPNP=0 -I/home/claus/bitcoindark/src/leveldb/include -I/home/claus/bitcoindark/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory

I'm not a programmer and I don't know how to proceed.

mkdir obj
legendary
Activity: 1764
Merit: 1031
October 07, 2014, 12:11:28 PM
I updated the instructions and you should try it, maybe it works for you. It doesn't work for me. I get this error message:

Quote
make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/claus/bitcoindark/src -I/home/claus/bitcoindark/src/obj -DUSE_UPNP=0 -I/home/claus/bitcoindark/src/leveldb/include -I/home/claus/bitcoindark/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory

I'm not a programmer and I don't know how to proceed.

No, same problem with me. Thanks for trying.

Anyone else have any ideas?
sr. member
Activity: 470
Merit: 250
October 07, 2014, 12:00:56 PM
I updated the instructions and you should try it, maybe it works for you. It doesn't work for me. I get this error message:

Quote
make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/claus/bitcoindark/src -I/home/claus/bitcoindark/src/obj -DUSE_UPNP=0 -I/home/claus/bitcoindark/src/leveldb/include -I/home/claus/bitcoindark/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory

I'm not a programmer and I don't know how to proceed.
Jump to: