Bitcoin Forum
October 01, 2025, 08:43:57 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes :: on: April 21, 2018, 03:17:37 AM
Looks interesting. Will be keeping an eye on this project.  Wink
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔺HADRON⠀AI:⠀BROWSER⠀MINING, AIRDROP⠀bounty,⠀Tesla⠀Stanford⠀Berkeley⠀team🔺 on: January 07, 2018, 04:47:24 AM
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.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: RISE | 1 Million RISE Give-Away | Delegate Contest on: August 31, 2017, 01:33:03 PM
Rise is now on https://www.coinspot.com.au/tradecoins for AU traders  Smiley
4  Economy / Marketplace / SEC Issues Investigative Report Concluding DAO Tokens, a Digital Asset, Were Sec on: July 26, 2017, 09:57:21 AM
 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
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BIS]Bismuth - New Language, Interpretation Engines, DAPPs on: July 16, 2017, 06:01:48 PM
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
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BIS]Bismuth - New Language, Interpretation Engines, DAPPs on: July 12, 2017, 07:33:55 AM
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!
7  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Tradesatoshi.com - CryptoCurrency Exchange on: April 11, 2017, 04:19:44 PM
Admin please fix the XZC wallet. Thanks.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 07:33:21 PM
Solaris Coin added to What To Mine https://whattomine.com/coins/179-xlr-nist5?utf8=%E2%9C%93&hr=300000&p=150.0&fee=0.0&cost=0.1&hcost=0.0&commit=Calculatehttps://whattomine.com/coins/179-xlr-nist5?utf8=%E2%9C%93&hr=300000&p=150.0&fee=0.0&cost=0.1&hcost=0.0&commit=Calculate
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 05:43:41 AM
7.3 GH/s now on the network  Shocked
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 05:20:23 AM
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.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 03:34:27 AM
when launched it?

March 18th 2017
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 03:31:47 AM
The coins are on the blockchains so when they get it back up and their wallets sync we will have our coins.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 03:30:25 AM
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.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 03:18:20 AM
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]】🔴
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 02:22:46 AM
Awesome. Now we need to get on what to mine, coinwarz, etc. and see more development coming along. Smiley
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 02:04:10 AM
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
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 01:46:10 AM
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.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: April 02, 2017, 12:44:42 AM
Price taking off and more miners. Need to get added to coin market cap and what to mine.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: March 31, 2017, 05:37:14 PM
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.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴 ⚒⚒ SOLARIS ⚒on Cryptopia ⚒NIST5⚒Pool launched ⚒ Android Wallet soon⚒XLR on: March 31, 2017, 03:54:20 PM
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.
Pages: [1] 2 3 4 5 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!