Ridjal (OP)
|
|
October 18, 2017, 04:21:32 PM Last edit: December 12, 2017, 02:45:33 PM by Ridjal |
|
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 KeccakWith 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. AMDSGMINER FOR DEBIAN/UBUNTU1 – 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-gmcd 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.zipNVIDIAHow 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.orgOFFICIAL BITCOINTALK THREAD: https://bitcointalk.org/index.php?topic=1809920.1320BLOCK 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_MININGThank you for participating in the security of the blockchain of creativechain.org! Happy mining!
|
|
|
|
Ridjal (OP)
|
|
October 18, 2017, 05:29:29 PM |
|
|
|
|
|
danielgoncalves
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 19, 2017, 10:36:04 AM |
|
Hi, If you interested to mine CREA, please visit our site www.rapidpools.comWe also have a telegram group in order to help you... All our team will help you with reactive support https://t.me/rapidpoolsOur 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
Activity: 42
Merit: 0
|
|
October 24, 2017, 02:15:12 PM |
|
D-2 before reward raise to 13. Comme mining on www.rapidpools.com. the most advanced pool for CREA.
|
|
|
|
NameTaken
|
|
October 24, 2017, 02:18:38 PM |
|
Tried compiling https://github.com/EntropyFactory/ccminer for Linux but 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
Activity: 42
Merit: 0
|
|
October 24, 2017, 03:07:43 PM |
|
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/ccminerYou can find a compiled release on internet... ccminer_cp. but if you want to do it by yourself on linux. Use this release You can also download directly the windows version on my pool from the home page. www.rapidpools.com
|
|
|
|
Ridjal (OP)
|
|
October 25, 2017, 09:15:49 PM |
|
|
|
|
|
Ridjal (OP)
|
|
October 26, 2017, 07:26:43 PM Last edit: October 26, 2017, 08:12:55 PM by Ridjal |
|
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 Happy mining!
|
|
|
|
Protus
|
|
October 27, 2017, 07:55:07 PM |
|
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
|
|
October 29, 2017, 03:13:13 PM |
|
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
|
|
October 30, 2017, 09:18:33 PM |
|
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/miningPayout : 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: ccminer -a keccakc -o stratum+tcp://pool.nosekefik.com:5130 -u <YOUR_ADDRESS> -p c=CREA Happy Mining =)
|
|
|
|
Ridjal (OP)
|
|
November 01, 2017, 10:25:28 PM |
|
|
|
|
|
whothehellcares
Newbie
Offline
Activity: 35
Merit: 0
|
|
November 02, 2017, 03:24:31 AM |
|
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/miningPayout : 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: 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
|
|
November 02, 2017, 06:34:12 AM |
|
you should put the roadmap in the first post
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
|
|
November 03, 2017, 01:29:50 PM |
|
Interesting. Will keep an eye on this thread #crysx
|
|
|
|
|
|
DevelopmentBank
|
|
November 05, 2017, 05:38:32 AM |
|
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?
|
|
|
|
|
sabercrypto
Member
Offline
Activity: 181
Merit: 10
|
|
November 05, 2017, 07:03:04 AM |
|
anybody how much hash you get from 1080ti or 1070
|
|
|
|
|