Bitcoin Forum
May 07, 2024, 04:56:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
261  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 3649% for Early Hodlers on: March 05, 2016, 10:35:59 PM
Not work for windows server 2008  Sad "This Application Request the runtime to terminate it an unusual way "  HELP ! Sad

It worked fine on all my windows server 2008 testing.. Where you trying to use more then 2gb of ram?
262  Alternate cryptocurrencies / Mining (Altcoins) / Re: HOdlcoin CPU Solo Mining Guide on: March 05, 2016, 10:26:34 PM
stil nothing with my i7, but i'm using only 3 core otherwise i will not be able to do anything else
how long does it take for 1 block?

This is odd.. I have a i7-3820 running 8 cores 100% and I have a lot open..

2 windows of chrome open with 50+ tabs open in them..
1 firefox window open with 20 tabs open..
Adobe PS open with 8 windows open inside
8 windows of Putty open
excel open..
4 other wallets open
23 windows of Paint open..

all on 3 monitors


Sidenote 3 threads will round up to 4.. Threads must be powers of 2 (2,4,8...)
263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 3649% for Early Hodlers on: March 05, 2016, 06:20:15 AM
Ok we are added a BTC donation address to the CPU miner bounty... Some of you may not have HOdl to donate and this will give you a way to get your PC's mining HODlcoin in a pool.. Both freetrade and I will hodl the private Key in case something bad happens to one of us..

at time of post we have 0.103944 BTC   

https://blockchain.info/address/1BountyELvhYAqKFPr6aFCBKyAJTjywoqW
264  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [HODL] Bounty for CPU Miner - Now at Ħ4000 on: March 05, 2016, 06:15:12 AM
Ok time to add the BTC address to the OP.. freetrade and I both will hOdl this BTC private key just in case something happes to one of us..


https://blockchain.info/address/1BountyELvhYAqKFPr6aFCBKyAJTjywoqW


Already at a nice start at 0.103944 BTC
265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 03, 2016, 06:08:31 PM
how do we mine on windows?
 never done it before so im new to all this stuff and im really interested in mining


https://github.com/HOdlcoin/HOdlcoin/blob/HODLCoin0.11.3/doc/README.md

This is interesting the other wallet that I have that can mine on wallet with built in mining is bytecoin I'm glad there is another one like Bytecoin I will get the wallet and start mining this coin one of the thing that also attracted me to this coin is the POS intererest


It's important to know that HOdlcoin is 100% PoW.. we are not PoS.. interest is a new function added to the blockchian.. everyone earns interest evenly and you dont have to have a wallet open on your PC.. 
266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 03, 2016, 07:44:06 AM
267  Alternate cryptocurrencies / Mining (Altcoins) / Re: HOdlcoin CPU Solo Mining Guide on: March 02, 2016, 06:24:40 PM
Is it possible to change the RAM usage on a windows wallet, if so how?



If you missed it and don't feel like reading through the thread to use -miningaddress="address" and or optimize your miner see below

1. Make sure your wallet is closed

2. Make sure your Hodlcoin-qt.exe is on your Desktop

3. Bring up Run (Press [Window] + [R] on your keyboard)

4. Paste below in Run
%userprofile%\Desktop\HOdlcoin-qt.exe  -gen=1 -minermemory=2 -genproclimit=4 -miningaddress="address"

*Note put your address in place of "address" like this "HEX8QLWqQ7p7MFNiN8CMrMjC2CYAy8pwi9"
**Note minermemory should be "1" or "2" on windows any higher and you ger a Runtime error
***Note minermemory is the amount of Ram your using and must be multiplied by genproclimit to equal totale Threads you would like to use example (-minermemory=2 -genproclimit=4 is 8 Threads)


I see now, thanks! Cheesy

If you don't want to type it out every time you start the wallet you can just make a batch file in the same location as your wallet that says the same thing and just click the batch file to start your miner.  If you don't know how, just make a .txt file with notepad and once you save it, change the file extension type to .bat



In note pad type this

Code:
rpcuser=username
rpcpassword=password
rpcport=11989
gen=1
minermemory=2
genproclimit=4
miningaddress=yourwalletaddresshere

Then Save like this
1. In the Save as type dropdown box Select: All Files
2. File name: hodlcoin.conf
3. Save it to hodlcoin folder

Note: if you need help finding the folder just save it to the Desktop, then Search for %appdata%\hodlcoin Drag/Drop new hodlcoin.conf from Desktop to hodlcoin folder
268  Alternate cryptocurrencies / Mining (Altcoins) / Re: HOdlcoin CPU Solo Mining Guide on: March 02, 2016, 04:59:07 PM
Is it possible to change the RAM usage on a windows wallet, if so how?



If you missed it and don't feel like reading through the thread to use -miningaddress="address" and or optimize your miner see below

1. Make sure your wallet is closed

2. Make sure your Hodlcoin-qt.exe is on your Desktop

3. Bring up Run (Press [Window] + [R] on your keyboard)

4. Paste below in Run
%userprofile%\Desktop\HOdlcoin-qt.exe  -gen=1 -minermemory=2 -genproclimit=4 -miningaddress="address"

*Note put your address in place of "address" like this "HEX8QLWqQ7p7MFNiN8CMrMjC2CYAy8pwi9"
**Note minermemory should be "1" or "2" on windows any higher and you ger a Runtime error
***Note minermemory is the amount of Ram your using and must be multiplied by genproclimit to equal totale Threads you would like to use example (-minermemory=2 -genproclimit=4 is 8 Threads)
269  Alternate cryptocurrencies / Mining (Altcoins) / Re: HOdlcoin CPU Solo Mining Guide on: March 02, 2016, 08:36:34 AM
I'm interested in mining HODL on a VPS, does vultr or digitalocean care about the constant 100% CPU usage?

Has any of you gotten a dispute over it? if not, how has the mining been going in terms of hashrate? I have $20 lying around to spend on a VPS.

I haven't seen too much back lash from mining on these services.. but you should read all the terms.. that out of the way.. your best bet would be Vultr.. Hash is subjective.. so I cant give you a nice chart but on avg. we are seeing ~15h/s per vCPU/core

Ah, so it'd be similar to mining HODL on my i5-4590. I get around 80 h/sec with 1GB assigned, I have tried running with 2GB, I did not see an improvement even after adding up the halved hashrate.
So far I've found two blocks within a day and that was two weeks ago (CPU was running at 80C)  Grin
Since then I've ordered a heatsink and it's been running at 40C at full load, I could keep my PC running all day long mining HODL, I'm interested what are the chances of finding a block with such hardware, I've read that you guys were sometimes really lucky to find 6 blocks in a day with a VPS.

Though it's fun being part of a fair mining competition, compared to an altcoin launch that uses a SHA256/SCRYPT POW.

Adding up all the costs, I'd say mining HODL is profitable in the long run, though I'm really new to all of this.

If anyone is mining on a laptop or desktop, a high CPU temperature is what you should be worried about, get a cheap heatsink for your PC, if you're on a laptop, clean the dust out and make sure it has a good airflow so it doesn't overheat.

Well 6 blocks per day right now is running many servers.. like 56 vCPU

Edit: sry I was a way off.. 56 vCPU is more like 13 blocks per day
270  Alternate cryptocurrencies / Mining (Altcoins) / Re: HOdlcoin CPU Solo Mining Guide on: March 02, 2016, 08:24:34 AM
Sorry to interrupt OP but I just want to know if this alt mining can work with a laptop? is this profitable or not? I wanted to try this but First I want an honest opinion with you or with someone who already dealing with is, btc mining with my laptop is no longer profitable so I'm looking forward to try mining alt if possible, thanks for the reply OP.

We have seen guys with as little as 8h/s get blocks.. luck plays a part with that hashrate.. but if you cruse through the main thread.. you will see ppl mining with laptops..

For anyone who thinks Mining a block is too hard the 5 year old crappy laptop hit 2 block last night. My desktop 2x times faster 2 x the threads nothing. old hp lappy hits 2 overnight this shit should go in the newspapers. Anyway Miners keep your chin up it happens. Happy day.
271  Alternate cryptocurrencies / Mining (Altcoins) / Re: HOdlcoin CPU Solo Mining Guide on: March 02, 2016, 08:06:34 AM
I'm interested in mining HODL on a VPS, does vultr or digitalocean care about the constant 100% CPU usage?

Has any of you gotten a dispute over it? if not, how has the mining been going in terms of hashrate? I have $20 lying around to spend on a VPS.

