Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated URL 
Added coin specs with updated links.
Added mining pool requirements
  • Loading branch information
BTA-BATA authored Jul 25, 2021
1 parent c6fc3a1 commit 73e92d4
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bata Core integration/staging tree
==================================

https://bata.io
https://bata.digital

Linux Build Instructions and Notes
==================================
Expand Down Expand Up @@ -58,3 +58,83 @@ See (doc/build-osx.md) for instructions on building on Mac OS X.
Windows (64/32 bit) Build Instructions and Notes
=====================================
See (doc/build-windows.md) for instructions on building on Windows 64/32 bit.


https://bitcointalk.org/index.php?topic=2297895.msg23319563#msg23319563


Multi-algo

Independent algorithm chains

Six Algorithm/s:

Sha256d
Scrypt
Nist5
Lyra2z
x11
x16r

Dynamic Blocks

Based on block height and difficulty ( means no cheap blocks )

Instamine protection

Instamine protection will trigger after 5 blocks of single algo are mined in short period of time.

Deadlock protection

Difficulty is reduced even when no new blocks are found, new blocks are mined much faster even after very high hashrate period. This prevents "stuck chain" issues.

Spork control over block processing

The ability to stop the blockchain anytime by sporks manually if any kind of dangerous activity in network is detected. We have full control of block processing without need to wallet upgrade.


Masternode Collateral : 10,000 BTA
Masternode Reward : Dynamic reward of up to 0.25 BTA

Circulating 5,055,187 BTA

Max Supply: 10,000,000 BTA

Blockchain Explorer: https://chainz.cryptoid.info/bta/

Code:
Mining Pool Requirements

Each wallet requires separate address.

1% Dev fee to: B689SM77Pe56wJze6KPywtKkva9rhPZZUc - Or blocks will be rejected

Pools have to start daemons with parameter "algo=sha256d" (or scrypt, nist5, lyra2z, x11, x16r) in conf file or in command line directly.

Pools can check their settings with RPC command getmininginfo:
{
"blocks": 1110073,
"currentblockweight": 4000,
"currentblocktx": 0,
"difficulty": 6.964176971960165,
"algo": "lyra2z",
"networkhashps": 94.36438084953204,
"pooledtx": 0,
"chain": "main",
"warnings": ""
}(edited)


Please check if you have this commit applied on yiimp (if using yiimp):

https://github.com/tpruvot/yiimp/commit/9dbce85dcc2137e563e87659f9827aa7e4be3244
GitHub
stratum: dev/charity fees for coins with masternodes (#276) · tpr...

https://bata.digital

https://coinmarketcap.com/currencies/bata/

https://www.coingecko.com/en/coins/bata


0 comments on commit 73e92d4

Please sign in to comment.