Pages:
Author

Topic: New release of MultiCoin client a branch of the BitCoin client - page 3. (Read 33869 times)

newbie
Activity: 38
Merit: 0
Thanks zamgo, I'll add that line of dns=1 to my distrubution of bitcoin.conf.weeds, I'm not sure why the IRC bootstrap isn't working.  But as long as something works.  I sent your weeds tip jar 5 weeds for you to play with.  If you want or need more just ask or you can always get them from the http://exchange.beertokens.info site in trade for tnBTC at a good exchange rate.

John:
...share work with the BTC chain as described in Alternative Chains?
yes this would be cool if you know someone that can write a patch for it that works I'll push it in.  my skills as a C++ proggramer , if you didn't notice are quite weak.

...one daemon multiple chains?
at present I just run 3 daemons at the same time on different ports including testnet, weeds, mainnet, we just need to try to make sure if we want to make a new chain to try to set the ports it supports to another set not already used by another chain you might want to use at the same time.

...chain discovery via IRC or other means?
 I'm not sure what chain discovery is.  would that be where we run more than one chain on a single IRC bootstrap channel?  I just use a different name bootstrap IRC for each chain.

...plug-in interface for block acceptance rule modules?
That sounds like a good idea.  start writing some and we will follow.

Mouse:
I'm working with groffer now about testing and creating more documentation and examples for using the escrow features.  I have already added a few examples into the docs as a reference to start at: https://github.com/sacarlson/MultiCoin/blob/master/doc/README_escrow.txt  there will soon be new releases of escrow with multiple address output and multiple input pools and I will provide examples of how to use those new features as well when they become available.
newbie
Activity: 32
Merit: 0
Very nice!

I got MultiCoin compiled and running on weedsnet.  To force a quick connection, I added to bitcoin.conf.weeds:
 
Code:
dns=1
addnode=exchange.beertokens.info
and that got me 1 connection.   

My weedsnet Tipjar: mvK3SAvSjSoeYB6M7zzrmSN9pcQmnYUCCB
hero member
Activity: 481
Merit: 529
Very interesting, thank you!

Do you plan to support, or would you consider patches to...

...share work with the BTC chain as described in Alternative Chains?

...one daemon multiple chains?

...chain discovery via IRC or other means?

...plug-in interface for block acceptance rule modules?

I would like Abe to support as many new chains as possible.  I'd prefer not to run a new daemon for each one, though different processes with one bitcoind executable is a step in the right direction.
newbie
Activity: 56
Merit: 0
Great work.

is there an explanation anywhere on how the escrow functionality works, on a conceptual level?

Cheers
legendary
Activity: 2940
Merit: 1090
That licensed miners option will definitely get the attention of the Martians, Brits, Canucks and so on behind Martian BotCoins, United Kingdom Britcoins, Canadian Digital Notes and so on. Sounds very interesting, thanks for all the great work, keep at it! Could be some Botcoins, Britcoins, BitNickels etc in it for you somewhere along the line even... Smiley

-MarkM-
newbie
Activity: 38
Merit: 0
What is the MultiCoin client:  
Last update to this article 8/6/11 5:36pm bkk time
The MultiCoin client is a  slightly modified and very experimental Bitcoin client that allows transactions with an unlimited number of crypto currencies block chains and also the creation of new crypto chains.   Each different crypto currency can have a different set of rules and a different root block that is controlled by settings in the MultiCoin config file.  Multicoin has also be opening up new methods of linked chains and advanced methods of transaction including escrow and multi sign transactions.   The code is open source and can be found at: https://github.com/sacarlson/MultiCoin for the extended feature daemon version and https://github.com/sacarlson/MultiCoin-qt for the qt lib based gui version .   The MultiCoin client will also be able to transact the new BeerTokens chain when the beertokens config file is released in the near future.  For more details about BeerTokens see http://forum.bitcoin.org/index.php?topic=9493.msg136917#msg136917.  The github released MultiCoin now also provides P2P escrow features that have been tested as working on testnet and weedsnet.  We are not sure if the escrow features in this version will ever work on Bitcoin Mainnet.  
   The future plans for Multicoin is to incorporate some of the other useful features  we now see in other branches of bitcoin and some not yet developed to add security for micro nets (very small group cyrpto currency chains) and  some of the other pull requests seen below:

already done
From day 1 MultiCoin has added the ability to transact on an unlimited number of block chains and also documented methods of creating new chains with new models and rules.  MultiCoin uses the proof by example method to show progress and as a method of documentation as seen in example bitcoin.conf.* files.

Add scriptPubKey enforced sendescrow and redeemescrow API calls
https://github.com/bitcoin/bitcoin/pull/319

Created another branch of MultiCoin to be used as the gui client called MultiCoin-qt that is a branch of bitcoin-qt using the qt gui libs. this is now completed with preliminary tests complete and published at:
https://github.com/sacarlson/MultiCoin-qt  in this gui version you can make cosmetic changes to the gui
from the config file including changing windows title and graphic icon. this version has most of the features of Multicoin except escrow at this time.

added support for namecoin for both MultiCoin and MultiCoin-qt with small changes and created an example bitcoin.conf.namecoin with namecoin chain specs.  preliminary tested with MultiCoin and MulitCoin-qt

Merged mining block number
as now seen in https://github.com/vinced/namecoin  with more info found: https://github.com/vinced/namecoin/blob/mergedmine/doc/README_merged-mining.md
This might eliminate the need for licensed Mining below.
This is now released on a new branch of MultiCoin-exp https://github.com/sacarlson/MultiCoin-exp
as this is very very Experimental at this time I will keep it separate from our slightly more stable branches.  This branch is not really completed and has been put on the highest priority of testing and verification.  for details about the status and documentation of this branch see: http://forum.bitcoin.org/index.php?topic=24209.msg394289#msg394289  Update 7/26/11 we have preliminary tests working and I'm now running this branch 24/7 for my site on all 4 of my networks.

Present Primary next objectives
Alternate Chain Licensed Mining addition
See details of this below at: http://forum.bitcoin.org/index.php?topic=24209.msg347203#msg347203 in an attached article that will be updated as new idea's surface as to how to go about such an endeavour.


Todo list of wanted added pull requests.
if anyone can merge any of these into eather or both of my MultiCoin or MultiCoin-qt github release I will evaluate and incoporate them into my github to share with the world

Wallet and key import and export
https://github.com/bitcoin/bitcoin/pull/220

Import Export Transactions (offline method of transaction)
https://forum.bitcoin.org/index.php?topic=28278.msg372731#msg372731
https://github.com/piotrnar/bitcoin/tree/importexporttx
only planed to be incorporated into MultiCoin at this time.  will hold off on merge to MultiCoin-qt until more evaluation testing.

Backport to wx2.8 and dynamically link most libs.
https://github.com/bitcoin/bitcoin/pull/266

now canceled with the adoption to bitcoin-qt as the baseline for the gui of choice

Added -purgetx command line option.
https://github.com/bitcoin/bitcoin/pull/256

Sign and verify message with bitcoin address and public key
https://github.com/bitcoin/bitcoin/pull/183

adding linked chaining method option to link into bitcoin chain or other for security model option. (07:54:55 AM) gmaxwell: The notion is that bitcoin miners could add a single hash to their coinbase, which represents the root of a merkle tree for committments to alternative chains (namecoin, etc). So that people who are interested in namecoin will mine bitcoin.  "United we stand"
this work is now in progress in the MultiCoin-exp branch but not completed or fully tested yet.


One of the goals of MultiCoin is to experiment with new features and try and document new alternative chain methods as seen discussed in the article https://en.bitcoin.it/wiki/Alternative_Chains .   For example Another alternative chain idea is to make it possible to add an optional rule in the config to only licensed miners to create blocks in an alternate crypto chains.
    When new Ideas appear and are made possible we will do what we can to incorporate them for people to start to try and test them for feasibility and to find and discuss security flaws.   The goal is that a group doesn't have to recompile a program to try and test or use a new crypto currency.  A group just agrees to use a defined config file that they setup and distribute to there members.  
    If you would like to chat about ideas or questions you might have about Multicoin you can come visit the Freenode IRC site at #multicoin.

What is WEEDS currency:
Weeds is another test crypto-currency, created for testing and as a proof of concept to using the new multi crypto-currency client now called MultiCoin.  Weeds also uses some of the new rules changes possible with MultiCoin that include controlled inflation.  In the case of Weeds all the coins were minted within the first 10 blocks in the chain for a total of 10,000,000 Weeds.  Weeds also has a set minimum of .01 transaction fee for every transaction.  This is all that is received by the minners that mine for Weeds.  For test distribution of Weeds you can trade them for tnBTC (testnet bitcoins) at the http://exchange.beertokens.info site.  An example of one of my weeds address is 2h232zEu77ERwWmR8Lw9k3NLSPnbjiFnSsJ . note the 2 at the front the header code for addresses is dec 243 , to see the complete specs of the weeds config I keep an updated copy posted as an example here: http://exchange.beertokens.info/docs/multicoin/bitcoin.conf.weeds .  All mined blocks and all transactions before and after the updated have remained intact from the magic number config change.

To configure Multicoin to operate on the WEEDS net, I do it like this.  Create a data dir example mkdir /home/sacarlson/.bitcoin/weeds;  cd /home/sacarlson/.bitcoin/weeds ; copy or symbolic link the bitcoin.conf.weeds into this directory.  wget http://exchange.beertokens.info/docs/multicoin/bitcoin.conf.weeds ; mv ./bitcoin.conf.weeds ./bitcoin.conf ; start your multicoin or multicoin-qt ; bitcoind -datadir=/home/sacarlson/.bitcoin/weeds/ ; this method should be similar on all other configs.

Update: as of 6/13/11 we have changed the 4 byte magic number in weeds to fix some problems and help support other things like bitcoin-abe that we now have a working version for weeds presently found in my patched branch of bitcoin-abe found here: https://github.com/sacarlson/bitcoin-abe .  to upgrade to the new magic number simply update your bitcoin.conf.weeds file from MultiCoin or MultiCoin-qt github software distribution or the updated link found here: http://exchange.beertokens.info/docs/multicoin/bitcoin.conf.weeds . So if you now fail to connect to the Weedsnet and see PROCESSMESSAGE MESSAGESTART NOT FOUND on the console you will know you have not upgraded your bitcoin.conf.weeds that must be renamed to bitcoin.conf in your -datadir for your weeds wallet data dir.

also added support to browse weedsnet with John Tobey's bitcoin-abe as a block explorer is now active at: http://abe.john-edwin-tobey.org/ I have tested it and it's working fine even after the 4 byte magic number change.  Thanks Tobey!

Added support for new sendescrow redeemescrow features in a browser interface
I have released a modified version of zamgo's bitcoin-webskin to provide some support and examples of using the new sendescrow and redeemescrow features in MultiCoin with a browser interface.  It can be found at: https://github.com/sacarlson/bitcoin-webskin .
Todays tests with me and groffer on his bitcoin branch https://github.com/groffer/bitcoin for multisign transactions were a success on commit d260515 to see detailed IRC session of tests see http://paste.ubuntu.com/637841/  I also merged this with my bitcoin branch MultiCoin for further testing and updated my branch of bitcoin-webskin to include the new features.

Creation of New crypto block chains
At present I have only documented the method to clone the original Bitcoin model of a block chain.  But I plan on creating much more advanced methods in the near future that will make all of them obsolete for small networks.  But for those still wanting to create dinosaurs the link to create new chains has always been here: https://github.com/sacarlson/MultiCoin/blob/master/create_new_genisis_block.txt
Pages:
Jump to: