Author

Topic: [ANN][THC] The Hempcoin (THC) - page 220. (Read 389166 times)

sr. member
Activity: 476
Merit: 250
April 16, 2014, 06:47:52 PM
Hi guys, my name is Hemp Coin. I'm Pot Coin's little brother but cooler than him rolling in x11 algo.

Pass over some of that dank x11. I am sick of this scrypt schwag.
hero member
Activity: 714
Merit: 500
@kryptographer
April 16, 2014, 06:19:11 PM
Hi guys, my name is Hemp Coin. I'm Pot Coin's little brother but cooler than him rolling in x11 algo.
hero member
Activity: 714
Merit: 500
@kryptographer
April 16, 2014, 06:15:59 PM
We keep moving up everyday thanks to the support! Only been on mintpal voting for 2 weeks and surpassing sh*t coins like crazy!

Currently in spot spot 109 and moving fast.

Vote all day everyday!
sr. member
Activity: 386
Merit: 250
April 16, 2014, 02:02:08 PM
Is there any promotion going on about the change to X11?  It would probably be good to get that out.  Also, are you going to be releasing a customized kernel, or will we need to use the one for darkcoin?
full member
Activity: 140
Merit: 100
http://mine-coin.de
April 15, 2014, 04:34:14 PM
http://thc.mine-coin.de


back on tack... but the database was totally wired. contact me if there is something wrong.

please also contact me next time on fork! waiting for X11 update. pool is ready for x11
full member
Activity: 140
Merit: 100
http://mine-coin.de
April 15, 2014, 01:16:46 PM
http://thc.mine-coin.de/

My coins seem to be stuck in your pool. It says I have shares but the coins haven't been paid out.

Thanks

I will check the pool. sorry.

11X sound great!
hero member
Activity: 714
Merit: 500
@kryptographer
April 15, 2014, 12:12:24 PM
http://thc.mine-coin.de/

My coins seem to be stuck in your pool. It says I have shares but the coins haven't been paid out.

Thanks
hero member
Activity: 714
Merit: 500
@kryptographer
April 15, 2014, 11:45:12 AM
The announcement has brought in some new miners! THC is looking great, we have already moved into a top 3rd position on mintpal Smiley (currently spot 117 out of 371) We have strong support for this coin, new block explorer, paper wallet, intelligent dev team. WE ARE GOING TO THE MOON with this one!
legendary
Activity: 1190
Merit: 1004
April 15, 2014, 02:51:22 AM
It looks like there is a new block explorer that is working at:
http://hempcoin.org/bc/block_crawler.php

It is probably the worst block viewer I have ever seen but at least it is up to date with the block count!
legendary
Activity: 1190
Merit: 1004
April 14, 2014, 05:04:36 PM





The HempCoin Team is converting THC to the new 11X Algorithm

This will be tested completely and the switch will happen before Friday

All existing coins will be implemented with no problem

This will simply be a hard fork and require a new wallet download

All Current mining and Pools are just fine and coins are safe

We will advise when the transfer happens instantly and post the new wallet

Keep Mining HempCoin as we are preparing for several Hemp Vendors to start taking this coin



email: [email protected] with any questions







Great idea! I am going to enjoy the power savings as well as the heat and noise reduction.
legendary
Activity: 1288
Merit: 1000
April 14, 2014, 04:15:33 PM





The HempCoin Team is converting THC to the new 11X Algorithm

This will be tested completely and the switch will happen before Friday

All existing coins will be implemented with no problem

This will simply be a hard fork and require a new wallet download

All Current mining and Pools are just fine and coins are safe

We will advise when the transfer happens instantly and post the new wallet

Keep Mining HempCoin as we are preparing for several Hemp Vendors to start taking this coin



email: [email protected] with any questions







Nice, scrypt is gonna get rapped when the new scrypt asci's come out.
full member
Activity: 131
Merit: 100
April 14, 2014, 04:07:09 PM
anybody here have experience compiling for linux?

