Pages:
Author

Topic: Cloning a coin the easy way in about twenty minutes (Read 3395 times)

hero member
Activity: 644
Merit: 500
So I heard you want your own altcoin but keep getting stuck or confused. Skip the hard steps and do it the easy way  Wink

If I missed a step or two, I'll put up a new one with that step included and edit this post

http://pastebin.com/iL9DeTTS

Enjoy!


Maybe tell them how to compile it

(and not by a link elsewhere)
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
For Windows, I use Mint and just recently switched to mingw/mxe
hero member
Activity: 896
Merit: 1005
thanks for the guide,

any chance you can post a section on how to build a standard windows QT wallet? That's the step that is most difficult for me...

Good news, bad news; compiling directly on Windows is in fact madness, and will end in tears. What I do and I'm 99% convinced everyone does is use Gitian, which is tricky to set up but automates everything. Try following https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md to set up a build environment. There's some hiccups with the very latest Bitcoin that I can't find the details of how to workaround right now, but unless you're building Bit or Doge they shouldn't apply.


I'll try it out tomorrow, thanks for the tip!!!

In the meantime, i succesfully set up a gitian build environment... Took me about 5-6 hours to get it up and running... In the end, i followed this tutorial: https://dashtalk.org/threads/how-to-gitian-build-dash-under-debian-jessie-using-lxc.5397/ and succesfully built dash  Grin

At the moment, i put the sourcecode of my previous attempt on github, and i'm struggeling with gitian to build the qt wallet for windows... So far no luck  Embarrassed
If i succeed in building everything for windoze, i might make a full tutorial, based on the tutorial from igotspots, but with compile instructions....
hero member
Activity: 896
Merit: 1005
thanks for the guide,

any chance you can post a section on how to build a standard windows QT wallet? That's the step that is most difficult for me...

Good news, bad news; compiling directly on Windows is in fact madness, and will end in tears. What I do and I'm 99% convinced everyone does is use Gitian, which is tricky to set up but automates everything. Try following https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md to set up a build environment. There's some hiccups with the very latest Bitcoin that I can't find the details of how to workaround right now, but unless you're building Bit or Doge they shouldn't apply.


Now I don't feel so stupid. I was trying my hand at compiling wallets this weekend, and almost got to the point of punching my monitor. I'll try gitian, next weekend when I have time. Grin

I know the feeling  Wink... I have actually tried to compile windows wallets on my old 32 bit laptop, my new 64 bit server and on linux using MXE... Couldn't get it to work... I'm following the gitain install manual as we speak... I don't know if i'll have enough time to actually try compiling today, but if i do, i'll report back
legendary
Activity: 1806
Merit: 1827
thanks for the guide,

any chance you can post a section on how to build a standard windows QT wallet? That's the step that is most difficult for me...

Good news, bad news; compiling directly on Windows is in fact madness, and will end in tears. What I do and I'm 99% convinced everyone does is use Gitian, which is tricky to set up but automates everything. Try following https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md to set up a build environment. There's some hiccups with the very latest Bitcoin that I can't find the details of how to workaround right now, but unless you're building Bit or Doge they shouldn't apply.


Now I don't feel so stupid. I was trying my hand at compiling wallets this weekend, and almost got to the point of punching my monitor. I'll try gitian, next weekend when I have time. Grin
legendary
Activity: 1190
Merit: 1004



This tutorial is outdated. I need a "How to clone Ethereum tutorial".


legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
its a good guide, can you make a guide about POW+POS coin, with basic of what veriables to change when making a POW/POS coin
I want to learn, can you help me through PM for some basic about veriables to change for making a POW/POS coin

That is exactly what this post will show you how to do. These coins will have both PoW and PoS
full member
Activity: 199
Merit: 110
its a good guide, can you make a guide about POW+POS coin, with basic of what veriables to change when making a POW/POS coin
I want to learn, can you help me through PM for some basic about veriables to change for making a POW/POS coin

Doesn't help with PoS, but if you want to take a look at the recent history of Dogecoin you can see us rebuilding the coin from scratch around Bitcoin Core 0.11: https://github.com/dogecoin/dogecoin/commits/1.10-branding/src
member
Activity: 95
Merit: 10
its a good guide, can you make a guide about POW+POS coin, with basic of what veriables to change when making a POW/POS coin
I want to learn, can you help me through PM for some basic about veriables to change for making a POW/POS coin
hero member
Activity: 896
Merit: 1005
thanks for the guide,

any chance you can post a section on how to build a standard windows QT wallet? That's the step that is most difficult for me...

Good news, bad news; compiling directly on Windows is in fact madness, and will end in tears. What I do and I'm 99% convinced everyone does is use Gitian, which is tricky to set up but automates everything. Try following https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md to set up a build environment. There's some hiccups with the very latest Bitcoin that I can't find the details of how to workaround right now, but unless you're building Bit or Doge they shouldn't apply.


I'll try it out tomorrow, thanks for the tip!!!
full member
Activity: 199
Merit: 110
thanks for the guide,

any chance you can post a section on how to build a standard windows QT wallet? That's the step that is most difficult for me...

Good news, bad news; compiling directly on Windows is in fact madness, and will end in tears. What I do and I'm 99% convinced everyone does is use Gitian, which is tricky to set up but automates everything. Try following https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md to set up a build environment. There's some hiccups with the very latest Bitcoin that I can't find the details of how to workaround right now, but unless you're building Bit or Doge they shouldn't apply.
hero member
Activity: 896
Merit: 1005
thanks for the guide,

any chance you can post a section on how to build a standard windows QT wallet? That's the step that is most difficult for me...
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
secret code for you included? Cheesy
hero member
Activity: 518
Merit: 500
The Visonary Behind VIRAL - Adam Guerbuez
This is the first quality thread on this shit board I have ever seen, nice work on the guide!
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
So I heard you want your own altcoin but keep getting stuck or confused. Skip the hard steps and do it the easy way  Wink

If I missed a step or two, I'll put up a new one with that step included and edit this post

http://pastebin.com/iL9DeTTS

Enjoy!

how much did you pay for this account?

So spots sold his account? I wonder what new sock-puppet account(s) he is going to reappear under.

You remind me of the fat girl from high school that would go spread rumors about everyone you hated. There's plenty of threads to talk shit about me in; please leave this one clean for people to learn in
sr. member
Activity: 420
Merit: 250
Thanks for this. Maybe can try something New (make A altcoin)  hihi
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
I see this guide has already been put to use at least once already  Wink
legendary
Activity: 3192
Merit: 1362
www.Crypto.Games: Multiple coins, multiple games
This is a great guide, especially for noobs that don't have experience in coding. Thanks for sharing this, mate!  Cheesy
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Thanks for your work here, I think this is a much better idea than people using coin builders without any idea how the code looks. Doing a similar tutorial from Dogecoin (for non-PoS coins) is on my todo list, especially as I know there's a lot of coins based on Doge that need a refresh.


No problem. This is just a basic guide to someone who wants to do one quick with minimal effort

When you finish yours, send me a link and I'll add it to this post, as well, if you want
full member
Activity: 199
Merit: 110
Thanks for your work here, I think this is a much better idea than people using coin builders without any idea how the code looks. Doing a similar tutorial from Dogecoin (for non-PoS coins) is on my todo list, especially as I know there's a lot of coins based on Doge that need a refresh.
Pages:
Jump to: