Bitcoin Forum
May 24, 2024, 05:02:37 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 137 »
261  Economy / Speculation / It seems to be the bottom on: January 04, 2015, 09:30:26 PM
Bitstamp


BTC-e


It seems to be the bottom. Roll Eyes
262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, constellations POW *CPU-ONLY* HARD FORK: UPDATE to v0.10.2 on: November 18, 2014, 10:09:55 PM
Yeah, it should be something like: 633 digits, 18 Nov 2014, Pablo Carbajo Gatra, Riecoin Project. 17 Nov 2014, in fact.
263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, constellations POW *CPU-ONLY* HARD FORK: UPDATE to v0.10.2 on: November 17, 2014, 09:10:10 PM
Meet the base prime for the new record of largest 6-tuplet:

1457068806397536567372795219585396051508263715754375515983762574121985642000982 3668302447862153321218662283776494655355283683046078325412596512988830989183513 4016028148376391477335294028615544696350993458772877657622091279628567559666549 1294239840306621145892093057985048351291074105253300069541526304926658133192031 7492630063563318852682564644426662782037445701630356234114990357923983758438637 8392653903870221101124209687177595498779757674767712364306682147365388176296110 4687707451544385875532574944734558344147983135411134477704408334222893652785645 7750982262810026677906552255496590497117829353304033209588309572243558131038726 7
Congratulations to all participants! Cheesy


We reached the forking block a couple of minutes ago: those with versions older than 0.10.2 are no longer in my chain.
You have my blessing (if it means anything to anyone), but I won't be supporting both forks (by this I mean fixing bugs and generating new binaries); only the fork that the majority already accepted.
Thank you, Gatra. I'm working on the blockchain catch-up technique now.
As it will work well I'll think how to make it competitive to super blocks. Smiley
264  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XRM] RieMoney: classic riecoins for you on: November 17, 2014, 09:00:30 PM
Now that I think of it, there may be some interest on people who hold RIC to
keep the old fork alive and have it accepted on an exchange: they would be
allowed to dump their coins from the old fork without affecting their holdings
on the new fork.
Yes, it's possible. So I'm going to implement a blockchain catch-up technique.
(Or I'll ask someone of my old bitcoin friends, because I'm stuck on the v0.3
Bitcoin code base and I'm not very good at the current Bitcoin source code.)

Here's how it will work.

1. The client sees the existence of a long blockchain, which it can not accept.
2. It starts to play Tag with two players trying to "tag" the longer blockchain.
3. It collects only those transactions which inputs are stored in its new blocks
(starting from the fork block) and all transactions with old inputs are ignored.
4. It gets a block from the long blockchain and imports all transactions which
are compatible with its blockchain (generation transactions aren't compatible).
5. It tries to mine a block with imported transactions. If there's enough space
in the block (1 MB max) to include its collected transactions - it includes them.
6. The game is repeated as long as there is a longer incompatible blockchain.
7. If its compatible blockchain reaches a large enough height and a sufficient
difficulty that victory is obvious - the old blockchain is "tagged" and the game
is over. From this moment the incompatible blockchain may also start to play.

Hopefully, I came up with something reliable. Please, check it for pitfalls.

FAQ

Q: Can I mix my old coins with new coins from the incompatible blockchain to
sell them as coins of the compatible blockchain?
A: No, you can't. Your transaction will contain inputs of new coins which were
created in the incompatible blockchain. There're no such coins in the new one.

Q: Can I mix my old coins with new coins from the compatible blockchain to
sell them as coins of the incompatible blockchain?
A: Same here. Your transaction will not be accepted.

Q: Can I just sell my old coins as coins of the compatible blockchain?
A: You can sell these coins just as coins of the incompatible blockchain. Such
coins are compatible and your transaction will be imported to the compatible
blockchain (if it contains only compatible old inputs).

Q: So I can't double-sell my old coins, right?
A: Yes, that's correct.

Q: But I can sell my new coins. Yes?
A: Yes, you can sell your new coins from the incompatible blockchain as coins
of the incompatible blockchain and you can sell your coins from the compatible
blockchain as coins of compatible blockchain. It's really simple as you can see.
265  Local / Новости / Re: Впервые брак зарегистрирован в блокчейн&# on: November 17, 2014, 05:45:15 PM
Пруфлинк. Сайт. У них там много служб, не только регистрация браков и разводов. Smiley
266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XRM] RieMoney: classic riecoins for you on: November 10, 2014, 01:50:20 AM
good shoot
He missed. It's something like: we have Bitcoin, but it gives us just 25 BTC, okay, let's do it 30 BTC. Shocked
This is to let everyone know that we are doing a hard fork. Everyone should update your wallets to v0.10.2 before Nov 8th.
We are implementing superblocks: once per week, there will be a block that will have more difficulty and accordingly more reward.
267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, constellations POW *CPU-ONLY* HARD FORK: UPDATE to v0.10.2 on: November 09, 2014, 07:50:10 PM
If you had followed the Riecoin development from the beginning then you should know moving forward by the hardfork is good.

I'm here from the beginning as you may see. And hardforking is a bad practice.
Code:
cat << EOF | patch -p0
+++ src/makefile.unix
@@ -38,6 +38,7 @@
    -l boost_filesystem\$(BOOST_LIB_SUFFIX) \\
    -l boost_program_options\$(BOOST_LIB_SUFFIX) \\
    -l boost_thread\$(BOOST_LIB_SUFFIX) \\
+   -l boost_chrono\$(BOOST_LIB_SUFFIX) \\
    -l db_cxx\$(BDB_LIB_SUFFIX) \\
    -l ssl \\
    -l crypto
EOF

sha1sum -c << EOF
9928c39fc2d593e2e83a55e51eecf7b9608c78fc *src/makefile.unix
EOF

I stay in the original network. Decide for yourself or someone will decide for you.
268  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XRM] RieMoney: classic riecoins for you on: November 09, 2014, 06:25:25 PM
Good news! It seems that now we have a logo. Cheesy

I'd try a non-round shape to avoid confusion with zetacoin.
Also a vague reminder of how the zeta function may look like.



Anyone is welcome to improve on this and submit as theirs.
269  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XRM] RieMoney: classic riecoins for you on: November 09, 2014, 06:15:21 PM
Why do we need this?
Riecoin implements a scientific computing proof-of-work system based on prime numbers.
It tries to prove or disprove the Riemann Hypothesis, one of the Millennium Prize Problems.

So .. what has changed?
Scientific Computing is great, but above all it's a cryptocurrency. The holiest part of any
cryptocurrency is its protocol. A protocol defines trust and stability in the eyes of users.
Gatra changed "the difficulty and the reward (subsidy) calculations" in Riecoin v0.10.2.

If its just
Code:
Difficulty adjustments every 576 blocks (24hs) 288 blocks (12hs)
This, then I'm out.
No. 576 was in the announchment, but it was changed to 288 before the launch phase.
270  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, constellations POW *CPU-ONLY* HARD FORK: UPDATE to v0.10.2 on: November 09, 2014, 01:05:30 PM
In fact, 0.10.2 is not originally announced Riecoin, it's something else.
Only the difficulty and the reward (subsidy) calculations are being updated.

I don't know why Gatra did not just fork his coin to make a new one.
Instead, he preferred to throw 30% of users and change the protocol.
If you allow him to do this who will stop him if he will change it harder?
271  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XRM] RieMoney: classic riecoins for you on: November 09, 2014, 12:50:30 PM
According to cryptoid.info 28,8% of users still use classic Riecoin.
It's not a joke. It's not my branch. It's the original Riecoin branch.
I'm not sure Riecoin is improved. But I'm sure that it's hardforked.
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, constellations POW *CPU-ONLY* HARD FORK: UPDATE to v0.10.2 on: November 09, 2014, 12:30:35 PM
Hello guys,

Quote from: gatra
New client v0.10.2 Mandatory update: we are doing a hard-fork

If you don't like this hard-fork thing you may contribute to RieMoney (XRM) classic Riecoin.

Topic: https://bitcointalk.org/index.php?topic=852721.0
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XRM] RieMoney: classic riecoins for you on: November 09, 2014, 11:00:45 AM
Current list of nodes:
Code:
addnode=168.63.60.240
addnode=104.40.133.65
addnode=208.117.34.215
addnode=67.225.172.77
addnode=192.95.24.114
addnode=2a01:4f8:161:230f::2
addnode=5.9.39.9
addnode=54.186.107.237
addnode=97.85.150.56
addnode=188.226.148.83
addnode=81.27.169.82
addnode=91.156.101.119
addnode=107.170.207.147
addnode=115.28.221.78
addnode=171.96.240.7
addnode=173.203.115.192
addnode=207.255.141.10
addnode=209.73.138.3
addnode=217.79.67.246
addnode=24.11.187.100
addnode=67.86.53.106
addnode=76.196.74.227
addnode=79.143.165.193
addnode=84.241.76.41

Mining software:
Pool list:
  • If you are a pool operator and use Riecoin v0.9.2 or less - you are already operating RieMoney.
    Contact me.

Exchange list:
  • If you are an exchange and use Riecoin v0.9.2 or less - you are also on the RieMoney network.
    Contact me.
274  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][XRM] RieMoney: classic riecoins for you on: November 09, 2014, 11:00:30 AM
Hello community,

Riecoin is going to switch some blockchain parts of a protocol to incompatible with original Riecoin.
This is a mandatory update because of a hard fork required for the new superblock feature.
Please update to v0.10.2 before Nov 8th.
It's news even for me as Gatra gave users just only about a week to think what is happening here.

The creator of the project says that he expects that a hard-fork will happen since the block 156672.
Block 156672 will be the first one that breaks the old protocol, and 156816 will be the first superblock.
The current blockheight you may know on chainz.cryptoid.info/ric/. It's 155996 now. 676 blocks left.

There, on the Network tab, you can see that many users have not updated their wallets to v0.10.2.
Of course, the majority decides. But it's a bad thing if these users will be just left out as superfluous.
Thus I present to your attention a project RieMoney which supports and maintains the original client.


   
RieMoney Cryptocurrency
 
   
    Downloads:
      Node lists:
        Source code:
          Website:
           
          Technical specifications (port numbers may be changed in the future and the currency code is XRM):
          • PoW: new idea, prime numbers, not Cunningham chains
          • Blocks every 2.5 minutes
          • Block reward of 50RIC, halving every 840000 (about 4 years)
          • Cap: about 84 million RIC
          • Difficulty adjustments every 576 blocks (24hs) 288 blocks (12hs)
          • RPC port 28332, or 38332 for testnet
          • P2P port 28333, or 38333 for testnet
          275  Local / Новости / Re: Умер Хэл Финни on: October 31, 2014, 04:15:26 AM
          В первую очередь та, которую он сам поднял.
          https://bitcointalk.org/index.php?topic=155054.0
          276  Local / Русский (Russian) / Re: Нужно ли запретить темы слабых форков? on: October 24, 2014, 10:00:43 PM
          LZ, да и чем вам эти темы мешают?
          Мне не мешают. Просто пользователи скупают форки с премайном,
          без каких-либо новшеств, с сомнительным кодом и тому подобное.
          Помните "пузырь доткомов"? Тут может быть что-то в этом роде. Undecided
          277  Local / Альтернативные криптовалюты / Re: Обсуждение вычислительной валюты Copperlark on: October 24, 2014, 09:55:50 PM
          А почему он в теме хайпы, а не форки? В этот раздел случайно зашел Smiley.
          К модераторам вопрос.
          Тут стоило бы поставить вопрос иначе: что тема
          про Copperlark вообще делает на Bitcointalk? Roll Eyes
          278  Local / Хайпы / MOVED: Обсуждение вычислительной валюты Copperlark on: October 24, 2014, 09:51:03 PM
          Модератор переместил тему в раздел Форки.

          https://bitcointalk.org/index.php?topic=208451.0
          279  Local / Новости / Re: Умер Хэл Финни on: October 17, 2014, 01:15:21 PM
          Он майнил еще до Bitcoin. Smiley
          280  Local / Разное / Re: PGP девайсы on: October 11, 2014, 10:02:59 PM
          Сделать такую штуку теоретически реально. Но что именно продают, без понятия.
          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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 137 »
          Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!