Bitcoin Forum
June 25, 2024, 09:32:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 »
161  Alternate cryptocurrencies / Altcoin Discussion / Re: ETH so popular on: August 06, 2018, 02:59:55 PM
Eth has become popular, do you know the reasons?
I think people are too stress with BTC decreasing, then they sell BTC out to buy more ETh.  

Indeed Eth is popular because it has the potential and the community is increasing, the eth platform is used in every ico so there will be many who have eth from other altcoins, but the cost is also cheap and simple, easy to reach.
162  Alternate cryptocurrencies / Altcoin Discussion / Re: altcoin on: August 06, 2018, 02:52:47 PM
What do you think about the present state of the market, do you think the price will rise or the price will go down more and more.
what is your view about this

Looking at the market at the moment is quite alarming but still potentially green and improving. Slow movement but still good value and still good. Surely for the future it will increase so that the market is green.
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] - Coppercoin - [COPPER] - Hybrid Cryptocoin PoW + PoS on: August 01, 2018, 04:52:02 AM
Hello All,

Not that any of you know who I am or care, however I have dire news for anyone even remotely invested in this coin. 

Short story is they did a botch job with the code for this coin. I, like others, were expecting the reward to halve at some point. So I looked around to see when that might occur.
Result: It won't ever halve.  200 coins is hardcoded PoW reward forever, well not forever, PoS will pick up at block 1,000,000. but by then, Max supply will have been hit.

Do some simple math and realize that 1,000,000 * 200 = 200 mil  which is far in excess of the stated 84mil max coin cap.

Working backwards you find:
84,000,000 / 200 = 420,000
 
This means we run out of rewards (PoW&PoS) on block 420,000 with no intervention.
current block : ~289,000

Please correct me if i'm wrong. but in a few months we will be mining empty PoW blocks. And PoS will have a 0% a year return, since we will hit max supply long before the millionth block.

Github open source code: https://github.com/coppercoinet/Coppercoin

open /src/main.h

There you will see the max coin supply:
(line 50)  static const int64_t MAX_MONEY = 84000000 * COIN;

And in /src/main.cpp
(Line 1000 -> 1009)
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 200 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

    return nSubsidy + nFees;
}


Now, we could fix this. But I cannot edit this fork.


Solution (as proposed by me, so feel free to chime in)

Start havling the coin ASAP. so we don't max out half way through the initial PoW phase.
Do this by setting up a variable to track how often we halve, then add the logic into the function which sets mining rewards.

In Main.H
Add a static variable to keep track of our halving.
static const int REWARD_HALVE = 800000;   //80,000 POW reward halves every 80k blocks



In Main.CPP
(Replace the function defined above line 1000->1009 with this)
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 200 * COIN;
 
    int halvings = (nHeight - 220000) / REWARD_HALVE;   //(-220,000) to account for current block height. since this is a botch job)
 
    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return nFees;

 
    // Subsidy is cut in half every 80,000 blocks which will occur approximately every 1.8 months.
    nSubsidy >>= halvings;
       
    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
 
    return nSubsidy + nFees;
}


This will cause the mining reward to halve at the 300kth block. meaning instead of 200 copper you will start earning 100 copper per block.

Then it'll halve to 50 per block in another 80k blocks.

This means the remaining PoW phase will look like this:

POW reward      Block        Max coins that reward
200               300000           60000000
50                  80000             4000000
100                80000             8000000
25                  80000             2000000
12.5               80000             1000000
6.25               80000               500000
3.125             80000               250000
1.5625            80000               125000
0.78125          80000                 62500
0.390625        80000                 31250
                1,020,000         75,968,750 coins (well slightly less but oh well)


This will leave the PoS at 3% for close to 4 years.

POS
Year 1   78,247,812.50
Year 2   80,595,246.88
Year 3   83,013,104.28
Year 4   85,503,497.41 //Hit max somewhere before the end of year 4. From then on only transaction fees as reward for PoS mining.



So, there is your solution. But the devs are afk. So this coin will likely fall flat on it's face in a few months when those blocks start churning out 0's.

Hard to believe, can only monitor further developments. Mine copper, it's unique but can it last long?
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ATLANTICO NETWORK - new view to medical service on: August 01, 2018, 04:38:11 AM
📌The use of ATL tokens

ATL tokens were created to aid the ATLANTICO Network’s functionality. Its full functionality is only available to ATL token holders. In the future, ATL tokens are going to be traded on cryptocurrency exchanges.

Anyone who seeks to use the ATLANTICO Network has to purchase ATL tokens.

ATL tokens can be sold on exchanges only if a user seeks to seize their use of the platform.

All ATL tokens that were received as bonuses by patients, medical staff and organizations for the use of the platform are going to be saved on users’ personal accounts.

In any case, they are going to be purchased by the ATLANTICO Network once a year.


and if I'm interested in ATL tokens only as an investment. If I want to prioritize them for further resale on the exchange. I can do it?

ATL tokens is a utility token which will be used on their platform and as far as I know utility tokens are not designed as investments. once the ATL tokens are listed on exchanges then you are free to sell your tokens but remember that this platform will be the future of healthcare system.
yap that's right every related in health has a future and long-term project so why we sell the token if we going to use someday or in the future I want to be part of this, this is big help for me not even to me but for all of us.

A potential token, the user will have by purchasing it, Atlantico Network is a convenient health token and this is good for keeping and for our health expenses, so it will be more useful.
165  Alternate cryptocurrencies / Speculation (Altcoins) / Re: What is the best altcoin on: August 01, 2018, 04:18:42 AM
Currently, I see that ETH, EOS, and NEO have potential, the community is also starting to increase, and it will definitely be a favorite coin.
166  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Cryptomarket all in red! on: August 01, 2018, 04:06:26 AM
Well, BTC is going down, alt coins should go up now.

Hmm .. how is altcoin rising? you can do it, even if BTC goes down but for altcoin still red. But this is only temporary, there must be a slight increase, we are still waiting for a good day and a green market.
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] genEOS - Blockchain 4.0 for business on: July 30, 2018, 12:30:07 PM
GenEOS seems to have good features with high performance, it will work very quickly. The developer team will work hard to be able to convince potential investors and to get support. What steps do you take for the advancement of GenEOS?
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔥🚀[ANN] [ICO] Tachain - Entertainment and Transportation Synergy🔥🚀 on: July 30, 2018, 12:20:28 PM
At when will be available to the community in general this app announced on the site:
Tachain has already created an application for taxi service providers and users ? What is the functionality of this app?

Our MVP application will be released very soon, till the 31st of July. It will be taxi transport application. You could book a taxi through our partners.

Later, while project will developing You will able to pay for Your trips with our TCHN tokens and earning funds for using the application. In the future will be possible to use all types of transports.

great news, only a few days left. In which countries will we be able to use the app?
and it's great that we can pay for the cab ride with tokens later

That’s one thing I struggled to find, I have a feeling they are going to be testing it out it Manila in the Phillipines.

Did they mention anywhere how long they are going to test it in Manila and what results should be considered successful?

Initially it will start in Manila, not sure how long the pilot program will run for, but apparently they have already secured the services of 3000 taxis. That's a phenomenal amount and it's only the start!

A highly innovative team performance, in Manila the Tachain application will be realized, will be an interesting moment and a positive response will flow. The preparation of 3000 taxis will be a memorable bustle.
169  Alternate cryptocurrencies / Tokens (Altcoins) / Re: ❤️[AIRDROP][ANN]Aimedis - HEALTHCARE CHANGED FOREVER❗️10k PATIENTS IN HOSPITALS❗ on: July 26, 2018, 07:04:17 AM
Healthcare and blockchain are a great combo, you go guys

I’ve been saying this for a while the ability for blockchain to store data securely and distributed in a way that your data is your data seems to be such a good fit for something like medical data and I’m surprised it’s still not a bigger deal yet

Yes, blockchain will help in keeping data safe yet available to everyone (if user agrees to share) around the world and that can help in lot of research.

I am a strong believer that the blockchain would really solve major problems in the health sectors. especially when it comes to sharing data and and using it securely.

well i see the blockchain as a way of making data secured and available to all but AIMEDIS is doing more they are also going to use AI to make sense of the health data

Data security measures can be done with blockchain technology, with Medical assisting in the health field and this will later provide solutions in hospitals.
170  Alternate cryptocurrencies / Altcoin Discussion / Re: what exactly are we waiting for? on: July 26, 2018, 06:50:11 AM
Waiting for the market is better and has a valuable value. Waiting is not a mistake but it is something we have to do to make a profit. If you want to get more then we have to wait for the right time to sell and buy, do not be disappointed after the decision.
171  Alternate cryptocurrencies / Altcoin Discussion / Re: Decision in panic! on: July 26, 2018, 06:41:28 AM
Panic will bring imperfect results, then in a state of panic do not take one decision will be fatal consequences. In the case of trading decisions should be taken in a state of calm and pleasure, so the results will remain satisfactory or not disappointing.
172  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Blackbox Operating System - The Future Of Work on: July 25, 2018, 05:13:32 PM
I love to monitor your performance, look good and have a good idea, an extraordinary impression will definitely reach the target and walk according to the roadmap.
173  Alternate cryptocurrencies / Altcoin Discussion / Re: Rules are Rules on: July 25, 2018, 05:04:12 PM
Indeed, if we have been in the tiger enclosure then we must always follow the rules, so before entering better reading the rules, so do not be disappointed in the future. A rule is made for compliance, so do not be subject to fines or penalties.
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ICO][AMA] - ⚡️HEALTH FX⚡️ GOES LIVE July 25 at 1 pm UTC on: July 24, 2018, 12:26:28 PM

To all of those who are interested in knowing more about Health FX project  -  the CEO is hosting a live session on Facebook on July 25 at 1 pm UTC on their official Facebook page: https://www.facebook.com/healthfyx/


Send us your questions in advance by commenting here or on their official discussion Thread with #HealthFXAMA




It seems that it will be an interesting moment, this will be able to listen to the attention of the netizens. There must be many positive responses coming.
175  Alternate cryptocurrencies / Altcoin Discussion / Re: How to make money on the fall of the market. on: July 23, 2018, 08:18:49 AM
I recently entered the topic of crypto currency and now is not a very good time for earnings. Since bitcoin is falling. Please tell me how you can make money on the fall of the market.

In a short, I will recommend you please go for trading.
Obviously it will be Short term trading. If you know about trading, it will be helpful. Suppose, you bought a coin after 2-3 hours or 10-12 hours you can see the rise/fall of price. Then you should sell your your coin Though the price falling down. Then quickly buy more coin. Again try to sell. No loss here. If you loss eth/btc, you will increase coin.Follow this rules.

Within 2-3 hours, it means you have to monitor to get a coin, short-term trading is fun and will drain the brain but can save time, simply pull the tips you give, buy and sell quickly, hope to succeed well.
176  Local / Altcoins (Bahasa Indonesia) / Re: [ANN] [ICO] | Paygine | Platform Keuangan Untuk Bisnis Fintech & Crypto on: July 19, 2018, 07:07:34 AM
Tenang dulu gan durasi penjualan token nya masih terbilang lama nih sekitaran 29 hari lagi, beruntung aja softcapnya sudah bisa diraih jadi sekarang tinggal fokus hardcap nya bisa di raih juga. Dalam waktu 29 hari pasti akan ada penambahan pendapatan pada penjualan token Paygine. Wink
Softcap nya belum tercapai gan. Silakan diliat whitepaper nya, target softcap mereka itu 3 juta USD. Nah, yang 850k USD itu adalah target softcap untuk pre-ICO. Di whitepaper juga tertulis, syarat projek mereka bisa jalan kalau udah mencapai 3 juta USD atau lebih.

