Bitcoin Forum
March 19, 2024, 06:51:52 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 [166] 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 ... 242 »
  Print  
Author Topic: [ANN][THC] The Hempcoin (THC)  (Read 388927 times)
ropyu1978
Hero Member
*****
Offline Offline

Activity: 1904
Merit: 510


View Profile
December 14, 2015, 08:50:23 AM
 #3301

what happened Huh
1710831112
Hero Member
*
Offline Offline

Posts: 1710831112

View Profile Personal Message (Offline)

Ignore
1710831112
Reply with quote  #2

1710831112
Report to moderator
1710831112
Hero Member
*
Offline Offline

Posts: 1710831112

View Profile Personal Message (Offline)

Ignore
1710831112
Reply with quote  #2

1710831112
Report to moderator
1710831112
Hero Member
*
Offline Offline

Posts: 1710831112

View Profile Personal Message (Offline)

Ignore
1710831112
Reply with quote  #2

1710831112
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710831112
Hero Member
*
Offline Offline

Posts: 1710831112

View Profile Personal Message (Offline)

Ignore
1710831112
Reply with quote  #2

1710831112
Report to moderator
1710831112
Hero Member
*
Offline Offline

Posts: 1710831112

View Profile Personal Message (Offline)

Ignore
1710831112
Reply with quote  #2

1710831112
Report to moderator
fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
December 23, 2015, 06:57:40 AM
 #3302



Does anyone know who made this page?
https://www.blockexperts.com/hemp

Maybe they have a node service or something.

hemp1.blockexperts.com
hemp2.blockexperts.com
etc.


sillypothead
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 06, 2016, 06:01:47 PM
 #3303

Sup guys, been away for awhile.  Back working on the faucets.

Good to see coin still alive and the wallet problems fixed.  Faucet is backup, new algo and new look.  Check it out, see how it works.

http://sillypothead.com/thcfaucet/

SecretsOfCrypto
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250


Twitter Follow for no BS crypto: @SecretsOfCrypto


View Profile WWW
January 06, 2016, 06:05:36 PM
 #3304

Sup guys, been away for awhile.  Back working on the faucets.

Good to see coin still alive and the wallet problems fixed.  Faucet is backup, new algo and new look.  Check it out, see how it works.

http://sillypothead.com/thcfaucet/



Nice work!
sillypothead
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 06, 2016, 06:26:12 PM
 #3305


Nice work!

Thanks! But not to burst the bubble too soon, seems like my wallet is still showing phantom ballance.  The web interface will send but the command prompt gives:

Code:
error: {"code":-4,"message":"Error: The transaction was rejected.  This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here."}

I am trying to set up another wallet but i'm getting these errors. Anybody with any ideas?

Code:
main.cpp:19:53: warning: boost/random/uniform_int_distribution.hpp: No such file or directory
main.cpp: In function 'int generateMTRandom(unsigned int, int)':
main.cpp:1010: error: 'mt19937' is not a member of 'boost::random'
main.cpp:1010: error: expected ';' before 'gen'
main.cpp:1011: error: 'uniform_int_distribution' is not a member of 'boost::random'
main.cpp:1011: error: expected primary-expression before '>' token
main.cpp:1011: error: 'dist' was not declared in this scope
main.cpp:1012: error: 'gen' was not declared in this scope

sillypothead
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 08, 2016, 03:29:14 AM
 #3306

I was able to get it to compile.  Some helpful stuff that got me though.  Maybe it'll help someone down the road.

The above problem can be fixed with
Code:
sudo apt-get install libboost-all-dev

making a swap help with memory issues at compile time:
Code:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

if getting:
Code:
g++: error: /home/user/Desktop/onyx/Hempcoin/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/user/Desktop/onyx/Hempcoin/src/leveldb/libmemenv.a: No such file or directory
SOLUTION:
cd src/leveldb make libleveldb.a libmemenv.a
CD back to src and try to build it again.
If you get the following error trying to do the above,
/bin/sh: 1: ./build_detect_platform: Permission denied Makefile:18: build_config.mk: No such file or directory
chmod 755 src/leveldb/build_detect_platform
and try it again.

p's...
sillypothead
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 12, 2016, 05:11:16 AM
 #3307

Hi, if the dev or somebody who know what may be going with the faucet wallet?
I just created a new wallet and it seems the old problem is showing up again.

The balance keep showing the wrong balance again, right now about 6435.

There should be at most this much 4212 according to chain
https://www.blockexperts.com/hemp/address/HHgieKEH33VEB2gMGEKYD1PXDFBuudgKbA

I don't know what's making do that. Any help appreciated.
fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 18, 2016, 10:51:19 PM
 #3308

Hi, if the dev or somebody who know what may be going with the faucet wallet?
I just created a new wallet and it seems the old problem is showing up again.

The balance keep showing the wrong balance again, right now about 6435.

There should be at most this much 4212 according to chain
https://www.blockexperts.com/hemp/address/HHgieKEH33VEB2gMGEKYD1PXDFBuudgKbA

I don't know what's making do that. Any help appreciated.



I had this same problem with wrong balances. I never figured it out. I was hoping to switch to a newer blockchain technology. Bitcoin tech is so hard to work with compared to Ethereum. Neither Ethereum or Bitcoin currently scale but I hear Ethereum 2.0 is coming out sometime in like 8 to 16 months and it's going to be the best thing ever.

If Ethereum 2.0 really does scale then I would think we should switch to that code base.

For now... I have no idea what to do other than just wait. Hopefully the blockchain keeps moving on without problems.



fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 19, 2016, 12:04:48 AM
 #3309



http://coinofview.com/crowdfunding/coin/Hempcoin.html

This site shows over 1,000,000 transactions and over 300,000 that weren't mined blocks! That's a lot.


sillypothead
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
January 19, 2016, 11:15:54 PM
 #3310

Hi, if the dev or somebody who know what may be going with the faucet wallet?
I just created a new wallet and it seems the old problem is showing up again.

The balance keep showing the wrong balance again, right now about 6435.

There should be at most this much 4212 according to chain
https://www.blockexperts.com/hemp/address/HHgieKEH33VEB2gMGEKYD1PXDFBuudgKbA

I don't know what's making do that. Any help appreciated.



I had this same problem with wrong balances. I never figured it out. I was hoping to switch to a newer blockchain technology. Bitcoin tech is so hard to work with compared to Ethereum. Neither Ethereum or Bitcoin currently scale but I hear Ethereum 2.0 is coming out sometime in like 8 to 16 months and it's going to be the best thing ever.

If Ethereum 2.0 really does scale then I would think we should switch to that code base.

For now... I have no idea what to do other than just wait. Hopefully the blockchain keeps moving on without problems.


 I took the faucet down till we hear something from the dev.  This coin needs a serious update.  Ethereum code base would be interesting.
groggin
Legendary
*
Offline Offline

Activity: 1894
Merit: 1001



View Profile
January 20, 2016, 11:27:04 AM
 #3311



  much appreciation for the effort dude(s)  Smiley

loose the sword that is your pen or tongue [or bittorrent enabled computer] and help fight the so-called new world order   it is the enemy of humanity[/b][/url]  |  Sign-up @ Aurovine to get FREE HD music ... and coins!| |
grumpytiger211
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
January 21, 2016, 10:52:26 AM
 #3312

is this the coin that just got listed on c-cex HMP or is that a poser coin

fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 21, 2016, 10:46:59 PM
Last edit: January 21, 2016, 11:25:07 PM by fartbags
 #3313

is this the coin that just got listed on c-cex HMP or is that a poser coin


HMP is a different coin with this logo that looks like a kid made it.



This coin is known as THC on bittrex and HEMP on blockexperts. THC/HEMP uses the best logo of any cryptocoin

fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 21, 2016, 11:35:43 PM
 #3314




I was watching hempcoin before it launched. Maybe both the coin creators of THC and HMP know each other and got in a fight so they started 2 different coins.



fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 22, 2016, 05:54:31 AM
 #3315




The Hempcoin is registered with The Hemp Industries Association

http://www.thehia.org/Sys/PublicProfile/27969088/3721260




and can be contacted through thehia.org website at http://www.thehia.org/Sys/PublicProfile/SendEmail/27969088/3721260




KJMZNine
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
January 22, 2016, 06:04:18 AM
 #3316

whether these coins are still active?  Huh
fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 22, 2016, 06:07:29 AM
 #3317



I wonder if it's possible for someone from Hempcoin to be a speaker at the 23rd Annual HIA Conference.



fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 22, 2016, 06:16:50 AM
Last edit: January 22, 2016, 06:32:08 AM by fartbags
 #3318

whether these coins are still active?  Huh



THC needs some more users or supporters for sure! The network is working well. There are some supporters. It's a good cheap coin. If you're into coins that are only $5,000 marketcap then this one is probably the best choice. With 420 coming up in 3 months maybe this coin will attract some more users who will push up the marketcap when they enter. If someone wanted to store $10,000 worth of hemp profits, that the bank won't store. in this coin it would become popular very fast.



grumpytiger211
Full Member
***
Offline Offline

Activity: 213
Merit: 100



View Profile
January 23, 2016, 10:30:02 AM
 #3319

is this the coin that just got listed on c-cex HMP or is that a poser coin


HMP is a different coin with this logo that looks like a kid made it.



This coin is known as THC on bittrex and HEMP on blockexperts. THC/HEMP uses the best logo of any cryptocoin


thank you i almost baught the wrong one

fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
January 24, 2016, 12:32:51 AM
Last edit: January 24, 2016, 02:50:46 AM by fartbags
 #3320



This is the only exchange that sells THC right now:
https://www.bittrex.com/Market/Index?MarketName=BTC-THC




Pages: « 1 ... 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 [166] 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 ... 242 »
  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!