Bitcoin Forum
July 10, 2024, 02:20:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USC] First merged minable scryptcoin UnitedScryptCoin on: December 03, 2013, 04:59:10 PM

Thats great! Thanks  Smiley
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USC] First merged minable scryptcoin UnitedScryptCoin on: December 02, 2013, 04:54:28 PM
The child coin needs to be programmed to work with a SPECIFIC PARENT.  In this case USC (child) merge mines with LTC (parent) because that is the way USC was programmed.

I don't believe this to be true. USC does not care if a parent block comes from LTC or a similar copycat (with ChainID != 1, the only coin with ChainID == 1, is USC, other coins wanting to merge mined, should choose another ChainID). The reason is: USC does not know the genesis block of LTC, so it can't know if a block belongs to LTC. If no-one steps up to experiment, I will try to generate a block against an LTC clone.

The git repository contains the branch merged-mining. This branch is LTC + merged mining (starting at block INT_MAX, ChainID == 0). It can be a starting point for other developers to adopt merged mining as secondary chain.
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USC] First merged minable scryptcoin UnitedScryptCoin on: December 02, 2013, 04:06:51 PM
@snailbrain: errormessage, due to a stupid but unharmful bug, is fixed in git

@KingGoon: point cgminer to localhost:33327 with username unitedscryptcoinrpc and SOME_PASSWORD, non-merged mining is, however, wasteful, because (using p2pool), you can mine eg. LTC at the same time.

@#R#a#u#t#e#: current network hashrate (getnetworkhashps) is about 92MH/s, which is currently on par with popular coins (LKY/MEC) in cryptsy. Merged mining should work with any coin similar enough to Litecoin. PoW must be calculated in the same way as LTC (same version of scrypt). I don't know if 'proof of stake' coins will also work. You can easily try any coin which has a working p2pool.

@barwizi: AFAIK it really works, just try it!


Updates: I have added PROOF  Shocked of merged mining against LTC in the announcement.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USC] First merged minable scryptcoin UnitedScryptCoin on: December 01, 2013, 10:32:25 AM
...
SHA256 miners that already are merged mining, will know what to do.
...

This assumes your litecoind is listening on ports 9334 (RPC) and 9335 (P2P).

If you point your miner to localhost:9327 you will earn LTC, it will be sent directly to your wallet. In addition, without extra cost, you will get free UnitedScryptCoins.

Earn some before the big pools hop on!


Methinks if you want scrypt miners to earn some before pools set this up, you need some better instructions. I like the advice of referring to SHA256 miners will know what to do when the topic is aimed at scrypt miners.....

Windows instructions would be helpful because I don't any about setting up merged mining in Windows even with SHA256 coins. And lastly... why point the miner at 9327 when you have litecoind RPC port as 9334 and P2P port as 9335 in the example? Typo?

I have clarified the instructions.

To answer your specific questions.

p2pool talks to LTC daemon and USC daemon. P2Pool is a local process (python program). Your miner (cgminer/etc) talks to p2pool, and p2pool sends your Proof of Work to LTC and to USC.

Please feel free to ask for more clarification if I am unclear.
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][USC] First merged minable scryptcoin UnitedScryptCoin on: December 01, 2013, 09:12:16 AM
well?

Currently there are six nodes in the network. Difficulty is not yet stable. Some miners mine directly instead of merged.

Not bad for a coin that's less than 12h old.

We need more seednodes. Anyone?
46  Alternate cryptocurrencies / Altcoin Discussion / Re: Scrypt merged mining coming soon? on: December 01, 2013, 12:00:08 AM
We lauched a new coin today, USC, UnitedScryptCoin. It can be merge mined with LTC and other scrypt_1024_1_1_256 coins. See the announcement for more info.
47  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][USC] First merged minable scryptcoin UnitedScryptCoin, exchange available! on: November 30, 2013, 09:58:32 PM
USC: vires in scrypt_1024_1_1_256
USC is above USD, at least alphabetically

This coin aims to become the most secure scrypt_1024_1_1_256 coin, by allowing miners to mine this coin for free while mining LTC or any other scryptcoin that is similar enough to LTC. All non genesisblocks will be created after this announcement. Because we use merged mining, this can be verified by looking at the parent block of the parent blockchain.

Exchange

The first, and currently only, exchange that allows trading USC is exarena.net.

Getting started

Short instructions on how to join the network, and start merged mining with P2Pool:

If you want to download binaries for windows or GNU/Linux, you can find release 0.8.6.2 on the UnitedScryptCoin website. Here are the checksums of the downloadable files:
Code:
8a5f452effac6bd8cfb528cccd33d258e73f1a587c5f6a93de36e58a5a182622  unitedscryptcoin-0.8.6.2-win32.zip
f3df29e49ab0a3ed71901b63acb2b654ad44c5d45298f85399a5f788e58d7648  unitedscryptcoin-0.8.6.2-win32-setup.exe
0c855116df521129f4fe716edd05757c04c432e4f414b4e450ada63a1cae2869  unitedscryptcoin-0.8.6.2-linux.tar.gz

The sourcecode is in a git repository on github.  If you want to compile the program yourself, do:
Code:
$ git clone http://github.com/united-scrypt-coin-project/unitedscryptcoin/
$ cd unitedscryptcoin/src
$ make USE_UPNP= -f makefile.unix

create ~/.unitedscryptcoin/unitedscryptcoin.conf which contains
Code:
server=1
daemon=1
rpcport=33327
port=23328
rpcuser=unitedscryptcoinrpc
rpcpassword=SOME_PASSWORD_HERE
addnode=106.187.94.193:23328
addnode=118.244.207.5:23328
addnode=218.75.110.21:23328
addnode=85.25.133.40:23328
addnode=176.50.146.229:23328
addnode=162.209.104.232:23328
addnode=88.172.65.144:23328
addnode=188.62.142.95:23328

Please open up port 23328 on your firewall. Post below if you like to be added to the list of seednodes. (nobody did that)

SHA256 miners that already are merged mining, will know what to do.  Others need to read on.

The only pool that currently supports merged mining with scrypt is p2pool. This is a decentralized pool, and currently the only way to merged mine USC. So you need to setup p2pool to mine LTC. If that works, you can point your p2pool to your unitedscryptcoin daemon.

Code:
$ git checkout https://github.com/forrestv/p2pool/
$ cd p2pool
$ less README.md
$ # install required packages, you did read the README didn't you?
$ ./run_p2pool.py --net litecoin --give-author 1.0 \
        --bitcoind-rpc-port 9334 --bitcoind-p2p-port 9335 \
        --merged http://unitedscryptcoinrpc:SOME_PASSWORD_HERE@localhost:33327/ \
        BITCOINRPC_USERNAME BITCOINRPC_PASSWORD

This assumes you are running a full Litecoin node, which is listening on ports 9334 (RPC) and 9335 (P2P).

If you point your miner to localhost:9327 you will earn LTC, it will be sent directly to your wallet. In addition, without extra cost, you will get free UnitedScryptCoins.

Want more detail? Please see an explanation of setting up p2pool for BTC (+ merged minable coins) + LTC. If you use this guide to setup p2pool, you only need to add the
Code:
--merged http://unitedscryptcoinrpc:SOME_PASSWORD_HERE@localhost:33327/
to the commandline when starting p2pool.

Earn some before the big pools hop on!

Other pools

The first pool was provided to us by user bootch. This pool is closed.

Work is underway to add USC merged mining to an established pool.

The first pool that supports LTC/USC mining is http://www.f2pool.com/, more info in a post by macbook-air.

New pool: http://manicminer.in mines USC/HUC/ORG/PST against popular non-merge mined scrypt coins (LTC/DOGE/...).

Block Explorer

A USC block explorer is kindly provided to us by macbook-air

Merged mining, how does it work?

Highlevel overview of merged mining (explanation for 1 child chain, with more it becomes more complex):
  • request work from USC with getauxblock
  • put hash of block in coinbase script of parent blockchain (preceded by merged mining header)
  • solve block of parent chain of difficulty in getauxblock
  • provide auxpow (auxiliary proof of work) to USC with the following info
    • block header of parent chain
    • coinbase transaction of parent chain (this contains the hash of the USC block)
    • MerkleBranch linking parent coinbase to parent block
  • you have mined a block of USC based on a solution to a block of the other blockchain!

For a detailed description, see for example the sourcecode of p2pool or an article about merged mining in NMC. The bitcoin wiki has an official specificiation.

Implementation is the same as SHA256 merged mining, so that an unmodified p2pool can be used.

Bounties for people that prove this coin really Unites scrypt coins

The first 10 people that prove existence of blocks in the USC blockchain merge mined against other major parent chains (max one bounty per chain) get USC 100. Major means 'coin is on cryptsy'. Below I found a block based on LKY, but unfortunately it got orphaned from USC, so hard proof is not available. To make it clear: the bounty is for the person who provides proof of a certain parent chain the first, also If he/she didn't mine it him/herself.

I did a proof for LTC below, to show you how a valid proof looks. This way a proof is verifiable by anyone who runs the USC daemon. If the parent chain does not have a block explorer, that is fine (but we will need to download the client and inspect the blockchain to verify the proof). Other proofs will also appear there.

Status: 7 bounties claimed, 3 bounties of USC 100 apiece unclaimed.

How to prove a block is merge mined against some other blockchain?

Just find a merge mined block in the USC blockchain that someone mined with some blockchain as parent blockchain, look at the previousblockhash of the parent_block and find that block in said blockchain. A USC block can be viewed with the RPC commands getblockhash and getblock.

Coins that earned USC's seal of approval


Here is a list of all the blockchains we are proven to be compatible with:


All coins similar enough to LTC should work.

Note: USC block 10001 was not mined using p2pool, but using some other merged mining proxy. Is there already a centralized pool with USC support?

Characteristics

This coin is almost the same as Litecoin. The only differences are: genesisblock, merged mining and branding. So: USC 50 every 2.5 minutes. Halves every 4 years.
 
Vote!

Please vote for USC at http://www.allcrypt.com/beta/voting.php

Updates:
  • Clarify instructions
  • Provide proof of merged mining with LTC
  • We have a block explorer, created by macbook-air
  • Announcing bounty program for finding other parent chains than LTC, and proving that this is really UNITEDScryptCoin.
  • Added link to first (non-merged) pool (should have done that earlier...), thanks to bootch
  • Added short explanation of merged mining
  • Some more clarification
  • DNSSeed + main seednode are down ATM, added some connectable nodes to example config
  • gritter found proof that USC can be mined with CNC as parent chain!
  • Wolf0 found proof that USC can be mined with WDC as parent chain!
  • Release 0.8.6.1
  • aa found proof that USC can be mined with DOGE as parent chain!
  • found block with LKY as parent
  • moved images to usx.ax.lt
  • added more info about merged mining
  • found block with COYE as parent
  • first centralized scrypt merged mining pool http://www.f2pool.com/
  • Release 0.8.6.2
  • add request to vote
  • add link to a new scrypt merged mining pool
  • P2Pooler found proof that USC can be mined with AUR as parent chain!
  • Hyacin found proof that USC can be mined with GDC as parent chain!
  • Hyacin found proof that USC can be mined with MNC as parent chain!
  • Added first exchange!
  • Reorganized post to draw more attention to the fact we have an exchange
  • Hyacin found proof that USC can be mined with NYAN as parent chain!
48  Other / Beginners & Help / [PreANN][USC] United Scrypt Coin on: November 25, 2013, 04:17:44 PM
Fellow altcoin lovers,

United Scrypt Coin is in the final stages of development.

The coin can be merge-mined with LTC, or any other scrypt_1024_1_1_256_sp coin. It has the goal of uniting all available scrypt hashing power, to make the most secure scryptcoin ever.

We all know, most of the small coins on cryptsy can be 51%ed by any serious pool. Since the value of a coin is limited by the cost of an 51% attack; the only way to create a viable altcoin is by merged mining it.

Announcement will follow in time on the real altcoin forum.

Peace.
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!