after i download the source from git. i ran

Code:
cd THC/src
make -f makefile.unix USE_UPNP=-

i get:
Code:
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/THC/src -I/root/THC/src/obj -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:244:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.

make: *** [obj/alert.o] Error 1

any help appreciated.

While inside THC/src

sudo mkdir obj
sudo make -f makefile.unix USE_UPNP=-


Thanks dude, that got it to compile.
hero member
Activity: 714
Merit: 500
@kryptographer
April 14, 2014, 03:37:19 PM





The HempCoin Team is converting THC to the new 11X Algorithm

This will be tested completely and the switch will happen before Friday

All existing coins will be implemented with no problem

This will simply be a hard fork and require a new wallet download

All Current mining and Pools are just fine and coins are safe

We will advise when the transfer happens instantly and post the new wallet

Keep Mining HempCoin as we are preparing for several Hemp Vendors to start taking this coin



email: [email protected] with any questions







THIS IS AMAZING!! Thank you dev team! This coin is going to be huge. Keep voting on mintpal guys Smiley
sr. member
Activity: 386
Merit: 250
April 14, 2014, 11:57:51 AM





The HempCoin Team is converting THC to the new 11X Algorithm

This will be tested completely and the switch will happen before Friday

All existing coins will be implemented with no problem

This will simply be a hard fork and require a new wallet download

All Current mining and Pools are just fine and coins are safe

We will advise when the transfer happens instantly and post the new wallet

Keep Mining HempCoin as we are preparing for several Hemp Vendors to start taking this coin



email: [email protected] with any questions







I think this will be a good move for the coin. Thanks for staying active.
full member
Activity: 179
Merit: 100
April 14, 2014, 10:43:16 AM





The HempCoin Team is converting THC to the new 11X Algorithm

This will be tested completely and the switch will happen before Friday

All existing coins will be implemented with no problem

This will simply be a hard fork and require a new wallet download

All Current mining and Pools are just fine and coins are safe

We will advise when the transfer happens instantly and post the new wallet

Keep Mining HempCoin as we are preparing for several Hemp Vendors to start taking this coin



email: [email protected] with any questions





hero member
Activity: 574
Merit: 500
April 14, 2014, 10:16:16 AM
anybody here have experience compiling for linux?

after i download the source from git. i ran

Code:
cd THC/src
make -f makefile.unix USE_UPNP=-

i get:
Code:
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/THC/src -I/root/THC/src/obj -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:244:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.

make: *** [obj/alert.o] Error 1

any help appreciated.

While inside THC/src

sudo mkdir obj
sudo make -f makefile.unix USE_UPNP=-
full member
Activity: 131
Merit: 100
April 13, 2014, 08:11:18 PM
anybody here have experience compiling for linux?

after i download the source from git. i ran

Code:
cd THC/src
make -f makefile.unix USE_UPNP=-

i get:
Code:
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/THC/src -I/root/THC/src/obj -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:244:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.

make: *** [obj/alert.o] Error 1

any help appreciated.
hero member
Activity: 714
Merit: 500
@kryptographer
April 13, 2014, 12:38:20 PM
Woah this coin is climbing the mintpal charts quick!! this is gonna be huge!  Keep voting guys, you can vote 5 times per hour
sr. member
Activity: 386
Merit: 250
April 13, 2014, 07:22:28 AM
just tried solo mining, got just 1 block in 2 hours. 

Were you lucky enough to get a bonus block?

BONUS Blocks  1% Chance of 1,750 Coins

BONUS Blocks  1% Chance at 16,750 Coins

I hit a bonus block of 7,000 when the bonus blocks were higher.
legendary
Activity: 1190
Merit: 1004
April 13, 2014, 02:02:49 AM
just tried solo mining, got just 1 block in 2 hours. 

Were you lucky enough to get a bonus block?

BONUS Blocks  1% Chance of 1,750 Coins

BONUS Blocks  1% Chance at 16,750 Coins
Jump to: