Post
Topic
Board Economics
Re: The Hashtags of Money v. The Internet of Money
by
Tokenista
on 12/11/2021, 18:36:09 UTC
Ethereum is easier than all the other ways


http://www.theseus.fi/bitstream/handle/10024/123896/Sikorski_Timothy.pdf?sequence=1

Bitcoin cloning guide
https://bitcointalk.org/index.php?topic=1019508.0

Another guide
https://bitcointalk.org/index.php?topic=1030365.0

A thread where someone has a problem making a coin
https://bitcointalk.org/index.php?topic=871564.0

Another guide
https://bitcointalk.org/index.php?topic=420896.0

Questions and answers about genesis block
http://stackoverflow.com/questions/20772606/how-to-create-a-genesis-block-of-my-altercoin
https://bitcoin.stackexchange.com/questions/21303/how-can-i-create-a-new-genesis-block
https://bitcointalk.org/index.php?topic=651695.0
https://bitcointalk.org/index.php?topic=1011041.0

Learncoin (the coin in the video guides) on Berkley's website
https://www.ocf.berkeley.edu/~baisang/LearnCoin.pdf

Practicecoin
http://practicecoin.com/wp-content/uploads/2017/04/Cloning-Bitcoin-0.8.99.pdf

Another guide
https://altcoinsfoundation.com/forum/developers/56-how-to-create-your-own-cryptocurrency-altcoin-1-dev

More genesis block info
https://www.quora.com/I-want-to-create-a-new-altcoin-How-do-I-generate-the-Genesis-Block

Bitcoin protocol
https://pdfs.semanticscholar.org/e85a/a20a544f521b9ac529027fce3cbd28dc637b.pdf

Another guide
http://www.0speed.net/2016/10/24/how-to-make-an-altcoin/

Here is the Practice coin thread on Bitcointalk
https://bitcointalk.org/index.php?topic=1850047.0

Another guide
https://pastebin.com/iL9DeTTS
https://bitcointalk.org/index.php?topic=1151674.0

Discussion about forking ETH
https://ethereum.stackexchange.com/questions/2014/how-to-fork-my-own-version-of-eth

According to at least this person, cloning Ethereum is extremely easy and he says there are only 2 steps
https://bitcointalk.org/index.php?topic=1361504.msg13857758#msg13857758


Programmer's Guide to Ethereum and Serpent
https://mc2-umd.github.io/ethereumlab/docs/serpent_tutorial.pdf

A Treatise on Altcoins
https://download.wpsoftware.net/bitcoin/alts.pdf

Gitian Builder
https://github.com/devrandom/gitian-builder

Making a mining portal
https://github.com/UNOMP/unified-node-open-mining-portal

Building wallets
https://cryptocointalk.com/topic/13204-how-to-build-a-windows-qt-wallet-for-any-coin-yourself-from-source-code-step-by-step-instructions/
https://bitcointalk.org/index.php?topic=586844.0
https://bitcointalk.org/index.php?topic=498746.0

PoS Coin making Guide
https://steemit.com/altcoins/@complexring/how-to-build-proof-of-stake-altcoins-and-stake-coins-on-a-remote-ubuntu-server

This coin claims to be an in wallet coin generator
https://bitcointalk.org/index.php?topic=1287935.0

Video guide
https://bitcointalk.org/index.php?topic=1278734.0

Building headless Bitcoin on Windows
https://bitcointalk.org/index.php?topic=149479.0

Here is a written guide
https://bitcointalk.org/index.php?topic=225690.0

Here is a thread where someone asked a question, and linked a guide
https://bitcointalk.org/index.php?topic=615244.0

Here is how to create a Cryptonote
https://cryptonotestarter.org/

Free & paid coin creation site
https://www.walletbuilders.com/
http://coloredcoins.org/

Coin generator
http://build-a-co.in/

These aren't really coins, but are contracts that are kind of like coins. Kind of like shares of a company that are represented by coins/tokens. They can be used various ways, but are usually advertised as if they are Cryptocurrency, but are not really.
https://www.ethereum.org/token
https://bitshares.openledger.info/account/(your Open Ledger username)/assets/

Another collection of guides (good ranked list)
https://bitcointalk.org/index.php?topic=1801477.0

Compile guide for Windows on Linux
https://bitcointalk.org/index.php?topic=1080289.0

A few cloning guides
https://forum.gethashing.com/t/how-to-clone-a-coin-links-and-resources/3833
http://dillingers.com/blog/2015/04/18/how-to-make-an-altcoin/
https://cryptocointalk.com/topic/3140-shakezulas-scrypt-and-sha256-cryptocurrency-clone-guides/

Not exactly sure what this is, it claims to be an in wallet coin creator, and I assume it is like the ethereum and bitshares assets/contracts, but it may actually be an in wallet coin creator.
https://bitcointalk.org/index.php?topic=1699319.0

Adding premine to coin
http://dillingers.com/blog/2015/04/23/adding-a-premine-to-an-altcoin/

Genesis Blocks
Most of the guides include this information, but I'm adding it just so that there is as much information in this thread as possible
http://stackoverflow.com/questions/20772606/how-to-create-a-genesis-block-of-my-altercoin/22406608#22406608
https://bitcointalk.org/index.php?topic=189350.msg2035449#msg2035449

Genesis block Generator
https://bitcointalk.org/index.php?topic=181981.0

Some developer links
https://bitcointalk.org/index.php?topic=763471.msg8604040#msg8604040

Another guide
https://bitcointalk.org/index.php?topic=193025.0

Another guide
https://bitcointalk.org/index.php?topic=217636.0

How to Clone PeerCoin
https://talk.peercoin.net/t/creating-a-genesis-block/4337




Quote
Obtaining and Running Graphene

Graphene is Open Source software available on GitHub. The root repository may be found at the Cryptonomex site. There are three projects to be cloned: graphene, graphene-ui, and fc. OCI’s GitHub page includes forks of graphene and graphene-ui, which serve as our research base repository. You may clone OCI’s copy of graphene by visiting https://github.com/objectcomputing/graphene and https://github.com/objectcomputing/graphene-ui
Comprehensive build and deploy instructions for both kits are included in their respective Readme.md file.

Graphene ships with three executables: the witness_node, cli_wallet, and genesis_util. Once built, you can try running a witness node. Note this example shows how to run the witness node with command line options.  

Code:
dhcp19:graphene phil$ cd programs/witness_node
dhcp19:witness_node phil$ ./witness_node --rpc-endpoint 127.0.0.1:8090 --enable-stale-production -w '"1.6.0"'
2560491ms th_a       main.cpp:126                  main                 ] Writing new config file at /tao_builds/phil/projects/blockchain/phil/graphene/programs/witness_node/witness_node_data_dir/config.ini
2560511ms th_a       witness.cpp:89                plugin_initialize    ] witness plugin:  plugin_initialize() begin
2560511ms th_a       witness.cpp:99                plugin_initialize    ] key_id_to_wif_pair: ["GPH6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]
2560511ms th_a       witness.cpp:117               plugin_initialize    ] witness plugin:  plugin_initialize() end
2560512ms th_a       application.cpp:357           startup              ] Replaying blockchain due to version upgrade
2560512ms th_a       application.cpp:254           operator()           ] Initializing database...
2560518ms th_a       db_management.cpp:51          reindex              ] reindexing blockchain
2560518ms th_a       db_management.cpp:104         wipe                 ] Wiping database
2560549ms th_a       object_database.cpp:87        wipe                 ] Wiping object database...
2560549ms th_a       object_database.cpp:89        wipe                 ] Done wiping object databse.
2560549ms th_a       object_database.cpp:94        open                 ] Opening object database from /tao_builds/phil/projects/blockchain/phil/graphene/programs/witness_node/witness_node_data_dir/blockchain ...
2560549ms th_a       object_database.cpp:100       open                 ] Done opening object database.
2560560ms th_a       db_debug.cpp:85               debug_dump           ] total_balances[asset_id_type()].value: 0 core_asset_data.current_supply.value: 1000000000000000
2560560ms th_a       db_management.cpp:58          reindex              ] !no last block
2560560ms th_a       db_management.cpp:59          reindex              ] last_block:  
2560562ms th_a       thread.cpp:95                 thread               ] name:ntp tid:123145365336064
2560562ms th_a       thread.cpp:95                 thread               ] name:p2p tid:123145366409216
2560566ms th_a       application.cpp:143           reset_p2p_node       ] Configured p2p node to listen on 0.0.0.0:64207
2560568ms th_a       application.cpp:195           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
2560568ms th_a       witness.cpp:122               plugin_startup       ] witness plugin:  plugin_startup() begin
2560568ms th_a       witness.cpp:129               plugin_startup       ] Launching block production for 1 witnesses.
 
********************************
*                              *
*   ------- NEW CHAIN ------   *
*   - Welcome to Graphene! -   *
*   ------------------------   *
*                              *
********************************
 
Your genesis seems to have an old timestamp
Please consider using the --genesis-timestamp option to give your genesis a recent timestamp
 
2560568ms th_a       witness.cpp:140               plugin_startup       ] witness plugin:  plugin_startup() end
2560568ms th_a       main.cpp:179                  main                 ] Started witness node on a chain with 0 blocks.
2560568ms th_a       main.cpp:180                  main                 ] Chain ID is 0e435e3d20d8efa4e47fae56707a460e35c034aa2b0848e760e51beb13b3db04

After you get the node running, you can connect to the node using the cli_wallet. In a second terminal window, run the command line wallet application.

Code:
dhcp19:graphene phil$ cd program/cli_wallet
dhcp19:cli_wallet phil$ ./cli_wallet
Logging RPC to file: logs/rpc/rpc.log
2838642ms th_a       main.cpp:120                  main                 ] key_to_wif( committee_private_key ): 5KCBDTcyDqzsqehcb52tW5nU6pXife6V2rX9Yf7c3saYSzbDZ5W
2838649ms th_a       main.cpp:124                  main                 ] nathan_pub_key: GPH6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
2838650ms th_a       main.cpp:125                  main                 ] key_to_wif( nathan_private_key ): 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
Starting a new wallet with chain ID 0e435e3d20d8efa4e47fae56707a460e35c034aa2b0848e760e51beb13b3db04 (from egenesis)
2838655ms th_a       main.cpp:172                  main                 ] wdata.ws_server: ws://localhost:8090
2838726ms th_a       main.cpp:177                  main                 ] wdata.ws_user:  wdata.ws_password:  
Please use the set_password method to initialize a new wallet before continuing
2838792ms th_a       thread.cpp:95                 thread               ] name:getline tid:123145506545664
new >>>

At this point, you can use the help command to explore how to use the wallet interface.

Bitshares was the first Coin to do Tokens, and the Bitshares Tokens are called User Issued Assets (UIAs). The OpenLedger Platform is a Decentralized Exchange Platform, where Nodes are held open by people who are Voted for. So no single person or Company really operates it, it exists on a Blockchain.



Here is OpenLedger
https://openledger.info/

Here is the Cryptofresh Blockchain Explorer, which keeps track of the Transactions on OpenLedger.
http://cryptofresh.com/

All of that is on the Blockchain.

Here is the OpenLedger Github Repo
https://github.com/bitshares/bitshares-core

Bitshares UI
https://github.com/bitshares/bitshares-ui

So, that is the Smart Contracts and the Exchange.

Now, more recently Steemit was made. Which is like OpenLedger, but Social. And it is like Reddit, where you can Vote.
https://steemit.com/

Here is an example of a Steemit Fork
https://github.com/Someguy123/understeem

Steemit Copied Synero

Synero
https://bitcointalk.org/index.php?topic=827782.0
https://bitcointalk.org/index.php?topic=2413752.0
http://www.synereo.com/
https://themerkle.com/synereo-bringing-crypto-and-social-media-on-a-revolutionary-platform/

Synereo Git Repo
https://github.com/synereo/synereo

Here is the Graphene Blockchain
https://github.com/cryptonomex/graphene

Here is how to use it
https://objectcomputing.com/resources/publications/sett/march-2017-graphene-an-open-source-blockchain/

And we are just trying to create any kind of Social Media Platform on the Blockchain.

Here are some examples

Social/Social Media Blockchains
https://bitcointalk.org/index.php?topic=2657895.0
https://bitcointalk.org/index.php?topic=2291309.0
https://bitcointalk.org/index.php?topic=2677363.0
https://bitcointalk.org/index.php?topic=2461878.0
https://bitcointalk.org/index.php?topic=2027214.0
https://bitcointalk.org/index.php?topic=2648330.0
https://bitcointalk.org/index.php?topic=2407336.0
https://bitcointalk.org/index.php?topic=2426759.0
https://bitcointalk.org/index.php?topic=2519264.0
https://bitcointalk.org/index.php?topic=2567795.0
https://bitcointalk.org/index.php?topic=2437581.0
https://bitcointalk.org/index.php?topic=2348476.0
https://bitcointalk.org/index.php?topic=2644550.0
https://bitcointalk.org/index.php?topic=2432816.0
https://bitcointalk.org/index.php?topic=2401248.0
https://bitcointalk.org/index.php?topic=2398117.0
https://bitcointalk.org/index.php?topic=2447583.0
https://bitcointalk.org/index.php?topic=2158960.0
https://bitcointalk.org/index.php?topic=2234738.0
https://bitcointalk.org/index.php?topic=2570851.0
https://bitcointalk.org/index.php?topic=2191554.0
https://bitcointalk.org/index.php?topic=2372042.0
https://bitcointalk.org/index.php?topic=2402330.0
https://bitcointalk.org/index.php?topic=2344257.0
https://bitcointalk.org/index.php?topic=2046801.0
https://bitcointalk.org/index.php?topic=2187641.0
https://bitcointalk.org/index.php?topic=2206682.0
https://bitcointalk.org/index.php?topic=2367256.0
https://bitcointalk.org/index.php?topic=2313303.0
https://bitcointalk.org/index.php?topic=2313303.0
https://bitcointalk.org/index.php?topic=2209559.0
https://bitcointalk.org/index.php?topic=2110925.0
https://bitcointalk.org/index.php?topic=2291332.0

Graphene Bots

https://steemit.com/bots/@personz/a-new-voter-bot-newer-smarter-freer
https://steemit.com/cryptocurrency/@steemitprime/steemit-bot-2017-increase-upvote-and-follower-100-working
https://steemit.com/steemit/@cerebralace/how-to-use-the-steemit-voting-bots
https://steemit.com/steemit/@hoschitrooper/bots-bots-and-bots
https://steemit.com/steem/@heimindanger/don-t-use-vote-selling-bots-use-promoted-instead-a-bot-that-upvotes-you-when-you-burn-money
https://steemit.com/guide/@bitcoinparadise/do-you-want-to-run-you-own-voting-bot

reating a new Genesis File

http://docs.bitshares.org/testnet/private-testnet.html

Customizing the Genesis file

http://docs.bitshares.org/testnet/private-testnet.html#customiz