Bitcoin Forum
June 21, 2024, 03:41:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Marketplace (Altcoins) / Coin developer needed on: September 27, 2017, 12:15:32 PM
I need a coin developer for a very basic coin kindly pm to discuss further
2  Alternate cryptocurrencies / Altcoin Discussion / Re: need help !! on: September 27, 2017, 11:51:32 AM
I guess you're refering to GetBlockSubsidy() function.

nSubsidy is the number of coin "mined".
nHeight is the block number.

Here you're just telling the function to reward "10000" coins for the first block (provided that you're returning this value).

Given what you asked, a more comprehensible way to achieve the same result would be :

Code:
   nSubsidy = (nHeight == 1) ? 
                      10000 * COIN :
                      100 * COIN;

Also, not sure, but the first block is probably 0 (nHeight)

i want 10000coins  in the first block and he rest blocks should have 100 coins each  considering the simple liteocin source i guess mine is right but still need some expert advice


Since you only want 100000 coins total, you need to stop rewarding coin after 1000 blocks minus the first premined. So 900 blocks. (900*100 + 10000 = 100000).

Just add at the beginning :

Code:
if (nHeight > 900) return 0;

Not sure what your problem is? This is very simple
Just pmed you
3  Alternate cryptocurrencies / Altcoin Discussion / Re: need help !! on: September 27, 2017, 11:27:55 AM
I guess you're refering to GetBlockSubsidy() function.

nSubsidy is the number of coin "mined".
nHeight is the block number.

Here you're just telling the function to reward "10000" coins for the first block (provided that you're returning this value).

Given what you asked, a more comprehensible way to achieve the same result would be :

Code:
   nSubsidy = (nHeight == 1) ? 
                      10000 * COIN :
                      100 * COIN;

Also, not sure, but the first block is probably 0 (nHeight)

i want 10000coins  in the first block and he rest blocks should have 100 coins each  considering the simple liteocin source i guess mine is right but still need some expert advice
4  Alternate cryptocurrencies / Altcoin Discussion / need help !! on: September 27, 2017, 10:18:16 AM
Iam cloning a coin (basic script)  so i can explore crypto programming need a little help.

I want to code 100000coin
premine 10000 coin and then 100 coins per block. how to do this

{
    int64 nSubsidy = 100 * COIN;

    if(nHeight == 1) 
     {
         nSubsidy = 10000 * COIN;
     }




is this correct Huh?
5  Economy / Services / CLOSED on: September 27, 2017, 09:48:43 AM
Thanks
6  Alternate cryptocurrencies / Altcoin Discussion / Re: How to set up node on: September 26, 2017, 03:07:49 PM
Set some hard coded seed nodes to be nodes that you know will be up for a long time.

Set up a DNS seeder and add that to the hard coded list of DNS seeders.

i have a ubuntu vps  so i have to put the vps ip in the code and then compile the wallets and run one on the server right Huh
7  Alternate cryptocurrencies / Altcoin Discussion / How to set up node on: September 26, 2017, 02:17:51 PM
Hi,
I know how to clone altcoin, but i  want to know what should i need to do  in order for clients to connect automatically to the network without going to the %appdata% and adding a confg file.
Thanks
8  Other / Beginners & Help / Re: Hi from a new member !!! on: April 01, 2014, 11:35:56 PM
Welcome!
Are you the DarkCoder who wrote the DarkComet RAT? I remember I had quite fun using it to fuck with my friends lol! Cheesy
LoL glad to know you like it ( Iam not saying iam the one who coded it or not )  Cheesy

You can find my exploits  submitted  here :  1337day.com

Hope i can work for this community well !!
9  Economy / Lending / Loan request offering 650$ worth of collateral !! on: April 01, 2014, 11:17:23 PM
I would like to get a loan of 0.5 to 1 BTC depending upon the rules and regulations of the forum as iam new and have no idea how they judge the eligibility criteria will repay in one month. I have 650$ worth altcoin as collateral which i bought as investment and i don't want to spent them. Please pm me if you can lend, of course i understand that iam new here and i don't have trust so for that i'll send first pm me if you are intrested. Please be kind enough to lend  !! thanks .
10  Other / Off-topic / Re: What is your Wish? on: April 01, 2014, 09:37:20 PM
If you found a Genie ask you for 1 wish, what would you wish and why select that wish? Smiley
I will wish to be the god of every programming language wish that can happen one day without a genie Wink Wink
11  Other / Beginners & Help / help in understanding trust !! on: April 01, 2014, 09:25:01 PM
Hey i know what trust rating are and how it goes. But have few concerns about the trust ratings here :

1) Obviously people with red and the negative feedback ones but why some members have green positive trust and others have plain black text trust??

2) what is this trust depth is all about Huh

3)why few user show no trust or only 1 or 2 trust under their name but when actually visiting their profile and checking they actually got plenty of positive one so why others reviews are not sowing up Huh

4) while writing a feedback what decides weather it is a positive rating or a negative  ??
12  Other / Meta / Re: Who or What owns bitcointalk.org? on: April 01, 2014, 08:59:57 PM
I read that the hosting was provided by MtGox.

To whom? Who owns this place?

This might help :
((Source donation tab))

"The Bitcoin Forum is a website meant to host free discussion of Bitcoin and related topics. It is operated as a service to the community, and all profit is reinvested into the forum and the community. It was started in 2009 by Satoshi Nakamoto, the original creator of Bitcoin. It is now managed by Michael Marquardt (theymos), Martti Malmi (Sirius), and Stefan Thomas (justmoon). Donated funds are managed by theymos."
13  Economy / Lending / Re: Islamic Bank of Bitcoin - LOANS on: April 01, 2014, 08:27:07 PM
I would like to loan 0.5 BTC  for one month. I have 650$ worth altcoin as collateral which i bought as investment and i don't want to spent them. Please pm me if you can lend, of course i understand that iam new here and i don't have trust so for that i'll send first !! thanks  Smiley
14  Economy / Services / Re: Offering 1 BTC for coding job, few hours of work on: April 01, 2014, 08:19:35 PM
Still looking...

There you go i will pick it up and will deliver it on time  Pm me the details !!   Smiley Smiley


check my thread here: https://bitcointalk.org/index.php?topic=553214.0
15  Economy / Services / Coding and developing!! on: April 01, 2014, 07:16:12 PM
Hi iam new to the forum so don't really know if it's allowed here or not but here my profile :

I am a coder/developer have 8+ years of experience from schaumburg, IL
Known by Dark.Coderz and Dark-Puzzle online

Expertise  In :
Perl
python
ruby
php
sql
java
c, c++
assembly
hexing

Iam good in writing exploits have submitted plenty to look at  here :1337day.com
I can make file undetectable 100%
I can write a  0 day crypter


Not sure what goes with the community here so anything regarding coding  programming  i'll be up for it. Of course will accept bitcoin that's why iam here i'll soon make an account on blockchain.

So iam up for work, throw your offers.

Thanks for reading. Smiley
16  Alternate cryptocurrencies / Altcoin Discussion / Re: Bitcoin, litecoin, Dogecoin and etc. on: April 01, 2014, 06:59:56 PM
Is there any methods to compare these and see which one will have a better future?
I prefer Bitcoin and I think if these coin will have a future, bitcoins will be better.
Any thoughts?
Look bitcoin can never vanish from the globe as its decentralized peer-to-peer unlike LR. And considering what you are asking no one can tell you that it all depends on buying/selling/accepting of the coin which makes a coins better then any above. So it a matter of sutuation and time but i guess bitcoin is going to lead for quite a long while as market is always for those who starts it !!  Wink Wink
17  Other / Beginners & Help / Re: Secure your account on: April 01, 2014, 06:05:13 PM
No matter how secure and strong your password is you account will get hacked if you been a victim of phishing/keylogger/backdoor.
Brute forcing is quite outdated as a matter of fact unless you are using plain text/ default passwords like: Password123, admin, johnlovemarry, shane etc so its better to read and keep yourself updated regarding the new techniques and methods and prior to that using an anti virus is must. Being a security expert i strongly recommend bitdefender and malwarebytes pro.
Tip : use virustotal.com as your weapon always
18  Other / Beginners & Help / Hi from a new member !!! on: April 01, 2014, 05:24:42 PM
Hi,
Iam new to forum. If you we have experienced coders on the board they might know me by Dark.coderz from [Suspicious link removed] !!

Felt its time i should switch to bitcoin and start working for it too !!
 Thanks for reading  Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!