Bitcoin Forum
August 27, 2024, 12:29:26 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ETHASH][PoW] Aura - Smart Contract Ledger & YouStock - Tokenized Selfhood on: February 14, 2018, 10:34:22 PM
how many coins do someone need to run a masternode ?

Masternodes won't be available for another 2 years.  When they arrive, it will probably require 1000 aura.
22  Alternate cryptocurrencies / Bounties (Altcoins) / [BOUNTY] Aura - full node - network stats - passive income on: February 14, 2018, 10:23:03 PM
Aura Full Node Network Status Bounty

Total bounty amount: 6000 aura
Duration: 6 months
Payouts: every month

The full node network stats bounty enables you to earn some spare aura simply by running a full node on your computer and connecting to the network stats site.  Connecting to the network stats site does involve working with the command line, but it is not too difficult.  Some users have run into network issues and have had to use a different computer to get it to work however, YMMV.

How to participate:
Register your node using this google form https://goo.gl/forms/KJPsQGUTiVWpqqTA2
Check your registration here (may take up to 24 hours to be updated): https://docs.google.com/spreadsheets/d/1RZvsPTcwNeIDSdP5OGjRzi5kEwdZzfKWC4VbUuEai_k/edit?usp=sharing

Follow the instructions below on how to join the network stats.

How rewards are calculated:
The stats website will be monitored multiple times per day, and everyone who is listed when the check occurs will earn 1 stake.  At the end of each month, 1000 aura will be divided evenly between all stake holders.  So, for example, if only 10 people participate, and they all are online the whole month, they will each get 100 aura at the end of the month.

How to join the network stats page:

1. Install Git
Windows: https://git-scm.com/download/win (default settings during install should be fine)
Linux:
Code:
sudo apt-get install git
Mac:
Code:
brew install git

2. Install NodeJS
Windows: https://nodejs.org/en/download/current/
Linux:
Code:
sudo apt-get install node
(or nodejs)
Mac:
Code:
brew install node

The rest of the commands should be run in a command window, terminal, or shell, and should be the same for all platforms (linux users might need to prepend some of these with 'sudo')

3. Install pm2
Code:
npm install -g pm2

4. Start aura with RPC enabled
Download a node for your platform from https://auraledger.com/#download
navigate to your extracted aura download folder and run
Code:
aura -rpc

5. Get the stats project
open a new command window
Code:
git clone https://github.com/AuraLedger/eth-net-intelligence-api.git
Code:
cd eth-net-intelligence-api
Code:
npm install

6. Edit the app.json file in the eth-net-intelligence-api folder, and set the INSTANCE_NAME a unique name
Code:
[
  {
    "name"              : "node-app",
    "script"            : "app.js",
    "log_date_format"   : "YYYY-MM-DD HH:mm Z",
    "merge_logs"        : false,
    "watch"             : false,
    "max_restarts"      : 10,
    "exec_interpreter"  : "node",
    "exec_mode"         : "fork_mode",
    "env":
    {
      "NODE_ENV"        : "production",
      "RPC_HOST"        : "127.0.0.1",
      "RPC_PORT"        : "8545",
      "LISTENING_PORT"  : "30303",
      "INSTANCE_NAME"   : "###PUT YOUR INSTANCE NAME HERE###",
      "CONTACT_DETAILS" : "",
      "WS_SERVER"       : "https://ws.auraledger.com",
      "WS_SECRET"       : "muhsecret",
      "VERBOSITY"       : 2
    }
  }
]


7. start the stats monitor
Code:
pm2 start app.json

8. check your status
Code:
pm2 show 0
Code:
pm2 logs
see if there are any errors

note: a few people have reported a Web3 connection error in the logs, seems to be random, and restarting the entire process might fix it.  Looks like it happens on ethereum too https://github.com/cubedro/eth-net-intelligence-api/issues/226


9. check for your instance to show up at https://stats.auraledger.com (it can take 10-15 minutes)
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ETHASH][PoW] Aura - Smart Contract Ledger & YouStock - Tokenized Selfhood on: February 14, 2018, 06:57:19 AM
just published a dev update on Medium https://medium.com/youstock/youstock-beginnings-22fa0d1b5015
24  Bitcoin / Development & Technical Discussion / Atomic swap fee limitation on: February 14, 2018, 04:02:38 AM
Until https://github.com/ethereum/EIPs/pull/877 or something similar is implemented, there is a major drawback to atomic swaps between bitcoin based coins and ethereum based coins.  Namely, users receiving ethereum from an atomic swap are required to already own some ether in order to execute the redeem transaction call.  This is a big limitation for new users trying to get their first ethers or aura from a decentralized exchange.  In bitcoin based coins, this just comes from the input, since the htlc contract works just like any other transaction input that pays the mining fee.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ETHASH][PoW] Aura - Smart Contract Ledger & YouStock - Tokenized Selfhood on: February 14, 2018, 03:41:39 AM
Do you have an Airdrop coin distribution for the Aura crypto project?

There is no airdrop planned at this time.  You have to mine, or participate in bounty to earn aura.  It should be listed on an exchange this week.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ETHASH][PoW] Aura - Smart Contract Ledger & YouStock - Tokenized Selfhood on: February 11, 2018, 09:31:25 PM
A very smart project, interesting to follow the development of this aura project and seems to be interested in many investors, the allocation is given also hopefully so many participants will participate in this project, I also hope this project can run smoothly and later can be a great success as expected.

Thanks, glad to have you in the community Smiley
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW] Aura - smart contract ledger - YouStock - tokenized selfhood on: February 09, 2018, 09:27:47 PM
Windows, Linux and MAC wallets seems released  Roll Eyes

https://github.com/YouStock/mist/releases


Thank you..


Yes, the Aura Wallet has been released for Windows, Mac, and Linux.  https://auraledger.com/#wallets and the ANN have been updated with links.
28  Other / Off-topic / Re: Flat Earth on: February 09, 2018, 02:08:25 AM
that this topic has over 500 pages is hilarious
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW] Aura - smart contract ledger - YouStock - tokenized selfhood on: February 09, 2018, 12:59:50 AM
Arabic Translation
ANN thread


Nice.  Added to ANN.
30  Other / Off-topic / Re: SPACEX FALCON HEAVY TEST LAUNCH on: February 08, 2018, 01:40:17 AM
I love this man. Can't wait to retire on Mars in a few decades. Hope the internet will be figured out to keep a realtime supply of earth memes.

Yes, we just need to figure out instantaneous communication like in Speaker for the Dead.
31  Other / Off-topic / Re: SPACEX FALCON HEAVY TEST LAUNCH on: February 08, 2018, 01:35:36 AM
One thing it proved to the naysayers that the earth is indeed round, and not flat...

If there was anyone who legitimately believed the earth was flat, this wouldn't change their mind  Cheesy
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW] Aura - smart contract ledger - YouStock - tokenized selfhood on: February 07, 2018, 06:37:18 PM
New node binaries have been released for 32-bit and multiple linux platforms https://auraledger.com/#download
33  Bitcoin / Development & Technical Discussion / Re: Proof of Stake Bitcoin? on: February 06, 2018, 01:47:33 PM
Proof of Work algorithm gives you the option to always get some coins.
In PoS system, early adopters hold the power forever, this is not a good long term strategy, since no body is perfect and nobody can be trusted.

In either system, you have to spend money to get coins, whether it's paying for energy and mining equipment or another person, doesn't really matter.  
34  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Do you think Ethereum will over take bitcoin? on: February 05, 2018, 06:33:51 AM
I think that it will, it seems like it gets close here and there but more frequent. What do you think the result of a flip would be even if it lasted an hour? How would that affect the prices of BTC/ETH? What would be some outcomes of a flip?

It could very well surpass bitcoin's marketcap, but it's not a "take over".  Nobody owns bitcoin, and bitcoin will always be bitcoin, no matter the price of anything else.
35  Alternate cryptocurrencies / Altcoin Discussion / Re: Buy altcoins or not? on: February 04, 2018, 05:21:37 PM
Should we invest in altcoins?and why?which is better altcoins or equity shares?

Only buy altcoins that you believe have purpose and have a future and hold long term.
36  Alternate cryptocurrencies / Altcoin Discussion / Self tokenization on: February 03, 2018, 10:11:22 PM
If you could tokenize yourself, what would you use your tokenized self for?
37  Alternate cryptocurrencies / Altcoin Discussion / Re: Help me choose an ICO please! on: February 03, 2018, 09:17:22 PM
I have recently been going around and looking for some ICOs to invest in. I found those three which caught my attention. - AgroTechFarm ; Giftz ; Cointed.
 Huh
Ill be really thankful for any help!  Smiley Grin

There are way too many ICOs, market is highly saturated and most of them will not be successful.  Instead, why not get involved with a new project like Aura being built from the ground up?
38  Alternate cryptocurrencies / Altcoin Discussion / Re: Is it safe to participate in ICO's? on: February 03, 2018, 09:00:42 PM
I think it's very safe, I've never heard of anyone getting injured by participating in an ICO  Grin
39  Alternate cryptocurrencies / Altcoin Discussion / Re: Hardware Wallets for 2018 on: February 03, 2018, 08:36:04 PM
So I am not a fan of the Ledger Nano S or the Trezor.

What new hardware wallets are expected to come out this year?

Hardware is hard, so there probably won't be any new ones.  There is a lot of demand though, so you never know.
40  Alternate cryptocurrencies / Altcoin Discussion / Re: Future of crypto markets/exchanges? on: February 03, 2018, 08:29:24 PM
Cross chain swaps via state channels are going to enable truly decentralized cross chain exchanges and will be much harder to regulate.  However, centralized exchanges will still exist for a long time as a convenience for ordinary people, but may eventually disappear if the decentralized tech becomes user friendly enough.
Pages: « 1 [2] 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!