Pages:
Author

Topic: [ANN][THC] The Hempcoin (THC) - page 77. (Read 389163 times)

full member
Activity: 213
Merit: 100
January 21, 2016, 05:52:26 AM
is this the coin that just got listed on c-cex HMP or is that a poser coin
legendary
Activity: 1894
Merit: 1001
January 20, 2016, 06:27:04 AM


  much appreciation for the effort dude(s)  Smiley
full member
Activity: 131
Merit: 100
January 19, 2016, 06:15:54 PM
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.
legendary
Activity: 1190
Merit: 1004
January 18, 2016, 07:04:48 PM


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.

legendary
Activity: 1190
Merit: 1004
January 18, 2016, 05:51:19 PM
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.


full member
Activity: 131
Merit: 100
January 12, 2016, 12:11:16 AM
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.
full member
Activity: 131
Merit: 100
January 07, 2016, 10:29:14 PM
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...
full member
Activity: 131
Merit: 100
January 06, 2016, 01:26:12 PM

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

sr. member
Activity: 466
Merit: 250
Twitter Follow for no BS crypto: @SecretsOfCrypto
January 06, 2016, 01:05:36 PM
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!
full member
Activity: 131
Merit: 100
January 06, 2016, 01:01:47 PM
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/

legendary
Activity: 1190
Merit: 1004
December 23, 2015, 01:57:40 AM


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.

hero member
Activity: 1904
Merit: 510
December 14, 2015, 03:50:23 AM
what happened Huh
sr. member
Activity: 403
Merit: 250
December 11, 2015, 02:33:24 PM
Can help to be Noda
legendary
Activity: 1190
Merit: 1004
December 11, 2015, 02:25:17 PM


@HempCoin is back! Any luck getting the PoS part of this coin fixed?

What would help this problem? Another checkpoint added in?


sr. member
Activity: 312
Merit: 250
Graphic Designer & Programmer
December 10, 2015, 12:23:47 PM
Is there still an active dev on the project?  Looks like there has been some sort of attack on the blockchain that caused a pretty big rollback.  Not sure how reliable the blockchain is anymore...

REORGANIZE
REORGANIZE: Disconnect 959 blocks; 00000000f343f318311c..00000007249ce9a78655
REORGANIZE: Connect 960 blocks; 00000000f343f318311c..00000001048b227e9aa7
connection timeout
trying connection 162.243.1.45:21054 lastseen=111.7hrs
connection timeout
trying connection 187.75.249.154:21054 lastseen=11888.6hrs
CTxMemPool::accept() : accepted 1ac190a2b8 (poolsz 869)
CTxMemPool::accept() : accepted d6efbf9904 (poolsz 870)
CTxMemPool::accept() : accepted 97af6d799a (poolsz 871)
REORGANIZE: done
SetBestChain: new best=00000001048b227e9aa7  height=854312  trust=2505399878669  blocktrust=3  date=12/08/15 19:46:18


thanks,
richie@bittrex

I sent Richie a DM. We are still rolling after 30 months on the same wallet. Let me know how I can help with the chain.

This guy is trying to make a separate hempcoin: http://www.americanbankingnews.com/2015/12/09/rocky-mountain-ayre-inc-moves-closer-to-hempcoin-launch/


That's cool and all but where have you been for this whole time? Glad to see you're back to save it from delisting but people have been trying to get a hold of you to actually fix this coin and it doesn't seem like you've responded to those attempts.

What does the future actually hold for THC? POS is still broken so 30 months on the same wallet is completely moot.
full member
Activity: 179
Merit: 100
December 09, 2015, 03:56:41 PM
Is there still an active dev on the project?  Looks like there has been some sort of attack on the blockchain that caused a pretty big rollback.  Not sure how reliable the blockchain is anymore...

REORGANIZE
REORGANIZE: Disconnect 959 blocks; 00000000f343f318311c..00000007249ce9a78655
REORGANIZE: Connect 960 blocks; 00000000f343f318311c..00000001048b227e9aa7
connection timeout
trying connection 162.243.1.45:21054 lastseen=111.7hrs
connection timeout
trying connection 187.75.249.154:21054 lastseen=11888.6hrs
CTxMemPool::accept() : accepted 1ac190a2b8 (poolsz 869)
CTxMemPool::accept() : accepted d6efbf9904 (poolsz 870)
CTxMemPool::accept() : accepted 97af6d799a (poolsz 871)
REORGANIZE: done
SetBestChain: new best=00000001048b227e9aa7  height=854312  trust=2505399878669  blocktrust=3  date=12/08/15 19:46:18


thanks,
richie@bittrex

I sent Richie a DM. We are still rolling after 30 months on the same wallet. Let me know how I can help with the chain.

This guy is trying to make a separate hempcoin: http://www.americanbankingnews.com/2015/12/09/rocky-mountain-ayre-inc-moves-closer-to-hempcoin-launch/
hero member
Activity: 937
Merit: 1000
December 08, 2015, 09:17:51 PM
Is there still an active dev on the project?  Looks like there has been some sort of attack on the blockchain that caused a pretty big rollback.  Not sure how reliable the blockchain is anymore...

REORGANIZE
REORGANIZE: Disconnect 959 blocks; 00000000f343f318311c..00000007249ce9a78655
REORGANIZE: Connect 960 blocks; 00000000f343f318311c..00000001048b227e9aa7
connection timeout
trying connection 162.243.1.45:21054 lastseen=111.7hrs
connection timeout
trying connection 187.75.249.154:21054 lastseen=11888.6hrs
CTxMemPool::accept() : accepted 1ac190a2b8 (poolsz 869)
CTxMemPool::accept() : accepted d6efbf9904 (poolsz 870)
CTxMemPool::accept() : accepted 97af6d799a (poolsz 871)
REORGANIZE: done
SetBestChain: new best=00000001048b227e9aa7  height=854312  trust=2505399878669  blocktrust=3  date=12/08/15 19:46:18


thanks,
richie@bittrex
legendary
Activity: 994
Merit: 1000
October 27, 2015, 09:28:32 AM
I am planning on launching a weed coin market making asset in the coming days.
If anyone here wants to be involved, please send me a pm. I am looking for a few larger investors to get it off the ground.

The basic idea is as follows.
50% of the asset will be used to invest in various weedcoins to stake, the other 50% will be used for arbitrage and possibly HFT if I can find the right algo.
For the short term, 75% will be held back to reinvest in more staked coins and the 25% will be paid out as dividends, either weekly or twice a month depending on size and earnings.
To keep things simple it will probably launch on NXT Asset Exchange, but I will probably do colored coins as well.
hero member
Activity: 714
Merit: 500
@kryptographer
October 23, 2015, 10:56:24 AM
i'll take em
legendary
Activity: 1190
Merit: 1004
October 22, 2015, 12:01:08 PM
I wondering if anyone want to buy 1000 thc for a lose on my part of 0.000000009 btc.If so pm me because the coin is in danger of being delist.
RIP the offer this stand hmu before to late i even low the btc price.


The price of THC hit 28 satoshi yesterday on BITTREX. Why would you sell it for so cheap? Not many people trade with "Newbie" accounts. Especially when the deal is too good to be true. It sucks but it's the way it goes.

If you want to sell them to me you would have to send them to me first. Is that acceptable?


Pages:
Jump to: