Bitcoin Forum
September 12, 2024, 08:37:13 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info on: June 20, 2018, 10:14:21 PM
There are plenty of people that would like to help in any way possible, psycho-pat. Do not hesitate to PM me. We could perhaps create some kind of work group.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info on: May 25, 2018, 08:13:33 PM
Cryptopia wallet now in maintenance "investigating network issues". Greater than 5 million coins available. Something is going on.
Where do you see more than 5 million coins?
On tab "Sell Orders" - 5462599.02210676 OFF
I see. Looking at the orderbook depth, there are only 1.7 million OFF for sale. Weird.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info on: May 25, 2018, 07:57:44 PM
Cryptopia wallet now in maintenance "investigating network issues". Greater than 5 million coins available. Something is going on.
Where do you see more than 5 million coins?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info on: May 24, 2018, 09:28:34 PM
Most likely it was 51% attack like recently in BottleCaps.
But I also found this in official code:
Code:
Old and good parameters:

static const int64_t nGenesisBlockRewardCoin = 10000 * COIN;
static const int64_t nBlockRewardStartCoin = 5 * COIN;
static const int64_t nBlockRewardMinimumCoin = .011 * COIN;

New version with wrong parameters:

static const int64_t nGenesisBlockRewardCoin = 1 * COIN;
static const int64_t nBlockRewardStartCoin = 2048 * COIN;
static const int64_t nBlockRewardMinimumCoin = 1 * COIN;

Can you elaborate, please?

I transferred some OFF to cryptopia succesfully, nothing is wrong. Just some misinformation on Cryptopia.
Are you absolutely certain there's no 51% attack? There has been a huge dump on Cryptopia which could be the cause of double spends, and the nodelist on the website isn't very comforting as every node is on a different height according to it.

5  Alternate cryptocurrencies / Mining (Altcoins) / Re: GPU & CPU BENCHMARKS FOR ZCASH MINING! (New domain: http://zcashbenchmarks.info) on: April 20, 2018, 07:07:55 PM
Is there a possibility to manually query the DB or get a complete JSON dump somehow? I am interested in making my own table for personal reference with some additional columns that most likely are uninteresting to most people (e.g. card price).
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!