Bitcoin Forum
May 02, 2024, 11:52:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 »  All
  Print  
Author Topic: [ANN][USC] First merged minable scryptcoin UnitedScryptCoin, exchange available!  (Read 51716 times)
mikeyfinn
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
December 17, 2013, 04:15:38 AM
 #101

This would be AWESOME!  Grin

Bitcoin: 1KZr3AvQ3m8NWEGbBPzFMFXbzHxpCbkbv4
Huntercoin: HQWSihm1WPJfjdPbeLfdVc6nsqrnJW5fYR
Sync: Si1MjELBXaffuNgEN4Zd3PkM9qzu9pq5k5
1714650753
Hero Member
*
Offline Offline

Posts: 1714650753

View Profile Personal Message (Offline)

Ignore
1714650753
Reply with quote  #2

1714650753
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714650753
Hero Member
*
Offline Offline

Posts: 1714650753

View Profile Personal Message (Offline)

Ignore
1714650753
Reply with quote  #2

1714650753
Report to moderator
united-scrypt-coin (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
December 18, 2013, 09:32:44 AM
 #102

I have a user on my pool that brought this coin to my attention. If i read correctly this coin has source to integrate with p2pool but that is it. It seems the next step to get ltc pools on board is a patch to stratum and pushpool. Is this correct assumption?

Stratum doesn't need to change, but the supplied coinb1 needs to contain the merged mining header and the hash returned by getauxblock.

pushpool needs to be modified to ask USC for the hash, submit solutions to USC and distribute generated coins among users. (will also look into this myself, pushpool looks promising)
 
It would be great if you'd add support for USC in your pool.


I would be willing to give this a try if someone can assist me with it.
Pushpool would be a fine start if someone wants to give me a patch. If the coins show up in the wallet i can handle the rest. As in distribution to users.

I will freely admit i have never setup a merged mining pool.

Some thoughts about a solution.

A proxy should be written that sits between
  • litecoind
  • unitedscryptcoin
  • pushpool

It should getauxblock from unitedscryptcoin, getblocktemplate from litecoind, put USC hash in LTC block and provide a getwork interface to pushpool. Then pushpool doesn't have to be modified.

Getting acquainted with libblkmaker now...
aa
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500


Litecoin is right coin


View Profile WWW
December 18, 2013, 12:13:37 PM
 #103

I don't see how it could be simpler to do all of that instead of modifying P2Pool: https://github.com/blixnood/p2pool

united-scrypt-coin (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
December 18, 2013, 12:39:10 PM
 #104

I don't see how it could be simpler to do all of that instead of modifying P2Pool: https://github.com/blixnood/p2pool

Good point!

You only need to firewall p2pool, so that you run a solo node, and point pushpool towards it.

ekmek
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 18, 2013, 01:32:05 PM
 #105


Pardon my newbieness but could you help me identifying which part of the USC block contains the Litecoin hash ? Is it encoded in the transaction script ?
mikeyfinn
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
December 18, 2013, 02:38:47 PM
 #106

I don't see how it could be simpler to do all of that instead of modifying P2Pool: https://github.com/blixnood/p2pool

As a newbie to all this, and also as a non-coder, it would be great, I think, to do both. People could then, as now with other coins, choose either p2pool or something like lite.coin-pool.com .

Bitcoin: 1KZr3AvQ3m8NWEGbBPzFMFXbzHxpCbkbv4
Huntercoin: HQWSihm1WPJfjdPbeLfdVc6nsqrnJW5fYR
Sync: Si1MjELBXaffuNgEN4Zd3PkM9qzu9pq5k5
united-scrypt-coin (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
December 18, 2013, 02:47:21 PM
 #107


Pardon my newbieness but could you help me identifying which part of the USC block contains the Litecoin hash ? Is it encoded in the transaction script ?

First: find the hash of the USC block (either on the commandline or the debug console):
Code:
$ unitedscryptcoind getblockhash 10001
642639f20776313da4c16028388576c68abd96292e963303552d543b5a9b13df

Then get the block (also, either on the commandline or the debug console):
Code:
$ unitedscryptcoind getblock 642639f20776313da4c16028388576c68abd96292e963303552d543b5a9b13df
{
    "hash" : "642639f20776313da4c16028388576c68abd96292e963303552d543b5a9b13df",
    "pow_hash" : "b6238d5686e023cef880c54d1e54c84119060aaed517494bd5c55b2e33d268e3",
    "confirmations" : 13361,
    "size" : 755,
    "height" : 10001,
    "version" : 65794,
    "merkleroot" : "5abc1162b885a65647f86c99921a118270066eb912ce4b4c977f5ff11b3c66ee",
    "auxpow" : {
        "size" : 523,
        "coinbasetx" : {
            "txid" : "082c3ad598cde99850626cda979f120def107c4b2f8fbce2d2aea53da44f812a",
            "version" : 1,
            "locktime" : 0,
            "vin" : [
                {
                    "coinbase" : "03772f07fabe6d6d7897ed5c196dab5acdd4f2e4fcaa5053a6c161932f682a679218dc3a9f4583cf04000000000000004014150500000000f0000000",
                    "sequence" : 4294967295
                }
            ],
            "vout" : [
                {
                    "value" : 50.57290762,
                    "n" : 0,
                    "scriptPubKey" : {
                        "asm" : "OP_DUP OP_HASH160 aa3750aa18b8a0f3f0590731e1fab934856680cf OP_EQUALVERIFY OP_CHECKSIG",
                        "hex" : "76a914aa3750aa18b8a0f3f0590731e1fab934856680cf88ac",
                        "reqSigs" : 1,
                        "type" : "pubkeyhash",
                        "addresses" : [
                            "UdW36McKmnRXjRLx8vnv9asH8aaciTFMYq"
                        ]
                    }
                }
            ]
        },
        "coinbaseMerkleBranch" : [
            "554f31be09c3595593af8ce7a2c8991fade90a0cc32386a2ffeb9f00763d2c15",
            "723355cedcbfec93f15c91dce2b74306534f199a353f92a0a79bf8094af26ba1",
            "0c5ded666e627d29ec239c30e8cc3494d118d9d132a13d89ecebb4c73c7d1700",
            "2a367327c0c174846625808bb182301cde78420531d17db453953763aa1e0cd0",
            "3c051b3c07e4a8baf9d01bb64174e87c5fb60026502f6254a6c04c195d656376",
            "ca596bfebcaceb304cc9d15b3be6acd09cdc9f7e215ce4fd1789dbee54560994"
        ],
        "coinbaseIndex" : 0,
        "chainMerkleBranch" : [
            "0000000000000000000000000000000000000000000000000000000000000002",
            "c2bf026e62af95cd7b785e2cd5a5f1ec01fafda85886a8ebd34482c0b05dc2c2"
        ],
        "chainIndex" : 3,
        "parent_block" : {
            "hash" : "a67a73b6dfd5dbb2edd562ba0a42df49d64d3647901af1fc450e3d5ede910752",
            "pow_hash" : "000000002a3bd0933fb8ff6e550c7ab77869677f3c0e48bc94d52b05a35a7fd8",
            "version" : 2,
            "previousblockhash" : "51dd1b4131d9577c78e5dbcd3f0d1d25e360ed343f18792a98ae91d2d18b9d63",
            "merkleroot" : "1fd0691c974e0f74cad3dbd4ead2df556cd462b0a0a54567bf15e4d8e5d901e0",
            "time" : 1385977750,
            "bits" : "1b25ca66",
            "difficulty" : 1734.16053808,
            "nonce" : 3129217792
        }
    },
    "tx" : [
        "5abc1162b885a65647f86c99921a118270066eb912ce4b4c977f5ff11b3c66ee"
    ],
    "time" : 1385977749,
    "nonce" : 0,
    "bits" : "1d0ffff0",
    "difficulty" : 0.06250000,
    "previousblockhash" : "ca341881775ac6dc35016335a347723ec88200fbbd06084ee9aa411829305273",
    "nextblockhash" : "4d5f5ac55554e376cee23f3dfcf87cc5a428f458e377237b53958c658de28e1e"
}

Now look at auxpow -> parent_block -> previousblockhash

This is the hash of the block on which the parent block is built. Unless it is an orphan, it will exist in the parent's blockchain. In this example, it is LTC block 51dd1b4131d9577c78e5dbcd3f0d1d25e360ed343f18792a98ae91d2d18b9d63.
aa
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500


Litecoin is right coin


View Profile WWW
December 18, 2013, 06:28:29 PM
Last edit: December 18, 2013, 11:35:23 PM by aa
 #108

Okay, so now I believe I have confirmed the four blocks that I found on http://ltc.lurkmore.com, merged with LTC.

587f189db1194c66635c31e0dfc8eb2ef28fd0dd1c1f1cff1fc7fadab32c25c0
1d32caa5d8f5285d32f50aebd34e7c101ddfe4acf9c511eecee8e990062422a3
6581cbfbac9f9dea943667af113158417256a4a6c647ee92b4377c9ee6d6f531
fddbead4744dab0b6d4c549ff2f24560339e500a264cca0b959f9c7942c124c3

mikeyfinn
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
December 20, 2013, 04:29:38 AM
 #109

So I am currently switching between LTC/USC and DOGE/USC. But I want to have my cake and eat it too! I want to mine LTC/DOGE/USC all at once! How in the name of all the gods can we make that possible?

Bitcoin: 1KZr3AvQ3m8NWEGbBPzFMFXbzHxpCbkbv4
Huntercoin: HQWSihm1WPJfjdPbeLfdVc6nsqrnJW5fYR
Sync: Si1MjELBXaffuNgEN4Zd3PkM9qzu9pq5k5
united-scrypt-coin (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
December 20, 2013, 05:23:04 AM
 #110

So I am currently switching between LTC/USC and DOGE/USC. But I want to have my cake and eat it too! I want to mine LTC/DOGE/USC all at once! How in the name of all the gods can we make that possible?

Did you get any blocks with DOGE? If you are the first to prove existence of such blocks in the USC blockchain, you get USC 100.

For LTC/DOGE/USC merged mining to happen, either LTC or DOGE needs to accept the 'merged mining as child chain patch'. LTC has little to gain, how the DOGE community feels about it: no idea.
mikeyfinn
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
December 20, 2013, 06:09:49 AM
 #111

I am running only ~475 Kh/s, so I am not sure how well I am doing on the USC part, but I am certainly mining DOGE, so  guess i'll keep watching and see if anything appears in my USC wallet.

I will also try to get the word out in the #doge and #doge-dev channels on freenode.

If it works, maybe other scrypt coins will join in! =)

Bitcoin: 1KZr3AvQ3m8NWEGbBPzFMFXbzHxpCbkbv4
Huntercoin: HQWSihm1WPJfjdPbeLfdVc6nsqrnJW5fYR
Sync: Si1MjELBXaffuNgEN4Zd3PkM9qzu9pq5k5
mikeyfinn
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
December 20, 2013, 02:07:19 PM
 #112

Also, what needs to change so we can mine usc in a pool, instead of solo?

Bitcoin: 1KZr3AvQ3m8NWEGbBPzFMFXbzHxpCbkbv4
Huntercoin: HQWSihm1WPJfjdPbeLfdVc6nsqrnJW5fYR
Sync: Si1MjELBXaffuNgEN4Zd3PkM9qzu9pq5k5
aa
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500


Litecoin is right coin


View Profile WWW
December 21, 2013, 07:30:46 AM
 #113

I need someone with the daemon synced to test my P2Pool modification. It's just to run a normal USC P2Pool node.

aa
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500


Litecoin is right coin


View Profile WWW
December 21, 2013, 07:36:17 AM
 #114

By the way, USC 23520 (http://unitedscryptcoin.org/block/7acc9f9dd368758a61f8a455bfc1656ec9e42fbf60e772241960239943b30406) = Dogecoin 19375* (http://dogechain.info//block/08d147dee18e1cca7944a057b66f36d97ec92959852626345551729b562e5c7c)

My address: UdTzGFx1emSBaEshoAnBSsUHqEbqbtZYi3


*or 19376, I'm not clear with which one it goes.

united-scrypt-coin (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
December 21, 2013, 09:18:42 AM
 #115

By the way, USC 23520 (http://unitedscryptcoin.org/block/7acc9f9dd368758a61f8a455bfc1656ec9e42fbf60e772241960239943b30406) = Dogecoin 19375* (http://dogechain.info//block/08d147dee18e1cca7944a057b66f36d97ec92959852626345551729b562e5c7c)

My address: UdTzGFx1emSBaEshoAnBSsUHqEbqbtZYi3


*or 19376, I'm not clear with which one it goes.

Thanks! Bounty paid! (19376 is part of DOGE implies 19375 is part of DOGE, so it doesn't matter that much)
stink
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
December 23, 2013, 02:55:52 AM
 #116

Flo.smalltimeminer.com has a shitload of hash.. maybe they can implement this?

BTC address: 1P4iEGR8oBjr27k3NyzLfi8wraGajMunLg
Cryptsy trade key: 48007eb091500413be905854f1c5d5a42bd9a94b
aa
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500


Litecoin is right coin


View Profile WWW
December 23, 2013, 11:40:29 PM
 #117

Flo.smalltimeminer.com has a shitload of hash.. maybe they can implement this?
Have you contacted them and given them the necessary code to add merged mining?

General-Beck
Jr. Member
*
Offline Offline

Activity: 56
Merit: 1



View Profile
December 24, 2013, 05:39:55 PM
 #118

Code:
   general-beck@general-beck-nonebook:~$ ./unitedscryptcoind listtransactions           
[                                                                                   
    {                                                                               
        "account" : "",                                                             
        "address" : "UdisYrpn1BouXw1k4w8mZXQoYPiM4aTM8z",                           
        "category" : "generate",                                                     
        "amount" : 50.00000000,                                                     
        "confirmations" : 140,                                                       
        "generated" : true,                                                         
        "blockhash" : "44bf9dc7da33fc2840800bff3f50594e5d37239a630a40298e8fcd87f185c6
47",                                                                                 
        "blockindex" : 0,                                                           
        "blocktime" : 1387773718,                                                   
        "txid" : "139ecc8c47131e6c3279eed27ddd5f8e7d4e6a6e2050d3ea98a26f6d2ad82a4b",
        "time" : 1387773718,                                                         
        "timereceived" : 1387773758                                                 
    }                                                                               
]                                     
p2pool LTC merged mining
stink
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
December 27, 2013, 03:48:49 PM
 #119

Contacted the owner of smalltimeminer he says he is looking into it..

BTC address: 1P4iEGR8oBjr27k3NyzLfi8wraGajMunLg
Cryptsy trade key: 48007eb091500413be905854f1c5d5a42bd9a94b
Warning__3
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 04, 2014, 03:22:59 AM
 #120

I'd reeeeally love to merge mine but i don't quite understand how to get it going :S

Pages: « 1 2 3 4 5 [6] 7 8 9 10 »  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!