I haven't seen too much back lash from mining on these services.. but you should read all the terms.. that out of the way.. your best bet would be Vultr.. Hash is subjective.. so I cant give you a nice chart but on avg. we are seeing ~15h/s per vCPU/core
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 02, 2016, 07:46:50 AM
New mining Guide thread here..

https://bitcointalk.org/index.php?topic=1383479.0
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 02, 2016, 07:44:46 AM
I'm on the debug log thing but there is no hashes per second,
All I see is a bunch of roots and hashes and Blokc:Cblockindex, etc.

PM me in slack
274  Alternate cryptocurrencies / Mining (Altcoins) / Re: HOdlcoin CPU Solo Mining Guide on: March 02, 2016, 07:41:42 AM
It has been a while since i last mined some alts, but i'm actually compiling your daemon on a test server right now  Grin

Nice!!  pop in Slack if you need any help
275  Alternate cryptocurrencies / Mining (Altcoins) / HOdlcoin CPU Solo Mining Guide on: March 02, 2016, 07:36:39 AM


HOdlcoin Main thread
https://bitcointalk.org/index.php?topic=1317918.0



Windows video walk-through

https://www.youtube.com/watch?v=_7CUiORCZGY



Windows written guide


https://github.com/HOdlcoin/HOdlcoin/blob/HODLCoin0.11.3/doc/README.md





Linux/Ubuntu 14.04 build guide

Enter each of these on your command line (you may need to Press [Y] or [enter] sometimes)
Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core
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
git clone https://github.com/HOdlcoin/HOdlcoin
cd HOdlcoin
sudo ./autogen.sh && ./configure --without-gui
make
sudo make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\port=1989\nrpcport=11989\ndaemon=1\ngen=1\nminermemory=4\ngenproclimit=6\nminingaddress=yourwalletaddresshere" > ~/.hodlcoin/hodlcoin.conf

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=yourwalletaddresshere this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


NOTE
If you do not want to mine all your blocks to the same address Omit from above \nminingaddress=yourwalletaddresshere


This will start the wallet mining

Code:
hodlcoind



If this is your first time running this wallet wait 10 mins for the blockchain to sync then

Code:
hodlcoin-cli stop
wait a few seconds then
Code:
hodlcoind



To see your hashrate use this

Code:
cd ~/.hodlcoin/
tailf debug.log
To exit from this debug file
Press [Ctrl] + [C]



To monitor your Ram/CPUs install this
Code:
sudo apt-get install htop

Use it with this
Code:
htop
To exit Press [F10]

Insure the proper amount of CPUs are running at 100%


For Help or to Chat

We have an active Slack community use this link to join the chat

http://slack.hodlcoin.com

Also on IRC

#hodlcoin on freenode
276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 02, 2016, 07:11:34 AM
I found an old laptop and waited for it to sync, and I set mining to "solo mining on".
How do I know if it's mining in the background? Also, sorry for all the questions but I have one more :-)
How do I find my HODL address?

Thank you for all the help!

To know your mining see this guide
https://github.com/HOdlcoin/HOdlcoin/blob/HODLCoin0.11.3/doc/README.md

in that guide you will see this info

Once you have have started mining in the lower right corner, you will see the switch to the Pickaxe

From this


To this




To find your hash

First push this button



Then scroll to the bottom

277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 02, 2016, 06:27:07 AM
how do we mine on windows?
 never done it before so im new to all this stuff and im really interested in mining


https://github.com/HOdlcoin/HOdlcoin/blob/HODLCoin0.11.3/doc/README.md
278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 02, 2016, 06:12:48 AM
Are there any mining tutorials for someone on Ubuntu? I've never had any experience with it and can't go back to Windows.. Would be really nice to try and mine this coin seeing as it has a very interesting concept.
I'd be very grateful if someone could help me understand how to mine on my old PC Smiley

Please use the above guides I'm working on a better guide right now..

also we have an active Slack community at Slack use this link to join the chat

http://slack.hodlcoin.com
279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 02, 2016, 06:10:46 AM


To see your hashrate use this

Code:
cd ~/.hodlcoin/
tailf debug.log
To exit from this debug file
Press [Ctrl] + [C]



To monitor your Ram/CPUs install this
Code:
sudo apt-get install htop

and use it with this
Code:
htop

Insure the proper amount of CPUs are running at 100%
280  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] Interest on all Balances, no Staking, 4000%+ for Early Hodlers on: March 02, 2016, 06:09:15 AM

Linux/Ubuntu 14.04 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
sudo 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

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!