Bitcoin Forum
May 21, 2024, 05:01:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN] Mergecoin: bitcoin with merged mining patches applied  (Read 3616 times)
khabaro
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 03, 2013, 05:39:40 AM
 #21

how is 90% solution not improvement?  just saying its been two years since some merge mine coins updated.  target is always moving anyway.  sometimes its best to make some progress than none.  its can still be sustainable and well developed if no major bugs introduced.  that has nothing to do with which version is targeted.  if new database is biggest hold up why not upgrade to just before new database.
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
July 31, 2013, 05:21:17 AM
 #22

The recent I0Coin update to recent Bitcoin code seems to work, so maybe now people can update their merged mined coins based on that instead of needing this "mergecoin" thing for now.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
August 01, 2013, 03:35:48 PM
 #23

Link/s to git/s? I can try them all: ixc, i0c, nmc, dvc Smiley

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
August 01, 2013, 03:42:08 PM
 #24

link to the git and will it allow merged mining as a secondary chain?

Bitrated user: ahmedbodi.
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
August 01, 2013, 04:22:21 PM
 #25

Yes, it seems to be working as a secondary chain.

Apparently it was made by progressively applying bitcoin updates to the old i0coin code all the way from the old bitcoin it was based on up to latest or very recent bitcoin (one that uses the new database instead of BDB for the blockchain).

So basically it is mergedcoin plus the individuation of chains stuff that makes i0coin different from just bitcoin with secondary chain merged mining patches applied.

It should be as easy to adapt all the others from as mergedcoin itself, maybe even easier since for a lot of the places where name of coin appears you can search for i0coin instead of for bitcoin, which is nicer since bitcoin appears in variable names and file names even in all the individual coins are that are not bitcoin.

So really even if we had made mergecoin, it would be easier in some ways to base off of whichever coin first made its own new self from it than from mergecoin itself, unless the first to do so was one with more than just the usual clonecoin copy and paste changes we see so much of nowadays.

(e.g. if devcoin went first, ouch, basing off that would not be so simple as just using mergecoin directly as it changes way more things than the typical clonecoin does.)

I can't remember where I got this new i0coin, git does not conveniently tell me where it pulls from when i do git pull nor even when I do git status, I don't know enough git to have it simply tell me where the repo is.

Presumably it was posted in i0coin's own thread though or maybe some "I made a new i0coin version" thread or something as i did come across it somehow.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
August 01, 2013, 04:24:37 PM
 #26

Sounds like its possible that in the near future a working solution appears?

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
August 01, 2013, 04:45:26 PM
 #27

i see, well then im going to find and clone it and attempt to build a copy for bytecoin, ill post the results here soon

Bitrated user: ahmedbodi.
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
August 01, 2013, 07:28:49 PM
 #28

Yes, it seems to be working as a secondary chain.

Apparently it was made by progressively applying bitcoin updates to the old i0coin code all the way from the old bitcoin it was based on up to latest or very recent bitcoin (one that uses the new database instead of BDB for the blockchain).

So basically it is mergedcoin plus the individuation of chains stuff that makes i0coin different from just bitcoin with secondary chain merged mining patches applied.

It should be as easy to adapt all the others from as mergedcoin itself, maybe even easier since for a lot of the places where name of coin appears you can search for i0coin instead of for bitcoin, which is nicer since bitcoin appears in variable names and file names even in all the individual coins are that are not bitcoin.

So really even if we had made mergecoin, it would be easier in some ways to base off of whichever coin first made its own new self from it than from mergecoin itself, unless the first to do so was one with more than just the usual clonecoin copy and paste changes we see so much of nowadays.

(e.g. if devcoin went first, ouch, basing off that would not be so simple as just using mergecoin directly as it changes way more things than the typical clonecoin does.)

I can't remember where I got this new i0coin, git does not conveniently tell me where it pulls from when i do git pull nor even when I do git status, I don't know enough git to have it simply tell me where the repo is.

Presumably it was posted in i0coin's own thread though or maybe some "I made a new i0coin version" thread or something as i did come across it somehow.

-MarkM-

git remote show origin
Smiley
So you have created NEW i0coin, NOT make old one working as 0.8.x ?

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
August 02, 2013, 08:25:57 AM
 #29

https://github.com/rsnel/i0coin.git

It wasn't me. But supposedly they started with the i0coin everyone was using and patched it using the bitcoin historic record at github to bring it in steps more and more up to date.

I guess doing the updates in stages made each individual pull easier to resolve/apply.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
August 02, 2013, 11:16:47 AM
 #30

Ok, I have compiled and run -rescan, it accepts my chain up to
Code:
SetBestChain: new best=70c6c7dd6b4735285c22836524774cd8ea41a5438809df9a5da8a7154fbbbb55  height=526859  log2_work=62.417927  tx=612806  date=2012-12-01 09:05:43 progress=0.010692
ProcessBlock: ACCEPTED
Loaded 526860 blocks from external file in 850969ms
But now I have no nodes to connect :/

Also, memory issue is NOT resolved, it eats 1GB already (vs ~200MB for bitcoind)

Shutting down...

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
markm (OP)
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
August 02, 2013, 11:46:11 AM
 #31

No, the master branch does not resolve the memory issue, as the issue is not a leak but rather is something all coins will one day face, the sheer amount of outputs, bitcoin keeps them all in RAM.

There is a version with a fix for that, but it has not been made the master branch yet.

Back when I grabbed this and used it, the only fix for the memory was a dirty trick kludge i did not want to use, so that master you just tried is what i am running. i was already throwing RAM at the coin so have no problem that it still legitimately needs lots of RAM.

There is though now a proper fix, that stores the outputs in the database instead of in RAM, it is one of the branches, see the I0Coin resurrected thread.

I am not using it yet myself but the coder seems confident it will work okay.

If so maybe all coins will eventually use it as they too run up against RAM consumption problems.

EDIT oh its the block headers not the outputs that eats the RAM, merged coins have all the merkles of all the coins they are merged with in their headers.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
lulu33
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
April 28, 2017, 02:00:58 AM
 #32

guys, is it worth to invest? it pumped a lot at btc38
Bisonindatent
Jr. Member
*
Offline Offline

Activity: 107
Merit: 2


View Profile
February 26, 2018, 11:20:06 AM
 #33

this is definitely a scam.
no team +bought twitter followers etc.
wishxy
Full Member
***
Offline Offline

Activity: 474
Merit: 101



View Profile WWW
April 09, 2018, 05:58:11 PM
 #34

Is it the same thing?
http://www.mergecoin.com/
Traxo
Hero Member
*****
Offline Offline

Activity: 568
Merit: 703



View Profile
March 05, 2019, 10:10:37 PM
Last edit: March 21, 2019, 10:29:49 PM by Traxo
 #35

Is it the same thing?
http://www.mergecoin.com/

No.

this is definitely a scam.
no team +bought twitter followers etc.

That twitter account is not related to this project.



https://github.com/knotwork/Mergecoin/pull/1

rfcoin wants to merge 10,000 commits into knotwork:master from rfcoin:master

rfcoin commented 20 days ago
A new reality with the RFC! The unification of currencies in one ! SS++

What is "SS++"?

https://en.wikipedia.org/wiki/Request_for_Comments 
The inception of the RFC format occurred in 1969 as part of the seminal ARPANET project.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!