Bitcoin Forum
May 09, 2024, 11:49:07 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 ... 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.
nikl
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
February 01, 2016, 10:43:28 PM
 #41

Miner?
1715255347
Hero Member
*
Offline Offline

Posts: 1715255347

View Profile Personal Message (Offline)

Ignore
1715255347
Reply with quote  #2

1715255347
Report to moderator
1715255347
Hero Member
*
Offline Offline

Posts: 1715255347

View Profile Personal Message (Offline)

Ignore
1715255347
Reply with quote  #2

1715255347
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715255347
Hero Member
*
Offline Offline

Posts: 1715255347

View Profile Personal Message (Offline)

Ignore
1715255347
Reply with quote  #2

1715255347
Report to moderator
stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
February 01, 2016, 11:03:59 PM
 #42

Miner?

Its built into the QT windows wallet, or the source if you can get it to compile. I'm having trouble related to
Code:
libbitcoin_common_a-chainparams.o
it appears
nikl
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
February 01, 2016, 11:06:19 PM
 #43

Quote
Its built into the QT windows wallet

Only setgenerate true?
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 01, 2016, 11:10:30 PM
 #44

Miner?

Its built into the QT windows wallet, or the source if you can get it to compile. I'm having trouble related to
Code:
libbitcoin_common_a-chainparams.o
it appears

Any more details on the error?

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.
BTCPAuction
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 01, 2016, 11:12:03 PM
 #45

Quote
Its built into the QT windows wallet

Only setgenerate true?

correct, setgenerate true in console tab for debug window
spydud22
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
February 01, 2016, 11:30:39 PM
 #46

can it be mined with cpu?
The Algorithm is Pattern Search - it's going to be similar to the MemoryCoin 2.0 PoW

https://bitcointalk.org/index.php?topic=355532.msg3945848#msg3945848

It'll run well on CPUs with AES instructions and min 1GB RAM, and there will likely be a GPU miner released that will be less than 2X more effective than fast CPU miners.

There will be a CPU miner in the source and with the initial windows release.

stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
February 01, 2016, 11:36:10 PM
 #47

Miner?

Its built into the QT windows wallet, or the source if you can get it to compile. I'm having trouble related to
Code:
libbitcoin_common_a-chainparams.o
it appears

Any more details on the error?
It appears that changing line 101 in src/chainparams.cpp from printf to LogPrintf fixed my compile issue. Thanks to iDunk for that.

pull request submitted on github. https://github.com/FreeTrade/HODLCoin/pull/1
spydud22
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
February 01, 2016, 11:36:46 PM
 #48

How do I start mining within the windows qt wallet?

stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
February 01, 2016, 11:41:40 PM
 #49

also, compiling on linux, it's still named bitcoin-qt, bitcoind, bitcoin-tx, and bitcoin-cli, as well as sets the default configuration file to ~/.bitcoin/bitcoin.conf

This obviously can create a pretty significant issue for anyone already running bitcoin.
BTCPAuction
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 01, 2016, 11:55:47 PM
 #50

How do I start mining within the windows qt wallet?

Boot it up, go to Help -> Debug Window -> "Console" tab

In the console, type "setgenerate true" (no quotes obviously), and it will start mining. Only way to tell if it's mining is to look at your CPU performance..if it's at 100% and your RAM is 1gb less..then it's mining :p
spydud22
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
February 02, 2016, 12:12:51 AM
 #51

How do I start mining within the windows qt wallet?

Boot it up, go to Help -> Debug Window -> "Console" tab

In the console, type "setgenerate true" (no quotes obviously), and it will start mining. Only way to tell if it's mining is to look at your CPU performance..if it's at 100% and your RAM is 1gb less..then it's mining :p

Thank you very much! I'm mining!

FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 02, 2016, 12:24:03 AM
 #52

also, compiling on linux, it's still named bitcoin-qt, bitcoind, bitcoin-tx, and bitcoin-cli, as well as sets the default configuration file to ~/.bitcoin/bitcoin.conf

This obviously can create a pretty significant issue for anyone already running bitcoin.

Thanks for these - merged your pull and working on fixes for other issues now.

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.
Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
February 02, 2016, 12:39:26 AM
 #53

So I hit a block on 1 of my 2 Computers but the transaction vanished.... Orphan ?

Is setgenerate true the only way to mine this algorithm currently ?
jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
February 02, 2016, 02:13:20 AM
 #54

mining, will see what it do. Smiley

$MAID & $BTC other than that some short hodls and some long held garbage.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 02, 2016, 02:47:50 AM
 #55

Now that you've got some HODL, you'll want to know how to make a term deposit to get the huge interest rates.


How To Make A Term Deposit:

The GUI doesn't have a user friendly interface for making term deposits yet, but it uses a secret code to regard some transactions as term deposits.

So lets say I want to make a term deposit of 100 HODL, for the maximum period of 1 year.

Well I'd grab one of my own addresses and send the sum of 100.20476589

How to arrive at that figure? The amount has to end in 89 satoshis - that's the secret code, and the preceeding 6 digits are used for the number of blocks.

There are 561 blocks in a day and 365 blocks in a year,
1 year = 365 x 561 = 204765

so thats 100 (number of HODL) + .204765 (number of blocks) + 89 (secret code)

for 100 for 1 month, it would be
1 month = 30 x 561 = 16830

so thats 100 (number of HODL) + .016830 (number of blocks, don't forget the zero at the front) + 89 (secret code)


If you make a term deposit, a dialog will pop up with information about interest rates, and you'll have a chance to cancel. If you make a mistake with the number, don't worry, you'll just send the funds to yourself. But remember, once you make a term deposit, those funds are LOCKED until the maturation date. That's the price you pay for the very good interest rates.

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.
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
February 02, 2016, 02:50:07 AM
 #56

Now that you've got some HODL, you'll want to know how to make a term deposit to get the huge interest rates.


How To Make A Term Deposit:

The GUI doesn't have a user friendly interface for making term deposits yet, but it uses a secret code to regard some transactions as term deposits.

So lets say I want to make a term deposit of 100 HODL, for the maximum period of 1 year.

Well I'd grab one of my own addresses and send the sum of 100.20476589

How to arrive at that figure? The amount has to end in 89 satoshis - that's the secret code, and the preceeding 6 digits are used for the number of blocks.

There are 561 blocks in a day and 365 blocks in a year,
1 year = 365 x 561 = 204765

so thats 100 (number of HODL) + .204765 (number of blocks) + 89 (secret code)

If you make a term deposit, a dialog will pop up with information about interest rates, and you'll have a chance to cancel. If you make a mistake with the number, don't worry, you'll just send the funds to yourself. But remember, once you make a term deposit, those funds are LOCKED until the maturation date. That's the price you pay for the very good interest rates.

that is nice wonder how to mine this coin im not having any powerful cpu so need to hire rig any suggestions?

proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
February 02, 2016, 03:02:19 AM
 #57


very nice.. I don't have a strong cpu so if anyone wants to sell some PM me your price.

jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
February 02, 2016, 03:05:58 AM
 #58

seems my ram was HODLING some correct hashes Tongue will be locking them up upon confirmation.

$MAID & $BTC other than that some short hodls and some long held garbage.
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 02, 2016, 03:32:16 AM
 #59



Everyone loves charts!

Here's the return on a 1 year term deposit . . . notice it declines rapidly.

So a term deposit of 100 HODL today will return about 4300 HODL in 1 year. But wait a month to term deposit, and it's way down to 3700 HODL. Wait a year, and it's a paltry 400 HODL return. Wait two years, and it returns 110 - the long term rate of 10%.

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.
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
February 02, 2016, 03:42:18 AM
 #60

Now that you've got some HODL, you'll want to know how to make a term deposit to get the huge interest rates.


How To Make A Term Deposit:

...........snip............

that is nice wonder how to mine this coin im not having any powerful cpu so need to hire rig any suggestions?

bump

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 ... 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!