FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
March 09, 2016, 06:42:33 AM |
|
Just a question,
Since the wallet can lock in Months can I Term Lock some HODL for 3 years (36 Months) and still have the Interest Multiplier ?
After 1 year Bonus Interest on balance is 98% so would it halve every year ?
"Term deposit Rates" 1 week term deposit ~ 5.6% bonus on interest 1 month term deposit ~ 22% bonus on interest 3 month term deposit ~ 55% bonus on interest 6 month term deposit ~ 82% bonus on interest 1 year term deposit ~ 98% bonus on interest
The protocol allows for that, but not recommended - you'll only get interest for 1 year, but your funds will remain locked for 3. Best to lock for 1 year, then come back and lock again.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
March 09, 2016, 06:43:40 AM |
|
Running some stats today - This is the chart of the amounts and days of maturation of hodled deposits . . . days from genesis / amount released. You'll see there is a lot of 12 month hodling going on.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
EBK1000
Legendary
Offline
Activity: 1148
Merit: 1000
A Wound in Eternity
|
|
March 09, 2016, 07:26:00 AM |
|
Thank you for the Mac wallet
|
Soooooooon...............
|
|
|
kaltun
|
|
March 09, 2016, 08:19:55 AM |
|
how many time can it be deposits? i mean when i deposit an amount , for a month , can i deposit this again , or must i use new coins ?
|
|
|
|
Nthused
Legendary
Offline
Activity: 1554
Merit: 1001
|
|
March 09, 2016, 08:22:37 AM |
|
how many time can it be deposits? i mean when i deposit an amount , for a month , can i deposit this again , or must i use new coins ?
You must re-deposit to the same or new address every 30 days unless Term Locking, then after your Maturation has completed from the Term Locking (HODL'ing) then you can either just let them gain basic interest or HODL again You "CAN NOT" move coins once they have been Term Deposited, you have to wait until the Maturation Date/Block before you can !
|
|
|
|
Ayers
Legendary
Offline
Activity: 2800
Merit: 1024
Vave.com - Crypto Casino
|
|
March 09, 2016, 08:27:01 AM |
|
is certainly risky to hold for too much, what if the coin die? i don't see much interest on the market, are someone working to accept this on bigger exchange?
|
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
March 09, 2016, 10:22:42 AM |
|
is certainly risky to hold for too much, what if the coin die? i don't see much interest on the market, are someone working to accept this on bigger exchange?
there is much going on actually behind the scene, if you guys would join HOdl slack & Bittrex slack you would be more up to date.. let me summarize a bit: - respective coder ahmedbodi is/was testing HOdl pool on testnet, discussion was carried on bittrex slack (bittrex.slack.com) - there is bounty thread for HOdl cpu miner (Ħ4000 + 0.2BTC) respective developer Wolf0 showed interest on getting one done ( https://bitcointalk.org/index.php?topic=1366011.0) - few of BTT respective members ware/are in talks with bittrex_bill and continuing to bug bill for addition to Bittrex (feel free to join bittrex slack and ask bill for addition, this is community driven interest!!! bittrex.slack.com) - in the meantime i recommend using HOdl OTC topic to buy/sell coins until we hit bigger exchange ( https://bitcointalk.org/index.php?topic=1372878.0) good things takes time..
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 09, 2016, 11:47:48 AM |
|
Is there any reason why we are keeping the -useevp option? It defaults to true and you should have no advantage in disabling it. I'm going to release improved code and I'd like to remove the non-evp AES code.
|
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
March 09, 2016, 12:10:30 PM |
|
Is there any reason why we are keeping the -useevp option? It defaults to true and you should have no advantage in disabling it. I'm going to release improved code and I'd like to remove the non-evp AES code.
I see no harm in removing it.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
March 09, 2016, 01:04:21 PM |
|
Is there any reason why we are keeping the -useevp option? It defaults to true and you should have no advantage in disabling it. I'm going to release improved code and I'd like to remove the non-evp AES code.
Pallas, are you keeping the Boost library? Ahmedbodi is asking for a version without boost (it's just used for threads) to make it easier to integrate with pool/miner software - not sure what the speed implications would be if removing boost. Any thoughts?
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 09, 2016, 01:15:10 PM |
|
Is there any reason why we are keeping the -useevp option? It defaults to true and you should have no advantage in disabling it. I'm going to release improved code and I'd like to remove the non-evp AES code.
Pallas, are you keeping the Boost library? Ahmedbodi is asking for a version without boost (it's just used for threads) to make it easier to integrate with pool/miner software - not sure what the speed implications would be if removing boost. Any thoughts? I don't think replacing boost threads with another threads library (like pthreads) will affect performance. But I don't know how much work is needed to completely remove boost. EDIT: a quick look at the code and you can find other boost tools used like this one: <boost/unordered_map.hpp>
|
|
|
|
FreeTrade (OP)
Legendary
Offline
Activity: 1470
Merit: 1030
|
|
March 09, 2016, 01:42:12 PM |
|
Is there any reason why we are keeping the -useevp option? It defaults to true and you should have no advantage in disabling it. I'm going to release improved code and I'd like to remove the non-evp AES code.
Pallas, are you keeping the Boost library? Ahmedbodi is asking for a version without boost (it's just used for threads) to make it easier to integrate with pool/miner software - not sure what the speed implications would be if removing boost. Any thoughts? I don't think replacing boost threads with another threads library (like pthreads) will affect performance. But I don't know how much work is needed to completely remove boost. EDIT: a quick look at the code and you can find other boost tools used like this one: <boost/unordered_map.hpp> I think that one is an orphan and can be removed easily. Just the threads one is used in the POW algo.
|
RepNet is a reputational social network blockchain for uncensored Twitter/Reddit style discussion. 10% Interest On All Balances. 100% Distributed to Users and Developers.
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 09, 2016, 01:54:14 PM |
|
Is there any reason why we are keeping the -useevp option? It defaults to true and you should have no advantage in disabling it. I'm going to release improved code and I'd like to remove the non-evp AES code.
Pallas, are you keeping the Boost library? Ahmedbodi is asking for a version without boost (it's just used for threads) to make it easier to integrate with pool/miner software - not sure what the speed implications would be if removing boost. Any thoughts? I don't think replacing boost threads with another threads library (like pthreads) will affect performance. But I don't know how much work is needed to completely remove boost. EDIT: a quick look at the code and you can find other boost tools used like this one: <boost/unordered_map.hpp> I think that one is an orphan and can be removed easily. Just the threads one is used in the POW algo. Yes, it compiles without it. And also without: #include <boost/tuple/tuple.hpp> in miner.cpp ;-)
|
|
|
|
sebungkus
|
|
March 09, 2016, 07:38:39 PM |
|
after a few days, finally I have this coin. hopefully continue to grow day by day
|
RUMAHCLOUD.ME | SELLING DIGITAL GOODS PRODUCT
|
|
|
Vaccomondus
|
|
March 09, 2016, 07:44:44 PM |
|
an i7 can mine with 8 core or 4 only? thread are seen as a core?
|
|
|
|
samsmith16
|
|
March 09, 2016, 08:05:25 PM |
|
an i7 can mine with 8 core or 4 only? thread are seen as a core?
Ok let's break down terminology.. We have CPU cores, CPU threads and mining threads.. Your Intel quad core (4 core) is Hyper Threaded.. So you have 8 threads.. The miner will round mining threads to the closest power of 2 (2,4,8,16,32...) So you can mined with 2 (25%) 4 (50%) 8 (100%) However you can some time get a little more performance out of using more threads then your CPU has available.. Like 3gb of ram with 4 threads each.. Which is 12 mining threads.. Hashrate will vary based on system hardware..
|
▐ Royalties▐ pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
|
|
|
trader19
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
March 09, 2016, 08:31:22 PM |
|
5 days till end of twitter contest!!! 1. Price 1,000 HODL - for right answer. - term locked deposit ala ~34,000 HODL on maturation. 2. Price 500 HODL - for most entertaining tweet. - term locked deposit ala ~17,000 HODL on maturation. 3. Price 500 HODL - for most re-tweeted entry - term locked deposit ala ~17,000 HODL on maturation. *ALL entries will be given 10 HOdlcoins just by participating onto contest. Sponsored by community member Joe and limited to 100 entries.
Now show us how creative squirrels can be, and collect those nuts!!! tweet me!
|
|
|
|
Vaccomondus
|
|
March 09, 2016, 08:53:53 PM |
|
an i7 can mine with 8 core or 4 only? thread are seen as a core?
Ok let's break down terminology.. We have CPU cores, CPU threads and mining threads.. Your Intel quad core (4 core) is Hyper Threaded.. So you have 8 threads.. The miner will round mining threads to the closest power of 2 (2,4,8,16,32...) So you can mined with 2 (25%) 4 (50%) 8 (100%) However you can some time get a little more performance out of using more threads then your CPU has available.. Like 3gb of ram with 4 threads each.. Which is 12 mining threads.. Hashrate will vary based on system hardware.. so i can set "set generate 8"?
|
|
|
|
samsmith16
|
|
March 09, 2016, 09:12:54 PM |
|
an i7 can mine with 8 core or 4 only? thread are seen as a core?
Ok let's break down terminology.. We have CPU cores, CPU threads and mining threads.. Your Intel quad core (4 core) is Hyper Threaded.. So you have 8 threads.. The miner will round mining threads to the closest power of 2 (2,4,8,16,32...) So you can mined with 2 (25%) 4 (50%) 8 (100%) However you can some time get a little more performance out of using more threads then your CPU has available.. Like 3gb of ram with 4 threads each.. Which is 12 mining threads.. Hashrate will vary based on system hardware.. so i can set "set generate 8"? Yes but if you want to simply mined with all 8 threads.. You can use the "mining" drop down menu... You can read through the mining thread as well.. https://bitcointalk.org/index.php?topic=1383479.0;all
|
▐ Royalties▐ pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
|
|
|
Thepuj
Newbie
Offline
Activity: 52
Merit: 0
|
|
March 09, 2016, 09:24:19 PM |
|
With hodlcoind I could finaly squeeze (or jessie) 5 H/s out of my old Athlon. So hopefully in two or three weeks ...
I have bought a few HOdls and invested most of it into a paper wallet. The remaining HOdls are slowly increasing. Is this due to early adopter interest or is it due to the "investment"? Due to the paper wallet I assume it is not the "investment".
|
|
|
|
|