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
BoardService Discussion
Re: Anyone knows a bitcoin soccermanager game? or other game,but no casino
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;
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.
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
BoardMeta
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
BoardAltcoin Discussion
Re: Looking for teachers to guide me building an altcoin, with features
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.
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
BoardAltcoin Discussion
Re: I am new in coin developing,where to edit premine in code?
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