Pages:
Author

Topic: Need to create a 1:1 copy of Bitcoin.... (Read 1579 times)

hero member
Activity: 1582
Merit: 502
March 03, 2015, 05:53:53 PM
#23
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.

Thanks for all your help.
Get a VPN address and PM it to me.
I got a cheque for you  Wink

PS: Do it soon as it is late here and I am tired  Undecided

Sell your VPN on any exchange then send any Bitcoin to the address on my profile as a tip. Don't feel obligated to tip me, but I don't (and won't) have a VPN wallet.

Thanks.

Dude, I only work with VPN now....
Besides, you will lose coins if it has to go through exchanges.

My question is:
Shall I PM you with a cheque?

This amount is arbitrary to lose on an exchange. I'll accept Bitcoin, not VPN.

Feel free to not pay. That's on you. I've listed my options.

10K VPN has been sold and sent to your address (approx. 0.01034410 BTC)
Please confirm if you have received.
Thanks  Cheesy

Confirmed.

https://blockchain.info/address/1PandasxwEdjJ9F9ebzqYrZAqCBF8dyoZ5

Feel free to lock your thread, and PM me if you have any questions.

Will do, I am sure I will come up with "problems"  Cheesy
legendary
Activity: 1628
Merit: 1012
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.

Thanks for all your help.
Get a VPN address and PM it to me.
I got a cheque for you  Wink

PS: Do it soon as it is late here and I am tired  Undecided

Sell your VPN on any exchange then send any Bitcoin to the address on my profile as a tip. Don't feel obligated to tip me, but I don't (and won't) have a VPN wallet.

Thanks.

Dude, I only work with VPN now....
Besides, you will lose coins if it has to go through exchanges.

My question is:
Shall I PM you with a cheque?

This amount is arbitrary to lose on an exchange. I'll accept Bitcoin, not VPN.

Feel free to not pay. That's on you. I've listed my options.

10K VPN has been sold and sent to your address (approx. 0.01034410 BTC)
Please confirm if you have received.
Thanks  Cheesy

Confirmed.

https://blockchain.info/address/1PandasxwEdjJ9F9ebzqYrZAqCBF8dyoZ5

Feel free to lock your thread, and PM me if you have any questions.
hero member
Activity: 1582
Merit: 502
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.

Thanks for all your help.
Get a VPN address and PM it to me.
I got a cheque for you  Wink

PS: Do it soon as it is late here and I am tired  Undecided

Sell your VPN on any exchange then send any Bitcoin to the address on my profile as a tip. Don't feel obligated to tip me, but I don't (and won't) have a VPN wallet.

Thanks.

Dude, I only work with VPN now....
Besides, you will lose coins if it has to go through exchanges.

My question is:
Shall I PM you with a cheque?

This amount is arbitrary to lose on an exchange. I'll accept Bitcoin, not VPN.

Feel free to not pay. That's on you. I've listed my options.

10K VPN has been sold and sent to your address (approx. 0.01034410 BTC)
Please confirm if you have received.
Thanks  Cheesy
legendary
Activity: 1628
Merit: 1012
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.

Thanks for all your help.
Get a VPN address and PM it to me.
I got a cheque for you  Wink

PS: Do it soon as it is late here and I am tired  Undecided

Sell your VPN on any exchange then send any Bitcoin to the address on my profile as a tip. Don't feel obligated to tip me, but I don't (and won't) have a VPN wallet.

Thanks.

Dude, I only work with VPN now....
Besides, you will lose coins if it has to go through exchanges.

My question is:
Shall I PM you with a cheque?

This amount is arbitrary to lose on an exchange. I'll accept Bitcoin, not VPN.

Feel free to not pay. That's on you. I've listed my options.
hero member
Activity: 1582
Merit: 502
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.

Thanks for all your help.
Get a VPN address and PM it to me.
I got a cheque for you  Wink

PS: Do it soon as it is late here and I am tired  Undecided

Sell your VPN on any exchange then send any Bitcoin to the address on my profile as a tip. Don't feel obligated to tip me, but I don't (and won't) have a VPN wallet.

Thanks.

Dude, I only work with VPN now....
Besides, you will lose coins if it has to go through exchanges.

My question is:
Shall I PM you with a cheque?
legendary
Activity: 1628
Merit: 1012
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.

Thanks for all your help.
Get a VPN address and PM it to me.
I got a cheque for you  Wink

PS: Do it soon as it is late here and I am tired  Undecided

Sell your VPN on any exchange then send any Bitcoin to the address on my profile as a tip. Don't feel obligated to tip me, but I don't (and won't) have a VPN wallet.

Thanks.
hero member
Activity: 1582
Merit: 502
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.

Thanks for all your help.
Get a VPN address and PM it to me.
I got a cheque for you  Wink

PS: Do it soon as it is late here and I am tired  Undecided
legendary
Activity: 1628
Merit: 1012
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How to I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink

For the name/settings for the coin, you've got a lot of searching to do through the code. You simply find strings of "Bitcoin" and replace them with "whatevercoin".

Since you're doing this just for your own personal tests and aren't interested in the code, use a service (I recommend coincreator.net) to make a coin for you. you can even do this for free! I've emailed them before and they are helpful.

Good luck.
hero member
Activity: 1582
Merit: 502
this thread is highly relevant to my interests.  please keep us posted on the progress of this project.

Will do...

Can I ask what your interests are?
hero member
Activity: 1582
Merit: 502
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.

Thanks....

How do I change the name/settings for the coin?

PS: If this works out, I got a cheque for you  Wink
VOR
newbie
Activity: 21
Merit: 0
this thread is highly relevant to my interests.  please keep us posted on the progress of this project.
legendary
Activity: 1628
Merit: 1012
In main.cpp, line 1231, you can change CAmount nSubsidy = 50* coin, replacing the 50 with the number of coins you want in the genesis block.

In amount.h, change line 20 with CAmount MAX_MONEY = 21000000 to where the integer value you are assigning is the same as the number of total coins you want. Set it equal to the value multiplying by coin in nSubsidy if you want 100% premine.

As for the genesis block, you would need to either rewrite that or find code that does it for you. The code to generate that has long since been removed from the source. I may have a snippet somewhere, I'll take a look.
hero member
Activity: 1582
Merit: 502
OK lets analyze the Bitcoin code.


What is #import and why is it important?

You know.....

You are probably the fourth "smart-ass" that posts here.

If you have something of value to add, I got a cheque for you,
if not, why do you waste bandwidth?
sr. member
Activity: 271
Merit: 250
OK lets analyze the Bitcoin code.


What is #import and why is it important?
hero member
Activity: 1582
Merit: 502
March 03, 2015, 04:21:37 PM
#9
just set the genesis block with all the coins and the rest with 0

Great!  Grin


Dude, in case you missed it, I am a game/web dev....
So how do I go about it?
hero member
Activity: 854
Merit: 1000
March 03, 2015, 04:15:07 PM
#8
just set the genesis block with all the coins and the rest with 0
hero member
Activity: 1582
Merit: 502
March 03, 2015, 03:28:19 PM
#7
Mind telling us what your Project is? From a random point of view it looks like the setup of a 100% premined altcoin.

Yes, I do mind.....
Once it is released, you will know  Wink

I still got lot's of work to do.....
Ok well that makes my other idea of a college project as invalid, sounds like the future of a another scam coin with a dev who doesn't know how to develop! Good luck!

Whatever man....
Thanks for your warm wishes  Wink

EDIT: I am a game/web developer...
I have chosen Bitcoin (as a clone) because it's stable and safe for my project.
hero member
Activity: 1582
Merit: 502
March 03, 2015, 03:22:48 PM
#6
Mind telling us what your Project is? From a random point of view it looks like the setup of a 100% premined altcoin.

Yes, I do mind.....
Once it is released, you will know  Wink

I still got lot's of work to do.....
hero member
Activity: 1582
Merit: 502
March 03, 2015, 03:21:36 PM
#5
It's pretty easy.

Clone the github source, change the subsidy amount to be the same as the total amount of coins ever produced for the first block. Create a new genesis block, mine the premine, and bam. 100% of the coins are yours.

If you can provide me with detailed instructions (as the PDF I posted) on how to do this then 10K VPNcoins are yours  Wink
legendary
Activity: 1628
Merit: 1012
March 03, 2015, 03:19:18 PM
#4
It's pretty easy.

Clone the github source, change the subsidy amount to be the same as the total amount of coins ever produced for the first block. Create a new genesis block, mine the premine, and bam. 100% of the coins are yours.
Pages:
Jump to: