Bitcoin Forum
May 26, 2024, 01:58:54 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] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 »
161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: October 29, 2014, 12:52:11 PM
Has the claim by Yitang Zhang that the gap between two primes would never exceed 70,000,000 being refuted already?

Yitang Zhang's famous work is about the existence of infinite pairs of primes separated by at most 70000000. It never says that "the gap between two primes would never exceed 70,000,000" because for numbers large enough that gap is expected to exceed any bound. Moreover, Yitang Zhang's work is not a claim: it's a proof, so don't expect it to be refuted any time soon.

Yitang Zhang's work was improved from 70000000 to 600. This means that there exists a number k, such that k<600, and such that there are infinite pairs of numbers p and p+k where both p and p+k are prime. This is the closest we are to proving the twin prime conjecture, which would be similar but for k=2.

In the meantime, Riecoin hasn't run out of primes, so it's looking good Smiley
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: October 28, 2014, 01:39:06 PM
Any thoughts on GAPCOIN launched couple of days ago, on 24. Oct ? How is it better at finding primes than ric or xpm ?

https://bitcointalk.org/index.php?topic=822498.0
White paper : https://cryptocointalk.com/topic/19624-gapcoin-gap-information/

It is a GPU only coin. It has AMD R9 and Nvidia Maxwell written all over it. Riecoin requires specialized GPU programming skills to deal with prime numbers > 1024-bit. It is for this reason that there are no GPU miners released to the public for Riecoin mining.

I read your comment in the GAP thread and I was adding the "edit2" part to my post here while you posted here too Smiley
we agree GAP would be easier to mine with a GPU
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: October 28, 2014, 01:02:35 PM
Any thoughts on GAPCOIN launched couple of days ago, on 24. Oct ? How is it better at finding primes than ric or xpm ?

https://bitcointalk.org/index.php?topic=822498.0
White paper : https://cryptocointalk.com/topic/19624-gapcoin-gap-information/

The concept is interesting... it's not better at finding primes than RIC or XPM because it doesn't look for primes, it looks for prime gaps which are relatively large ranges of numbers without any prime number inside. Kind of complementary to what we do. Their primes are at the start and at the end of the gaps.

This part of their "paper" is not accurate:

Quote
In Riecoin, it is even worse. Riecoin searches for prime tuples of length 6. Pools do accept tuples with less primes, but a 6-tuple only can occur in certain places. (Look at this post for a detailed explanation.)  4-tuples, by comparison, are more frequent. There are places, where a 4-tuple can occur, but no 6-tuple, which Riecoin truly needs. So pools have to check every submitted share whether the miner really searches for 6-tuples or not.  Those facts are what make it so hard to create a Prime- or Riecoin pool.

This was true for the first version of pools and miners, but we've been using the "first + any 3" rule for pool shares for a long time now. This doesn't have this problem as looking for 4-tuples in places were 4-tuples can occur but 6-tuples cannot (to use their language) is actually slower than actually looking for 6-tuples (because we not look for strict 4-tuplets but ask for "first + any 3" of the numbers to be prime, if you strictly look for 4-tuples you lose a lot of combinations).


Also, they don't provide an analysis of the complexity of mining vs the complexity of verification.
The complexity of the verification of a proof of work in RIC is O(log(p)^3) while that of GAP looks like O(log(p)^5), meaning their verification is slower. This may be a problem when the size of the primes grows (in GAP it may need to grow as difficulty increases at a much faster rate than in RIC since the largest gap is expected to be O(log(p)^2) ).

edit: verification seems O(log(p)^5) instead of O(log(p)^4) as I originally wrote. They will eventually have problems with verification performance. This will affect pools too. Too bad... hope I'm wrong, I liked the concept.

edit2: as I read user Supercomputing wrote, GAP looks more gpu-friendly than XPM or RIC. Just pointing out this fact, this may be good or not, idk.

cheers!
Gatra
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Blocknet] The internet of blockchains / XBridge / true cross-chain P2P on: October 23, 2014, 06:38:26 PM
I read much marketing meaningless babble (like "the internet of blockchains"), but not much subtance or technical details...

could you please explain for one use case, from the beginning to the end, how would this work?
e.g. let's say I want to send money using SMS, a feature from XST, while I hold some other thing, let's say APEX. Coins would be automagically exchanged? how? what currency does the service provider receive? can the receiver of the SMS receive other currency than XST? how?

the xbridge api would have a method for each possible service? so it would have to be updated every time a new service is added... otherwise... how would it work?

Is the coding of the exchange and the xbridge api finished? When would this be deployed? right after the ITO?

thanks!

Hey hey

Have you checked out the FAQ below the OP?

The XBridge is a protocol. There's only one XBridge.

The API supports a general-purpose application platform. Ultimately there aren't that many fundamental actions to code for. Their composites would specify a very wide range of potential applications. That said, no doubt the API will go through revisions from time to time, and more or less indefinitely, as technology advances.

Part of the XBridge code is done. But only part. The exchange is not done (though in reality I suspect there'll be multiple decentralised exchanges all competing to offer their services).


As for your SMS example, it would depend to a large extent on however XST code it, but here's a sketch:
Let's say you owe APEX.
And you want to SMS some APEX over to someone.
Your node would pay an XST node for the service, using APEX.
The APEX would be automatically exchanged for XST.
The XST node receive the XST and keep it as profit.
The XST node would pay the Blocknet microfee.
The XST node would take phone number you're sending the amount to.
It would send the amount in XST (because the SMS system is built on the XST blockchain).
The recipient node would receive the XST.
The recipient node would then convert the XST to APEX using the decentralised exchange.
The resulting APEX would then be sent to the recipient's APEX node.

If you're wondering how decentralised exchange works, this speculative post could turn into an interesting discussion.

hi! thanks for your reply.
I did read the FAQ, and I did understand xbridge is the protocol. The question is if there should be one message of that protocol for each possible special service.

The concept is interesting, however I wonder how could I be sure that the node providing the service will not steal my money by not providing the service at all. Can the blocknet chain give me security about that? If so, how could it be possible without tracking every service on every chain? if it has to track everything then it's not like the internet of blockchains, it's more like a giant monster that reimplements all other blockchains.
if it can't provide trustless security then I'd rather exchange my apex to xst and then do the xst transfer without going through the blocknet and paying the blocknet fee. I mean an app could do that, there would be no need for a blocknet chain.

165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Blocknet] The internet of blockchains / XBridge / true cross-chain P2P on: October 23, 2014, 04:45:47 PM
I read much marketing meaningless babble (like "the internet of blockchains"), but not much subtance or technical details...

could you please explain for one use case, from the beginning to the end, how would this work?
e.g. let's say I want to send money using SMS, a feature from XST, while I hold some other thing, let's say APEX. Coins would be automagically exchanged? how? what currency does the service provider receive? can the receiver of the SMS receive other currency than XST? how?

the xbridge api would have a method for each possible service? so it would have to be updated every time a new service is added... otherwise... how would it work?

Is the coding of the exchange and the xbridge api finished? When would this be deployed? right after the ITO?

thanks!
166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |CPU Launched| GPU Launch Date Set on: October 21, 2014, 02:32:05 AM
So, if a coin developer really wants a "CPU only" coin, what should he do? He should use an algorithm, that is proofed to be inefficent to parallize.

...

As far as I know, searching for primeclusters is only efficent with wheel factorization + sieve of erastosthenes. But the quality of this is bound to the use of much memory. From this point, choosing this proof-of-work isn't a bad idea and GPU-miners will never become nearly such efficient like on sha256 (or similar).

BUT.... this is not inefficient to parallize and doesn't require much RAM per thread: all threads could work on the same sieve...
The sieve of Eratosthenes is highly parallelizable: just use one different prime per thread. After that, testing the remaining candidates is also a highly parallelizable task.

After all, the PoW has to be a parallelizable thing by nature, since all miners try to solve a block in parallel. So it's hard to make an algo that's more efficiently mined by a CPU than a GPU.
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: October 15, 2014, 01:14:59 PM

found the paper I was thinking of ...... Patrick Billingsley, "Prime Numbers and Brownian Motion" (link to pdf) http://maths-people.anu.edu.au/~brent/pd/rpb024.pdf

more modern piece also pdf .... There is entanglement in the primes  http://arxiv.org/pdf/1403.4765.pdf

thanks! I did study a bit of quantum computing but the paper on entanglement in the primes is too much for me... I'll ask for help from a Physicist, and then a Physician (for the headache Smiley)
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: October 15, 2014, 01:03:06 PM
Hi,

Anyone having issues with the block chain?  My desktop client (0.9.2) has been stuck on block 139845 (~3 days old) for a few days (this isn't being slow, just being stuck).

My mining wallet (0.9.2 on linux) is nice and current (but its been up to date for months).

I ask as I don't really don't want to download it all over again to potentially hit the same "bad block".

Regards,

--
bsunau7

Hi! I found that the qt client sometimes get stuck (in RICs defense, bitcoin's wallet does the same once in a while), but after closing and restarting it then it continues. If it's totally stuck you can run with -debug and send me the log file (you may want to look at it and remove any sensitive info).

btw, let's test the superblocks: how many blocks do you see on testnet?
169  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Ever heard of Prime Coin ? on: October 10, 2014, 07:14:08 PM
My question is why is network security considered a waste of hash power? This is like saying oxygen is wasted because we primarily use it for breathing.

Because power can be used for something else while still having network security.


Well this can be said about anything, security guards at a bank could have a desk and process loan applications...
Is it necessary and does it detract from the primary function? Market says its not important at the moment.

I hear this all the time, what a waste POW is. Its not a waste when compared to physical security requirements. For the price of one rent-a-cops salary I could run 30 miners.

Security guards processing loan applications would suck at both jobs.
sha256 PoW is a waste when compared to what other types of PoW could achieve while still having great security.
170  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Ever heard of Prime Coin ? on: October 10, 2014, 06:56:28 PM
My question is why is network security considered a waste of hash power? This is like saying oxygen is wasted because we primarily use it for breathing.

Because power can be used for something else while still having network security.
171  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Ever heard of Prime Coin ? on: October 10, 2014, 05:59:08 PM
I think the reason for it's decline was the lack of open source pool software for a long time.

Riecoin not only has open source pool software, but it also solves XPM's problem that pooled mining is not as efficient as solo mining.
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: October 07, 2014, 08:18:39 PM
Urp - I've fallen behind on time to be able to do the code integration for stratum.  I apologize.  If someone wants to fork the miner and do it, you've got my blessing...  I still hope to do it if nobody else can, but I've got a bunch of day job things between.

don't worry, I read some people had problems compiling my fork so I'll review that and try to generate all the binaries.

Anything new this week Gatra?

This is the final implementation that I have for the superblocks:
Difficulty adjustments were performed every 288 blocks which should take 12 hs, so once every 14 adjustments (ie once a week) we will have a special interval. In these special intervals the difficulty will be adjusted a little bit down for all blocks except one which will be the superblock. The expected behavior is that 287 blocks will be shorter (136 seconds instead of 150), lending 14 seconds each to the superblock which will in total accumulate almost 70 minutes. This is the most elegant solution I could find since every interval will still have 288 blocks and be targeted to last 12hs.
So, if in a few days you get blocks with a reward of 45,33333333 instead of 50, then it is expected behavior. Don't complain: your block had less reward because it was easier to find, it's still fair. And if you get a block with 1389,33333333 RIC, then congratulations: you solved the superblock.

This is implemented, under testing, and working fine so far. Now what remains is to decide the block number for the hard fork (around 135000?), generating all the binaries and issuing alerts for everyone to upgrade.

Regards!
Gatra
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |CPU Launched| GPU Launch Date Set on: September 30, 2014, 10:28:51 PM


C]
Total Number of 4-Chains Found = 214: When difficulty is 5.x 4 CH won't be accepted. The only logical reason I can see that chains are getting accepted above 5.x is somebody expanded supercomputing's code for 5.x and kept it private, or that the 4 ch that are found by his miner at random times are 5x too, which would account for so many rejects.


Correction, the wheel factorization procedure implemented in the code can efficiently sieve for prime twins, triplets, quadruplets, quintuplets, and sextuplets without any modifications to the code. But only prime constellations which meet the minimum difficulty requirements are submitted. The sieve is only for admissible k-tuples.

Please see:
http://math.mit.edu/~primegaps/

http://ocw.mit.edu/courses/mathematics/18-785-analytic-number-theory-spring-2007/lecture-notes/k_tuples.pdf


hi!
Looking at the original miner, it looks like it accepts gaps of up to 12 between primes, and tuplets are not required to have minimal diameter.
So, we know that 6-tuples of minimal diameter have only one admissible form:
p+0 4 6 10 12 16
however since they are not enforcing the diameter to be minimal (16 in this case), then the following could be a valid block even though it's diameter is 24:
p+0 4 6 10 12 24
or lots of other combinations, with diameter up to 12*6 = 72

So, a sieve that allows only admissible 6-tuples of diameter 16 may not be the most efficient way to mine this... or it may be, idk, I just wanted to leave the question beause but I can't help thinking that the sieve may be filtering too much.

btw, have you abandoned RIC? me miss you Smiley
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |CPU Launched| GPU Launch Date Set on: September 24, 2014, 03:45:53 PM
hi! I couldn't find the sources for the wallet. Is it me or they're not in the website?
https://github.com/VidereLicet only has sources for the miner.
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: September 24, 2014, 03:37:32 PM
The idea is that superblocks would be 70 minutes long, and it would be like 28 standard blocks fused together.
So their difficulty would be 28 times as hard as the difficulty at the moment, and their reward would be 28 times higher, ie 1400.
This way there is no incentive to mine only during superblocks, since the expected reward is always the same. With this implementation there are no timestamp issues or anything special during or around superblocks. We don't need a special difficulty adjustment or tracking of 2 different difficulties.


If the superblock is not found within set time frame then normal blocks can resume, and perhaps it can jackpot over to the next superblock round.
There is no consensus of current time on the network, so using time frames could lead to security problems.


I agree that this may work as a "one trick pony", but going for the other tricks (records for 7-tuples up to 15-tuples) requires more effort and implies an update to the pool software and all the miners. Superblocks are a simpler change that I'd like to try first, they would give us time to work on the other stuff.

Once per week would help show the power of RIC. A greater display of power could have greater impact, I'd like to stress out how much processing power is used in BTC and how RIC can divert it for more interesting things while still securing the network.
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: September 24, 2014, 03:34:30 PM
Beyond the world records, are there interesting things that could be more "visual" about RIC constellations? (like what Ulam's spiral does for the regular primes)
Any work or ideas on "plotting" the constellations?

these have nice visualizations:
http://www.bigblueboo.com/prime/ you can find 6-tuples at 97, 19417, 43777
http://www.sievesofchaos.com/

A prime number wheel with 210 numbers on each concentric circle would show all sextuplets aligned starting from 97. This could be nice.
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 06:29:38 PM
Code:
/usr/include/boost/asio/impl/read.hpp:43:3: error: no match for call to ‘(boost::system::error_code) (boost::system::error_code&, std::size_t&)’

I'm getting errors compiling the miner... which version of boost do you use?
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield -SK-1024 | 11 New Features |Launch Date Set | Coinshield Verify on: September 23, 2014, 06:03:58 PM
Code:
./coinshield-qt 
./coinshield-qt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./coinshield-qt)
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: September 23, 2014, 06:03:40 PM
What is the logic behind only once per week, 1 hour every few days wouldn't be a terrible interruption to the network?

yes, that was the idea, one small interruption per week felt like a small price for the records Smiley
180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new constellations POW **CPU-ONLY** NEW 0.9.2 CLIENT on: September 22, 2014, 03:14:04 AM
I was considering the idea of having two threads going on simultaneously with mining a "superblock" on one and the regular 2.5 min transactions blocks on the other.  Possibly generating 1/2 of the coins on the superblock and 1/2 on the standard blocks.  That way we don't gum up the transactions while processing superblocks....  That being said, I'm starting to dislike the idea of superblocks interrupting the 2.5 min transaction cycle less and if we want to do a hard fork we should do it one time only and get it right.

mmm.... I don't want to spread the computing power in 2 parallel threads... it would make breaking the records slower while at the same time make the blockchain less secure... I'd rather have all the "hashrate" focused on one task that serves both goals.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!