Bitcoin Forum
May 08, 2024, 09:40:56 PM *
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 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.
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
February 24, 2016, 01:34:07 PM
 #721

If you were wondering what happened to Hodor . . .

https://bitcointalk.org/index.php?topic=1375423.0

Please stop talking about Hodor now.



























HODOR!
R.I.P HODOR, long live the Squirrel!!!!  Grin


Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
1715204456
Hero Member
*
Offline Offline

Posts: 1715204456

View Profile Personal Message (Offline)

Ignore
1715204456
Reply with quote  #2

1715204456
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715204456
Hero Member
*
Offline Offline

Posts: 1715204456

View Profile Personal Message (Offline)

Ignore
1715204456
Reply with quote  #2

1715204456
Report to moderator
1715204456
Hero Member
*
Offline Offline

Posts: 1715204456

View Profile Personal Message (Offline)

Ignore
1715204456
Reply with quote  #2

1715204456
Report to moderator
1715204456
Hero Member
*
Offline Offline

Posts: 1715204456

View Profile Personal Message (Offline)

Ignore
1715204456
Reply with quote  #2

1715204456
Report to moderator
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 24, 2016, 01:43:18 PM
 #722

so fluffy

bhokor
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
February 24, 2016, 01:50:02 PM
 #723

Hi Dev some news about the add of Hodl to some exchange? i would love to buy a bunch for make big deposits and earn a nice bonus rate, i would like to know too if we have some guide for compiling the daemon or QT  in Linux,  Hodl
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 24, 2016, 02:03:50 PM
 #724

Hi Dev some news about the add of Hodl to some exchange? i would love to buy a bunch for make big deposits and earn a nice bonus rate, i would like to know too if we have some guide for compiling the daemon or QT  in Linux,  Hodl

For now trading is taking place in the altcoin marketplace forum. We're really looking to get a pool running before we are added to an exchange so that new users aren't frozen out by the increased hash rate.

However, there is a wrinkle, we've offered a large HODL bounty for work on the pool, but those with the skills would prefer BTC. So maybe an opportunity if you'd like to buy the HODL bounty and we could offer the BTC instead.

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.
usorin
Hero Member
*****
Offline Offline

Activity: 1134
Merit: 500



View Profile
February 24, 2016, 02:31:27 PM
 #725

Hmmm.. mining with 12 cores 32gb ram  on Ubuntu 14.04 Vps server but still no payment.. I've used: hodlcoind -gen=1 -minermemory=2 -genproclimit=12 -miningaddress="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"    (the miningaddress is from the local wallet....)

On my local pc I have already 2 blocks ( last 12h) with FX 8350 8gb ram

Any suggestion would be appreciated!
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 24, 2016, 02:44:45 PM
 #726

Hmmm.. mining with 12 cores 32gb ram  on Ubuntu 14.04 Vps server but still no payment.. I've used: hodlcoind -gen=1 -minermemory=2 -genproclimit=12 -miningaddress="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"    (the miningaddress is from the local wallet....)

On my local pc I have already 2 blocks ( last 12h) with FX 8350 8gb ram

Any suggestion would be appreciated!

-minermemory=3 -genproclimit=4

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.
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 24, 2016, 03:11:18 PM
Last edit: February 26, 2016, 07:14:28 AM by samsmith16
 #727

Hi Dev some news about the add of Hodl to some exchange? i would love to buy a bunch for make big deposits and earn a nice bonus rate, i would like to know too if we have some guide for compiling the daemon or QT  in Linux,  Hodl


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



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

Activity: 295
Merit: 250


View Profile
February 24, 2016, 03:39:02 PM
 #728

If you were wondering what happened to Hodor . . .

https://bitcointalk.org/index.php?topic=1375423.0

Please stop talking about Hodor now.



























HODOR!

HOdl your horses CObwoy!
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 24, 2016, 04:10:23 PM
 #729

compiled the daemon on another machine, an amd fx 8 core.
it exits without errors:

2016-02-24 16:08:01 init message: Verifying wallet...
2016-02-24 16:08:01 CDBEnv::Open: LogDir=XXX ErrorFile=XXX
(end of the log)

no db.log nor wallet.dat is created

EDIT: on the same machine, there are three other wallets running fine.

darkzorger
Sr. Member
****
Offline Offline

Activity: 302
Merit: 251


Ego Sum Qui Sum


View Profile
February 24, 2016, 04:11:57 PM
 #730

drink some vodka and squirrel come to you  Grin Grin Grin

BTW need some pool... in solo too hard to mine Hodl  Cry

    [    ] 
  POW/POS
  ANONIMITY
TRANSACTIONS
  SECURITY
 
   
STEEP
& CHEAP
steepcoinproject@gmail.com
joehoebot
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250


View Profile
February 24, 2016, 04:23:42 PM
 #731

Am listening to the Thompson Twins, HOdl me now

I am CPU mining Aquachain right now. https://bitcointalk.org/index.php?topic=3138231
h0g0f0g0
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
February 24, 2016, 04:35:04 PM
 #732

http://hodlwallet.binaryage.com/

How about some Texas HOdl'em?
truckythin
Hero Member
*****
Offline Offline

Activity: 781
Merit: 501



View Profile
February 24, 2016, 05:03:29 PM
 #733

any nodes to add? tks
Ayers
Legendary
*
Offline Offline

Activity: 2618
Merit: 1023


Seabet.io | Crypto-Casino


View Profile
February 24, 2016, 05:25:34 PM
 #734

so what is the algo here? not revealed in the op

joehoebot
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250


View Profile
February 24, 2016, 05:37:10 PM
 #735

Does anyone know what's the highest the NetHashRate has been so far since launch?

I am CPU mining Aquachain right now. https://bitcointalk.org/index.php?topic=3138231
stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
February 24, 2016, 05:41:31 PM
 #736

so what is the algo here? not revealed in the op

Its a modified version of Momentum.
spydud22
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
February 24, 2016, 07:03:20 PM
 #737

so what is the algo here? not revealed in the op

CPU miner is in the wallet

samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 24, 2016, 07:28:46 PM
 #738

compiled the daemon on another machine, an amd fx 8 core.
it exits without errors:

2016-02-24 16:08:01 init message: Verifying wallet...
2016-02-24 16:08:01 CDBEnv::Open: LogDir=XXX ErrorFile=XXX
(end of the log)

no db.log nor wallet.dat is created

EDIT: on the same machine, there are three other wallets running fine.

Is this other machine running 15.10 as well?


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

Activity: 2618
Merit: 1023


Seabet.io | Crypto-Casino


View Profile
February 24, 2016, 07:42:50 PM
 #739

so what is the algo here? not revealed in the op

Its a modified version of Momentum.

sry i did not follow that coin, what it is the algo exatcly? and is this minable or the diff is too high?

stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
February 24, 2016, 07:47:44 PM
 #740

so what is the algo here? not revealed in the op

Its a modified version of Momentum.

sry i did not follow that coin, what it is the algo exatcly? and is this minable or the diff is too high?

Yes, it is mineable, but right now there is no stand-alone miner nor is there a pool, so the only option is solo mining directly from the wallet/daemon.
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 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!