Pages:
Author

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

legendary
Activity: 1988
Merit: 1768
What happens if you have an old wallet version 0.15. Can you update to the latest wallet?
Yeah, you can just update to the latest wallet. That's not a Problem, but create a backup first. Please use the latest update.  Smiley

https://github.com/LIMXTEC/BitCore/releases/tag/0.90.9.1
sr. member
Activity: 491
Merit: 250
What happens if you have an old wallet version 0.15. Can you update to the latest wallet?
legendary
Activity: 1988
Merit: 1768
I've just noticed the news: Any instructions on how to make one or more Bitcore masternodes on WINDOWS?
I don't have instructions for this, but you can send a pm to this bitcointalk member hanspeter77 and ask. I think his MNs are running under windows.

If that is not possible are there any MN servers to rent?
You can rent a vpn server from vultr (google it) and run your own MN on it. Or ask hanspeter77. He offers a BTX masternode hosting service in this thread: BTX o. andre Masternode hosting Service powered by hanspeter77 Wink.

Is there anywhere a real discussion on all these changes? Didn't find it yet.
Here in the thread it's a bit quiet about it, but more is discussed about MN in the thread of BitCore in the german local board. -> [ANN] Bitcore - BTX - Neues Core Update - Odarhom!

PS. I had posted this message yesterday but some moderator who obviously has not clue on what's going on with Bitcore had deleted it, believen it's spam. WTF?
Mistakes happen to everyone.  Wink
sr. member
Activity: 1015
Merit: 289
I've just noticed the news: Any instructions on how to make one or more Bitcore masternodes on WINDOWS? If that is not possible are there any MN servers to rent?
Is there anywhere a real discussion on all these changes? Didn't find it yet.


PS. I had posted this message yesterday but some moderator who obviously has not clue on what's going on with Bitcore had deleted it, believen it's spam. WTF?
legendary
Activity: 1988
Merit: 1768
Last login: Sat May  2 17:04:31 2020 from
777@vultr:~$ bitcored -daemon
BitCore server starting
777@vultr:~$ bitcore-cli mnsync status
error: Could not connect to the server 127.0.0.1:9469

Make sure the bitcored server is running and that you are connecting to the correct RPC port.
777@vultr:~$

If it still doesn't work, it's best to check the telegram channel of BitCore: https://t.me/bitcore_cc. You will get help there.  Smiley
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
Last login: Sat May  2 17:04:31 2020 from
777@vultr:~$ bitcored -daemon
BitCore server starting
777@vultr:~$ bitcore-cli mnsync status
error: Could not connect to the server 127.0.0.1:9469

Make sure the bitcored server is running and that you are connecting to the correct RPC port.
777@vultr:~$


Who is 777@Vultr?
legendary
Activity: 3402
Merit: 9199
icarus-cards.eu
but you need to change this cmd-line

Code:
unzip bootstrap.zip

to

Code:
unzip z_bootstrap.zip

all fine again
blockchain synchronized again and the masternode/s are running Wink
legendary
Activity: 1988
Merit: 1768
New Core Update -> https://github.com/LIMXTEC/BitCore/releases/tag/0.90.9.1

Please use the new bootstrap to fix all problems.  Smiley

Quote
IMPORTANT:
This guide (blockchain fix) only works if you have followed the Masternode Quick Guide. Personal configurations are not considered in this guide.

### Stop your BitCore Daemon
bitcore-cli stop

### Remove Data
cd ~/.bitcore
rm -r blocks/ chainstate/ indexes/ sporks/ *.dat *.log .lock masternode.conf

### Download, Extract and Copy Bootstrap Files
cd ..
apt install unzip
wget https://github.com/LIMXTEC/BitCore/releases/download/0.90.9.1/z_bootstrap.zip
unzip bootstrap.zip
cp -r blocks/ chainstate/ .bitcore/

### Start your BitCore Daemon
bitcored -daemon

### Check Headers and Block Height
bitcore-cli getblockchaininfo| grep -i "headers" -B 1

### Compare your Blockhash
bitcore-cli getblockhash 590067
must be identical with ---> 0c3bfcb6c59416a6f9906222fc7d3a354825976aea7e1002b133c20c7a443859

### Check Masternode Sync
bitcore-cli mnsync status

and wait until these values are "true"

  "IsBlockchainSynced": true,
  "IsMasternodeListSynced": true,
  "IsWinnersListSynced": true,

Now you can start your Masternode from your BitCore QT Wallet.
https://t.me/bitcore_cc/34163
Thanks cygan!!!! Smiley
full member
Activity: 358
Merit: 118
LEONtheGraphMaster
_____________________________________________
_
Mandatory upgrade
please upgrade your Odarhom Wallet QT
to the new version v0.90.9.0.

Please note ! ChainzID is on a wrong chain.

Odarhom v0.90.9.0

Bootstrap

BitCore Your Coin, Your Money

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
full member
Activity: 358
Merit: 118
LEONtheGraphMaster
Entrevista en CriptoMonedasTV a Dg Carlos Leon,
en donde hablamos de los #MasterNodes de @Bitcore_BTX.

Interview in CriptoMonedasTV to Dg Carlos Leon,
where we talk about the #MasterNodes of #BitCore #BTX.



Puedes ver la entrevista ya en el Canal de CriptomonedasTV

You can see the interview already on the CryptomonedasTV Channel


Keep your private BTX keys safe! Stay Safe, Stay Healthy!



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
legendary
Activity: 3402
Merit: 9199
icarus-cards.eu
tried to start my masternode via putty today, but i get this error message:

Code:
root@v22:~# bitcored -daemon
bitcored: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by bitcored)
bitcored: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by bitcored)

how can i fix that?



try this

https://github.com/lhelontra/tensorflow-on-arm/issues/13

thanks, but i found it myself a few days ago on the web
now my first BTX masternode is running  Wink
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
tried to start my masternode via putty today, but i get this error message:

Code:
root@v22:~# bitcored -daemon
bitcored: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by bitcored)
bitcored: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by bitcored)

how can i fix that?



try this

https://github.com/lhelontra/tensorflow-on-arm/issues/13
hero member
Activity: 2646
Merit: 584
Payment Gateway Allows Recurring Payments
That's a good number and I admire the great work of BTX devs, we will see the fruit of their labors soon. Wishing that someday we'll see the prices of BTX before, one to two digits.
 Roll Eyes

When we can show we can surpass visa’s 150 million average daily txs. 

Soon. 

Yep. Only time can tell and I can't wait to see that day.

That's a good number and I admire the great work of BTX devs, we will see the fruit of their labors soon. Wishing that someday we'll see the prices of BTX before, one to two digits.
 Roll Eyes
We all want that.  Wink  But as long the team continues to work on the project, I don't lose my hope. Go BitCore!  Smiley
This is my I admire them, they're active and doesn't stop to work for Bitcore.  Cool
full member
Activity: 358
Merit: 118
LEONtheGraphMaster
The BTX/BTC pair at Graviex,
has been integrated into the BitCore BTX Markets at Coinmarketcap.



you can now see it live at Coinmarketcap


Keep your private BTX keys safe! Stay Safe, Stay Healthy!



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
hero member
Activity: 1466
Merit: 973

Keep your private BTX keys safe! Stay Safe, Stay Healthy!


Does the import private key command actually work in the console?  I tried it a long time ago and it failed to execute under some error code as far as I can remember.

Have you tried using exchange cold storage?  I hear it’s free.   Grin


Vlad is scoffing at me in my hour of distress  Cry Cry Grin

Ah but seriously if you open the console and type importprivkey command it returns only an error code. I mean importprivkey command does not work through the console on Qt client.

I must test IXC and see how well that functions now I am self appointed chief tester Cool
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net

Keep your private BTX keys safe! Stay Safe, Stay Healthy!


Does the import private key command actually work in the console?  I tried it a long time ago and it failed to execute under some error code as far as I can remember.

Have you tried using exchange cold storage?  I hear it’s free.   Grin
hero member
Activity: 1466
Merit: 973

Keep your private BTX keys safe! Stay Safe, Stay Healthy!


Does the import private key command actually work in the console?  I tried it a long time ago and it failed to execute under some error code as far as I can remember.
full member
Activity: 358
Merit: 118
LEONtheGraphMaster
Hey BitCoreans, it's our birthday!,
today we celebrate our 3rd anniversary,
it's been years full of challenges, joys, development
and jobs, thanks for being with us!

Happy Crypto BTC-day BitCore



Share


Keep your private BTX keys safe! Stay Safe, Stay Healthy!



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
legendary
Activity: 1988
Merit: 1768
That's a good number and I admire the great work of BTX devs, we will see the fruit of their labors soon. Wishing that someday we'll see the prices of BTX before, one to two digits.
 Roll Eyes
We all want that.  Wink  But as long the team continues to work on the project, I don't lose my hope. Go BitCore!  Smiley

how can i fix that?
As I've read, you've been able to solve your problem. Welcome to the club "BTX masternode supporters."  Smiley

When we can show we can surpass visa’s 150 million average daily txs. 

Soon. 
Can't be long before BitCore beat Visa.  Wink
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
Nice, this is good news BTX have its own MN now. How many are currently running MN?
Yes, the team is still working on the project and trying to improve BTX. This time with masternodes. MNrank shows 116 MasterNodes online.  Smiley
That's a good number and I admire the great work of BTX devs, we will see the fruit of their labors soon. Wishing that someday we'll see the prices of BTX before, one to two digits.
 Roll Eyes

When we can show we can surpass visa’s 150 million average daily txs. 

Soon. 
Pages:
Jump to: