Bitcoin Forum
May 11, 2024, 02:25:09 AM *
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 »
21  Alternate cryptocurrencies / Altcoin Discussion / Re: Alt coins worth buying on: June 14, 2018, 01:22:41 AM
eos
waves
lsk
duo
wish

all have a good future
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: June 14, 2018, 01:16:22 AM
I have started on fixing the difficulty adjustment. It amazes me that both bitcoin and litecoin and many other early coins have no defences against a very wide variance in hashpower over time. Once a block comes in at a very high difficulty, the only time it adjusts the difficulty down is when another block, which must be as high as the previous one according to the difficulty. Essentially it averages the last 10, but it can only bump the difficulty up by 2% each time a new block comes in so the attacker can just show up for 5-10 minutes a day, bomb the chain with blocks, and know that likely at least 3 hours before anyone else on the network might find a solution as high as the difficulty has got. I think this is known as the 'instamine' problem.

So, I have been busy searching through the code, following the execution path from starting, and located the place where difficulty is adjusted and where I can potentially add a timer triggered event that I set to exactly 5 minutes, and then it sets a new one for every minute afterwards, that recalculates and propagates a difficulty change.

The other measure I think is required is to massively accelerate the rate at which difficulty rises in response to blocks less than 1 minute apart. These adjustments really should go up fast, I think 4% at the second block in 10 seconds, and each subsequent block less than a minute apart the difficulty adjustment doubles, so next block under 1 minute pushes the difficulty up 8%, the 4th will trigger 16%, 5th at 32%. This should at least slow the second block to the root of the interval between (so if it was 4 seconds between the next will be likely at least 16, after that 256, and then by this time we are at close to a normal block period).

This adjusts to the massive jump in hashpower quickly, and then after that the previous timer triggered event will lower the difficulty by 2% every minute past 5 minutes time. It should lower to actual available hashpower within 20-30 minutes which will be long enough to at least double if not quadruple the cost of this attacker compared to their profit. They would need to keep mining at least for half an hour to get more than 3 or 4 blocks, and they don't even seem to hang around longer than about 5 minutes. This makes sense since this is the averaging period and after 20 blocks it has risen by 1.02^10 at least, 21% higher, but the longer the gap the more likely the chain is to adjust downwards.

Essentially the chain doesn't currently have a strategy to deal with a sharp decrease in block time and this means that the target is woefully incorrect most of the time. When being attacked, it isn't high enough, when the attack is over, it has no way to adjust back to normal hashpower.

In fact, another measure could be an option, to simply disallow any block arriving less than 1 minute since the previous. This should not be based on the block timestamp, but instead simply the accept block function can be set to reject anything sooner than 60 seconds since the last and just drop the block. This might be even simpler to implement than adding a timer triggered event. All the necessary variables are already in scope where I would add it. There is absolutely no benefit to blocks arriving closer than 30 seconds anyway, and one minute is a reasonable minimum.

The process by which servers in a distributed network decide what to accept and what to reject has a built in subjectivity. The transactions do not propagate instantly to all nodes at once, every node has a different memory pool, most of the time, to any other, at any given moment in time. By disallowing a subjective 1 minute time limit after a block that any block arriving before 60 seconds after the last was received, we are not trusting the timestamps on the blocks, which can be post-dated by some period (I think with bitcoin it's an hour either way), but rather just how the blocks propagate. If a block comes in close to this boundary, it may be that say 25% of the nodes reject the block if it arrived sooner for them than the previous arrived, the block will still succeed because most nodes didn't see it until after they saw the previous one.

Anyway, I need to set some agenda items here in the Lab, hopefully I will see the boss soon.

Great to see such detailed updates, keep up the good work  Grin
23  Alternate cryptocurrencies / Altcoin Discussion / Re: EOS - Asynchronous Smart Contract Platform - (Dan Larimer of Bitshares/Steem) on: June 14, 2018, 01:08:40 AM
Hopefully this voting situation will be cleared up soon Smiley

What exactly is the problem, too many holders not wanting to stake in case price shoots up after main net fully launches ?
24  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Billionaire Token - Games on the Blockchain! 🔥 Deflationary Algorithm on: June 05, 2018, 06:09:40 PM
F*ck it im out, Ive just dumped my XBL.

Its never going to work, Gluedogs attitude has been the downfall of this coin, just read back through the thread, ive defended it many times in the past but no more. And adding another million to the supply just to get dumped even lower is stupid.

I cant even be arsed to go into detail.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★★ GameCredits - The future of in-game monetization ★★★ on: May 30, 2018, 12:05:28 AM
https://github.com/gamecredits-project/GameCredits/releases/tag/0.15.2

New GameCredits 0.15.2 release is available
Please update your QT wallets

Formal announcement from the team will come in the next 24-48 hours.

Great news, everyone can stop panicking now Smiley
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CannabisCoin [CANN][X11][Official] Developments & Discussions on: May 25, 2018, 10:17:51 PM
Bittrex is probably just a little behind on wallet updates, I wouldn't worry too much guys Smiley
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: May 25, 2018, 02:04:51 PM

Thank you Marcetin, and good work, it really does look like DUO has a great future, I just cant wait Smiley
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: May 25, 2018, 12:21:20 PM
Hi Guys
I can't join https://parallelcoin.slack.com It says I need an invitation, can an admin please send me one ?
Thanks
Rick

29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: May 23, 2018, 10:18:19 PM
The new dev joined today the team... his name is l0k1.
He will be doing the update of DUO wallet and fix latest security issues (and more).
 
Join Parallelcoin on Slack to see latest developments and news:
https://parallelcoin.slack.com


Great news, the future is looking great for parallelcoin Smiley
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: May 17, 2018, 03:58:23 PM
How many coins can be mined?

A total of 1 million, with a current supply of 314,719 DUO in circulation.
31  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Billionaire Token - Games on the Blockchain! 🔥 Deflationary Algorithm on: May 12, 2018, 10:42:42 PM
Hi fellow XBL Lovers Smiley
i was just wondering if there were any updates ?
Thanks
Rick
32  Alternate cryptocurrencies / Altcoin Discussion / Re: Alt coins worth buying on: May 12, 2018, 10:38:14 PM
I know people dont believe me because im only a junior member, but DU0 Parallel Coin is going to explode this year, I will be coming back, to say I told you so Smiley
33  Economy / Service Announcements / Re: Cryptopia Cryptocurrency Platform Services and Development on: May 12, 2018, 10:33:59 PM
Hi again fellow traders Smiley
I keep seeing these posts of stuck withdrawals etc, I would just like to say again Cryptopia is a good reliable exchange, I have used them for a good few years now, after cryptsy did me over cryptopia became my site of choice for alt coin trades, I have never had an unsuccessful withdrawal so far, and my last withdraw was yesterday,
Thumbs up  Cryptopia, I love it Smiley

Oh, ive had a few alcoholic beverages tonight so if my spelling is dodgy you know why lol Smiley

If my post is readable surely that might deserve a merit or 2 hint hint lol , its took me about 10 times longer than normal to type this hehe
34  Economy / Investor-based games / Re: [ANN] MinerFarm - Virtual Mining Game for Real Bitcoin on: May 11, 2018, 02:17:42 PM
Is this project paying now? I read here the comments for the past year and did not understand. Thank you.

I would not invest any BTC into this obvious scam.
35  Bitcoin / Hardware wallets / Re: Warning for Ledger Nano S users / buyers on: May 11, 2018, 12:57:35 PM
I would always go for hardware wallet. I know most people might have seen it as not being the best, but the truth is , every bitcoin storing method has its own disadvantages and also their advantages. Paper wallet is good, but there is a tendency of easily getting destroyed. Hardware wallet is good also but the idea of been tampered by a third party gave it away negatively.  What I suggest you should do is to reset it upon arrival before you use it.

I only started this thread to warn others from making a mistake if it saves just 1 person from losing there funds then im happy Smiley

I think you advice is good, also ive seen ledger have updated the firmware again, and said to always check the address on the ledger screen, and all should be fine.

Even though I started this thread as a warning about this device, I still think that its a good piece of kit, just make sure you only buy from ledger, and update the firmware every time a new one is released, and always check the tx address on the ledger screen itself, and all should be safe.
36  Bitcoin / Bitcoin Discussion / Re: Best way to store Bitcoin safely ? on: May 11, 2018, 12:20:51 PM
Id like to thank you all for your suggestions, it seems like everyone has there own preferred choice of storage, which has got me a little confused researching everything lol

There are pros and cons to each and every method suggested, so until I decide, I am going to to just keep my funds spread around, "Don't keep all your eggs in one basket" as they say Smiley

Thanks again, I wasn't expecting so many replies to what I originally thought was a pretty newbie question Smiley
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: May 09, 2018, 06:29:17 PM
I know what Marcetin do all this time.

He sleep in office, literaly. He don't want do to lose time.


If thats true, that is just awesome, that takes dedication  Smiley

In my last talk with Marcetin a few days ago he did also tell me the same... He is coding all the time, pretty much 24*7, not getting much sleep, working on getting things finished. Hats off for all the work he is doing.

I already saw some of his work he has done, so I can tell it is true. Also soon I will be able to test finished things and report final errors to him, if there are any.

Thanks for that update Smiley
I can't wait to see whats next, im getting really excited about DUO now Smiley
38  Bitcoin / Hardware wallets / Re: Warning for Ledger Nano S users / buyers on: May 09, 2018, 04:54:03 PM
Ledger Nano S has long been known to have software vulnerabilities. I also touched on this topic. I wonder how the producer wants to sell a wallet that does not give much security ...

I had read many reviews rating this device as brilliant, and seen many claims thats its 100% secure, thats why I felt the need to start this thread as soon as I realised its not 100% safe.

I think the producer is claiming the latest firmware fixes things, but the hackers claim not, so who knows ? Not me Sad


39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: May 09, 2018, 01:21:41 PM
I know what Marcetin do all this time.

He sleep in office, literaly. He don't want do to lose time.


If thats true, that is just awesome, that takes dedication  Smiley
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ParallelCoin - DUO - SHA256 + Scrypt | Community Takeover on: May 08, 2018, 01:10:48 AM
DUO trading on https://trade.cryptobroker.io/markets/duobtc

Not seen this mentioned before Smiley
Pages: « 1 [2] 3 4 5 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!