Search content
Sort by

Showing 20 of 100 results by Solidsmart
Post
Topic
Board Service Announcements
Re: MinerEU.com 850USD THunderX3 80 USD Blizzard , 4*Blizzard @ 60 USD each
by
Solidsmart
on 17/11/2014, 11:21:57 UTC
MinerEU sents used miners,wich are in bad look
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy Privacy Tech--SuperNET Core Coin
by
Solidsmart
on 16/11/2014, 12:57:47 UTC
When will btcd rise up??

When BTC stops making dives.
i dont believe that btcd increases again
Post
Topic
Board Announcements (Altcoins)
Re: [LTCD] LitecoinDark.com ★ Scrypt ★ Difficulty Shield ★ Multipool ★ Fast
by
Solidsmart
on 16/11/2014, 11:48:50 UTC
sitting on tens of K of LTCD with 0 problems doing so, some big hands sold for BTC that is all

1 LTCD per block is radical but an awesome idea/strategy, could cause network hash to go down.. but multipools will mine it regardless so I don't worry

btw don't be pessimistic you bunch, some really great crypto went down over the last 4 QT's great dev and great communities in all,it is nature of the beast.. main thing is blockchain as core idea and this is not going anywhere, blockchain is like TCP/IP but much much stronger and futuristic
LTCD is dumped so much,dont know if increase again
Post
Topic
Board Service Discussion
Re: Anyone knows a bitcoin soccermanager game? or other game,but no casino
by
Solidsmart
on 13/11/2014, 19:50:49 UTC


A NEW GAME is posted here: https://bitcointalk.org/index.php?topic=854956.0


It's the best game I ever found and its free to play. You win real bitcoin in game!  Grin
your own game?
Post
Topic
Board Service Discussion
Topic OP
Anyone knows a bitcoin soccermanager game? or other game,but no casino
by
Solidsmart
on 13/11/2014, 19:10:40 UTC
I wanna play a soccermanager game with bitcoin, or another game ,but no casino
Post
Topic
Board Altcoin Discussion
Topic OP
Anyone know a Merkle Root and Genesis Block Generator? for new altcoin
by
Solidsmart
on 10/11/2014, 13:00:49 UTC
anything wher i can just type and it outputs merkle, like GenesisH0
Post
Topic
Board Altcoin Discussion
Re: How to change the merkel hash of some cryptocoin?
by
Solidsmart
on 10/11/2014, 11:22:55 UTC
i did that all yesterday too,but when i come to testnet, to create merkel ,it just does nothing,i can wait hours
Post
Topic
Board Altcoin Discussion
Re: How to change the merkel hash of some cryptocoin?
by
Solidsmart
on 10/11/2014, 11:15:39 UTC
for example litecoindark, i wanna fork it
Follow this guide: http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide

You'll also need the genesis mining code. I found it with a quick google.

Here it is:
Quote
    // If genesis block hash does not match, then generate new genesis hash.
    if (true && block.GetHash() != hashGenesisBlock)
    {
        printf("Searching for genesis block...\n");
        // This will figure out a valid hash and Nonce if you're
        // creating a different genesis block:
        uint256 hashTarget = CBigNum().SetCompact(block.nBits).getuint256();
        uint256 thash;

        while(true)
        {
            thash = scrypt_blockhash(BEGIN(block.nVersion));
            if (thash <= hashTarget)
                break;
            if ((block.nNonce & 0xFFF) == 0)
            {
                printf("nonce %08X: hash = %s (target = %s)\n", block.nNonce, thash.ToString().c_str(), hashTarget.ToString().c_str());
            }
            ++block.nNonce;
            if (block.nNonce == 0)
            {
                printf("NONCE WRAPPED, incrementing time\n");
                ++block.nTime;
            }
        }
        printf("block.nTime = %u \n", block.nTime);
        printf("block.nNonce = %u \n", block.nNonce);
        printf("block.GetHash = %s\n", block.GetHash().ToString().c_str());
Source: http://stackoverflow.com/questions/20772606/how-to-create-a-genesis-block-of-my-altercoin
(I added "true &&" to the beginning so it is easier to follow the tutorial.

Place it above block.print() in main.cpp.
tnx to u
Post
Topic
Board Altcoin Discussion
Topic OP
How to change the merkel hash of some cryptocoin?
by
Solidsmart
on 10/11/2014, 09:54:58 UTC
for example litecoindark, i wanna fork it
Post
Topic
Board Meta
Re: BadBear is a big scammer, he gives negative trust because he thinks i am alt
by
Solidsmart
on 09/11/2014, 10:41:55 UTC
Timmy never scammed anyone.
And you admin BadBear dont have the balls to write anything.Poor pig
Post
Topic
Board Meta
Re: BadBear is a big scammer, he gives negative trust because he thinks i am alt
by
Solidsmart
on 08/11/2014, 22:33:02 UTC
The administrators actually have access to a lot more information then what you probably realize. If I had to guess I would say that he probably saw that all 4 of your accounts all logged in from the same IP address around the same time.
of someone.he doesnt earn to be admin!
he gave me negative trust too,because he thinks i am alt of timmy or so
me too
The fact that all three of you all posted within a minute of eachother more or less confirms that you are all three at least alts of eachother, and I would reasonably say that you are probably alts of timmy
no i am not,even if i would be,whats that say?
Post
Topic
Board Meta
Topic OP
BadBear is a big scammer, he gives negative trust because he thinks i am alt
by
Solidsmart
on 08/11/2014, 22:19:28 UTC
of someone.he doesnt earn to be admin!
Post
Topic
Board Altcoin Discussion
Re: Looking for teachers to guide me building an altcoin, with features
by
Solidsmart
on 08/11/2014, 10:52:21 UTC
There's all the information on this resource.
https://cryptonotestarter.org/
https://cryptonotestarter.org/inner.html

You learn to create own coins and you will be able to reach your educational goals.
Wow that is great link,i thank you
Post
Topic
Board Altcoin Discussion
Topic OP
How do i add featuers like stealth to litecoin clone`?
by
Solidsmart
on 06/11/2014, 19:47:45 UTC
i wanna learn coin developing,i have a litecoin clone, so i wanna add stealth,and then anonmyous, how do i do that?
Post
Topic
Board Altcoin Discussion
Topic OP
Looking for teachers to guide me building an altcoin, with features
by
Solidsmart
on 05/11/2014, 08:53:17 UTC
Its not for realese or so,its for me.after i learn it,of course i can built own coins.
Post
Topic
Board Altcoin Discussion
Re: Looking for teachers to guide me building an altcoin, with features
by
Solidsmart
on 05/11/2014, 08:52:30 UTC
Its not for realese or so,its for me.after i learn it,of course i can built own coins.

You should probably post this in the Development or Altcoin section, might get more interest, I remember making a post a few months ago with a similar answer to a question someone asked and a few links.

https://bitcointalk.org/index.php?topic=647238.msg7237202#msg7237202


tnx i will post it there
Post
Topic
Board Altcoin Discussion
Topic OP
Looking for teachers to guide me building an altcoin, with features
by
Solidsmart
on 04/11/2014, 17:56:13 UTC
Its not for realese or so,its for me.after i learn it,of course i can built own coins.
Post
Topic
Board Altcoin Discussion
Re: I am new in coin developing,where to edit premine in code?
by
Solidsmart
on 03/11/2014, 18:17:33 UTC
You also need to account for oscillating block difficulties, you might wanna add in some KGW in there to level it out, sprinkle in some seed nodes while gazing out the windows... Then you know your getting somewhere, getting into the hard stuff. You pray to Genesis and the great Merkle and Nonce? Maybe you need someone to guide you, a fellow Shibe perhaps? Your journey is long.
yes, i need someone whom i follow.who wanna be the chosen one?
Post
Topic
Board Altcoin Discussion
Re: I am new in coin developing,where to edit premine in code?
by
Solidsmart
on 03/11/2014, 13:24:00 UTC
Simply pay someone to give you tutorial on coin developing.
great idea, who wanna this job make me a tutorial,detailed,with adding features,i will pay.
and say how much you wanna
Post
Topic
Board Altcoin Discussion
Re: I am new in coin developing,where to edit premine in code?
by
Solidsmart
on 03/11/2014, 12:20:02 UTC
You do this by modifying the block reward for the first x-amount of blocks to have a higher amount of coins, then do the math and work out how many you need to mine to get your desired premined amount. You'll want to spread it across more than a few blocks depending on the difficulty target, otherwise you'll mine too many of the initial blocks too quickly.

Unless you don't mind going over the premine a little. In that case, just make the first block worth 99% of what you want your premine to be. Then mine it before releasing it. Simple.
i am not planning to release the coin until i am professional developer, i try to learn it now.
tnx for help