Search content
Sort by

Showing 11 of 11 results by MarkLenner
Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner 0.4 - Mining Minexcoin (MNX) and Equihash 144.5 coins (BTG,XSG...
by
MarkLenner
on 24/07/2018, 01:33:21 UTC
Hi!
Any plans to add Heptacoin too or to pass the personalization string as parameter?

Thanks
Post
Topic
Board Mining (Altcoins)
Re: lolMiner-144 0.38 Preview, Equihash 144.5 for AMD & Nvidia, Linux & Windows
by
MarkLenner
on 17/07/2018, 00:26:28 UTC
How to mine Heptacoin with lolminer? They use Equihash 144_5 with HeptaPoW as personalization
Post
Topic
Board Bitcoin Technical Support
Re: Transaction in watch-only on my wallet - Help needed
by
MarkLenner
on 30/03/2018, 15:35:18 UTC
my available balance is correct, The only problem is that watch-only balance. There is a way to delete it from my wallet?
Post
Topic
Board Bitcoin Technical Support
Re: Transaction in watch-only on my wallet - Help needed
by
MarkLenner
on 30/03/2018, 15:06:08 UTC
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.
Post
Topic
Board Bitcoin Technical Support
Transaction in watch-only on my wallet - Help needed
by
MarkLenner
on 30/03/2018, 14:55:35 UTC
Hi folks,

I'm receiving strange transactions on my wallet.

https://i.imgur.com/tbAzFE5.png

Can some one help me, plase?

Thanks
Post
Topic
Board Development & Technical Discussion
Re: Changing Max Supply after released
by
MarkLenner
on 30/03/2018, 12:53:23 UTC
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)
Post
Topic
Board Development & Technical Discussion
Re: Changing Max Supply after released
by
MarkLenner
on 29/03/2018, 13:55:12 UTC
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.
Post
Topic
Board Development & Technical Discussion
Re: Changing Max Supply after released
by
MarkLenner
on 29/03/2018, 13:37:09 UTC
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
Post
Topic
Board Development & Technical Discussion
Changing Max Supply after released
by
MarkLenner
on 29/03/2018, 13:18:25 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BTCZ] BitcoinZ - zkSNARKs 21b max POW-Equihash No-Premine No-Dev Tax
by
MarkLenner
on 26/03/2018, 16:52:57 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LTZ] LitecoinZ - The true Litecoin 2.0
by
MarkLenner
on 26/03/2018, 16:42:36 UTC
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?