Pages:
Author

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

member
Activity: 99
Merit: 10
December 27, 2016, 06:16:09 PM

Do you guys have a bootstrap file?  It takes forever to sync up for the first time.  Just installed the new wallet.   Cool

try this one

http://www.bitcoinlasvegas.net/files/Hempcoin-blockchain-Nov2016.rar


Thank you very much! did the trick, finally staking Grin

full member
Activity: 180
Merit: 100
December 24, 2016, 03:33:26 PM
Ahhh YES the crop has to mature!!  I will be patiently waiting for day 45 to see how my millionaire THC wallet will reward me.  I'm sure the stakes will be HIGH  Roll Eyes

[45 days is not bad, about autoflower speed]
hero member
Activity: 589
Merit: 500
December 24, 2016, 11:02:46 AM
My newly installed Hempcoin wallet is finally in sync thanks to the bootstrap file.  Just moved a sizable sum of THC to my wallet for staking.  How long on average until we start seeing some rewards?  Right now when I hover the mouse over the mining symbol it says 'no suitable inputs were found'.  I currently have 5 connections to the Hempcoin network.

45 days.
full member
Activity: 180
Merit: 100
December 24, 2016, 10:29:44 AM
My newly installed Hempcoin wallet is finally in sync thanks to the bootstrap file.  Just moved a sizable sum of THC to my wallet for staking.  How long on average until we start seeing some rewards?  Right now when I hover the mouse over the mining symbol it says 'no suitable inputs were found'.  I currently have 5 connections to the Hempcoin network.
full member
Activity: 147
Merit: 100
DopeCoin! My Green Goddess!
December 23, 2016, 02:54:39 PM
legendary
Activity: 1764
Merit: 1022
December 23, 2016, 11:13:09 AM
I've updated my wallet and it is now staking. Thanks!

full member
Activity: 180
Merit: 100
December 23, 2016, 10:43:28 AM
Do you guys have a bootstrap file?  It takes forever to sync up for the first time.  Just installed the new wallet.   Cool

try this one

http://www.bitcoinlasvegas.net/files/Hempcoin-blockchain-Nov2016.rar

I'm pretty stoked on the fast response, thank you buddy!!!  High Times ahead  Grin
legendary
Activity: 1894
Merit: 1001
December 23, 2016, 05:15:31 AM
Do you guys have a bootstrap file?  It takes forever to sync up for the first time.  Just installed the new wallet.   Cool

try this one

http://www.bitcoinlasvegas.net/files/Hempcoin-blockchain-Nov2016.rar
full member
Activity: 180
Merit: 100
December 23, 2016, 04:08:00 AM
Do you guys have a bootstrap file?  It takes forever to sync up for the first time.  Just installed the new wallet.   Cool
full member
Activity: 181
Merit: 100
December 22, 2016, 01:25:45 PM
 Grin

Turned out much better than expected.

It's up to all of you to help make Hepmcoin Great Again!

Best Wishes to the HEPMCOIN Team!


















Trance
hero member
Activity: 804
Merit: 500
DAO ↔ DApp
December 18, 2016, 11:42:52 PM

Does anyone have instructions on the easiest way to get this built and running on linux with the command line? It might be really useful for people if they want to set up a node and stake on something like https:/do.co or on a VPS.

I find it a lot more relaxing to rent hosting and run a node for a cryptocoin than running them from home.


Do the Dependency Build Instructions in build-unix.md in Bitcoin repo https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md (ZMQ is not needed)

Then get the repo.
Code:
git clone https://github.com/hempcoin-project/THC
cd into the src folder
Code:
cd THC/src
build
Code:
make -f makefile.unix USE_UPNP=-

If your node has less than 2GB of RAM, you'll need to create a swapfile.

Thanks. Have you studied docker at all? I'm going to try and get this set up with docker.
hero member
Activity: 589
Merit: 500
December 17, 2016, 07:22:58 PM

Does anyone have instructions on the easiest way to get this built and running on linux with the command line? It might be really useful for people if they want to set up a node and stake on something like https:/do.co or on a VPS.

I find it a lot more relaxing to rent hosting and run a node for a cryptocoin than running them from home.


Do the Dependency Build Instructions in build-unix.md in Bitcoin repo https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md (ZMQ is not needed)

Then get the repo.
Code:
git clone https://github.com/hempcoin-project/THC
cd into the src folder
Code:
cd THC/src
build
Code:
make -f makefile.unix USE_UPNP=-

If your node has less than 2GB of RAM, you'll need to create a swapfile.
hero member
Activity: 804
Merit: 500
DAO ↔ DApp
December 17, 2016, 06:32:31 PM
I get this error when I try to run the new version of hempcoin. I don't see any wallet.dat or hempcoin.conf in the .Hempcoin folder. There's the other stuff though.


debug.log:
Hempcoin version v2.0.0.0 (2016-12-17)
Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
Startup time: 12/17/16
Default data directory /home/hempcash/.Hempcoin
Used data directory /home/hempcash/.Hempcoin
dbenv.open LogDir=/home/hempcash/.Hempcoin/database ErrorFile=/home/hempcash/.Hempcoin/db.log
ERROR: CDB() : error Invalid argument (22) opening database environment
Hempcoin: Error initializing database environment /home/hempcash/.Hempcoin! To recover, BACKUP THAT DIRECTORY, then remove everything from it except for wallet.dat.
Flush(false) db not started
StopNode()
Flushed 0 addresses to peers.dat  21ms
Flush(true) db not started
Hempcoin exited


db.log:
BDB0055 illegal flag specified to DB_ENV->open



I emptied the directory and get that error message again.



*Note* OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable. The OpenSSL should be updated to 1.0.1g or higher.
hero member
Activity: 804
Merit: 500
DAO ↔ DApp
December 17, 2016, 05:57:31 PM

I've been learning docker https://www.docker.com/

I might try setting up hempcoin on docker to practice docker some more. Would anyone want to help me with that?
hero member
Activity: 804
Merit: 500
DAO ↔ DApp
December 17, 2016, 05:47:14 PM
the updated wallet release was scheduled for today, it is ready to go i just need to contact hempcoin first to get the final git stuff pushed through and give him all the executables to post for you guys. so thats all thats left. new version is 2.0.0.0



also, i know someone asked about why i did what i did with the key.cpp CKey::Sign function, here is the explaination (this references bitcoin BIP32 among some other things)

The problem is that if (R,S) is a valid ECDSA signature for a given message and public key, (R,-S) is also valid. Modulo N (the order of the secp256k1 curve), this means that both (R,S) and (R,N-S) are valid. Given that N is odd, S and N-S have a different lowest bit. We solve the problem by forcing signatures to have a low malleability S value.

this issue was originally found in Oct of 2012 by Sergio_Demian_Lerner here: https://bitcointalksearch.org/topic/m.1245898


Thank you. Good job. I approved your pull request.

Fantastic, Hempcoin 2.0 is here!

hero member
Activity: 804
Merit: 500
DAO ↔ DApp
December 17, 2016, 05:46:25 PM

Does anyone have instructions on the easiest way to get this built and running on linux with the command line? It might be really useful for people if they want to set up a node and stake on something like https:/do.co or on a VPS.

I find it a lot more relaxing to rent hosting and run a node for a cryptocoin than running them from home.


This is what I recorded last time I tried to install hempcoin

Code:
//how to build hempcoin on debian digital ocean.

sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev
sudo apt-get install git
git clone https://github.com/hempcoin-project/THC.git
cd THC/src/
apt-get update && apt-get upgrade
apt-get install ntp git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev
sudo apt-get install miniupnpc
sudo apt-get install libboost-all-dev
sudo apt-get install libboost-devel
sudo apt-get install libdb++-dev
sudo apt-get install libminiupnpc-dev
free
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free
make -f makefile.unix hempcoind

The free swap stuff in there allows this to install on servers with limited RAM.
hero member
Activity: 804
Merit: 500
DAO ↔ DApp
December 17, 2016, 05:42:54 PM

Does anyone have instructions on the easiest way to get this built and running on linux with the command line? It might be really useful for people if they want to set up a node and stake on something like https:/do.co or on a VPS.

I find it a lot more relaxing to rent hosting and run a node for a cryptocoin than running them from home.
legendary
Activity: 1894
Merit: 1001
December 17, 2016, 02:53:42 PM
great news, thank you Griffith!  Cheesy
hero member
Activity: 589
Merit: 500
December 17, 2016, 08:26:15 AM
the updated wallet release was scheduled for today, it is ready to go i just need to contact hempcoin first to get the final git stuff pushed through and give him all the executables to post for you guys. so thats all thats left. new version is 2.0.0.0



also, i know someone asked about why i did what i did with the key.cpp CKey::Sign function, here is the explaination (this references bitcoin BIP32 among some other things)

The problem is that if (R,S) is a valid ECDSA signature for a given message and public key, (R,-S) is also valid. Modulo N (the order of the secp256k1 curve), this means that both (R,S) and (R,N-S) are valid. Given that N is odd, S and N-S have a different lowest bit. We solve the problem by forcing signatures to have a low malleability S value.

this issue was originally found in Oct of 2012 by Sergio_Demian_Lerner here: https://bitcointalksearch.org/topic/m.1245898


Thank you. Good job. I approved your pull request.
Pages:
Jump to: