Bitcoin Forum
May 07, 2024, 08:07:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Have you joined?
Telegram: https://t.me/batacurrency
Discord - https://discordapp.com/invite/tCXTrZA

Pages: « 1 ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 »
  Print  
Author Topic: BATA BTA ◈ OLD THREAD - NOW @ https://bitcointalk.org/index.php?topic=2297895.0  (Read 283656 times)
pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 14, 2017, 01:35:46 AM
 #1701

Sorry to interrupt the exciting banter...  Roll Eyes

I have a couple questions to put out to the community about some updates happening in the next wallet update (core 0.10.x).

I would like to implement the BIP32 support into BATA.
Quote
The Hierarchical Deterministic (HD) key creation and transfer protocol (BIP32), which allows creating child keys from parent keys in a hierarchy. Wallets using the HD protocol are called HD wallets.

https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
https://bitcoin.org/en/glossary/hd-protocol

These types of addresses have a particular prefix at the start of the address.

Code:
EXT_SECRET_KEY, EXT_PUBLIC_KEY # Network                 : Prefixes
----------------------------------------------------------------------
0x0488ADE4,     0x0488B21E     # BTC  Bitcoin    mainnet : xprv / xpub
0x04358394,     0x043587CF     # BTC  Bitcoin    testnet : tprv / tpub
0x019D9CFE,     0x019DA462     # LTC  Litecoin   mainnet : Ltpv / Ltub
0x0436EF7D,     0x0436F6E1     # LTC  Litecoin   testnet : ttpv / ttub
0x02FE52F8,     0x02FE52CC     # DRK  Darkcoin   mainnet : drkv / drkp
0x3A8061A0,     0x3A805837     # DRK  Darkcoin   testnet : DRKV / DRKP
0x0488ADE4,     0x0488B21E     # VIA  Viacoin    mainnet : xprv / xpub
0x04358394,     0x043587CF     # VIA  Viacoin    testnet : tprv / tpub
0x02FD3955,     0x02FD3929     # DOGE Dogecoin   mainnet : dogv / dogp
0x0488ADE4,     0x0488B21E     # VTC  Vertcoin   mainnet : vtcv / vtcp
0x02CFBF60,     0x02CFBEDE     # BC   Blackcoin  mainnet : bcpv / bcpb
0x03A04DB7,     0x03A04D8B     # MEC  Megacoin   mainnet : mecv / mecp
0x0488ADE4,     0x0488B21E     # MYR  Myriadcoin mainnet : myrv / myrp
0x0488ADE4,     0x0488B21E     # UNO  Unobtanium mainnet : unov / unop
0x037A6460,     0x037A689A     # JBS  Jumbucks   mainnet : jprv / jpub
0x0488ADE4,     0x0488B21E     # MZC  Mazacoin   mainnet : xprv / xpub

For BATA I propose mainnet : Bprv / Bpub

I am open to any suggestions.

If we are in agreement I will spend the time to find the proper byte sequence to generate the HD addresses.




Thanks Midnight.

We would like to move forward, so if anyone has anything further to add, please speak up.

1715112434
Hero Member
*
Offline Offline

Posts: 1715112434

View Profile Personal Message (Offline)

Ignore
1715112434
Reply with quote  #2

1715112434
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
February 14, 2017, 03:56:47 PM
 #1702

Sorry to interrupt the exciting banter...  Roll Eyes

I have a couple questions to put out to the community about some updates happening in the next wallet update (core 0.10.x).

I would like to implement the BIP32 support into BATA.
Quote
The Hierarchical Deterministic (HD) key creation and transfer protocol (BIP32), which allows creating child keys from parent keys in a hierarchy. Wallets using the HD protocol are called HD wallets.

https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
https://bitcoin.org/en/glossary/hd-protocol

These types of addresses have a particular prefix at the start of the address.

Code:
EXT_SECRET_KEY, EXT_PUBLIC_KEY # Network                 : Prefixes
----------------------------------------------------------------------
0x0488ADE4,     0x0488B21E     # BTC  Bitcoin    mainnet : xprv / xpub
0x04358394,     0x043587CF     # BTC  Bitcoin    testnet : tprv / tpub
0x019D9CFE,     0x019DA462     # LTC  Litecoin   mainnet : Ltpv / Ltub
0x0436EF7D,     0x0436F6E1     # LTC  Litecoin   testnet : ttpv / ttub
0x02FE52F8,     0x02FE52CC     # DRK  Darkcoin   mainnet : drkv / drkp
0x3A8061A0,     0x3A805837     # DRK  Darkcoin   testnet : DRKV / DRKP
0x0488ADE4,     0x0488B21E     # VIA  Viacoin    mainnet : xprv / xpub
0x04358394,     0x043587CF     # VIA  Viacoin    testnet : tprv / tpub
0x02FD3955,     0x02FD3929     # DOGE Dogecoin   mainnet : dogv / dogp
0x0488ADE4,     0x0488B21E     # VTC  Vertcoin   mainnet : vtcv / vtcp
0x02CFBF60,     0x02CFBEDE     # BC   Blackcoin  mainnet : bcpv / bcpb
0x03A04DB7,     0x03A04D8B     # MEC  Megacoin   mainnet : mecv / mecp
0x0488ADE4,     0x0488B21E     # MYR  Myriadcoin mainnet : myrv / myrp
0x0488ADE4,     0x0488B21E     # UNO  Unobtanium mainnet : unov / unop
0x037A6460,     0x037A689A     # JBS  Jumbucks   mainnet : jprv / jpub
0x0488ADE4,     0x0488B21E     # MZC  Mazacoin   mainnet : xprv / xpub

For BATA I propose mainnet : Bprv / Bpub

I am open to any suggestions.

If we are in agreement I will spend the time to find the proper byte sequence to generate the HD addresses.




Thanks Midnight.

We would like to move forward, so if anyone has anything further to add, please speak up.


^NO THIS IS GREAT AND I CAN GET BITDEVS/NYC BITCOINCORE TEAM TO HELP OUT!!! CHOO CHOO BTA BOOM BATA BING!!! ;-D LOADING THE BOAT HERE!!! WEEEEEEEEEEEE

===>

https://bittrex.com/Market/Index?MarketName=BTC-BTA

===============================================

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
February 15, 2017, 04:44:53 AM
 #1703

Sorry to interrupt the exciting banter...  Roll Eyes

I have a couple questions to put out to the community about some updates happening in the next wallet update (core 0.10.x).

I would like to implement the BIP32 support into BATA.
Quote
The Hierarchical Deterministic (HD) key creation and transfer protocol (BIP32), which allows creating child keys from parent keys in a hierarchy. Wallets using the HD protocol are called HD wallets.

https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
https://bitcoin.org/en/glossary/hd-protocol

These types of addresses have a particular prefix at the start of the address.

Code:
EXT_SECRET_KEY, EXT_PUBLIC_KEY # Network                 : Prefixes
----------------------------------------------------------------------
0x0488ADE4,     0x0488B21E     # BTC  Bitcoin    mainnet : xprv / xpub
0x04358394,     0x043587CF     # BTC  Bitcoin    testnet : tprv / tpub
0x019D9CFE,     0x019DA462     # LTC  Litecoin   mainnet : Ltpv / Ltub
0x0436EF7D,     0x0436F6E1     # LTC  Litecoin   testnet : ttpv / ttub
0x02FE52F8,     0x02FE52CC     # DRK  Darkcoin   mainnet : drkv / drkp
0x3A8061A0,     0x3A805837     # DRK  Darkcoin   testnet : DRKV / DRKP
0x0488ADE4,     0x0488B21E     # VIA  Viacoin    mainnet : xprv / xpub
0x04358394,     0x043587CF     # VIA  Viacoin    testnet : tprv / tpub
0x02FD3955,     0x02FD3929     # DOGE Dogecoin   mainnet : dogv / dogp
0x0488ADE4,     0x0488B21E     # VTC  Vertcoin   mainnet : vtcv / vtcp
0x02CFBF60,     0x02CFBEDE     # BC   Blackcoin  mainnet : bcpv / bcpb
0x03A04DB7,     0x03A04D8B     # MEC  Megacoin   mainnet : mecv / mecp
0x0488ADE4,     0x0488B21E     # MYR  Myriadcoin mainnet : myrv / myrp
0x0488ADE4,     0x0488B21E     # UNO  Unobtanium mainnet : unov / unop
0x037A6460,     0x037A689A     # JBS  Jumbucks   mainnet : jprv / jpub
0x0488ADE4,     0x0488B21E     # MZC  Mazacoin   mainnet : xprv / xpub

For BATA I propose mainnet : Bprv / Bpub

I am open to any suggestions.

If we are in agreement I will spend the time to find the proper byte sequence to generate the HD addresses.







^$10 per coin we are doing a 12 x 1 coin thing still right? ;-) *cough wink*

===>

next trade on the BATA blockchain,,,woot!

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
Fallenzz
Full Member
***
Offline Offline

Activity: 420
Merit: 101


View Profile
February 15, 2017, 07:00:50 AM
 #1704

We now know this dev is a scammer together with that Richard Hein guy.
Hyped it to 16000 and its now under 2000 -800% and still saying it wasn't your fault :p

You put your reputation at it we now know what that is worth back to 100 satoshi

Pc888 real name Skywalker and Richard's name Bum
pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 07:24:18 AM
 #1705

ok think what you like.

pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 07:28:10 AM
 #1706

We now know this dev is a scammer together with that Richard Hein guy.
Hyped it to 16000 and its now under 2000 -800% and still saying it wasn't your fault :p

You put your reputation at it we now know what that is worth back to 100 satoshi

Pc888 real name Skywalker and Richard's name Bum

Funny how you disappear.

pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 07:29:50 AM
 #1707

Once POS is completed the next stage will begin.

pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 07:42:46 AM
 #1708

Once POS is completed the next stage will begin.

We will be keeping you up to date with developments as they are implemented.

Profit Hunters Club
Member
**
Offline Offline

Activity: 126
Merit: 11

Searching the internet for money...


View Profile WWW
February 15, 2017, 07:46:25 AM
 #1709

Once POS is completed the next stage will begin.

BATA coin truly represents a free market currency. Founded by someone helped by other honest adopters and truly revolutionaries within the industry.
We've been watching this coin for quite some time, reading back on its history, clearly shows those whom have contributed to its success truly believe in their vision.

Recently it was quite a ride, a massive and quick price increase caught most investors off guard. It was almost as though the free market got a wake up call. New concepts and ideas need to be discussed, developed, implemented, tested and later adopted by the masses. Those who truly understand crypto-currencies, realize there is huge growth potential and thus hidden profits waiting among new concepts and solutions. The race begins to create the platform that will be used by e-commerce for decades to come...


Profit Hunters Coin - www.ProfitHuntersCoin.com | Proof of Work | Proof of Stake | Masternodes | Dynamic Block Rewards | Firewall |
pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 07:49:45 AM
 #1710

Once POS is completed the next stage will begin.

BATA coin truly represents a free market currency. Founded by someone helped by other honest adopters and truly revolutionaries within the industry.
We've been watching this coin for quite some time, reading back on its history, clearly shows those whom have contributed to its success truly believe in their vision.

Recently it was quite a ride, a massive and quick price increase caught most investors off guard. It was almost as though the free market got a wake up call. New concepts and ideas need to be discussed, developed, implemented, tested and later adopted by the masses. Those who truly understand crypto-currencies realize there is huge growth potential and thus hidden profits waiting among new concepts and solutions. The race begins to create the platform that will be used by e-commerce for decades to come...



Thank you.

You are correct it is a race, but a measured race it will be. Therefore we need to do it properly and keep our cards close to our chest. Or up our sleeves..

pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 07:54:00 AM
 #1711

I would also like to add that BTA's overall growth percentage is sitting at 1774.75% according to Coincap.io - far better than many crypto's with large market caps.

Fallenzz
Full Member
***
Offline Offline

Activity: 420
Merit: 101


View Profile
February 15, 2017, 09:19:05 AM
 #1712

ok think what you like.


You hyped to buy Bata and Richard Hein on twitter hyped buybuy Bata after that price 16000 now sub 2000
Thats what you call scamming people out of there money. I imagine that you stole money from good people are you proud of that?

You absolutely take no response for scamming them out of there money. And you wonder why people don't embrace cryptocurrency :S

thoth-Atlantian
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


I AM


View Profile
February 15, 2017, 09:48:38 AM
 #1713

ok think what you like.


You hyped to buy Bata and Richard Hein on twitter hyped buybuy Bata after that price 16000 now sub 2000
Thats what you call scamming people out of there money. I imagine that you stole money from good people are you proud of that?

You absolutely take no response for scamming them out of there money. And you wonder why people don't embrace cryptocurrency :S



No scam took place, you just have sand in your vagina because your holding bags now.

www.dlsag.ch      1ex.trade
Fallenzz
Full Member
***
Offline Offline

Activity: 420
Merit: 101


View Profile
February 15, 2017, 09:58:38 AM
 #1714

ok think what you like.


You hyped to buy Bata and Richard Hein on twitter hyped buybuy Bata after that price 16000 now sub 2000
Thats what you call scamming people out of there money. I imagine that you stole money from good people are you proud of that?

You absolutely take no response for scamming them out of there money. And you wonder why people don't embrace cryptocurrency :S



No scam took place, you just have sand in your vagina because your holding bags now.

Lol another word for scam Wink it's sad that these people still exist
Romeo1979
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
February 15, 2017, 10:22:38 AM
 #1715

When the dev said "you will all see tomorrow" What did he mean? The dump ? ;-)

pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 11:12:29 AM
 #1716

When the dev said "you will all see tomorrow" What did he mean? The dump ? ;-)

I was referring to the vision for BTA.

If you have knowledge or proof that I have dumped, please share it for all.

Romeo1979
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
February 15, 2017, 12:43:07 PM
 #1717

When the dev said "you will all see tomorrow" What did he mean? The dump ? ;-)

I was referring to the vision for BTA.

If you have knowledge or proof that I have dumped, please share it for all.

I did not accuse you that you dumped anything... it was partly a joke... however it is truth that the dump happened almost right after you promised some breaking news ;-)

pc888 (OP)
Legendary
*
Offline Offline

Activity: 1624
Merit: 1000


https://bata.io


View Profile WWW
February 15, 2017, 12:46:38 PM
 #1718

When the dev said "you will all see tomorrow" What did he mean? The dump ? ;-)

I was referring to the vision for BTA.

If you have knowledge or proof that I have dumped, please share it for all.

I did not accuse you that you dumped anything... it was partly a joke... however it is truth that the dump happened almost right after you promised some breaking news ;-)

Maybe someone did not like the idea.

As I previously said, I do not and cannot control the price. BTA is spread across a number of exchanges.

gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
February 15, 2017, 04:11:05 PM
 #1719

We now know this dev is a scammer together with that Richard Hein guy.
Hyped it to 16000 and its now under 2000 -800% and still saying it wasn't your fault :p

You put your reputation at it we now know what that is worth back to 100 satoshi

Pc888 real name Skywalker and Richard's name Bum

^Richard Hein??? ohhh i thought it was Richard Branson!!! :-D

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
February 15, 2017, 04:19:16 PM
 #1720



^nice wallet and work on github **active development looks smooth!! :-D

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
Pages: « 1 ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!