What is the prefix byte for public key (public key version) for BTG addresses? G symbol???
Here
https://minepool.gold/workers I can see many addresses with many first symbol.
I want to add it to my brainwalletx and generate the address for mining in TESTNET.
Also, I see here:
https://minepool.gold/stats Block height:
1210769Is this really testnet blockchain or this is a main blockchain for bitcoin gold???
When will be available mining for really blockchain??
I see here is m symbol in addresses
http://btcg.miningspeed.com/Is there any paperwallet generator, like
http://walletgenerator.net/ P.S.:I see here in the blog:
https://bitcoingold.org/bitcoin-gold-daily-dev-update-28-10-2017/this...
H4x added address conversion functionality and more test cases for the BTG unique address format. (BTG address prefixes are “G” and “A”)
that means using prefix for address, but I don't know this value.
I did write simple JS code to test first symbols in base58Check for different first byte:
http://rgho.st/6MPcyJS46Just download it "CКAЧATЬ", then unzip it, and open index.html. See comments in the source code.
I see there is many prefixes for this symbols.
For example...
0x25 byte in address give (F and sometimes G!) maybe this?
0x26 byte in address give (G in any case).
Tested.0x16 byte in address give (9 and sometimes A). maybe this??
0x17 byte in address give (A in any case).
Tested. Symbol A maybe perhaps comes from the word Aurum.
But here:
https://btgexp.com/tx/f0315ffc38709d70ad5647e22048358dd3745f3ce3874223c80a7c92fab0c8baI can see n prefix in the address. Little n.
0x70 byte in address give (n in any case). Tested. Maybe this??
0x71 byte in address give (n too in any case). Tested. Maybe this???
0x72 byte in address give (n and o sometimes). Hm...
Also, I see someone using m prefix for addresses!
Dont have miner address yet? Mine to one of these addresses to test:
mxvc3oiidWytyQ2XoSrzT7GpPjUeC1guNt
mzqfEjuZ4GTVL4PyWuKkK4m1LCWfyZN2Fd
mxtvaEAWmM82mTB88rLTQ64poWzdGafV9T
myaw3kstinQ4P4xLTRdVWrEkquXS62VxVP
0x6e byte in address give (m always). Maybe this???
and also I find this prefix:
0x6f byte in address give (m and sometimes n!) MAYBE THIS???Devs! Remember this!! Correct first byte for public key must get a stable prefix!In SixEleven coin using byte 0x34 and sometimes in block explorer
http://be.611.to/ there is addresses beginning from M, not N.
For get N symbol in address need to using 0x35 byte. But coin is already launched.
Default prefix for private key in bitcoin is a byte
0x80.
It give "5" symbol for uncompressed private keys, and symbols K and L for uncompressed private keys.
So just leave it and don't change, because if you change it, private key cann't be converted to the BTG address.
For example, here:
https://brainwalletx.github.io/I can find the coins with G and A prefixes for compressed and compressed addresses.
This is ArchCoin (ARCH) and GameCredits (GMC).
But I cann't get address for BTG using it I will using it, because private key beginning from "6".
There is another symbol...
And if I will enter secret exponent (hex of private key WIF), I will got another priv and address...
Now I have the hex of my private key, and I want to convert it to the BTG address,
got it, and do mining some BTG in Testnet to this address,
for see transactions of withdraw this coins to my address in block explorer site.
Next step is transfer my TEST BTG (TTG) to the wallet of mining pool, and see this coins in block explorer.
In this case I need to using my private key (WIF or hex) to be sure that I have access to my address,
and it was been specified correctly. How to do it all??
I see pools is working, but I cann't using another addressed, because for default addressed was been created a workers.
In the case of changing addresses, I see error: stratum autentification failed...
Only this pool
http://minertopia.org/ working for different addresses and it can be specified after creation a worker.
P.P.S.:
Can anyone generate empty private key and address and post it here?