Author

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

hero member
Activity: 683
Merit: 513
http://bitcoin-engrave.com/ & https://bitcore.cc
BitCore Team Statement : CAmount MAX_MONEY

The file 'bitcore\src\amount.h' and the variable 'CAmount MAX_MONEY' got nothing, really nothing to do with the maximum distribution of the amount of coins.
This variable is a security check which outputs the maximum amount of movable coins per txid and is not the maximum amount of coins in total.
 
Everyone who would like to be able to rate a file or variable should inform themselves before any statement :
 
https://bitcoin.stackexchange.com/questions/36612/why-doesnt-changing-max-money-change-the-maximum-number-of-coins

Quote
The block subsidy (aka reward) is computed in the  GetBlockSubsidy function in main.cpp.
 
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;
    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return 0;
 
    CAmount nSubsidy = 50 * COIN;
    // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
    nSubsidy >>= halvings;
    return nSubsidy;
}
Here you can see the initial block reward of 50 coins is hard coded. The halving interval consensusParams.nSubsidyHalvingInterval is set in chainparams.cpp
in the constructors for CMainParams, CTestNetParams and CRegTestParams respectively (the respective default values are 210000, 210000, 150)."

The file main.cpp was split into various files during the update history of Bitcoin, including the file 'validation.cpp'.

The way of calculation of the maximum Coin amount as well as the Blockhalvings are contained in this file:
https://github.com/LIMXTEC/BitCore/blob/master/src/validation.cpp#L1167
 


Your Bitcore Team - Chris, Steve and Jon
hero member
Activity: 773
Merit: 508
Bitcore (BTX) - The Future is Now
so if the snapshot is done, is it ok for us to move our bitcoin out of the address it was snapshotted in now? i got places for it to be.

Yes
hero member
Activity: 773
Merit: 508
Bitcore (BTX) - The Future is Now
Short news about the snapshot from today and its meaning:



Today, the bitcoin snapshot took place at block 492820!



What will happen now?


Please wait to claim your bitcore from the snapshot. We begin saturday with the chainwriting starting from the top Bitcoin addresses on till 0.01 btc addresses!

Now is the time we stress test our code and show the public what Bitcore - BTX is capable of, and what blockchain can do for all!

You will find tons of transactions soon on the explorer. Be fascinated like us and observe realtime, how our code is working... HOOOOT

So, we are on the long term run. The next two weeks can wait and wont affect your belief in Bitcore...



Your
Bitcore Team
That's all fine, but can you do a video on the process of importing of the private keys to claim??

1: Run Bitcore-QT

2: Select Help (to the right of Settings)

3: Select Debug Window

4: Select Console

5: If you encrypted your wallet, unlock it by entering walletpassphrase "YourLongPassphrase" 600 next to the > input box

6: Next to the > input box type importprivkey (Note that the private key must not have spaces, remove them if they are included in your backup)
Example: importprivkey 5KJvsngHeMpm884wtkJNzQGaCErckhHJBGFsvd3VyK5qMZXj3hS


I think it will be this easy, if i am wrong please let me know.
legendary
Activity: 1288
Merit: 1087
so if the snapshot is done, is it ok for us to move our bitcoin out of the address it was snapshotted in now? i got places for it to be.
legendary
Activity: 1106
Merit: 1014
For 6 months I have done a lot of transactions BTX. All transactions take place in about 5 seconds. The only delays that were it is delays in the work of Cryptopia.
I also didn't have this sort of problem with btx transactions before, it only started happening these few last days. metamorphin suggested deleting the bitcore folder and re-downloading the blockchain so I'm giving it a try.
full member
Activity: 378
Merit: 103
How much is the claim rate ? I mean how many BTX can I receive for each BTC I owned?
newbie
Activity: 20
Merit: 0
Short news about the snapshot from today and its meaning:



Today, the bitcoin snapshot took place at block 492820!



What will happen now?


Please wait to claim your bitcore from the snapshot. We begin saturday with the chainwriting starting from the top Bitcoin addresses on till 0.01 btc addresses!

Now is the time we stress test our code and show the public what Bitcore - BTX is capable of, and what blockchain can do for all!

You will find tons of transactions soon on the explorer. Be fascinated like us and observe realtime, how our code is working... HOOOOT

So, we are on the long term run. The next two weeks can wait and wont affect your belief in Bitcore...



Your
Bitcore Team
That's all fine, but can you do a video on the process of importing of the private keys to claim??
sr. member
Activity: 840
Merit: 276
In the last couple of days ~ half of my btx transactions from the local wallet get stuck for a few hours before getting any confirmations. I'm sending them with the standard "recommended" tx fee of 0.001 BTX/kB, but still have to wait for up to several hours before the 1st confirmation. Whatever it is you're stress-testing, it seems to be failing at least in this regard.
For 6 months I have done a lot of transactions BTX. All transactions take place in about 5 seconds. The only delays that were it is delays in the work of Cryptopia.
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
In the last couple of days ~ half of my btx transactions from the local wallet get stuck for a few hours before getting any confirmations. I'm sending them with the standard "recommended" tx fee of 0.001 BTX/kB, but still have to wait for up to several hours before the 1st confirmation. Whatever it is you're stress-testing, it seems to be failing at least in this regard.

Your address? PM us please
full member
Activity: 478
Merit: 113
The more time goes by, the more I love this coin!

And the devs are really ever so nice and friendly each time I need support in the Facebook group!

Well done, guys.... keep the great job up!
legendary
Activity: 1106
Merit: 1014
In the last couple of days ~ half of my btx transactions from the local wallet get stuck for a few hours before getting any confirmations. I'm sending them with the standard "recommended" tx fee of 0.001 BTX/kB, but still have to wait for up to several hours before the 1st confirmation. Whatever it is you're stress-testing, it seems to be failing at least in this regard.
newbie
Activity: 31
Merit: 0
I love the bitcore distribution system
excellent work
newbie
Activity: 61
Merit: 0
Nice concept,but getting a sign message is like walking from london to Edinburgh
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
Short news about the snapshot from today and its meaning:



Today, the bitcoin snapshot took place at block 492820!



What will happen now?


Please wait to claim your bitcore from the snapshot. We begin saturday with the chainwriting starting from the top Bitcoin addresses on till 0.01 btc addresses!

Now is the time we stress test our code and show the public what Bitcore - BTX is capable of, and what blockchain can do for all!

You will find tons of transactions soon on the explorer. Be fascinated like us and observe realtime, how our code is working... HOOOOT

So, we are on the long term run. The next two weeks can wait and wont affect your belief in Bitcore...



Your
Bitcore Team
newbie
Activity: 17
Merit: 0
Hey i check my address and i get this message Error : Sorry, No Balance on Snapshot - Block 463604 ! Please try again...WTF??
legendary
Activity: 1404
Merit: 1001
Remember: This is an enourmous record-breaking stress-test for our network: approx 5 million transactions will be made for the new snapshot.

There is not going to be 5 million transactions for the new snapshot. It's incredible that nobody here apparently can read.
So, what's your estimate?
All BTC addresses with 0.01 BTC or more will be funded with the equivalent of 50% BTX. That's a lot of addresses....

It also works as a stress test for our network, so this is intentional.

I'm curious to find out the transaction fees in BTX, perhaps that is also another advantage over BTC fees (Great for marketing).
legendary
Activity: 2114
Merit: 1403
Disobey.
Remember: This is an enourmous record-breaking stress-test for our network: approx 5 million transactions will be made for the new snapshot.

There is not going to be 5 million transactions for the new snapshot. It's incredible that nobody here apparently can read.
So, what's your estimate?
All BTC addresses with 0.01 BTC or more will be funded with the equivalent of 50% BTX. That's a lot of addresses....

It also works as a stress test for our network, so this is intentional.
member
Activity: 75
Merit: 10
And how to get BTX for BTC owners now?
hero member
Activity: 589
Merit: 507
I don't buy nor sell anything here and never will.
Remember: This is an enourmous record-breaking stress-test for our network: approx 5 million transactions will be made for the new snapshot.

There is not going to be 5 million transactions for the new snapshot. It's incredible that nobody here apparently can read.
member
Activity: 168
Merit: 11
Bitcore (BTX) - Airdrops every Monday
And here we go. Block 492820 reached. Grin

Let the world know, what blockchain really means Wink
Jump to: