Author

Topic: [ANN] Ħ [HODL] 5% Interest. No Staking Req. Term Deposits 10%. Solo Mining. - page 258. (Read 472793 times)

hero member
Activity: 658
Merit: 500
Can i run mining on one wallet at more than 2PCs?

Please clarify your question? Do you mean you are pointing 2PC's at the same address? Like -miningaddress="address" bc this is just fine to do.. Do you mean that you want to pool both PC's resources to the same wallet?
i mean that i will copy this wallet.dat to PC2 and run PC1, PC2 at the same time Smiley
legendary
Activity: 1428
Merit: 1030
what is difference mining supply and interest supply??  Huh

HODL is created in two ways . . . by mining . . . that's 50 additional HODL per block at the moment . . . and awarded as interest . . . which varies but always goes to existing balances.

The interest supply is large, but not really inflationary as it is going to existing hodlers - it's more like an ongoing stock-split. The mining supply is quite large at the moment, but will shrink in percentage terms quite quickly, so HODL will actually be a very low-inflation coin in a year or so.



hero member
Activity: 750
Merit: 500
what is difference mining supply and interest supply??  Huh

page one is your friend! Wink
hero member
Activity: 1106
Merit: 502
what is difference mining supply and interest supply??  Huh
sr. member
Activity: 490
Merit: 250
Still can't open the wallet!

Installation worked fine, but when I try to run the .exe with user or admin privileges, the splash screen loads as normal, minimizes to an icon in the taskbar, but disappears upon mouse-over (not even running at this point).  What gives? Should I be doing something differently?


Man I wish we could help... not one of us have seen this nor do we have an idea what could be causing it... Maybe someone out there has seen something like it before?
sr. member
Activity: 490
Merit: 250
Can i run mining on one wallet at more than 2PCs?

Please clarify your question? Do you mean you are pointing 2PC's at the same address? Like -miningaddress="address" bc this is just fine to do.. Do you mean that you want to pool both PC's resources to the same wallet?
sr. member
Activity: 490
Merit: 250


Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.

GUI has further library dependencies
Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler


I am not a Linux user so have not idea what this says. can a person make a guide for idiots. start to end, 1,2,3,steps for idiot linix usiers. on ubuntu 14.04.

So if your not a Linux user is there a reason you are using Linux?
legendary
Activity: 1554
Merit: 1001
Can i run mining on one wallet at more than 2PCs?

No it is best to run individual wallets per PC otherwise problems can occur.

Mine on a separate wallet each PC and then just transfer the balance (if you get any) to your main wallet.
hero member
Activity: 658
Merit: 500
Can i run mining on one wallet at more than 2PCs?
hero member
Activity: 532
Merit: 500
Offer escrow, receive negative trust
Still can't open the wallet!

Installation worked fine, but when I try to run the .exe with user or admin privileges, the splash screen loads as normal, minimizes to an icon in the taskbar, but disappears upon mouse-over (not even running at this point).  What gives? Should I be doing something differently?
full member
Activity: 245
Merit: 100


Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.

GUI has further library dependencies
Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler


I am not a Linux user so have not idea what this says. can a person make a guide for idiots. start to end, 1,2,3,steps for idiot linix usiers. on ubuntu 14.04.
hero member
Activity: 750
Merit: 500


Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.

GUI has further library dependencies
Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
full member
Activity: 245
Merit: 100


Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.
full member
Activity: 145
Merit: 100
this project is gaining success day by day i wonder why till now all those LLC havent sniffed in where we can exchange this puppy Smiley
wait,wait,I need to mine more before it get listed. Grin
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
this project is gaining success day by day i wonder why till now all those LLC havent sniffed in where we can exchange this puppy Smiley
sr. member
Activity: 490
Merit: 250
PLEASE GUYS! somebody upload a Linux wallet Cheesy

Ok, I will bite, do you not know how to compile your own? Do you need some help?


Reference the above guide.. But that is more for a headless Linux so omit the "--without-gui" if you would like the GUI
sr. member
Activity: 490
Merit: 250


Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop


legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
PLEASE GUYS! somebody upload a Linux wallet Cheesy

Ok, I will bite, do you not know how to compile your own? Do you need some help?
hero member
Activity: 658
Merit: 500
I invest whole of my mining money 50HODL for 1 years Smiley... I believe on our project will grow up!
Jump to: