Bitcoin Forum
May 05, 2024, 05:09:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] lolMiner 0.4 - Mining Minexcoin (MNX) and Equihash 144.5 coins (BTG,XSG... on: July 24, 2018, 01:33:21 AM
Hi!
Any plans to add Heptacoin too or to pass the personalization string as parameter?

Thanks
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows on: July 17, 2018, 12:26:28 AM
How to mine Heptacoin with lolminer? They use Equihash 144_5 with HeptaPoW as personalization
3  Bitcoin / Bitcoin Technical Support / Re: Transaction in watch-only on my wallet - Help needed on: March 30, 2018, 03:35:18 PM
my available balance is correct, The only problem is that watch-only balance. There is a way to delete it from my wallet?
4  Bitcoin / Bitcoin Technical Support / Re: Transaction in watch-only on my wallet - Help needed on: March 30, 2018, 03:06:08 PM
I know what watch-only address are, but I don't understand why I see these transactions.
I never imported address. The only thing I've done yesterday was to try use BarterDex.
5  Bitcoin / Bitcoin Technical Support / Transaction in watch-only on my wallet - Help needed on: March 30, 2018, 02:55:35 PM
Hi folks,

I'm receiving strange transactions on my wallet.



Can some one help me, plase?

Thanks
6  Bitcoin / Development & Technical Discussion / Re: Changing Max Supply after released on: March 30, 2018, 12:53:23 PM
So how to calculate the Max Supply? For example I see BTC has 21,000,000. How be sure mine will be 65,000,000? I use 50 coins per block with halving every 4 years like bitcoin does

It is calculated with maths.

For example, if you have a block subsidy of 10 coins, and you reduce it by 1 coin every block, then you will have a total supply of:
10 + 9 + 8 + 7 + 6 + 5 + 4 + 3 + 2 + 1 = 44 coins.

How frequent are your blocks?
What is your starting subsidy?
When do you reduce the subsidy?
How much do you reduce it by?

And the most important question...
Why are you creating a coin if you don't know what you are doing?  That sounds like a really good way to create something that is full of vulnerabilities and likely to be a complete disaster.





Thanks a lot

Don't worry, the project is not really a "coin" for trading. It's an internal project on my company based on bitcoin blockchain released to our internal users. (I can not tell more sorry)
7  Bitcoin / Development & Technical Discussion / Re: Changing Max Supply after released on: March 29, 2018, 01:55:12 PM
Thank you very much!!!

This I don't have problem with this beacuse:

src/chainparams.cpp:        consensus.nSubsidyHalvingInterval = 650000;

I just need to change MAX_MONEY to prevent overflow conditions.
8  Bitcoin / Development & Technical Discussion / Re: Changing Max Supply after released on: March 29, 2018, 01:37:09 PM
Hi Folks,

one technical question: is it possible to change the Max Supply of a coin after the it was released and people started to mine it?

I ask you this because for a typo I inserted a zero too much in the definition of the constant MAX_MONEY

I wrote:

src/amount.h:static const CAmount MAX_MONEY = 650000000 * COIN;

instead of:

src/amount.h:static const CAmount MAX_MONEY = 65000000 * COIN;

Thanks your kind help

MAX_MONEY does not have any effect on the Maximum Supply of the coin.

The Maximum Supply is determined by the number of coins that are created with each block.

MAX_MONEY is just used for comparison to prevent overflow conditions in the code.

ok thanks. So how to calculate the Max Supply? For example I see BTC has 21,000,000. How be sure mine will be 65,000,000? I use 50 coins per block with halving every 4 years like bitcoin does
9  Bitcoin / Development & Technical Discussion / Changing Max Supply after released on: March 29, 2018, 01:18:25 PM
Hi Folks,

one technical question: is it possible to change the Max Supply of a coin after the it was released and people started to mine it?

I ask you this because for a typo I inserted a zero too much in the definition of the constant MAX_MONEY

I wrote:

src/amount.h:static const CAmount MAX_MONEY = 650000000 * COIN;

instead of:

src/amount.h:static const CAmount MAX_MONEY = 65000000 * COIN;

Thanks your kind help
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - zkSNARKs 21b max POW-Equihash No-Premine No-Dev Tax on: March 26, 2018, 04:52:57 PM
In past I loved this coin, but now I think it's only a bad search&replace of the Zcash project with nothing more value added.

Looking on all announces I found LitecoinZ (https://bitcointalk.org/index.php?topic=2767102) that's is a very nice project. It's a fork from Zcash too, but looking at their source I found a great work from devs: blockchain obfuscation that avoid my antivirus always to delete my wallet and also a Native GUI and not just a Java gui that is also marked as deprecated from the author.

Personally, due the vertiginous price fall of btcz, I will change all of them in ltz, although not yet listed on exchange, for sure when it will be worth much more
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LTZ] LitecoinZ - The true Litecoin 2.0 on: March 26, 2018, 04:42:36 PM
WOW very great project!!! I love it and I love the native GUI!!! It seams that this is the first coin with zkSNARK and a native gui. Isn't it?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!