Softcap 3juta ya gan, itu softcap global ya  ... Pre ico memiliki softcap juga, dengan hasil yang diperoleh saat ini pastinya akan memberi semangat team dan partisipan untuk terus mempromosikan Paygine. Berharap kalau proses penjualan mampu untuk menarik banyak investor sehingga mampu mencapai target.
177  Local / Altcoins (Bahasa Indonesia) / Re: [ANN] flyCARE - Medis, kesehatan dan perawatan pribadi untuk semua orang on: July 19, 2018, 06:56:13 AM
Belum ada pengumuman resmi untuk bountynya, memang sedikit aneh nih sudah dikalkulasikan baru ada pemberitahuan ico di perpanjang.
Sepertinya bounty akan di perpanjang bukan dibuat periode ke2, karena kalau buat yang kedua berarti keluar modal lagi developernya.
Manurut ane sih enggak akan ada perpanjangan untuk bounti nya,,karena kalau kita lihat di spreadsheetnya itu peserta sudah memperolah tokennya masing-masing. Meskipun durasi iconya masih lama kelarnya.
Cuma mungkin yang akan jadi penantian adalah distribusi tokennya,karena kan biasanya nunggu ICO nya kelar.
Kalo yang saya liat dari projek-projek tetangga, kalo ICO nya kelar nya masih lama, berbulan-bulan, biasanya akan ada round ke 2 untuk bounty. Tapi kalo misal cuma tinggal 1-2 bulan udah kelar, beberapa memang ga ditambahi bounty fase selanjutnya. Lah ini selesai desember, saya rasa cukup logis juga misalkan ada bounty tahap 2. Tapi mending kita tunggu info resminya saja.

Kalau bounty tahap 2 ada berarti ada kesempatan untuk dapat bergabung dalam mempromosikan flycare nanti. Tapi menanti info resmi dari dev nya dulu gan. Waktu pendistribusian juga lama nanti gan. Banyak bersabar saja.
178  Local / Altcoins (Bahasa Indonesia) / Re: [ANN] [BOUNTY] [ICO] : -MYCRYPTOBANK : CRYPTOBANK UNTUK KOMUNITAS CRYPTO on: July 19, 2018, 06:48:19 AM
Hardcapnya cukup tinggi $100.000.000 USD tapi maklum juga karena ini proyek perbankan, apalagi nanti ada fitur pinjamannya. Dan yang cukup menarik perhatian saya adalah nantinya mycriptobank akan terkoneksi dengan forex trading, ini akan sangat menarik, karena forek trading sudah memiliki banyak penggemar dan mereka mungkin nanti bisa deposit melalui mycryptobank
dalam keadaan market seperti sekarang ini memanglah sedikit sulit untuk dapat meyakinkan investor agar mereka gabung dalam sebuah proyek dan semoga tim proyek ini memiliki strategi yang jitu agar target dapat tercapai nantinya.

untuk team project yang satu ini mereka hanya butuh permak yang bagus untuk meyakinkan investor gan, karena konsepnya sudah sangat menarik apalagi platform mereka memakai eos gan.

Team sangat aktif dan serius dalam mengelola Mycryptobank, nanati akan mampu menyedot banyak investor. Setiap event yang dilakukan, banyak pengunjung yang hadir, hal ini termasuk event yang selalu mendapat respon positif.
179  Alternate cryptocurrencies / Tokens (Altcoins) / Re: ARROUND: breakthrough advertising and communication platform in AR on: July 18, 2018, 03:00:35 PM
AR is quite interesting with its offer, an app that will be able to become a popular tool with many people with good benefits.
180  Alternate cryptocurrencies / Tokens (Altcoins) / Re: 🔥🌟🔥【ANN】【ICO】【PRE-SALE】 🚀 QURREX 🚀| THE FIRST HYBRID CRYPTO EXCHANGE🔥🌟🔥 on: July 18, 2018, 02:47:10 PM
I will give my opinion about Qurrex ICO is dedicated to creating a platform that will help in boosting the trading of virtual currencies. This is the best platform for those who jump into crypto trade or plan to join
This is one of better project than all other.  Qurrex is digital currency trade token for the clients of Centralized and decentralized portions of the stage.

How you can say than this is better project if they still don't have working exchange? They going to launch exchange only in next year.  Huh

The Exchange will be ready by February 2019

Sufficient time to saturate, but this policy team so participants can only wait until February next year. Long-term investment and must be patient to monitor its progress.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!