Author

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

sr. member
Activity: 518
Merit: 252
We are listed now on african continent. Very nice!

https://www.cryptochange.co.za/

https://twitter.com/Bitcore_BTX/status/921164771189317633

Greetz
Steve

Awesome, this coin keeps getting better and better. Registered my account cant wait to get more bitcore to add to the pile come October 30th. Coin will finally get the recognition it deserves!  Grin
hero member
Activity: 868
Merit: 500
.


BTX snapshot balance check

If you want to check your hundreds of BTC addresses for an
initial BTX balance (snapshot April 2017), then this little Python
script helps you a lot: It automates the bitcore.cc query.

https://github.com/drandreaskrueger/airdrops

output example

Code:

  ./BTXsnapshotCheck.py

  13EFsVvaFa61BKUZAd5Me8XZFZNpeV3L5M 0.0
  149YssZJ63isQTG13qrv6TAD9FqMxh8KT2 0.05


donationware

BTC  13EFsVvaFa61BKUZAd5Me8XZFZNpeV3L5M
[BTX]  1JBFG6W71NzKZgDmqM7kcHUjqghcRxjQ5n
Thank you.

More information there: https://github.com/drandreaskrueger/airdrops

Thanks alot this is very helpful. So the unclaimed tokens by November will be redistributed to BTX holders for airdrop. Interesting some big BTC holders are not interested presently in this project
member
Activity: 95
Merit: 11
.


BTX snapshot balance check

If you want to check your hundreds of BTC addresses for an
initial BTX balance (snapshot April 2017), then this little Python
script helps you a lot: It automates the bitcore.cc query.

https://github.com/drandreaskrueger/airdrops

output example

Code:

  ./BTXsnapshotCheck.py

  13EFsVvaFa61BKUZAd5Me8XZFZNpeV3L5M 0.0
  149YssZJ63isQTG13qrv6TAD9FqMxh8KT2 0.05


donationware

BTC  13EFsVvaFa61BKUZAd5Me8XZFZNpeV3L5M
[BTX]  1JBFG6W71NzKZgDmqM7kcHUjqghcRxjQ5n
Thank you.



More information there: https://github.com/drandreaskrueger/airdrops



.
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
Second nice announcement:

We have a spanish telegram channel now

https://t.me/joinchat/CXvK0A9M8q5hIq7fGQiJTQ

https://twitter.com/Bitcore_BTX/status/921162476489793537

Enjoy it!

Greetz
Steve
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
hero member
Activity: 773
Merit: 508
Bitcore (BTX) - The Future is Now
 




A r e   y o u   r e a d y   f o r   o u t e r   s p a c e ?

 Shocked Shocked Shocked love it!
legendary
Activity: 2506
Merit: 1113
There's no need to be upset
Guys how big is the blockchain  and how many hours/days to sync? is there a bootstrap?

Blockchain is actually pretty small, about 160 MB right now.
Syncing should go pretty quick if you have a normal internet connection.

good to know, I was going to install it but gave up after the 10Gb notice.
removing it would be lovely for new users

will install wallet to test here.
member
Activity: 95
Merit: 11

Linux? --> ... ?

...

Compiling it myself now, this seems to be a way on Debian stretch:

Code:
cd BitCore-master

sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost-all-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler

sudo apt install libdb5.3++ libdb5.3++-dev libevent-dev

./autogen.sh
./configure --with-incompatible-bdb

make
sudo make install

bitcore-qt --version
bitcore-qt --help
bitcore-qt

took > 30 minutes.

It is working. Yeah!

newbie
Activity: 18
Merit: 0
Hi peoples! :-)
I'm quite new to cryptos and i've read that when the block reward is set to 3 Coins, so it's always 3 Coins (except of halving and stuff).
But i saw some BTX Blocks having a reward of 38.261 Coins or 49.541 Coins. Is such a big reward correct?
Thx for enlightenment :-)
full member
Activity: 378
Merit: 103
I have seen the airdrop registration form on the site, actually I have my BTX on a paper wallet.
I don't understand what the sign message to type is.
When I type "signmessage YOURADDRESSYOULIKETOREGISTER AIRDROP" it returns me an error.

Hope you guys can help me I don't want to lose my airdrop  Grin
sr. member
Activity: 506
Merit: 250
Guys how big is the blockchain  and how many hours/days to sync? is there a bootstrap?

Blockchain is actually pretty small, about 160 MB right now.
Syncing should go pretty quick if you have a normal internet connection.
Wow that is super coool! Thanks
member
Activity: 95
Merit: 11
Blockchain is actually pretty small, about 160 MB right now.

Ah thanks. That sounds more likely.

I suggest you remove that "10 gigabytes" warning from your current code.
member
Activity: 95
Merit: 11
Trying out the windows version now.

Is the warning real at the start of the program? "10 Gigabytes?" What for? You will hardly have created so many transactions by now, or have you?
What is the current, real size of the chain?

Is there a lightwallet?


legendary
Activity: 2114
Merit: 1403
Disobey.
Guys how big is the blockchain  and how many hours/days to sync? is there a bootstrap?

Blockchain is actually pretty small, about 160 MB right now.
Syncing should go pretty quick if you have a normal internet connection.
member
Activity: 95
Merit: 11

Linux? --> libboost_system.so.1.58.0  ?

Hello,

I am trying to install BitCore in ubuntu using its tar.gz file downloaded in https://github.com/LIMXTEC/BitCore/releases, but I am not being able to install it from the tar.gz. How can I install it? any good and detailed tutorial?

Thanks in advance!

tar xzvf Linux-0-14-1-6.tar.gz

or

gunzip Linux-0-14-1-6.tar.gz
tar xvf Linux-0-14-1-6.tar

then the binary executables files are in the bin directory and the source code is in the source directory in case you want to compile

related question, Debian stretch:


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

./bitcore-cli
./bitcore-cli: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

./bitcored
./bitcored: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

tried to install it but already is:

Code:
sudo apt-cache search libboost-system
libboost-system-dev - Operating system (e.g. diagnostics support) library (default version)
libboost-system1.62-dev - Operating system (e.g. diagnostics support) library
libboost-system1.62.0 - Operating system (e.g. diagnostics support) library

sudo apt install  libboost-system1.62.0 libboost-system-dev
[...] libboost-system-dev is already the newest version (1.62.0.1).
libboost-system1.62.0 is already the newest version (1.62.0+dfsg-4).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
sr. member
Activity: 506
Merit: 250
Guys how big is the blockchain  and how many hours/days to sync? is there a bootstrap?
full member
Activity: 247
Merit: 100
Is there something wrong with the network or bitcoincore? Suprnova is 3500 round variance currently,other pools aren't faring much better,is there a problem?
CWI pool is working just fine.
http://pool.chainworksindustries.com/btx/index.php

full member
Activity: 330
Merit: 123




A r e   y o u   r e a d y   f o r   o u t e r   s p a c e ?

I was born for it.
full member
Activity: 490
Merit: 104




A r e   y o u   r e a d y   f o r   o u t e r   s p a c e ?

Niiiceeee!
newbie
Activity: 88
Merit: 0
Is there something wrong with the network or bitcoincore? Suprnova is 3500 round variance currently,other pools aren't faring much better,is there a problem?
Jump to: