Pages:
Author

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

newbie
Activity: 1
Merit: 0
Many people are trying to get hold of the notion of what exactly is a Bitcoin. 2013 was a breakout year for Bitcoin. With any new technology, there is associated some merits and demerits, risks and rewards, Bitcoin is no special. Read More.
legendary
Activity: 3304
Merit: 8633
Crypto Swap Exchange
We make today some transactions test. I have planed 9,000 TX in 24 hours. 3,000 TX from that are a very small drop for the masternode tester.

Best Regards Chris

ok, sounds good
i hope my buy-order is then triggered on graviex
copper member
Activity: 2324
Merit: 1348
We make today some transactions test. I have planed 9,000 TX in 24 hours. 3,000 TX from that are a very small drop for the masternode tester.

Best Regards Chris
legendary
Activity: 3304
Merit: 8633
Crypto Swap Exchange
is there someone here who can sell me 2100 BTX coins?
on the various exchanges there is unfortunately not so much volume to buy this amount of coins

would like to start a masternode with this coins and be a part of this project  Smiley
full member
Activity: 356
Merit: 118
LEONtheGraphMaster
_____________________________________________
_
We continue to improve ODARHOM Core
please update the QT wallet,
this update is mandatory

UPDATE ODARHOM

BitCore Your Coin, Your Money

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
full member
Activity: 356
Merit: 118
LEONtheGraphMaster
_____________________________________________
_
The 5000 BTX are still waiting for You
Even the kittens are waiting for you! Solve the puzzle and win 5000 BTX!
decode the image, the private key to the vanity address and stay safe.

Go to PUZZLE

BitCore Your Coin, Your Money

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
legendary
Activity: 1988
Merit: 1768
Thanks.  Any idea when the PoW algo change is coming? 
Sorry, I don't have any information about that either. There will be a algo change, but it is not certain when and to which algo.  Smiley
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
What is the distribution of the block reward between the miners and masternodes?
According to the site https://mnrank.com/coin/BTX/ and block explorer block reward 3.125
mnrank.com shows the wrong data?
The rewards for the masternodes are still not active. So the whole block reward of 3.125 BTX goes at the moment to the miner. As soon as the MN rewards are active, the block reward is split 50% each between MN and miners. At the moment mnrank.com already shows a MN reward, but it does not exist yet.   Wink

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

Thanks.  Any idea when the PoW algo change is coming? 
legendary
Activity: 1988
Merit: 1768
What is the distribution of the block reward between the miners and masternodes?
According to the site https://mnrank.com/coin/BTX/ and block explorer block reward 3.125
mnrank.com shows the wrong data?
The rewards for the masternodes are still not active. So the whole block reward of 3.125 BTX goes at the moment to the miner. As soon as the MN rewards are active, the block reward is split 50% each between MN and miners. At the moment mnrank.com already shows a MN reward, but it does not exist yet.   Wink

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
full member
Activity: 356
Merit: 118
LEONtheGraphMaster
A new version is online! Odarhom v0.90.8.9.1,

- Preparation version message system for user
- Fix Segmentation fault Error (critical)
- Add lockWalletAction
- Disable encryptWalletAction if wallet is encrypted
- Remove Sentinel and Watchdog stuff
- Fix command "masternode outputs"
- Improvements for checkcollateral code
- Add "nodebuglogfile" to default bitcore.conf (0)
- Remove masternode errors by sync (Debug Spam)

UPDATE AVAILABLE and RECOMMENDED
for Wallet and MasterNodes




DOWNLOAD


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



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
hero member
Activity: 2520
Merit: 568
Payment Gateway Allows Recurring Payments
Nice, this is good news BTX have its own MN now. How many are currently running MN?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
What is the distribution of the block reward between the miners and masternodes?
According to the site https://mnrank.com/coin/BTX/ and block explorer block reward 3.125
mnrank.com shows the wrong data?
legendary
Activity: 1988
Merit: 1768
So my question is with the halfing days away, will that effect how much a MN earns per day? Obviously it effectively half’s the block reward when mining but how if at all does it effect the nodes
Due to the halving, an MasterNode will only bring in half as much as before. It always depends on the block reward, how much you can earn with a MasterNode. 50% less block reward = 50% less MN reward. No other changes are expected as a result of the halving.   Smiley

Don't you notice that you didn't get a reward for running masternode?
Yes, I've just read it in telegram some minutes ago. MN reward becomes active when the exchanges have updated. So it's gonna be a few more days before you get a MN reward.  Cry
jr. member
Activity: 72
Merit: 2
Don't you notice that you didn't get a reward for running masternode?
legendary
Activity: 3990
Merit: 2695
I have compile a Wallet for the Raspberry Pi (ARMv7)



Here the QT für den Pi2 ARMv7

Download

How to compile self:

Code:
sudo apt-get update
sudo apt-get install git build-essential libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2


cd ~
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
echo '12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef  db-4.8.30.NC.tar.gz' | sha256sum -c
tar -xzvf db-4.8.30.NC.tar.gz

cd db-4.8.30.NC/build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make -j4 # compile on 4 cores
sudo make install

# You can delete db-4.8.30.NC.tar.gz file and db-4.8.30.NC folder now if you like.

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"

cd /home/pi
git clone https://github.com/LIMXTEC/BitCore
cd BitCore

# Now we can build the BitCore daemon
./autogen.sh
./configure
make -j2 # compile on 2 cores

# To start the BitCore daemon (before you must copy the bitcore-qt to the right folder

cd /home/pi/BitCore
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
./BitCore-qt
newbie
Activity: 2
Merit: 0
The Team have any system requirements for the Masternode?

A RPi (Wallet for Pi also available) is enought or a little Vultr VPS IP4?

This the right installion guide?

https://www.reddit.com/r/bitcore_btx/comments/fv9b8a/bitcore_masternode_guide/
Yes, this is the right guide. The only requirements for a masternode are:
Quote
- Linux VPS (Ubuntu 18.04) from your favorite provider
- IPv4 address from your Linux VPS
- 2,100 BitCore BTX coins for a masternode collateral
- BitCore BTX QT Wallet (min. Version 0.90.8.8.1)
Have fun and success with the installation of your masternode. Thanks for supporting the BTX network.  Smiley



So my question is with the halfing days away, will that effect how much a MN earns per day? Obviously it effectively half’s the block reward when mining but how if at all does it effect the nodes
full member
Activity: 356
Merit: 118
LEONtheGraphMaster
_____________________________________________
_
Hey Folk, we are going to celebrate Easter from home,
and so we bring you this riddle, please enjoy,
Happy Easter and stay safe.

Go to RIDDLE

BitCore Your Coin, Your Money

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
legendary
Activity: 1988
Merit: 1768
The Team have any system requirements for the Masternode?

A RPi (Wallet for Pi also available) is enought or a little Vultr VPS IP4?

This the right installion guide?

https://www.reddit.com/r/bitcore_btx/comments/fv9b8a/bitcore_masternode_guide/
Yes, this is the right guide. The only requirements for a masternode are:
Quote
- Linux VPS (Ubuntu 18.04) from your favorite provider
- IPv4 address from your Linux VPS
- 2,100 BitCore BTX coins for a masternode collateral
- BitCore BTX QT Wallet (min. Version 0.90.8.8.1)
Have fun and success with the installation of your masternode. Thanks for supporting the BTX network.  Smiley
full member
Activity: 356
Merit: 118
LEONtheGraphMaster
Hey... We have been listed on MNrank.com,,
now you can see BitCore #MasterNodes
stats and information here.




Stast Masternodes


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



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2020
___
legendary
Activity: 3990
Merit: 2695
The Team have any system requirements for the Masternode?

A RPi (Wallet for Pi also available) is enought or a little Vultr VPS IP4?

This the right installion guide?

https://www.reddit.com/r/bitcore_btx/comments/fv9b8a/bitcore_masternode_guide/
Pages:
Jump to: