Bitcoin Forum
May 02, 2024, 12:32:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Temple Coin [TMPC] & Shaligram [SGRAM] [SHG] Update: Will now be Ethereum Based  (Read 190 times)
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 26, 2018, 06:20:32 AM
 #1

Temple Coin and Shaligram will be coming back and they will be an Ethereum Fork and an Etheruem Token and we will also be supporting the creation of Tokens on other Blockchains and trading the Tokens from various Blockchains with the Tokens from our Blockchain
https://bitcointalk.org/index.php?topic=2791745.220

It's not hard to create an Ethereum token and there are a LOT of Minds users so this is all about to happen

Apris moi le deluge
if anyone wants to get started doing custom stuff you can use metamask and truffle suite just connect it to the aura mainnet this is what ethereum is meant for not just creating smart contracts but creating blockchains so its not hard to connect ethereum tools to the new blockchains
http://truffleframework.com/tutorials/truffle-and-metamask

here are some more tools
https://hackernoon.com/ethereum-development-walkthrough-part-2-truffle-ganache-geth-and-mist-8d6320e12269

if you have heard of bitshares that is where a lot of this blockchain stuff is coming from and moving forward out of they have assets instead of tokens
https://bitsharestalk.org/index.php?PHPSESSID=addi11et2eqep5sfrkslndjca6&board=58.0

here is another ethereum game
https://hackernoon.com/etherbots-io-launch-decentralized-robot-wars-on-the-blockchain-34b35ea8423c

ethereum projects
https://medium.com/@codetractio/synergy-in-ethereum-52eb8fd6fa2e

example of an ethereum game on a website requiring a wallet on the blockchain
https://cryptobots.me/signin

here is an example of a script that could be used as the basis for a smart contract that pays users to write on a website
https://raw.githubusercontent.com/Unthinkingbit/charity/master/devtome.py

smart contract security
https://github.com/ConsenSys/smart-contract-best-practices

here are a bunch of ethereum smart contracts
https://www.stateofthedapps.com/

oraclizing
https://medium.com/@crissimrobert/setting-up-of-oraclize-service-in-smart-contracts-9693049b2151
https://hackernoon.com/building-a-raffle-contract-using-oraclize-e746e5edff6b






1714653133
Hero Member
*
Offline Offline

Posts: 1714653133

View Profile Personal Message (Offline)

Ignore
1714653133
Reply with quote  #2

1714653133
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714653133
Hero Member
*
Offline Offline

Posts: 1714653133

View Profile Personal Message (Offline)

Ignore
1714653133
Reply with quote  #2

1714653133
Report to moderator
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 26, 2018, 06:32:30 AM
 #2

if you are a programmer and want to join send me a PM and let's talk about doing this there are a few things that are coming out soon that are going to make it very easy to create tokens and I want to get a token made and then get a bunch of other people to create tokens who have never used cryptocurrency before in their lives so there are new users of crypto

for example on sept 1st CETH Token will be full launched CETH charges 500 CETH to create a Token on the ETH Blockchain
https://bitcointalk.org/index.php?topic=4759867.0

FUEL Token and their Rocket platform charges $49,000 for the same service but they do it custom
https://bitcointalk.org/index.php?topic=2005965.0

so CETH is offering a service that according to the FUEL people is worth thousands if not tens of thousands of USD and it will be available on sept 1st so we will start getting a bunch of people together to create tokens for different purposes each token will have a purpose and then we will create a few blockchains also

we will mainly just create 2 but we will have other people create blockchains and tokens around the 2 we create
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 26, 2018, 06:40:50 AM
 #3

Minds.com has also become an Ethereum Token now so we will be using Minds.com along with some other platforms in order to trade back and forth between different currencies that we get and we can give away Free Coins and Tokens to people or trade them for just like 1 Minds Token for 100 of our currency or something to get it started when there are just a few users
https://bitcointalk.org/index.php?topic=4899914.0

and not just minds we will be using other platforms that are launching soon also
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 26, 2018, 07:05:48 AM
 #4



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#customization-of-the-genesis-file

The Bottom 2 Sections here explain creating a New Graphene Blockchain with a new Genesis Block

https://objectcomputing.com/resources/publications/sett/march-2017-graphene-an-open-source-blockchain/

Steemit is a Reddit Clone, and is limited in that fact. Of all the Social Media Websites on the Internet, Reddit is not really the best example. Reddit is almost secondary. Everyone is either on Facebook, Twitter or Instagram, or all of them. But Reddit is Secondary, like YouTube.

Steemit would do much better as a YouTube platform, where videos are uploaded and earn money, instead of Blogs. We will be launching a YouTube Graphene Clone eventually if someone else doesn’t.

That explains Steemit on a superficial level. I am not saying that Steemit is a failure, I am saying that it would be better if there were a YouTube version.

So secondly, Steemit is a platoform connected to a Coin. There is a backend to Steemit, called Steemd, and you can look at Steemd, just google it. And there are other things, like Blocktrades, which actually connects Steemit and Bitshares. The coin called STEEM, is a DPoWS, which stands for Delegated Proof of Work and Stake.

So let me explain what Delegated Proof of Work and Stake means:

Proof of Work is like Bitcoin and Litecoin and Dogecoin, where everyone Mines with Mining Machines.

Proof of Stake is like Temple Coin or PeerCoin or various other Coins. The way Proof of Stake Works in Steemit, is that anyone that has Coins, has Coins that gain value. And they gain value at a very very high rate the first year or something, then they don’t gain as much after that. And you get coins via Proof of Work, or via Delegated Votes on your Steemit posts, which awards you STEEM from the Blockchain.

Delegated means that the Proof of Work is Voted on, this is done through the “Witness” system. And any Computer or Server or Laptop or anything can be a Node and be a Witness. And Witnesses have the Obligation to Hold Open Nodes, and Mine Coins, which processes transactions and keeps the Blockchain moving. And they get a lot of Coins out of that. Delegated also applies to the Voting on Posts. On Steemit, you get paid when you get Votes, you get paid for Voting (more for posts that end up being popular and you voted early), and you can get votes on your Comments on Steemit. So the Delegated part is important to Steemit.

Here is the Witness page on Steemit
https://steemit.com/~witnesses

Witnesses are secretly very important to Steemit, and anyone can become one by being voted for, but they don’t advertise that because they don’t want to get taken over.

So that is the basics of how Steemit works.

Once you have Bitshares and Bitshares UI donwloaded, here is what you are supposed to do

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

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.

Programming with Graphene

The basic API for Graphene is based on remote procedure calls. The specific functions available depend on the terms of the contracts, defined by a particular blockchain instance. A common authentication module is accessed first through the login API. After authenticating, the client application is able to gather other remote object references and make calls to them.

The FC library is used to manage the transport details, allowing the nodes to accept a variety of transport protocols. As currently delivered, the witness_node application is configured to accept HTTP formatted requests. From a C++ application, the Graphene apps library and FC library work together to provide a simple programming model for such access.

Here is an example, taken from the cli_wallet application, showing how to connect to the node server, log in, and make additional calls.
Code:
          fc::http::websocket_client client;
          idump((wdata.ws_server));
          auto con  = client.connect( wdata.ws_server );
          auto apic = std::make_shared<fc::rpc::websocket_api_connection>(*con);
     
          auto remote_api = apic->get_remote_api< login_api >(1);
          edump((wdata.ws_user)(wdata.ws_password) );
          // TODO:  Error message here
          FC_ASSERT( remote_api->login( wdata.ws_user, wdata.ws_password ) );
     
          auto wapiptr = std::make_shared<wallet_api>( wdata, remote_api );
          wapiptr->set_wallet_filename( wallet_file.generic_string() );
          wapiptr->load_wallet_file();
     
          fc::api<wallet_api> wapi(wapiptr);
     
          auto wallet_cli = std::make_shared<fc::rpc::cli>();
          for( auto& name_formatter : wapiptr->get_result_formatters() )
             wallet_cli->format_result( name_formatter.first, name_formatter.second );


Without getting too deep, what is shown here is that wdata is some collection of initialization information collected from the command line, config files, etc. This is then used to create a client connection, log in (asserting that it was successful), creating an instance of the wallet API that communicates through the authenticated reference to make further calls.



Building Graphene on Ubuntu
https://github.com/bitshares/bitshares-core/wiki/BUILD_UBUNTU

Building Graphene on Windows
https://github.com/bitshares/bitshares-core/wiki/BUILD_WIN32

Nodes
https://github.com/bitshares/bitshares-core/wiki/Wallet_Full-Nodes_Witness_Nodes

API
https://github.com/bitshares/bitshares-core/wiki/API

Websocket Subscriptions
https://github.com/bitshares/bitshares-core/wiki/Websocket-Subscriptions

Wallet Cookbook
https://github.com/bitshares/bitshares-core/wiki/CLI-Wallet-Cookbook

How to set up Witness for Testnet
https://github.com/bitshares/bitshares-core/wiki/How-to-setup-your-witness-for-test-net-%28Ubuntu-14.04%29

If you are getting Error Messages while trying to do this, then read here, and if your problem is not solved here, you can post your problem and see if someone else can answer it.
https://github.com/bitshares/bitshares-core/issues

Bitsharestalk threads with helpful info
https://bitsharestalk.org/index.php?topic=22659.0
https://bitsharestalk.org/index.php/topic,18614.0.html
https://bitsharestalk.org/index.php?topic=17962.525
https://bitsharestalk.org/index.php?topic=18635.0
https://bitsharestalk.org/index.php?topic=21532.0
https://bitsharestalk.org/index.php?topic=23627.0
https://bitsharestalk.org/index.php?topic=22125.0
https://bitsharestalk.org/index.php?topic=15138.285
https://bitsharestalk.org/index.php/topic,19507.0.html
https://bitsharestalk.org/index.php/topic,18751.0.html
https://bitsharestalk.org/index.php/topic,22576.0.html

Abstract information about Graphene on Bitsharestalk
https://bitsharestalk.org/index.php?topic=21990.0
https://bitsharestalk.org/index.php?topic=25187.0
https://bitsharestalk.org/index.php?topic=18401.0
https://bitsharestalk.org/index.php/topic,21079.0.html
https://bitsharestalk.org/index.php?topic=23716.0
https://bitsharestalk.org/index.php?topic=23478.0
https://bitsharestalk.org/index.php?topic=23848.0
https://bitsharestalk.org/index.php?topic=18434.0
[/quote]



Open Source Blockchains with uses
http://hyperledger.org/projects

This was the intro for HyperLedger fabric before it was created
https://www.youtube.com/watch?v=EKa5Gh9whgU

HyperLedger Fabric
https://media.readthedocs.org/pdf/hyperledger-fabric/latest/hyperledger-fabric.pdf
https://hyperledger-fabric.readthedocs.io/en/release/
http://hyperledger-fabric.readthedocs.io/en/release/getting_started.html
http://hyperledger-fabric.readthedocs.io/en/release/blockchain.html

You can download Fabric with the Buttons at the top of the page on this link
https://www.hyperledger.org/projects/fabric

HyperLedger Live Chat
https://chat.hyperledger.org/channel/fabric

HyperLedger 7 part video series (after you watch  the first one, the others should automatically come up after each video)
https://www.youtube.com/watch?v=7EpPrSJtqZU

IBMs HyperLedger Blockchain
https://www.youtube.com/watch?v=JuXH9OYXcQQ

Here is an IBM series about HyperLedger
https://www.youtube.com/watch?v=yfpXnl6U3y8



IOTA
https://en.wikipedia.org/wiki/IOTA_(technology)

https://iota.org/

The IOTA Whitepaper
https://iota.org/IOTA_Whitepaper.pdf

People have not started to grasp and appreciate the fact that IOTA has got rid of miners. In IOTA, the transaction issuers are also transaction approvers and these two parties are no longer decoupled as in Bitcoin and Ethereum which use miners as the transactions approvers. This will bring a huge advantage for IOTA.
https://satoshiwatch.com/coins/iota/in-depth/iota-dag-tangle/

IOTA compared to Blockchain
https://ukcryptocurrency.com/iota/tangle-vs-blockchain/

IOTA is based on a directed acyclic graph (DAG) aka the Tangle, not a Blockchain
IOTA has no mining, no blocks, no difficulty
IOTA has no transaction fees
IOTA scales almost infinitely, unlike Blockchains
IOTA is not solely made as a currency but as an interoperability protocol that solves the problems of the IoT
IOTA wants to enable the machine economy
IOTA is lead by the IOTA Foundation, an NGO registered in Germany (approx. Oct. 2017)

IOTA and the Internet of things
https://coincentral.com/meet-tangle-cryptos-blockchain-alternative/


Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 27, 2018, 12:57:48 AM
 #5

we will be getting started very soon CETH launches on sept 1st
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
August 27, 2018, 01:52:19 AM
 #6

https://coinlaunch.market/

https://www.wandx.co/

https://www.blockex.com/

https://cointopia.com/

https://coinlist.co/

https://republic.co/crypto

https://www.tokensoft.io/

https://ico.indiegogo.com/

https://www.youtube.com/watch?v=JHrQ3l2tT78

https://www.youtube.com/watch?v=qM0KkdQPyZw

https://eidoo.io/ico-engine/
Tokenista (OP)
Member
**
Offline Offline

Activity: 910
Merit: 14

Everyone join Blurt.blog & Steemit.com


View Profile
September 02, 2018, 05:40:07 AM
 #7

this will all be happening just before December
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!