Bitcoin Forum
June 14, 2024, 04:18:50 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: CREATIVECOIN (CREA) MINING  (Read 21295 times)
Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
October 18, 2017, 04:21:32 PM
Last edit: December 12, 2017, 02:45:33 PM by Ridjal
Merited by CjMapope (5)
 #1


Welcome to the official Creativecoin (CREA) mining thread!

CREA is the first cryptocurrency created and designed to satisfy the needs of all creative communities that produce and distribute digital content. A global currency that doesn’t  belong to any state or government and can be used around the world without geographical or political barriers. The fact of being foreign to the fiduciary system makes impossible to create debt with it and its value does not depend on the intervention of any central bank. CREA uses up to 8 decimal divisible features that facilitates micropayments to all types of content. Transactions are made in real time and they are completed in a few minutes. The coin is designed to be impossible to counterfeit and can not be doubled without the network detecting it.

Mining CREA with Keccak

With the new algorithm change, Creativecoin can be mined with GPU leaving the Scrypt mining with ASIC behind. It is very common to fall into the misconception that Creativecoin [CREA] uses the same Maxcoin block verification system or derived because they use the same PoW algorithm. CREA uses Keccak as a PoW algorithm but also a double iteration of SHA256 (as Litecoin, Bitcoin) to calculate the Merkle Root of each block, while Maxcoin and derivatives use a single iteration of SHA256. This causes that if we try to mine with the default algorithm that comes with Keccak, in the most common pools (like UNOMP) our node will reject the block because the Merkle Root is not valid.

Several projects have been modified to be mined with this new concept, and the UNOMP algorithm module has been adapted to accept this way of mining.


GPU:

GenesisMining’s sgminer-gm software has been modified for GPU mining.


AMD

SGMINER FOR DEBIAN/UBUNTU

1 – Installing dependencies:

sudo apt-get update
sudo apt-get install libcurl4-openssl-dev pkg-config libtool libncurses5-dev git ocl-icd-opencl-dev dh-autoreconf

2 – Compiling:
git clone https://projects.owldevelopers.tk/cryptocoin/sgminer-gm
cd sgminer-gm
git submodule init
git submodule update
autoreconf -i //If not work use ./autogen.sh
CFLAGS=”-O2 -Wall” ./configure
make

3 – To install as command:
sudo make install

4 – Mine:
sgminer -k keccakc -v -X 9999 -o stratum+tcp// -u -p x

Download SG Miner CREA (WIN) (keccak-c): https://www.creativechain.org/wp-content/uploads/2017/10/SG-Miner-CREA-Win.zip

NVIDIA

How to compile ccminer with CREA support for Windows

– Install Visual Studio 2013 → https://my.visualstudio.com/Downloads?q=visual%20studio%202013&wt.mc_id=o~msft~vscom~older-downloads
– Install Cuda Toolkit → https://developer.nvidia.com/cuda-downloads
– Clone Repo → https://github.com/EntropyFactory/ccminer
– Open ccminer.sln with Visual Studio
– Choice you Architecture and select Release on toolbar selectors
– Built it with Ctrl+Shift+B
– When the build finishes, your binary will be on ccminer/[x64 or x86]/Release/ccminer.exe
– Now open a cmd and run it with ccminer.exe -a keccakc -o “stratum+tcp://link pool:9150” -u -p x


WEBSITE: www.creativechain.org

OFFICIAL BITCOINTALK THREAD: https://bitcointalk.org/index.php?topic=1809920.1320

BLOCK EXPLORER: https://chainz.cryptoid.info/crea/#

COIN DISTRIBUTION AND REWARDS:



POOLS AVAILABLE:



Mineblocks: http://mineblocks.co.uk/



Miningpool.shop: http://miningpool.shop/



Rapidpools: http://www.rapidpools.com/


Nosekefik: https://pool.nosekefik.com


Yiimp: http://yiimp.eu/


Altmining: http://almining.org

(Creativechain.org is not responsible for the operation of these pools)


For more information consult CREA MINING group on Telegram:
https://t.me/CREA_MINING

Thank you for participating in the security of the blockchain of creativechain.org!

Happy mining!

Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
October 18, 2017, 05:29:29 PM
 #2

Telegram group: https://t.me/CREA_MINING
danielgoncalves
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
October 19, 2017, 10:36:04 AM
 #3

Hi,
If you interested to mine CREA, please visit our site www.rapidpools.com

We also have a telegram group in order to help you... All our team will help you with reactive support
https://t.me/rapidpools

Our pool has a lot of functionnalities like:
- Charts with différents timescales providing
  + Pool hashrate
  + pool miners
  + pool blocks pending

- Workers page providing
  + Filters to find easely yours workers
  + Full compatibility with .workername for multiworkers miners
  + Workername page providing unpaid balance / total paids and lasts payouts with direct access to the transaction on blockchain

You can use your wallet address with .workername extension to mine on our pool. It permits you monitoring all your rigs directly.

We are also working on new functionnalities like email alerts, statistics regarding blocks found etc...

Happy Mining

Team www.Rapidpools.com
danielgoncalves
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
October 24, 2017, 02:15:12 PM
 #4

D-2 before reward raise to 13.
Comme mining on www.rapidpools.com. the most advanced pool for CREA.
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
October 24, 2017, 02:18:38 PM
 #5

Tried compiling https://github.com/EntropyFactory/ccminer for Linux but

Code:
nvcc -Xcompiler -fPIC -gencode=arch=compute_61,code=\"sm_61,compute_61\" -I/usr/local/cuda/include -I.  --ptxas-options="-v" --maxrregcount=128 -o equi/cuda_equi.o -c equi/cuda_equi.cu 
nvcc fatal   : Unsupported gpu architecture 'compute_61'
make[2]: *** [equi/cuda_equi.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/ccminer-nvsettings.Tpo .deps/ccminer-nvsettings.Po
mv -f .deps/ccminer-cuda.Tpo .deps/ccminer-cuda.Po
mv -f equi/.deps/ccminer-equihash.Tpo equi/.deps/ccminer-equihash.Po              
mv -f .deps/ccminer-ccminer.Tpo .deps/ccminer-ccminer.Po
make[2]: Leaving directory `/root/ccminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ccminer'
make: *** [all] Error 2
danielgoncalves
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
October 24, 2017, 03:07:43 PM
 #6

That miner doesn't perform very well... Try this one. About 20% better... Wich version of cuda are you using. Compute_61 is for pascal cards and for recent cuda version...
https://github.com/cornz/ccminer
You can find a compiled release on internet... ccminer_cp. but if you want to do it by yourself on linux. Use this release Wink
You can also download directly the windows version on my pool from the home page.

www.rapidpools.com
Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
October 25, 2017, 09:15:49 PM
 #7

Take a look at:

http://bitcoinschannel.com/nvidia-ccminer-fork-with-support-for-keccakc-for-creativecoin-crea/
Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
October 26, 2017, 07:26:43 PM
Last edit: October 26, 2017, 08:12:55 PM by Ridjal
 #8



Creativecoin (CREA) block rewards increases!

Creativecoin begins a new era. Following the succession marked by the Fibonacci since the Genesis block, the reward per mine block increases from block 75.025 going from 8 to 13 CREA. We welcome all new miners who want to collaborate with the Creativecoin network Smiley

Happy mining!
Protus
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
October 27, 2017, 07:55:07 PM
 #9


Creativecoin is now featured on HolyTransaction!

The whole team of Creativechain is proud to announce that Creativecoin [ CREA ] is featured on Holytransaction, one of the world’s first multi-currency web-wallets, along with other 15 active coins as Ethereum, Decred, Zcash, Dash, Litecoin, the recent added PIVX, and, obviously, Bitcoin.

HolyTransaction is managed by Francesco Simonetti, a well known member of the Italian Bitcoin Community, founder in 2013 of the Rome Bitcoin Meetup, co-founder of the Blockchain Education Network Italia, co-founder of the Bitcoin Foundation Italia and Assob.it.

Holytransaction pretends to become the easiest solution to store, handle and convert different type of cryptocurrencies while maintaining high standards of security and privacy for users.

Choosing a username, a password, an email and your country of residence, are the only things required to be in one of the simplest and easy-to-use web wallets. To add CREA to your lobby simply click on  “+”  and select Creativecoin.

Your CREA address will appear and you will be able to deposit and manage your coins; obviously you can send coins to other addresses (instantly if the wallet is another HolyTransactions wallet), buy other cryptocurrencies supported by the system and check the exchange rate of any pair listed. In addition, you can see your transaction and exchanges history.

To easily manage CREA and other cryptocurrencies, HolyTransaction offers a suitable, safe and easy to use interface.
Protus
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
October 29, 2017, 03:13:13 PM
 #10


Another great news for Creativechain !!
Flyp.me, the new instant accountless crypto exchange adds Creativecoin

Flyp.me is the instant accountless exchange that doesn't require any registration, email or ID verification: only the user's crypto address.
After the success achieved in its recently completed ICO, Flyp.me team has launched its platform, a fully working crypto exchange that boosts competitive exchange rates and offers more privacy that any of its competitors. Users can instantly exchange every listed cryptocurrency straight to their wallet.

Creativecoin (CREA) is present on Flyp.me, so the users of the platform can now trade CREA in one of the safest exchanges where users are always in control of their data. Flyp.me doesn’t hold users’ funds nor the private keys and it sends the amount exchanged back to the user as soon as the user’s transaction is confirmed on the blockchain.

Creativechain Team is very proud to be part of this new exchange concept with the most competitive rates. It will definitely be a way to make more users know Creativecoin (CREA).
To start using CREA on Flyp.me, you just need to visit  https://flyp.me/  and follow the simple steps indicated.


nosekefik
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
October 30, 2017, 09:18:33 PM
 #11

NEW POOL FOR CREA!

It's based on YiiMP, no registration is needed :

Stratum  : pool.nosekefik.com:5130
User     : YOUR_ADDRESS
Password : c=CREA

Website : https://pool.nosekefik.com/site/mining
Payout   : Every 20min, min 0.5 CREA
Fee        : 0% until Nov 15, later 0.5%

You can adjust your diff setting ,d=<DIFF> on -p param

Example:
Code:
 ccminer -a keccakc -o stratum+tcp://pool.nosekefik.com:5130 -u <YOUR_ADDRESS> -p c=CREA  

Happy Mining =)

Try my new pool  --> https://pool.nosekefik.com
Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
November 01, 2017, 10:25:28 PM
 #12



Roadmap updated! 🚀

Detailed info: https://www.creativechain.org/roadmap/
whothehellcares
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
November 02, 2017, 03:24:31 AM
 #13

NEW POOL FOR CREA!

It's based on YiiMP, no registration is needed :

Stratum  : pool.nosekefik.com:5130
User     : YOUR_ADDRESS
Password : c=CREA

Website : https://pool.nosekefik.com/site/mining
Payout   : Every 20min, min 0.5 CREA
Fee        : 0% until Nov 15, later 0.5%

You can adjust your diff setting ,d=<DIFF> on -p param

Example:
Code:
 ccminer -a keccakc -o stratum+tcp://pool.nosekefik.com:5130 -u <YOUR_ADDRESS> -p c=CREA  

Happy Mining =)

If you are going to announce a pool availability..... it should actually be available.
doktor83
Hero Member
*****
Offline Offline

Activity: 2576
Merit: 626


View Profile WWW
November 02, 2017, 06:34:12 AM
 #14

you should put the roadmap in the first post

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
chrysophylax
Legendary
*
Offline Offline

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
November 03, 2017, 01:29:50 PM
 #15

Interesting.

Will keep an eye on this thread Smiley

#crysx

Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
November 04, 2017, 05:59:33 PM
 #16

you should put the roadmap in the first post
Hi, thanks but this is the mining thread. You can see info about the project here: https://bitcointalk.org/index.php?topic=1809920
Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
November 05, 2017, 05:26:41 AM
 #17

main post info updated with a new pool available  Smiley :  pool.nosekefik.com
DevelopmentBank
Full Member
***
Offline Offline

Activity: 406
Merit: 110


View Profile
November 05, 2017, 05:38:32 AM
 #18

Nice marketing materials. Your coin looks promising.

I believe I speak for many users here when I ask if you can give us some basic mining profitability calculations.
I understand its using keccak algorithm but is mining CREA profitable? Not many people know or trust your coin yet so they will most probably only mine it now if it is profitable to do so at current rates. Can it be sold at any other exchange aside from flyp.me?
Ridjal (OP)
Sr. Member
****
Offline Offline

Activity: 567
Merit: 255



View Profile
November 05, 2017, 05:59:00 AM
 #19

Nice marketing materials. Your coin looks promising.

I believe I speak for many users here when I ask if you can give us some basic mining profitability calculations.
I understand its using keccak algorithm but is mining CREA profitable? Not many people know or trust your coin yet so they will most probably only mine it now if it is profitable to do so at current rates. Can it be sold at any other exchange aside from flyp.me?

Thanks for your interest in Creativecoin (CREA)

Please check this link for profitability: https://whattomine.com/coins/199-crea-keccak

Exchanges where CREA is available:

Cryptopia
https://www.cryptopia.co.nz/Exchange/?market=CREA_BTC

Coinexchange
https://www.coinexchange.io/market/CREA/BTC

Bitgrail
https://bitgrail.com/market/BTC-CREA

Flyp.me
https://flyp.me/

HolyTransaction
https://holytransaction.com/


Happy trading! And thanks again for trusting us
sabercrypto
Member
**
Offline Offline

Activity: 181
Merit: 10


View Profile
November 05, 2017, 07:03:04 AM
 #20

anybody how much hash you get from 1080ti or 1070
Pages: [1] 2 3 »  All
  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!