Pages:
Author

Topic: Creating Your Own CryptoCurrency (An actual guide, not an Easter Egg Hunt) (Read 1834 times)

jr. member
Activity: 112
Merit: 0
I want Everyone to know that this CryptoNote Method is the First way that the Van Kush Family is going to Create a Coin, we are actually going to do a CryptoNote Pool First so we can Mine all Kind of CryptoNote Coins, then we are going to Launch Our Own, and then of Course we will tell Others that we can List them in Our Mining Pool, and we will List Coins that we want Our Pool to Hold.
jr. member
Activity: 112
Merit: 0
The Mystery of Easter
Last Easter I put something together for Everyone, so I will do it again here.

In the Ancient World many People used to Worship the Sun, and Today many believe that God does not exist because they can not see him. So, like the Equinox and the Solstices that are Celebrated related to the Sun, most People could Worship the Sun Today, because:

1. They can see it

2. It is the most Massive Object in Visibility

3. It is the Center of our Solar System and all Things

4. The Sun does Struggle and Deal with we could say, Things from Other Stars, the Rest of the Solar System, Gravitational Pulls, and then there are Rocks that Fly in from Other Solar Systems just as an example that You can see, the Sun takes on New Things all the Time, and we don't even have to ask. We don't have to Pray to it, we don't have to Beg it.

5. The Sun comes up Everyday waking up the Creatures it touches, and when it is gone the Great God "The Moon" comes into the Sky. So the Sun and the Moon are similarly situated.

And so,
The Sun might as well be God to most People. And that is also Part of Easter. with Jesus:

1. We can see Jesus

2. Jesus Established the Church which is quite Visible, and he did it while he was Dead mostly

etc,

The Son might as well be God to most People.

And so that is how God has Established the Universe. If You were looking at the Sun, and the Powers it Works with outside of itself, You might not even Recognize that God is Right there, in all of that Happening, none of that is Happening outside of God. But if You are using Your Eyes to make the Determination You might say that it is just the Sun, and that that is what the Sun does, that I am Attributing Things to an Invisible Entity and it is all just the Sun.

And the Son might as well be God to most People.
jr. member
Activity: 112
Merit: 0
I just wanted to Bump this as an Example of the Van Kush Family in the Blockchain Industry.
hero member
Activity: 577
Merit: 500
Wow, wonderful sources of information here.
You guys are genius Smiley

Amazing libraries of resources. Smiley
Thank you so much Cheesy
member
Activity: 98
Merit: 11
I just found this, it is how to run Graphene

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.
member
Activity: 98
Merit: 11
https://bitcointalksearch.org/topic/m.27558266

Social/Social Media Blockchains
https://bitcointalksearch.org/topic/anntokensale-allme-the-social-network-of-blockchain-era-2657895
https://bitcointalksearch.org/topic/annicosocialmediamarkettoken-sale-is-closed-thank-you-for-support-2291309
https://bitcointalksearch.org/topic/annexchange-ready-onz-rewarding-social-content-2677363
https://bitcointalksearch.org/topic/bounty-gilgamesh-books-knowledge-platform-2461878
https://bitcointalksearch.org/topic/ann-poet-digital-creative-assets-timestamped-onto-the-blockchain-2027214
https://bitcointalksearch.org/topic/annico-man-matrix-the-intelligent-blockchain-2648330
https://bitcointalksearch.org/topic/sether-arbitrating-advertising-2407336
https://bitcointalksearch.org/topic/ann-taklimakan-network-social-and-business-platform-for-crypto-community-2426759
https://bitcointalksearch.org/topic/anntoken-sale-zpay-network-token-blockchain-for-global-payment-solutions-2519264
https://bitcointalksearch.org/topic/icobounty-heartbout-a-social-network-with-a-decentralized-incentive-system-2567795
https://bitcointalksearch.org/topic/annico-sphere-decentralized-social-networking-200000-users-2437581
https://bitcointalksearch.org/topic/annpresale-active-nauio-disruptive-digital-coupons-platform-on-blockchain-2348476
https://bitcointalksearch.org/topic/annicokahnchat-mobile-payment-and-social-networking-crowdsale-live-now-2644550
https://bitcointalksearch.org/topic/annico-vanywhere-worlds-1-skill-sharing-platform-on-the-blockchain-2432816
https://bitcointalksearch.org/topic/annicocredits-new-blockchain-for-financial-industry-hardcap-reached-2401248
https://bitcointalksearch.org/topic/ann-ito-nov-15-publiq-network-blockchain-distributed-media-2398117
https://bitcointalksearch.org/topic/--2447583
https://bitcointalksearch.org/topic/project-interzone-blockchain-social-engine-2158960
https://bitcointalksearch.org/topic/annicokryptopycomplete-cryptocurrency-social-network-for-traders-2234738
https://bitcointalksearch.org/topic/travelflex-decentralized-social-network-payment-system-2570851
https://bitcointalksearch.org/topic/ann-ico-vzt-vezt-blockchain-secured-music-monetization-platform-2191554
https://bitcointalksearch.org/topic/bounty-pre-ico-geopin-blockchain-based-interface-to-the-physical-world-2372042
https://bitcointalksearch.org/topic/annsale-hdac-blockchain-based-iot-contracts-by-hyundai-27th-november-2402330
https://bitcointalksearch.org/topic/bounty-smschain-the-first-telecom-decentralized-blockchain-platform-2344257
https://bitcointalksearch.org/topic/pre-ico-stockus-fantasy-trading-blockchain-platform-2046801
https://bitcointalksearch.org/topic/annhstico-horizon-state-decision-token-voting-platform-sale-over-2187641
https://bitcointalksearch.org/topic/bounty-v10-closed-cryptoalias-get-your-blockchain-identity-2206682
https://bitcointalksearch.org/topic/closedico-zilliqa-high-throughput-blockchain-platform-2367256
https://bitcointalksearch.org/topic/ann-ico-florio-the-first-blockchain-based-health-platform-2313303
https://bitcointalksearch.org/topic/ann-ico-florio-the-first-blockchain-based-health-platform-2313303
https://bitcointalksearch.org/topic/annairdrop-xnn-xenon-massively-distributed-eos-alt-chain-2209559
https://bitcointalksearch.org/topic/annico-wanchain-connecting-blockchains-to-exchange-value-2110925
https://bitcointalksearch.org/topic/annicobpcrevolution-in-digital-advertising-powered-by-blockchain-2291332

https://bitcointalksearch.org/topic/m.27558266
member
Activity: 128
Merit: 11
Read your thread on bytecoin talk last year. I want to do the same for my own use but a mobile is what would make my project having a chance of being successful.
Do you know of any project that has a android wallet for cryptonote?
newbie
Activity: 154
Merit: 0
Wow, very interesting thread! But it seems to me that to create a real cryptocurrency we need much more.
I mean, I can create even paper money, but I'm very skeptic that someone will accept it :-)
Btw, I'll read with care, may be I discover something real cool. We'll see!
member
Activity: 98
Merit: 11
ॐ Temple Coin Syllabus ॐ

Here is the Syllabus for Temple Coin for anyone who wants to know what we are doing as a Community.

STEP 1-

Christmas- Launch Temple Coin, a Proof-of-Stake Litecoin Clone, and Spread it on Facebook, Google+ and Twitter, while keeping it away from people who already have a ton of different coins, so as to create a new Community, instead of getting existing Bitcoiners to come into our Community.

Week after Christmas- Create Chat Room, Create Currency Symbol, Recruit Temple Coin Emissaries

First Month- Launch a Cryptonote Mining Pool for when we start launching Cryptonotes, Launch the first Town Based Cryptonote, January 20th 2018 make the first Temple Coin sale for Malawi Strains, Give out as many Temple Coins as possible.

That first sale will create value for the Coin. The first Bitcoin sale was 10,000 Bitcoins for 2 Pizzas. That is now over $10,000,000 in Bitcoin. And I was there when Bitcoin was $5 and we personally had to go in large numbers beg companies like Paypal to accept Bitcoins. I was part of Bitcoin becoming what it is, it is guaranteed that I can get value for Currencies I make. I know what I am doing.


STEP 2-

Second Month- Announce Temple Coin, the first Temple Coin sales, and the Community and the Chat Room and the Cryptonote Mining Pool on Bitcointalk, Bitsharestalk, and all Cryptocurrency related forums.

Find an Exchange- At this point we will begin contacting Exchanges to let them know about the Community we have that they can collect fees from if they add our coin to their exchange.

And if there is anyone that has Temple Coins but no patience, you can go ahead and start contacting Exchanges and asking them to list Temple Coin. I will get it listed somewhere by some time in February, but if you really really just have no patience, go ahead and start asking websites like these to list us:

https://novaexchange.com/markets/

https://c-cex.com/


STEP 3- Creating Value

Once we are on an exchange, we will just start making money hand over fist.

(A) First, what I will do, is this: even if the coin is only $0.001 each or something, I will take a large portion of the Coins I have, and I will buy Silver with them. Then I will start offering Silver for sale in exchange for Temple Coins and our Town Currencies. This will create a flood of people who want to buy the Coin, because if they buy the Coin and hold it in their Wallet, it will gain 8% interest per year, and they could either wait for the Coin to go up in value a little, then use it to buy Silver, or use that 8% every year to buy Silver. And because you will be able to do that, the value will go up. I will also create Ethereum Tokens and Bitshares Assets, that we can use for Trading; and we will create a Steemit group where we all create accounts with tons of voting power.

(B) Then, once we have Silver being traded for Coins, then we will get land and start building a physical Temple. And once we have a Physical Temple, we will begin to fill it with these things:

https://bitcointalksearch.org/topic/temple-coin-syllabus-2663919
member
Activity: 98
Merit: 11
This is not an Announcement, just want everyone to know this: You will probably have to send something like this to anyone who is going to use your Coin on Windows, just replace all the "Temple Coin" info, with your coin.

Ok, so I just realized that this is hard for everyone to do, because their computers are not Recognizing the Software, because Coins are new Technology, but mainly because Companies like Microsoft and Google are ignoring Coins, so your computer doesn't know what they are.

When you download this, try multiple browsers if it won't let you.
https://drive.google.com/file/d/1t1IAhjXCxbEKIOkbz_oBjO-GhRlmMMaN/view?usp=sharing

Then, when you extract it and open it, you may have to look for arrows that look like expanded options, or anything that says "Read More", then choose to allow the Software.

It is a Wallet, and it just shows your Balance, and how many Coins you have Staking and everything. But your Computer is scared because it has no idea what Coins are. And it thinks it is a Botnet, because your Computer's Wallet Connects to the Blockchain through the Software.

Then, once you have a Wallet, send me Your Wallet Address and I will send you ॐ1,000 and I will give you ॐ50,000 if you can share it with people for Free, and various amounts from ॐ10,000 to ॐ100,000 if you can complete Bounties, like creating Logos and Websites for the Coin.
newbie
Activity: 13
Merit: 0
One day in future every person on earth will have their own personal cryptocurrency. For 15 minutes, if I may mis-quote Andy Warhol.
member
Activity: 98
Merit: 11
member
Activity: 98
Merit: 11
When someone tells you "This Cryptocurrency thing is a Bubble", just point and laugh at them. Cryptocurrency in general probably does not even have 1 or 2 Billion users yet. A Bubble can't happen until the Market finds Stasis, and it can't find Stasis until it finds its peak volume.

There will not be a Cryptocurrency Bubble until it is the only way to trade between Earth and Mars and rich space-faring families are hording them all.
full member
Activity: 1204
Merit: 220
(ノಠ益ಠ)ノ
wow there's a lot solid info here, thanks!
member
Activity: 98
Merit: 11
This is not an Announcement yet, just want to show everyone that Temple Coin does exist, and if you are friends with the right people on Social Media you can get it, and we have a group of people that is constantly on the network (usually about 10 constant, and this is day 6); then we have 30+ users total.

You can download the Wallet here, but I will not offer Bounties on Bitcoin talk until the Temple Coin Team makes the announcement.

Linux Wallet
https://drive.google.com/file/d/1nt7o5u4lnir367yilMSE17sXMKgrjS9k/view?usp=sharing

Windows Wallet
https://drive.google.com/file/d/1t1IAhjXCxbEKIOkbz_oBjO-GhRlmMMaN/view?usp=sharing

We will probably announce our first City based coin before we announce Temple Coin. But we will offer Temple Coin Bounties on our Town Based Coins.
Pages:
Jump to: