Author

Topic: [ANN][Main] Bitcore- BTX - Datacarriersize up to 220 bytes - page 1004. (Read 729875 times)

sr. member
Activity: 588
Merit: 264
Can u please post your GPUs hash rates, because I want to buy second video card and i want to pay around $200 for it.

Currently I'm using for BTX MSI GTX 1050Ti 4gb at 6200 kh/s

thanks
sr. member
Activity: 378
Merit: 250
accumulate for 6 months, and then get a shitload BTX, THAT is my plan.
legendary
Activity: 1246
Merit: 1011
Is there any problem with suprnova pool? It seems it doesn't update and I have connection problems with web page  Huh

The server borked yesterday somehow... It's fixed now !

Probably a silly question but I can't conect btx.suprnova.cc with chrome browser (miner connects fine), the only way to connect is using the TOR network... I don't have any problem with other suprnova pools... only with btx pool... any ideas?

Should be fixed now, had a superhysteric firewall setting there which probably blocked some legit requests as well

Ok... all is working fine now... thanks  Wink
legendary
Activity: 2688
Merit: 1240
Is there any problem with suprnova pool? It seems it doesn't update and I have connection problems with web page  Huh

The server borked yesterday somehow... It's fixed now !

Probably a silly question but I can't conect btx.suprnova.cc with chrome browser (miner connects fine), the only way to connect is using the TOR network... I don't have any problem with other suprnova pools... only with btx pool... any ideas?

Should be fixed now, had a superhysteric firewall setting there which probably blocked some legit requests as well
legendary
Activity: 1246
Merit: 1011
Is there any problem with suprnova pool? It seems it doesn't update and I have connection problems with web page  Huh

The server borked yesterday somehow... It's fixed now !

Probably a silly question but I can't conect btx.suprnova.cc with chrome browser (miner connects fine), the only way to connect is using the TOR network... I don't have any problem with other suprnova pools... only with btx pool... any ideas?
jr. member
Activity: 107
Merit: 1
Just follow this and you're good:

https://michael.mckinnon.id.au/2016/05/13/building-a-namecoin-server-with-ubuntu-16-04/

worked for me on ubuntu server 16.04 lts. The only thing you really need to compile as a dependency is berkeleydb, other stuff can be simply installed via apt-get, and the autoconf and configure will succeed, and you can build. Post your configure output where it failed if any trouble.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Well, you would need to build libprotobuf 9 then. Other possibilities: Try ubuntu 16.04 LTS, or, and that would be a simpler thing maybe: build the wallet yourself with your own dependencies. So you can use boost1.61 etc.
Building myself was the other thing that failed. I'll try some different Ubuntu-versions first, and will report back here if it works or not.
legendary
Activity: 914
Merit: 1001
well...as you can see, you don't have the needed lib. You need 1.58, but you have 1.61.
Indeed, I didn't check the version number. Thanks!

Quote
1. depending on your system (ubuntu etc.) check if the repositories have the 1.58 still available (maybe remove your current version first, if you don't need them anymore):

Code:
sudo apt-get install libboost1.58-all-dev
This is no longer available.

Quote
2. Build 1.58 yourself:

Code:
wget http://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.gz
tar xvf boost_1_58_0.tar.gz
cd boost_1_58_0
./bootstrap.sh
./b2 install
This works, but "skips 6 targets". I get this:
Code:
gcc.archive bin.v2/libs/test/build/gcc-6.2.0/release/link-static/threading-multi/libboost_test_exec_monitor.a
common.copy /usr/local/lib/libboost_test_exec_monitor.a
...failed updating 2 targets...
...skipped 6 targets...
...updated 12639 targets..

Trying to run the wallet gives the same error:
Code:
./bitcore-qt
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
Back to ldconfig and try again:
Code:
./bitcore-qt
./bitcore-qt: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory
Here too, I have a newer version: /usr/lib/x86_64-linux-gnu/libprotobuf.so.10.0.0

Quote
I don't think that there is a big difference which exact linux you use. I have ubuntu, mint and debian, and they are more or less the same. Ubuntu seems to have the best repositories.
Is there an Ubuntu-version that has it work out of the box, with older libraries?

Well, you would need to build libprotobuf 9 then. Other possibilities: Try ubuntu 16.04 LTS, or, and that would be a simpler thing maybe: build the wallet yourself with your own dependencies. So you can use boost1.61 etc.
copper member
Activity: 2324
Merit: 1348

Hello, yes we know that. It is not perfect. Kind Regards Christian
full member
Activity: 179
Merit: 100
G'day!
jr. member
Activity: 107
Merit: 1
LoyceV: just compile it from source.. works a treat (with qt5 gui).
legendary
Activity: 2688
Merit: 1240
Is there any problem with suprnova pool? It seems it doesn't update and I have connection problems with web page  Huh

The server borked yesterday somehow... It's fixed now !
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
well...as you can see, you don't have the needed lib. You need 1.58, but you have 1.61.
Indeed, I didn't check the version number. Thanks!

Quote
1. depending on your system (ubuntu etc.) check if the repositories have the 1.58 still available (maybe remove your current version first, if you don't need them anymore):

Code:
sudo apt-get install libboost1.58-all-dev
This is no longer available.

Quote
2. Build 1.58 yourself:

Code:
wget http://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.gz
tar xvf boost_1_58_0.tar.gz
cd boost_1_58_0
./bootstrap.sh
./b2 install
This works, but "skips 6 targets". I get this:
Code:
gcc.archive bin.v2/libs/test/build/gcc-6.2.0/release/link-static/threading-multi/libboost_test_exec_monitor.a
common.copy /usr/local/lib/libboost_test_exec_monitor.a
...failed updating 2 targets...
...skipped 6 targets...
...updated 12639 targets..

Trying to run the wallet gives the same error:
Code:
./bitcore-qt
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
Back to ldconfig and try again:
Code:
./bitcore-qt
./bitcore-qt: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory
Here too, I have a newer version: /usr/lib/x86_64-linux-gnu/libprotobuf.so.10.0.0

Quote
I don't think that there is a big difference which exact linux you use. I have ubuntu, mint and debian, and they are more or less the same. Ubuntu seems to have the best repositories.
Is there an Ubuntu-version that has it work out of the box, with older libraries?
legendary
Activity: 914
Merit: 1001
well...as you can see, you don't have the needed lib. You need 1.58, but you have 1.61. So there are two possible solutions:

1. depending on your system (ubuntu etc.) check if the repositories have the 1.58 still available (maybe remove your current version first, if you don't need them anymore):

Code:
sudo apt-get install libboost1.58-all-dev


2. Build 1.58 yourself:

Code:
wget http://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.gz
tar xvf boost_1_58_0.tar.gz
cd boost_1_58_0
./bootstrap.sh
./b2 install


I don't think that there is a big difference which exact linux you use. I have ubuntu, mint and debian, and they are more or less the same. Ubuntu seems to have the best repositories.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Reading through the chat I don't find people with wallet-installation-problems, so I'm reposting this:

I've been trying to get this wallet running for a while now. I'm not sure what I'm doing wrong.
It comes with a bitcore-qt binary, when I run it, I get this:
Code:
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
I did what should have solved this (according to Google), but I get the same results.
When all else fails, read the instructions, so I did the ./autogen.sh, ./configure and make. It all runs fine, but in the end I still have the same binaries I had already.

I'm running in a VM anyway, I'd be happy to install a different Linux distribution if that means it works out of the box. Any recommendations?

Additional question: do I get it right BitCore uses the same address format as Bitcoin? If so, can I let it airdrop to an Bitcoin address I just hold the private key to, until I get the wallet working

First make sure you have the complete boost package

Code:
sudo apt-get install libboost-all-dev

And make sure, the system can find your boost libs:

Code:
sudo ldconfig
Thank you for your reply Smiley
I have libboost-all-dev installed already, and ldconfig doesn't output anything, so I assume that's okay too.

Hmm...thats strange...but you do have the mentioned file in your lib path somewhere, right? Can you do a

Quote
locate libboost_system.so

?
I have this:
Code:
bitcore@desktop:~$ ls -l `locate libboost_system.so`
lrwxrwxrwx 1 root root    25 aug  3  2016 /usr/lib/x86_64-linux-gnu/libboost_system.so -> libboost_system.so.1.61.0
-rw-r--r-- 1 root root 14496 aug  3  2016 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.61.0
Is there a recommended Linux-distribution that works easier or even out of the box? In that case I can just install that distro.
legendary
Activity: 914
Merit: 1001
Reading through the chat I don't find people with wallet-installation-problems, so I'm reposting this:

I've been trying to get this wallet running for a while now. I'm not sure what I'm doing wrong.
It comes with a bitcore-qt binary, when I run it, I get this:
Code:
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
I did what should have solved this (according to Google), but I get the same results.
When all else fails, read the instructions, so I did the ./autogen.sh, ./configure and make. It all runs fine, but in the end I still have the same binaries I had already.

I'm running in a VM anyway, I'd be happy to install a different Linux distribution if that means it works out of the box. Any recommendations?

Additional question: do I get it right BitCore uses the same address format as Bitcoin? If so, can I let it airdrop to an Bitcoin address I just hold the private key to, until I get the wallet working

First make sure you have the complete boost package

Code:
sudo apt-get install libboost-all-dev

And make sure, the system can find your boost libs:

Code:
sudo ldconfig
Thank you for your reply Smiley
I have libboost-all-dev installed already, and ldconfig doesn't output anything, so I assume that's okay too.

Hmm...thats strange...but you do have the mentioned file in your lib path somewhere, right? Can you do a

Quote
locate libboost_system.so

?
sr. member
Activity: 546
Merit: 250
Maybe a fed.
Where can I find the after-6-months distribution formula in the source code ?

We make some payouts after 6 months. We have planned some rounds for that. We will send the amount to every BTX address.

Sorry if this was already asked: Are mined/bought coins included for the distribution rounds or only the claimed coins ?

I asked the same and the reply was along the lines of all btx holders will be in the final distribution round.
legendary
Activity: 1473
Merit: 1086
Where can I find the after-6-months distribution formula in the source code ?

We make some payouts after 6 months. We have planned some rounds for that. We will send the amount to every BTX address.

Sorry if this was already asked: Are mined/bought coins included for the distribution rounds or only the claimed coins ?
copper member
Activity: 2324
Merit: 1348
Where can I find the after-6-months distribution formula in the source code ?

We make some payouts after 6 months. We have planned some rounds for that. We will send the amount to every BTX address.
legendary
Activity: 1288
Merit: 1087
Where can I find the after-6-months distribution formula in the source code ?

i assume that means the 16 million and something premine to match bitcoin that already exists. the rest will be mineable as usual.
Jump to: