Author

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

full member
Activity: 211
Merit: 100
Cryptopia all good, wallet all good, Looking good.
full member
Activity: 356
Merit: 102
We waited!) Cryptopia again works fully! Our accounts are unlocked, just sent coins from the Cryptopia balance to the local wallet, everything has come, everything works!)
full member
Activity: 420
Merit: 103
There 2 way to use the Wallet 140106 on a Linux Server, you can compile it from the Git :

Code:
git clone https://github.com/LIMXTEC/BitCore.git
./autogen.sh
./configure
make

or you can use the release Ubuntu release :

Code:
cd
wget https://github.com/LIMXTEC/BitCore/releases/download/0.14.1.6/Xenial-0-14-1-6.tar.gz
tar xvf Xenial-0-14-1-6.tar.gz
mkdir .bitcore
cp bitcore.conf .bitcore/
./bitcored

If you use a new server there cant problem with old files, if you update a running maschine its better to do it like this :

Code:
cd
cd .bitcore/
rm peers.dat
rm banlist.dat
rm -rf blocks/
rm -rf chainstate/



Sync Time on a new Server was like 3 Minutes and Block High is : "blocks": 22456

You dont need any addnode in your config file because the main nodes will spread the other ips to you, just connect with a small config file like its in the tar.gz file

Code:
rpcallowip=127.0.0.1
rpcuser=RANDOMUSERNAME3402934803294823094
rpcpassword=RANDOMPASSWORDrgkdhfgkjdfhgkdjfghdfkjg
server=1
daemon=1
listen=1


That build made no difference, however I think I found the issue
There seems to be a few nodes on the network that are totally breaking sync, the only way we could sync was to find a good node an connect to it directly, to do this you need to set listen=0 in your bitcore.conf and replace "addnode" with "connect" to some nodes you know are synced.
e.g.

listen=0
connect=105.235.159.43


If we set listen=1 it stops syncing immediately, and will kill the wallet at block 3799 on resync, not sure if this information will help anyone else.

we use fresh vm's for new compiles (automated deploy) so old files are not the issue

listen=1 breaks the wallet immediately, I just tried it again, even without addnodes, connect=xxx.xxx.xxx.xxx and listen=0 is the only fix we have found

soon as we connect to one of those bad nodes, the syncing stops, all connection drop, then the wallet silently crashes

is there a list of good nodes? or some bad nodes to be avoided?
sr. member
Activity: 472
Merit: 250
lux8.net
updated win wallet and it won't sync
stucked at 99.4% sync headers.

----
upd: deleted, install new one, change my wallet.dat and it works now.
sr. member
Activity: 546
Merit: 250
Maybe a fed.
Actually having issues updating to the most recent windows build ./impatient, I'll get it working though lol

fixed, had to delete the roaming folder I had and go with a new one.
newbie
Activity: 37
Merit: 0
I'd appreciate some help installing the Linux version of the BitCore wallet.   I'm new to Linux but managed to create a bootable USB drive that runs TAILS which I hope will enable me to operate crypto software wallets more securely.  I downloaded the Linux-0-14-1-6.tar.gz file and opened it, which appears to have extracted two folders of files:  "bin" and "source".  The "source" folder contained a .zip file which I also extracted.  However, I do not know how to actually install and run the program.  [I tried to run the bitcore-qt file but nothing happened.]   What is the next step?
sr. member
Activity: 406
Merit: 250
Cryptopia fixed the purse finally! Cheesy

Nope: i got some deposits, but they are "closed" again : Investigating blockchain issues

I try send 1 BTX to my wallet, but didn't arrive and transaction not appear on block explorer.

Send message to staff support and then they disabled withdrawals again.

I Hope they fix this quickly.


Cryptopia have pretty good customer service and response times, shouldnt take too long

Suprised this is an issue again though :/ the addresses are straight forward

full member
Activity: 137
Merit: 100
Cryptopia fixed the purse finally! Cheesy

Nope: i got some deposits, but they are "closed" again : Investigating blockchain issues

I try send 1 BTX to my wallet, but didn't arrive and transaction not appear on block explorer.

Send message to staff support and then they disabled withdrawals again.

I Hope they fix this quickly.
sr. member
Activity: 546
Merit: 250
Maybe a fed.
Actually having issues updating to the most recent windows build ./impatient, I'll get it working though lol
sr. member
Activity: 355
Merit: 250
There 2 way to use the Wallet 140106 on a Linux Server, you can compile it from the Git :

Code:
git clone https://github.com/LIMXTEC/BitCore.git
./autogen.sh
./configure
make

or you can use the release Ubuntu release :

Code:
cd
wget https://github.com/LIMXTEC/BitCore/releases/download/0.14.1.6/Xenial-0-14-1-6.tar.gz
tar xvf Xenial-0-14-1-6.tar.gz
mkdir .bitcore
cp bitcore.conf .bitcore/
./bitcored

If you use a new server there cant problem with old files, if you update a running maschine its better to do it like this :

Code:
cd
cd .bitcore/
rm peers.dat
rm banlist.dat
rm -rf blocks/
rm -rf chainstate/



Sync Time on a new Server was like 3 Minutes and Block High is : "blocks": 22456

You dont need any addnode in your config file because the main nodes will spread the other ips to you, just connect with a small config file like its in the tar.gz file

Code:
rpcallowip=127.0.0.1
rpcuser=RANDOMUSERNAME3402934803294823094
rpcpassword=RANDOMPASSWORDrgkdhfgkjdfhgkdjfghdfkjg
server=1
daemon=1
listen=1


That build made no difference, however I think I found the issue
There seems to be a few nodes on the network that are totally breaking sync, the only way we could sync was to find a good node an connect to it directly, to do this you need to set listen=0 in your bitcore.conf and replace "addnode" with "connect" to some nodes you know are synced.
e.g.

listen=0
connect=105.235.159.43


If we set listen=1 it stops syncing immediately, and will kill the wallet at block 3799 on resync, not sure if this information will help anyone else.

we use fresh vm's for new compiles (automated deploy) so old files are not the issue

listen=1 breaks the wallet immediately, I just tried it again, even without addnodes, connect=xxx.xxx.xxx.xxx and listen=0 is the only fix we have found

soon as we connect to one of those bad nodes, the syncing stops, all connection drop, then the wallet silently crashes
hero member
Activity: 683
Merit: 513
http://bitcoin-engrave.com/ & https://bitcore.cc
There 2 way to use the Wallet 140106 on a Linux Server, you can compile it from the Git :

Code:
git clone https://github.com/LIMXTEC/BitCore.git
./autogen.sh
./configure
make

or you can use the release Ubuntu release :

Code:
cd
wget https://github.com/LIMXTEC/BitCore/releases/download/0.14.1.6/Xenial-0-14-1-6.tar.gz
tar xvf Xenial-0-14-1-6.tar.gz
mkdir .bitcore
cp bitcore.conf .bitcore/
./bitcored

If you use a new server there cant problem with old files, if you update a running maschine its better to do it like this :

Code:
cd
cd .bitcore/
rm peers.dat
rm banlist.dat
rm -rf blocks/
rm -rf chainstate/



Sync Time on a new Server was like 3 Minutes and Block High is : "blocks": 22456

You dont need any addnode in your config file because the main nodes will spread the other ips to you, just connect with a small config file like its in the tar.gz file

Code:
rpcallowip=127.0.0.1
rpcuser=RANDOMUSERNAME3402934803294823094
rpcpassword=RANDOMPASSWORDrgkdhfgkjdfhgkdjfghdfkjg
server=1
daemon=1
listen=1


That build made no difference, however I think I found the issue
There seems to be a few nodes on the network that are totally breaking sync, the only way we could sync was to find a good node an connect to it directly, to do this you need to set listen=0 in your bitcore.conf and replace "addnode" with "connect" to some nodes you know are synced.
e.g.

listen=0
connect=105.235.159.43


If we set listen=1 it stops syncing immediately, and will kill the wallet at block 3799 on resync, not sure if this information will help anyone else.
sr. member
Activity: 355
Merit: 250
New wallet does not sync

2017-07-30 10:44:39 UpdateTip: new best=a40fd316ef64321c4d916edbac1edf575ce33e5aef62f7d42afca596e0074fca height=3799 version=0x30000003 log2_work=53.841636 tx=7092 date='2017-05-19 04:16:33' progress=0.000002 cache=1.7MiB(6297tx) warning='100 of last 100 blocks have unexpected version'
2017-07-30 10:44:39 AddToWallet 15d1e8de01f1d7e567f4d430dccdf498cfa45b242012cc51887d805a8971f474
2017-07-30 10:44:39 AddToWallet 86b395a54876acc60128e93431fe2a9a7b9f041326c9b2e7209353e0cd3c7efe


Wallet crashes at block 3799 every time, and on restart starts syncing from scratch, then crashes at same spot any ideas??

Do you use the newest version 14-1-6 ? What is your OS?

Please use this link for source download. https://github.com/LIMXTEC/BitCore/archive/master.zip

same OS (Xenial) as the last version before this update, after update the wallet would not sync, was stuck at 20906, so deleted the entire blockchain now we cant sync past 3799

Tried removing the wallet, same issue

I compiled directly from the link provided in the support ticket
  "version": 140106,
  "protocolversion": 70015,
  "walletversion": 130000,


We are unable to compile from an archive zip for obvious security reasons
A final Xenial build isn't online. You can use this Source here https://github.com/LIMXTEC/BitCore/archive/master.zip or you wait. I going to ask Jon to build a new Xenial client.

That build made no difference, however I think I found the issue

There seems to be a few nodes on the network that are totally breaking sync, the only way we could sync was to find a good node an connect to it directly, to do this you need to set listen=0 in your bitcore.conf and replace "addnode" with "connect" to some nodes you know are synced.

e.g.

listen=0
connect=105.235.159.43


If we set listen=1 it stops syncing immediately, and will kill the wallet at block 3799 on resync, not sure if this information will help anyone else.
sr. member
Activity: 506
Merit: 250
Dear Bitcore community,

please hold on. Cryptopia is working very hard...They have to structurize also their newest stuff for their shareholders. The incoming BTC fork needs also their biggest attention. So, we reached them on every channel and are waiting now for their answer...

We are very thankful, that cryptopia listed us as the first exchange for bitcore and sharing our mission. So, we all are experienced and wait for the next moves. 

Greetz
Steve

Hello,
i have a few question about airdrop because i can't see it the OP and only a few information i got from page to page.
from Bitcore community comments,i will get 3% for my total BTX in my own wallet right ?
what's the minimum for BTX coin and maximum ?
how long the airdrop will run for ? 

thank you for your time,i hope you can clearing my doubt

Hi,

you have to hold min. 10 BTX in ur desktop or mobile wallet to reach the monday airdrops. every week 3% dropping to your wallet till november.

Greetz
Steve

Hi, what is the size of the blockchain and is the android wallet an electrum wallet? im interested in the weekly airdrops but i would liike to know how large the blockchain is if im to sync

for desktop around 150mb actually...android is around 40mb, I guess
 
Ok that is cool, the size is just ok by me cuz im running out of space at the moment, thanks for the info!
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
Dear Bitcore community,

please hold on. Cryptopia is working very hard...They have to structurize also their newest stuff for their shareholders. The incoming BTC fork needs also their biggest attention. So, we reached them on every channel and are waiting now for their answer...

We are very thankful, that cryptopia listed us as the first exchange for bitcore and sharing our mission. So, we all are experienced and wait for the next moves. 

Greetz
Steve

Hello,
i have a few question about airdrop because i can't see it the OP and only a few information i got from page to page.
from Bitcore community comments,i will get 3% for my total BTX in my own wallet right ?
what's the minimum for BTX coin and maximum ?
how long the airdrop will run for ?

thank you for your time,i hope you can clearing my doubt

Hi,

you have to hold min. 10 BTX in ur desktop or mobile wallet to reach the monday airdrops. every week 3% dropping to your wallet till november.

Greetz
Steve

Hi, what is the size of the blockchain and is the android wallet an electrum wallet? im interested in the weekly airdrops but i would liike to know how large the blockchain is if im to sync

for desktop around 150mb actually...android is around 40mb, I guess
sr. member
Activity: 506
Merit: 250
Dear Bitcore community,

please hold on. Cryptopia is working very hard...They have to structurize also their newest stuff for their shareholders. The incoming BTC fork needs also their biggest attention. So, we reached them on every channel and are waiting now for their answer...

We are very thankful, that cryptopia listed us as the first exchange for bitcore and sharing our mission. So, we all are experienced and wait for the next moves. 

Greetz
Steve

Hello,
i have a few question about airdrop because i can't see it the OP and only a few information i got from page to page.
from Bitcore community comments,i will get 3% for my total BTX in my own wallet right ?
what's the minimum for BTX coin and maximum ?
how long the airdrop will run for ?

thank you for your time,i hope you can clearing my doubt

Hi,

you have to hold min. 10 BTX in ur desktop or mobile wallet to reach the monday airdrops. every week 3% dropping to your wallet till november.

Greetz
Steve

Hi, what is the size of the blockchain and is the android wallet an electrum wallet? im interested in the weekly airdrops but i would liike to know how large the blockchain is if im to sync
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
Cryptopia fixed the purse finally! Cheesy

Nope: i got some deposits, but they are "closed" again : Investigating blockchain issues
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
Dear Bitcore community,

please hold on. Cryptopia is working very hard...They have to structurize also their newest stuff for their shareholders. The incoming BTC fork needs also their biggest attention. So, we reached them on every channel and are waiting now for their answer...

We are very thankful, that cryptopia listed us as the first exchange for bitcore and sharing our mission. So, we all are experienced and wait for the next moves. 

Greetz
Steve

Hello,
i have a few question about airdrop because i can't see it the OP and only a few information i got from page to page.
from Bitcore community comments,i will get 3% for my total BTX in my own wallet right ?
what's the minimum for BTX coin and maximum ?
how long the airdrop will run for ?

thank you for your time,i hope you can clearing my doubt

Hi,

you have to hold min. 10 BTX in ur desktop or mobile wallet to reach the monday airdrops. every week 3% dropping to your wallet till november.

Greetz
Steve
full member
Activity: 566
Merit: 113
Dear Bitcore community,

please hold on. Cryptopia is working very hard...They have to structurize also their newest stuff for their shareholders. The incoming BTC fork needs also their biggest attention. So, we reached them on every channel and are waiting now for their answer...

We are very thankful, that cryptopia listed us as the first exchange for bitcore and sharing our mission. So, we all are experienced and wait for the next moves. 

Greetz
Steve

Hello,
i have a few question about airdrop because i can't see it the OP and only a few information i got from page to page.
from Bitcore community comments,i will get 3% for my total BTX in my own wallet right ?
what's the minimum for BTX coin and maximum ?
how long the airdrop will run for ?

thank you for your time,i hope you can clearing my doubt
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
Dear Bitcore community,

please hold on. Cryptopia is working very hard...They have to structurize also their newest stuff for their shareholders. The incoming BTC fork needs also their biggest attention. So, we reached them on every channel and are waiting now for their answer...

We are very thankful, that cryptopia listed us as the first exchange for bitcore and sharing our mission. So, we all are experienced and wait for the next moves. 

Greetz
Steve
full member
Activity: 462
Merit: 100
Parachute for sale. Used once. Small red stain.
--

Everything works fine here, on multiple computers.
The problem is on your end I'm afraid.

the only thing that's changed on my end is the new version of your wallet
Jump to: