Bitcoin Forum
May 07, 2024, 04:50:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 280 »
  Print  
Author Topic: [ANN] Ħ [HODL] No Staking, 1% Standard Interest per Day, 750% APR For HOdlers  (Read 472773 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
losk22
Legendary
*
Offline Offline

Activity: 1354
Merit: 1000


View Profile
February 13, 2016, 05:24:32 PM
 #341

Shit it takes a lot of CPU resources, and does not leave the possibility of mining on the video card!
1715057405
Hero Member
*
Offline Offline

Posts: 1715057405

View Profile Personal Message (Offline)

Ignore
1715057405
Reply with quote  #2

1715057405
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715057405
Hero Member
*
Offline Offline

Posts: 1715057405

View Profile Personal Message (Offline)

Ignore
1715057405
Reply with quote  #2

1715057405
Report to moderator
MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
February 13, 2016, 05:34:42 PM
 #342

Shit it takes a lot of CPU resources, and does not leave the possibility of mining on the video card!

Leave a thread for your GPU miner executable.

Instead of using the wallet's GUI mining do this in the console:
setgenerate true 7 (for a core i7)
or
setgenerate true 3 (for a core i5)

losk22
Legendary
*
Offline Offline

Activity: 1354
Merit: 1000


View Profile
February 13, 2016, 05:58:08 PM
 #343

Shit it takes a lot of CPU resources, and does not leave the possibility of mining on the video card!

Leave a thread for your GPU miner executable.

Instead of using the wallet's GUI mining do this in the console:
setgenerate true 7 (for a core i7)
or
setgenerate true 3 (for a core i5)


Does not help!
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 13, 2016, 06:28:13 PM
 #344

Updated guide changed BerkeleyDB version to 4.8 for wallet binary compatibility

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:
bitcoind -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:
bitcoin-cli stop




Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 13, 2016, 06:32:33 PM
 #345

Shit it takes a lot of CPU resources, and does not leave the possibility of mining on the video card!

Leave a thread for your GPU miner executable.

Instead of using the wallet's GUI mining do this in the console:
setgenerate true 7 (for a core i7)
or
setgenerate true 3 (for a core i5)


Does not help!

setgenerate true must be tweaked in powers of 2 (2,4,8,16,32) or it will round up to the closest...


setgenerate true 4 (for a core i7)
or
setgenerate true 2 (for a core i5)

(note this will have them running at 50%)



Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
phunixx
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
February 13, 2016, 06:47:17 PM
 #346

Today i tested mining on a AMD A8-3870 cpu.
Started mining using the mining button, it is hashing @ 22 per second which i think is bad....

Is there any website about info on using different flags or settings?
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 13, 2016, 07:03:06 PM
 #347

Today i tested mining on a AMD A8-3870 cpu.
Started mining using the mining button, it is hashing @ 22 per second which i think is bad....

Is there any website about info on using different flags or settings?


Well I'm not sure that CPU has AES instruction set.. So that hashrate makes scene if indeed it is a Non-AES CPU


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 13, 2016, 09:13:37 PM
 #348

Still using this mornings version? Troglodyte.

Try this spiffy new wallet now that includes a panel to keep track of all the vital info about your HOdlings.

https://drive.google.com/file/d/0B-5Ax5kejTpMSFlJdXhmN0cyWGM/view?usp=sharing

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
February 13, 2016, 09:45:38 PM
 #349

Still using this mornings version? Troglodyte.

Try this spiffy new wallet now that includes a panel to keep track of all the vital info about your HOdlings.


Love my bank statement, Very nice!

**********

around 5k hash comes and goes - Any ideas?
Belligerent Fool
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
February 13, 2016, 10:17:11 PM
 #350

Still using this mornings version? Troglodyte.

Try this spiffy new wallet now that includes a panel to keep track of all the vital info about your HOdlings.


Love my bank statement, Very nice!

**********

around 5k hash comes and goes - Any ideas?

It might be more expensive power at certain times for users so they switch it off, could be someone renting some cloud servers, could be someone at their work taking advantage of other workstations, heck it could even be some GPU's being tested out, 5Kh/s is pretty crazy compared to the average 17H/s-100H/s from individual PC's.
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
February 13, 2016, 10:25:24 PM
 #351

Still using this mornings version? Troglodyte.

Try this spiffy new wallet now that includes a panel to keep track of all the vital info about your HOdlings.


Love my bank statement, Very nice!

**********

around 5k hash comes and goes - Any ideas?

It might be more expensive power at certain times for users so they switch it off, could be someone renting some cloud servers, could be someone at their work taking advantage of other workstations, heck it could even be some GPU's being tested out, 5Kh/s is pretty crazy compared to the average 17H/s-100H/s from individual PC's.

Don't know if this is a constant just happened to check earlier and it was north of 19k and right now is at 14k
HORT
Hero Member
*****
Offline Offline

Activity: 508
Merit: 501



View Profile
February 14, 2016, 03:49:30 AM
 #352

Nice work FreeTrade!
scamkiller
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
February 14, 2016, 01:56:00 PM
 #353

looking forward to the next version wallet.

incognitoworker
Hero Member
*****
Offline Offline

Activity: 736
Merit: 500


View Profile
February 14, 2016, 04:07:02 PM
 #354

WTS time deposits:
Batches of 100 coins, sent to your addy with time lock feature.
1-3 months timelock to encourage longtime holders.

0.02000 BTC is the base price for each batch of 100 coins locked for 30 days.
2 months timelock gives 15% discount
3 month option gives 30% discount.
We only take XQN as payment for these discounted sales.
All prices converted to XQN based on XQN market prices.
You can buy with BTC and no time lock, at full market prices.

How to buy?
Pm me, or post your interest in our OTC direct trade thread, where we will add HODL as one of XQNPOSFUNDS holdings.

IW


Quotient- Closed loop economy enviroment experiment
https://bitcointalk.org/index.php?topic=1195335.0
spydud22
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
February 14, 2016, 04:27:21 PM
 #355

WTS time deposits:
Batches of 100 coins, sent to your addy with time lock feature.
1-3 months timelock to encourage longtime holders.

0.02000 BTC is the base price for each batch of 100 coins locked for 30 days.
2 months timelock gives 15% discount
3 month option gives 30% discount.
We only take XQN as payment for these discounted sales.
All prices converted to XQN based on XQN market prices.
You can buy with BTC and no time lock, at full market prices.

How to buy?
Pm me, or post your interest in our OTC direct trade thread, where we will add HODL as one of XQNPOSFUNDS holdings.

IW


How

incognitoworker
Hero Member
*****
Offline Offline

Activity: 736
Merit: 500


View Profile
February 14, 2016, 04:31:06 PM
 #356

WTS time deposits:
Batches of 100 coins, sent to your addy with time lock feature.
1-3 months timelock to encourage longtime holders.

0.02000 BTC is the base price for each batch of 100 coins locked for 30 days.
2 months timelock gives 15% discount
3 month option gives 30% discount.
We only take XQN as payment for these discounted sales.
All prices converted to XQN based on XQN market prices.
You can buy with BTC and no time lock, at full market prices.

How to buy?
Pm me, or post your interest in our OTC direct trade thread, where we will add HODL as one of XQNPOSFUNDS holdings.

IW


How
How what?
If you are interested in buying, PM me or use our threads to discuss. Link to main thread in my sig.

IW

Quotient- Closed loop economy enviroment experiment
https://bitcointalk.org/index.php?topic=1195335.0
binary_tree
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
February 14, 2016, 04:34:24 PM
 #357

 IMO HODL is the best coin so far in 2016.

bluehorseshoe
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250



View Profile
February 14, 2016, 05:55:11 PM
 #358

I've tried running the wallet miner on a so so laptop dual core 3gb for 6 hours and haven't mined anything. Am I missing something other than clicking mine? The pc's certainly working hard.

I must say, having a cpu miner integrated into the wallet is totally tits!

Cryptoipad
Member
**
Offline Offline

Activity: 260
Merit: 10


View Profile
February 14, 2016, 06:04:07 PM
 #359

I've tried running the wallet miner on a so so laptop dual core 3gb for 6 hours and haven't mined anything. Am I missing something other than clicking mine? The pc's certainly working hard.

I must say, having a cpu miner integrated into the wallet is totally tits!

Difficulty is high right now so you may only find a block every day or two or three...
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
February 14, 2016, 06:04:18 PM
 #360

I've tried running the wallet miner on a so so laptop dual core 3gb for 6 hours and haven't mined anything. Am I missing something other than clicking mine? The pc's certainly working hard.

I must say, having a cpu miner integrated into the wallet is totally tits!



i would say as long as your cpu usage is at 100 your mining Wink
if your not getting blocks it's just a difficulty thing, been ramping up last week or so here and some users are testing some awesome CPU's on this so it's adding to the network hash ;p
my I-7 has only gotten a few blocks, and less everyday as people jump in
(im talking to da guy with the amd 8 core making our life hard)    << haha just kidding no hate just maybe a little jealous ;p

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 280 »
  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!