Search content
Sort by

Showing 16 of 16 results by supersoniccoinbomb
Post
Topic
Board Altcoin Discussion
Re: How to Fork Bitcoin?
by
supersoniccoinbomb
on 15/12/2017, 10:10:34 UTC

You will need Ubuntu 14.04 x64 to compile the latest stable version of Bitcoin Core: 0.15.1

Code:
//Cross Compile Windows Binaries For SoniCoin
//Ubuntu 14.04 x64
//CPU: 8 vCore
//RAM: 32768 MB

// Update and upgrade
sudo apt-get -y update; sudo apt-get -y upgrade
//reboot the server

// Install dependencies
sudo apt-get install -y autoconf automake autotools-dev build-essential curl g++-mingw-w64-i686 g++-mingw-w64-x86-64 git libboost-all-dev libevent-dev libprotobuf-dev libprotobuf-java libssl-dev libtool libqt5core5a libqt5dbus5 libqrencode-dev libqt5gui5 mingw-w64-i686-dev mingw-w64-x86-64-dev pkg-config protobuf-compiler qttools5-dev qttools5-dev-tools
//reboot the server

// Create working directory
mkdir github; cd github

//Download and install Berkeley DB 4.8
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix/
../dist/configure --enable-cxx
make
sudo make install
sudo ln -s /usr/local/BerkeleyDB.4.8 /usr/include/db4.8
sudo ln -s /usr/include/db4.8/include/* /usr/include
sudo ln -s /usr/include/db4.8/lib/* /usr/lib

cd ~/github
git clone https://github.com/bitcoin/bitcoin
cd bitcoin
git checkout master

// Read the code and make your changes to the name, supply, mining reward etc.
// Change the name of the coin - SoniCoin and rename all bitcoin and Bitcoin entries to sonicoin and SoniCoin
// as well as, for example BTC - BTS, Btc - Bts, btc - bts, bitcoin-cli - sonicoin-cli, bitcoin-tx => sonicoin-tx
// bitcoin-qt => sonicoin-qt, and all references to Bitcoin, except for the copyright notices.

cd depends

make HOST=x86_64-w64-mingw32 -j4

cd ../src/secp256k1
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure --prefix=$PWD/depends/x86_64-w64-mingw32
make HOST=x86_64-w64-mingw32 -j4

cd ../univalue
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure --prefix=$PWD/depends/x86_64-w64-mingw32
make HOST=x86_64-w64-mingw32 -j4

cd ~/github/bitcoin/
nano build-aux/m4/bitcoin_find_bdb48.m4
Find the following line -> bdbdirlist="$bdbdirlist ${_pfx}db${_vn}"
Replace the line with -> bdbdirlist= "/github/db-4.8.30.NC/build_unix"

libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure --prefix=$PWD/depends/x86_64-w64-mingw32 --with-gui=qt5 --enable-tests=no --disable-gui-tests --disable-bench
make -k HOST=x86_64-w64-mingw32 -j4

make clean
make HOST=x86_64-w64-mingw32 -j4

//The compiled binaries:
/github/bitcoin/src/bitcoind.exe
/github/bitcoin/src/bitcoin-cli.exe
/github/bitcoin/src/bitcoin-tx.exe
/github/bitcoin/src/qt/bitcoin-qt.exe



That's it SoniCoin Core: 0.15.1 is born.

You should rather not proceed with the creation of this coin if you do not understand the information above and I would suggest that you read about the difference between cloning a coin and making it your own and creating a fork.

May the odds be in your favor!

H.

You can compile it using linux in virtualbox on any OS, however.


Now you will need a Github account and Ubuntu 14.04 x64 to install and run the new Sonicoin Core: 0.15.1

Code:
#!/bin/bash

echo "Welcome to Ubuntu 14.04 x64 SoniCoin 0.15.0.1"

// Go to Github and create a Github account then upload SoniCoin 0.15.0.1

echo "Upgrade server."
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y autoremove
sudo apt-get -y install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev
sudo apt-get -y install bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev
sudo apt-get -y install libboost-program-options-dev libboost-test-dev libboost-thread-dev git
sudo apt-get -y install software-properties-common


echo "Create swap file."
dd if=/dev/zero of=/mnt/myswap.swap bs=M count=4000
mkswap /mnt/myswap.swap
swapon /mnt/myswap.swap
sed -i '$a /mnt/myswap.swap none swap sw 0 0' /etc/fstab

echo "Download Berkley4.8. do not change this to sonicoin"
sudo add-apt-repository -y ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get -y install libdb4.8-dev libdb4.8++-dev

echo "Download SoniCoin 0.15.0.1"
git clone https://github.com/sonicoin/sonicoin
cd sonicoin
./autogen.sh
./configure
make
make install
cd

echo "Create conf file"
mkdir -p ~/.sonicoin
touch ~/.sonicoin/sonicoin.conf

# JSON-RPC options (for controlling a running Sonicoin/sonicoind process)

# server=1 tells Sonicoin-qt to accept JSON-RPC commands.
server=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=rpcusername
rpcpassword=rpcpassword

# By default, only RPC connections from localhost are allowed.
rpcallowip=127.0.0.1

# Listen for RPC connections on this TCP port:
rpcport=

" > ~/.sonicoin/sonicoin.conf
sleep 3
clear

echo "Start server"
sonicoind -server -daemon
sleep 15
watch 'sonicoinn-cli getblockcount'




May the odds be in your favor!

H.


Thank you for your kindness.
Post
Topic
Board Altcoin Discussion
Re: How to Fork Bitcoin?
by
supersoniccoinbomb
on 12/12/2017, 16:00:35 UTC
What kind of a person would start a thread titled "How to fork bitcoin?" and say "I don't have any coding knowledge". And here we are , replying to you. Things have truly gone down here..
I think the title shouldn't be like this instead it should be like "How to make my own coin" or "How to make an ICO" i'm sure OP doesn't even know how ICO was done. He should have ask first how to make an ICO, then he can ask that question later on.

Quote
I hate scammers. And i suppose anyone who tries to earn a decent living and contribute something hates them too. Why in hell do people plan so elaborately to make a fool out of gullible people and take away their hard-earned money?? :-( I suppose these people don't have a conscience and a soul.. Undecided
Don't worry OP can't do that yet unless he has a knowledge of coding and have a lot of money to produce his own ICO then fork it, but the title shouldn't be like that it should be "How to Fork ?".

I know how to make my own altcoin and ICO. You can go to here. I wan't hard fork to BITCOIN. Why isn't that clear?
Post
Topic
Board Altcoin Discussion
Re: How to Fork Bitcoin?
by
supersoniccoinbomb
on 12/12/2017, 15:46:06 UTC
Pathetic!

What kind of a person would start a thread titled "How to fork bitcoin?" and say "I don't have any coding knowledge". And here we are , replying to you. Things have truly gone down here..
Well, lets just give you the benefit of doubt. Do you care to elaborate what exactly you want to accomplish by this?

My guess is that either you are a teenager who maybe wants to impress your peers or you are one of those shameless scammers who think that they can start something with the name of bitcoin attached to it and then dupe the masses with it. That is truly and undoubtedly pathetic.

I hate scammers. And i suppose anyone who tries to earn a decent living and contribute something hates them too. Why in hell do people plan so elaborately to make a fool out of gullible people and take away their hard-earned money?? :-( I suppose these people don't have a conscience and a soul.. Undecided

Anyways, I get how stupid this is but just want to know whats your side of the story??

Are you really evaluating my personality to my thread title? And how do you think that I am gonna "make a fool out of gullible people and take away their hard-earned money"? I am not going to make any fucking ICO or fucking sell cryptocurrency. I JUST want to make hard fork to Bitcoin and yeah I DON'T HAVE ANY CODING KNOWLEDGE. Now if you're not helping me, mind your own fucking business please.
Post
Topic
Board Altcoin Discussion
Re: How to Fork Bitcoin?
by
supersoniccoinbomb
on 12/12/2017, 13:33:43 UTC
if you dont have coding experience, then your best option is to hire someone from fiver,upwork., look for those who have crypto experience.,

there used to a site, which could create a new coin as per your requirement, on the fly for small fee, e.g. 50 bucks. or so.

they even used to give you core app.,
i dont recall its name . google coin creator., or something like thatl.

I think it's walletbuilders.com but I don't want to make new altcoin, I want to make hard fork to Bitcoin.
Post
Topic
Board Altcoin Discussion
Re: How to Fork Bitcoin?
by
supersoniccoinbomb
on 12/12/2017, 12:05:16 UTC
You need to have huge hashing power at first.
https://bitcointalk.org/index.php?topic=225690.0 this can help you.

You don't need a huge hashing power, just remove the breakpoints and you will start at point zero. Just clone the Bitcoin Github source (like Litecoin, Dogecoin and so on did) and change the genesis block, change block time, total number of blocks and remove the checkpoints. If you have knowledge of c or c++ this is pretty easy. If you don't have any programming experience this might be too difficult.

The article mentioned is pretty complete.

Can I make it non-mineble? I mean I want to directly create all of coins. And I don't have any code language knowledge. :/
Post
Topic
Board Altcoin Discussion
Re: How to Fork Bitcoin?
by
supersoniccoinbomb
on 12/12/2017, 11:48:46 UTC
Hello, I want to make hard fork for Bitcoin and changing it's supply, mining reward etc. And making explorer and wallet for my fork. I could not find anything about this except an useless video. How can I do that? How can I make my own totally changed and improved Bitcoin?


Bitcoin split in two in August when the digital currency officially forked creating Bitcoin Cash. Bitcoin gold was created when bitcoin forked again in October. And now the SegWit2x fork is looming. Meanwhile, bitcoin continues to hit new record highs.

What are you talking about man?  Cheesy

You need to have huge hashing power at first.
https://bitcointalk.org/index.php?topic=225690.0 this can help you.

Thanks dude, I'm reading it.
Post
Topic
Board Altcoin Discussion
How to Fork Bitcoin?
by
supersoniccoinbomb
on 11/12/2017, 22:22:36 UTC
Hello, I want to make hard fork for Bitcoin and changing it's supply, mining reward etc. And making explorer and wallet for my fork. I could not find anything about this except an useless video. How can I do that? How can I make my own totally changed and improved Bitcoin?
Post
Topic
Board Tokens (Altcoins)
Re: ★[ANN][BTCBIZ] | Bitcoin Biz | Meme BTC | Airdrop LIVE★[ANN]
by
supersoniccoinbomb
on 06/12/2017, 02:03:08 UTC
Yo should really work on presentation/graphics...
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][AIRDROP] BITCOIN 21 (BTC21) Services to People by Bitcorp. [Update 05.12]
by
supersoniccoinbomb
on 05/12/2017, 19:27:30 UTC
Well, there is only 21 BTC21 tokens.  Cheesy

O yeah, that means value of tokens will be very high huh. Will be any other airdrop? And when?
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][AIRDROP] BITCOIN 21 (BTC21) Services to People by Bitcorp. [Update 05.12]
by
supersoniccoinbomb
on 05/12/2017, 19:20:11 UTC
Updated. News in progress!

So when you will start to distribute the tokens? I cant find any updates about this, so an ETA will be much appreciated. An update on the spreadsheet on how many tokens for each participant would be good too.

We tried to distribute but there was a problem about ethereum platform because of cryptokittens (we think). So, we will try tomorrow. Donaters will take 0.3 BTC21 each and non-donaters will take 0.1275 BTC21.

This is very small amount.  Huh
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][AIRDROP] BITCOIN 21 (BTC21) Transparent Search Engine by Bitcorp. [Update]
by
supersoniccoinbomb
on 04/12/2017, 12:07:51 UTC
Thanks for the spreadsheet!  Wink
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][AIRDROP] BITCOIN 21 (BTC21) A Transparent Search Engine by Bitcorp
by
supersoniccoinbomb
on 03/12/2017, 08:22:42 UTC
What happened the old threads?  Huh
Post
Topic
Board Tokens (Altcoins)
Re: 🌟🚀[ANN] [AIRDROP 💥] Ethereum X 🚀🌟
by
supersoniccoinbomb
on 07/11/2017, 22:19:18 UTC
Wallet says "not avaliable erc20 token".
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] SHIT token. Listed on exchange. Free airdrops! 999 Trillion tokens.
by
supersoniccoinbomb
on 25/10/2017, 14:02:13 UTC
At least it's a honest token. Smiley
Post
Topic
Board Tokens (Altcoins)
Re: ★[ANN] EthereumDARK-ETHD | For REAL investors ONLY | PoS | Bounties | Anonomity★
by
supersoniccoinbomb
on 09/10/2017, 10:41:42 UTC
It's a scam. Made for 0,02 BTC in a coinmaking service.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PoS] LitecoinStake - 100% Free Airdrop Distribution
by
supersoniccoinbomb
on 08/10/2017, 12:36:51 UTC
I can write the whitepaper.