Author

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

legendary
Activity: 2702
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: 1474
Merit: 1087
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: 2352
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.
legendary
Activity: 1474
Merit: 1087
Where can I find the after-6-months distribution formula in the source code ?
legendary
Activity: 1288
Merit: 1087
The wealth distribution is well done.

But what is the purpose of the wallet containing 99.38% of the coins? Burn?



'The claiming period is 6 months. After this period we split the rest to the BTX Holder. 10% from the unclaimed rest is for the BitCore Foundation.'

it'll be distributed to existing btx holders. i'm not sure when the exact date is.
sr. member
Activity: 311
Merit: 250
The
The wealth distribution is well done.

But what is the purpose of the wallet containing 99.38% of the coins? Burn?

legendary
Activity: 1762
Merit: 1002
oh shit new airdrop, & mining coin, love classic way, moon moon BTX
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.
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
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
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
Sorry for the new newbie question about SEGWIT. If we run the wallet with SEGWIT we can earn BTX?
SEGWIT is one of the newest features developed by some independent developers working for some blockchainprojects.
In the end, it will make transactions faster and ready for more than 600k tx per day. an important feature to make bitcoin ready for the masses.

We in BitCore of course implement this technology and could work with more than 25 mln tx per day...I think, even tons more...

So in the end, Bitcore is prepared for the next years.

Greetz
Steve
sr. member
Activity: 275
Merit: 250
BitCore BTX Version 0.14.1.1

    https://github.com/LIMXTEC/BitCore/releases
    Update to Bitcoin Core 0.14.1.1
    Change blocktime to 2,5 min and change diffalgo to standard bitcoin. (3.5 days)
    forkblock is block 10K
    improvement for Segwit and blockreward

Kind Regards Chrsitian

Please install this Update ASAP. Segwit is online since block 3000. But the old version has a small bug. Please remove the usaf flags from the bitcore.conf. The Warning "Warning: unknown new rules activated (versionbit %i)" is possible but not critical.

Bitcore pool: http://neonpool.sytes.net wallet updated to 0.14.1.1. Happy Mining!

Zpool has a small problem with the blocktemplate. Please try this version here. https://github.com/LIMXTEC/BitCore/releases/tag/0.14.1.1.3

Updated to latest. Warnings are gone now and mining continues..
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
copper member
Activity: 2352
Merit: 1348
Sorry for the new newbie question about SEGWIT. If we run the wallet with SEGWIT we can earn BTX?

You can mine, buy or claim your BTX.
Jump to: