BATA: profitability of cryptocurrency

BATA: profitability of cryptocurrency

BATA: profitability of cryptocurrency

BATA (BTA), Scrypt :

difficulty daily average values  2.6807  +13.45 %

profit ratio vs. Bitcoin  139.86 %/ 135.88 %

the current highest exchange rate in BTC  0.00000083 (Bleutrade) -2.35 %
BATA Cryptocurrency SummaryDetailed information for BATA, including the BATA price and value, BATA mining info, BATA wallet version, BATA difficulty, BATA charts, and BATA calculator.

BATA Price $0.000198 USD per BTA **
Genesis Block Created Friday, May 08, 2015 22:20:38 GMT
Icon BATA (BTA) Cryptocurrency
Name BATA
Symbol / Tag BTA
Website
BATA Wallet download http://bata.money/
Github / Source Code Github
Forum Bitcointalk
BATA Wallet Version
Client Version v0.8.6.2
Get Info RPC
Version: 80602
Protocol Version: 80007
Wallet Version: 60000
Status Healthy
Connections 8
Hash Algorithm Scrypt
Proof-of-Work Scheme Proof-of-Work
Coins to be Issued 5,000,000
Block Time 1.50 minute(s)
Block Reward 25.00 coins
Block Count 92,598
BATA Difficulty 2.4598
Difficulty Retarget 1 blocks
** BATA Price is based on the highest Bitcoin price and the highest BTA/BTC Exchange Rate.

Mining Pools

BTA Listed Exchanges

Bata (BTA) Wallets

Windows, Linux and OS X wallets are compatible with TOR & I2P.

Coin Type: POW

Hashing Algorithm: SCRYPT

Difficulty Retargeting: Dark Gravity Wave

Time Between Blocks 90

Block Reward: 25

Block Reward Halving Rate: 100000

Premine: No

Total Coins: 5,000,000

rpc port: 5493

net port: 5784

Website: http://www.bata.money/ – Update Coming Soon!

Twitter: @Bata_Money

https://www.facebook.com/batacurrency

https://cryptocointalk.com/topic/37776-pre-annbta-bata-scrypt-pow-modern-day-trade/

https://www.altcoincalendar.info/coins/1614-BTA

https://bitcointalk.org/index.php?topic=1040956

instructions for compile:

sudo apt-get install git build-essential openssl libminiupnpc-dev libboost++-dev libboost-all-dev libssl-dev libminiupnpc8 libdb++-dev

git clone https://github.com/BTA-BATA/BATA-SOURCE bata && cd bata/src

make -f makefile.unix

./BATAd -daemon

(it will instruct you to make a BATA.conf file, so make the BATA.conf file and place in the .BATA/ folder.)

example regular internet users’ BATA.conf:

rpcuser=BATAusername

rpcpassword=BATAuserpass

example for i2P users’ BATA.conf:

(you will need to download the latest i2p software) https://geti2p.net/en/download

rpcuser=BATAusername

rpcpassword=BATAuserpass

i2p=1

proxy=127.0.0.1:3643

connect=lv4llpu75ydlfwxgx3ej5t6dpcnyi47px4wnluf7pyxpncd5trca.b32.i2p

example for tor users’ BATA.conf:

(you will need to download tor software) http://www.softpedia.com/dyn-postdownload.php/71b643564f9a522d006160b023235a46/558695b8/db6e/0/1

rpcuser=BATAusername

rpcpassword=BATAuserpass

tor=1

proxy=127.0.0.1:9050

connect=eoekwl6m56nus2a7.onion

possible errors during compile:

virtual memory exhausted: Cannot allocate memory

make: *** [obj/bitcoinrpc.o] Error 1

here, we just need to set up a swap file, because we ran out of memory:

sudo fallocate -l 4G /swapfile

sudo chmod 600 /swapfile

sudo mkswap /swapfile

sudo swapon /swapfile

Make the Swap File Permanent

We have our swap file enabled, but when we reboot, the server will not automatically enable the file. We can change that though by modifying the fstab file.

Edit the file with root privileges in your text editor:

sudo nano /etc/fstab

At the bottom of the file, you need to add a line that will tell the operating system to automatically use the file you created:

/swapfile none swap sw 0 0

Save and close the file when you are finished.

Leave a Reply