Search content
Sort by

Showing 20 of 188 results by Aetsen
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Aetsen
on 21/04/2018, 03:17:37 UTC
Looks interesting. Will be keeping an eye on this project.  Wink
Post
Topic
Board Announcements (Altcoins)
Re: 🔺HADRON⠀AI:⠀BROWSER⠀MINING, AIRDROP⠀bounty,⠀Tesla⠀Stanford⠀Berkeley⠀team🔺
by
Aetsen
on 07/01/2018, 04:47:24 UTC
I'd be interested in information about joining the alpha. I've got multiple nvidia systems. 38 GPU's and multiple CPU's. Windows 10 systems.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | 1 Million RISE Give-Away | Delegate Contest
by
Aetsen
on 31/08/2017, 13:33:03 UTC
Rise is now on https://www.coinspot.com.au/tradecoins for AU traders  Smiley
Post
Topic
Board Marketplace
SEC Issues Investigative Report Concluding DAO Tokens, a Digital Asset, Were Sec
by
Aetsen
on 26/07/2017, 09:57:21 UTC
 Shocked Shocked U.S. Securities Laws May Apply to Offers, Sales, and Trading of Interests in Virtual Organizations Shocked Shocked

FOR IMMEDIATE RELEASE
2017-131
Washington D.C., July 25, 2017—
The Securities and Exchange Commission issued an investigative report today cautioning market participants that offers and sales of digital assets by "virtual" organizations are subject to the requirements of the federal securities laws. Such offers and sales, conducted by organizations using distributed ledger or blockchain technology, have been referred to, among other things, as "Initial Coin Offerings" or "Token Sales." Whether a particular investment transaction involves the offer or sale of a security – regardless of the terminology or technology used – will depend on the facts and circumstances, including the economic realities of the transaction.

The SEC's Report of Investigation found that tokens offered and sold by a "virtual" organization known as "The DAO" were securities and therefore subject to the federal securities laws. The Report confirms that issuers of distributed ledger or blockchain technology-based securities must register offers and sales of such securities unless a valid exemption applies. Those participating in unregistered offerings also may be liable for violations of the securities laws. Additionally, securities exchanges providing for trading in these securities must register unless they are exempt. The purpose of the registration provisions of the federal securities laws is to ensure that investors are sold investments that include all the proper disclosures and are subject to regulatory scrutiny for investors' protection.

"The SEC is studying the effects of distributed ledger and other innovative technologies and encourages market participants to engage with us," said SEC Chairman Jay Clayton. "We seek to foster innovative and beneficial ways to raise capital, while ensuring – first and foremost – that investors and our markets are protected."

"Investors need the essential facts behind any investment opportunity so they can make fully informed decisions, and today's Report confirms that sponsors of offerings conducted through the use of distributed ledger or blockchain technology must comply with the securities laws," said William Hinman, Director of the Division of Corporation Finance.

The SEC's Report stems from an inquiry that the agency’s Enforcement Division launched into whether The DAO and associated entities and individuals violated federal securities laws with unregistered offers and sales of DAO Tokens in exchange for "Ether," a virtual currency. The DAO has been described as a "crowdfunding contract" but it would not have met the requirements of the Regulation Crowdfunding exemption because, among other things, it was not a broker-dealer or a funding portal registered with the SEC and the Financial Industry Regulatory Authority.

"The innovative technology behind these virtual transactions does not exempt securities offerings and trading platforms from the regulatory framework designed to protect investors and the integrity of the markets," said Stephanie Avakian, Co-Director of the SEC's Enforcement Division.

Steven Peikin, Co-Director of the Enforcement Division added, "As the evolution of technology continues to influence how businesses operate and raise capital, market participants must remain cognizant of the application of the federal securities laws."

In light of the facts and circumstances, the agency has decided not to bring charges in this instance, or make findings of violations in the Report, but rather to caution the industry and market participants:  the federal securities laws apply to those who offer and sell securities in the United States, regardless whether the issuing entity is a traditional company or a decentralized autonomous organization, regardless whether those securities are purchased using U.S. dollars or virtual currencies, and regardless whether they are distributed in certificated form or through distributed ledger technology.

The SEC's Office of Investor Education and Advocacy today issued an investor bulletin educating investors about ICOs. As discussed in the Report, virtual coins or tokens may be securities and subject to the federal securities laws. The federal securities laws provide disclosure requirements and other important protections of which investors should be aware. In addition, the bulletin reminds investors of red flags of investment fraud, and that new technologies may be used to perpetrate investment schemes that may not comply with the federal securities laws.

The SEC's investigation in this matter was conducted in the New York office by members of the SEC's Distributed Ledger Technology Working Group (DLTWG) -- Pamela Sawhney, Daphna A. Waxman, and Valerie A. Szczepanik, who heads the DLTWG -- with assistance from others in the agency's Divisions of Corporation Finance, Trading and Markets, and Investment Management. The investigation was supervised by Lara Shalov Mehraban.

###  https://www.sec.gov/news/press-release/2017-131
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BIS]Bismuth - New Language, Interpretation Engines, DAPPs
by
Aetsen
on 16/07/2017, 18:01:48 UTC
Version 2 of the CPU Miner for ACC Pool has been released. See updated guide below. Note some changes for the launch file.

Ubuntu 16.04 Bismuth Mining Guide

Miner stats link "https://bismuth.acc-pool.pw/miners.php?"

1. Install server.

2. You can mine as root or create a new user.

3. Dependencies

   * sudo apt-get install python-twisted
   * sudo apt-get install python-pip
   * sudo apt-get install python-pip --fix-missing
   * sudo apt-get install python-socks
   * sudo apt-get install unzip

4. Download miner zip file

   * wget "https://www.dropbox.com/s/ih9il49vu9yw7n9/Minerv2.zip?dl=0"

5. Unzip Miner file

   * unzip Minerv2.zip?dl=0

6. CD into miner file

   * cd Miner

7. Create text file to use for launching miner

   * touch startminer.bash

8. Edit startminer.bash for your address, worker name and threads

   * nano startminer.bash

startminer.bash default text example to put in startminer.bash file

./miner fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a rig1    
    ^                                                            $                                                    &
  (^=do not change)  ($=your Bismuth address) (&=your rig name)

9. chmod files to be executable

   * chmod +x startminer.bash
   * chmod +x miner

9 1/2. (Optional for VPS) If on a hosted VPS and you want the miner to keep running after closing the SSH session run this.

   * tmux ( If not installed run * sudo apt-get install tmux )

Then run.

   * ./startminer.bash

Then press ctrl + b at the same time and then press d. You can then close the SSH session and the miner will keep running.

On reconnect to reopen to terminal window with the miner running use this command.

   * tmux attach
  

10. start miner using the startminer.bash file (If you used tmux for vps then no need to do this command again. Ignore 9 1/2 if installing to mine on a local machine)

   * ./startminer.bash

11. Link for node and wallet https://github.com/hclivess/Bismuth/releases/

If this file helped you please consider a donation of bismuth to my address fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BIS]Bismuth - New Language, Interpretation Engines, DAPPs
by
Aetsen
on 12/07/2017, 07:33:55 UTC
Updated guide for how to CPU mine Bismuth on the acc-pool.

Miner stats link "https://bismuth.acc-pool.pw/miners.php?"

Ubuntu 16.04 Bismuth Mining Guide

1. Install server.

2. You can mine as root or create a new user.

3. Dependencies

   * sudo apt-get install python-twisted
   * sudo apt-get install python-pip
   * sudo apt-get install python-pip --fix-missing
   * sudo apt-get install python-socks
   * sudo apt-get install unzip

4. Download miner zip file

   * wget "https://www.dropbox.com/s/7kihptpklkik2hb/Miner.zip?dl=0"

5. Unzip Miner file

   * unzip Miner.zip?dl=0

6. CD into miner file

   * cd Miner

7. Create text file to use for launching miner

   * touch startminer.bash

8. Edit startminer.bash for your address, worker name and threads

   * nano startminer.bash

startminer.bash default text example to put in startminer.bash file

./miner user fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a rig1 4    
    ^     ^                                     $                                                                 &  %
  (^=do not change)  ($=your Bismuth address) (&=your rig name) (%=number of threads. 1 thread per thread supported by your CPU ex. 4 core 8 thread CPU set to Cool

9. chmod files to be executable

   * chmod +x startminer.bash
   * chmod +x miner

9 1/2. (Optional for VPS) If on a hosted VPS and you want the miner to keep running after closing the SSH session run this.

   * tmux ( If not installed run * sudo apt-get install tmux )

Then run.

   * ./startminer.bash

Then press ctrl + b at the same time and then press d. You can then close the SSH session and the miner will keep running.

On reconnect to reopen to terminal window with the miner running use this command.

   * tmux attach
  

10. start miner using the startminer.bash file (If you used tmux for vps then no need to do this command again. Ignore 9 1/2 if installing to mine on a local machine)

   * ./startminer.bash

11. Link for node and wallet https://github.com/hclivess/Bismuth/releases/

If this file helped you please consider a donation of bismuth to my address fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a

Donate BTC to 1PD4VwvqzGsuUxq3E3SVGKAsCW9vpkoELm

Donate RISE to 10610987743669520729R

Thanks!
Post
Topic
Board Service Announcements (Altcoins)
Re: Tradesatoshi.com - CryptoCurrency Exchange
by
Aetsen
on 11/04/2017, 16:19:44 UTC
Admin please fix the XZC wallet. Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 19:33:21 UTC
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 05:43:41 UTC
7.3 GH/s now on the network  Shocked
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 05:20:23 UTC
Up 400% today and it's only began. When more miners come the supply will become very limited and the price will climb very quick. Mining hashrate is over 3 GH/s now on the network.
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 03:34:27 UTC
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 03:31:47 UTC
The coins are on the blockchains so when they get it back up and their wallets sync we will have our coins.
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 03:30:25 UTC
No they are still working on the issue I assume. Their internet may have crashed or something. I am sure they will have it fixed before long. It happens sometimes no big issue.
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 03:18:20 UTC
I made a basic signature. If anyone wants to make a better one feel free to post it Smiley

🍍【Solaris Coin】🍍
🔴【Follow Us on Twitter】【Bitcointalk ANN Thread】【Exchange】【Pool】🔴
Code:
🍍【[url=http://solariscoin.com/]Solaris Coin[/url]】🍍
🔴【[url=https://twitter.com/SolarisCoin]Follow Us on Twitter[/url]】【[url=https://bitcointalk.org/index.php?topic=1831629.0]Bitcointalk ANN Thread[/url]】【[url=https://www.cryptopia.co.nz/Exchange/?market=XLR_BTC]Exchange[/url]】【[url=http://pool.solariscoin.com]Pool[/url]】🔴
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 02:22:46 UTC
Awesome. Now we need to get on what to mine, coinwarz, etc. and see more development coming along. Smiley
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 02:04:10 UTC
They just posted to Twitter.

Cryptopia Exchange‏
@Cryptopia_NZ

Following
 More
Deposit and Withdraw issues are due to an internal networking issue. We're investigating with our hosting provider and working to resolve it
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 01:46:10 UTC
They just need to check their wallets. All are behind. I sent BTC and it's doing the same thing. I submitted a support ticket. They should get it fixed soon.
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 02/04/2017, 00:44:42 UTC
Price taking off and more miners. Need to get added to coin market cap and what to mine.
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 31/03/2017, 17:37:14 UTC
Using gateless gate miner. It's made from sgminer I think, but different. SGminer won't work for me on the pool at all for my computers. It opens and then crashes on all 4 of them, but only for Solaris coin.
Post
Topic
Board Announcements (Altcoins)
Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR
by
Aetsen
on 31/03/2017, 15:54:20 UTC
Fluctuations are normal, but dropping to 220MHS and below is not normal. I have also noticed SGminer no longer works on the pool for me as well so I had to use a different mining program to be able to mine.