Bitcoin Forum
April 19, 2024, 04:17:53 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171] 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 ... 294 »
  Print  
Author Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive  (Read 478572 times)
acdc
Sr. Member
****
Offline Offline

Activity: 939
Merit: 256



View Profile
December 09, 2015, 01:53:15 AM
 #3401

any chance HBN will be added to staisybit cloud staking site?


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713543473
Hero Member
*
Offline Offline

Posts: 1713543473

View Profile Personal Message (Offline)

Ignore
1713543473
Reply with quote  #2

1713543473
Report to moderator
forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
December 09, 2015, 03:08:06 AM
 #3402

why dont we raise money to get HBN to ccex or bittrex? cryptsy seems dying.......................

yolo
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 09, 2015, 06:40:58 AM
 #3403

I prefer bittrex Smiley
or poloniex.

I cannot get in touch with these guys  Cry

pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
December 09, 2015, 07:40:02 AM
 #3404

I prefer bittrex Smiley
or poloniex.

I cannot get in touch with these guys  Cry

at poloniex  try this
https://www.poloniex.com/coinRequest

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 09, 2015, 11:29:50 AM
 #3405

I prefer bittrex Smiley
or poloniex.

I cannot get in touch with these guys  Cry

at poloniex  try this
https://www.poloniex.com/coinRequest

I tried that yesterday and also a year ago to no avail, 0 response.
I bet some service guy reads that and dismisses immediately.

HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 09, 2015, 11:56:08 AM
 #3406

Memory exaustion bug fix (applies to NVC forks):
https://github.com/ppcoin/ppcoin/pull/104

I suggested it to github here:
https://github.com/Crypto-Expert/HoboNickels/commit/c5fdce5c3b46ac730d1918671ddfbefa52b9ca1f

HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 09, 2015, 01:42:06 PM
 #3407

I updated the leveldb to version 1.8
My first real try with github, hope I did it well Cheesy

HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 09, 2015, 02:02:53 PM
 #3408

I also started comparing the code for litestake so I can understand it better:

HBN on the left, HYP on the right

https://www.diffchecker.com/uwwijnti (kernel.cpp)
https://www.diffchecker.com/dvcxtwjo (wallet.cpp)
https://www.diffchecker.com/y8av2ylm (main.cpp)


Code:
	/** Presstab - HyperStake hashing
    bnTargetPerCoinDay.SetCompact(nBits); I redesigned the hashing iteration in a few ways.
    int64_t nValueIn = txPrev.vout[prevout.n].nValue; Code Reorginization - Instead of iterating the hashing in wallet.cpp, it is iterated in kernel.cpp inside of checkstakekernelhash, this allows
the iteration to not need to initialize the variables for every iteration. This is also true for the stake modifier, which was previously
    uint256 hashBlockFrom = blockFrom.GetHash(); calculated for each iteration.
liteStake - Previously the staking process would continuosly rehash the same hashes over and over, needlessly taking up valuable CPU power.
    CBigNum bnCoinDayWeight = CBigNum(nValueIn) * GetWeight((int64_t)txPrev.nTime, (int64_t)nTimeTx) / COIN / (24 * 60 * 60); I have added a std::map that tracks the block height and the last time the wallet hashed on this height. Depending on your staking settings,
    targetProofOfStake = CBigNum(bnCoinDayWeight * bnTargetPerCoinDay).getuint256(); the wallet will not begin a new round of hashing until after a certain amount of time has passed, or a new block is accepted. This time delay
can be found in main.cpp bitcoinminer(). This means that there will be 1-5 seconds of hashing with the CPU once every few minutes, compared to
    // Calculate hash continued hashing with the CPU.
    CDataStream ss(SER_GETHASH, 0); **/

HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 09, 2015, 03:02:39 PM
 #3409

I was exploring that explorer idea and I found out that I could either run it on the raspberry pi or my tronsmart AW80, but both devices are taken, one for critical production and free space levels are quite low (blame the Chinese for bad board linux builds). So I would first perhaps do it in an isolated vmachine, but certainly not this year

a_cat_named_joe
Sr. Member
****
Offline Offline

Activity: 307
Merit: 250



View Profile
December 09, 2015, 06:49:13 PM
 #3410

Hey. HC Livess. I really like what you are trying to do, although I'm not sure what it is that you are trying to do! I'd like to do the same! I'm trying to bring myself up to speed coding-wise. Keep it up. We need people like you!
a_cat_named_joe
Sr. Member
****
Offline Offline

Activity: 307
Merit: 250



View Profile
December 09, 2015, 09:24:21 PM
 #3411


Do you beg like Horus aka. jdtmp4 "the crypto hobo" (who btw this coin was themed after), because you are one of his socks ?


Hippie Tech. I've seen your negative FUD posts elsewhere, as well as here. What a stupid cunt you are!!! Anyone looking at your trust rating here might ask why you bother, you worthless waste of space https://bitcointalk.org/index.php?action=trust;u=31553 You can't even communicate in plain English.

Are you trying to say that Tranz is Horus, is "the crypto hobo"? If you are, so fucking what! Are you saying that HoboNickels is backed by Cryptsy's knowledge and expertise? If you are, then that will make me buy it all the more.

Cryptsy isn't exactly my favourite of the month. Far from it. But c'mon. Explain yourself. You've intrigued me with your hidden, hysterical, history. Tell us all about Tranz, Horus and Cryptsy. Enlighten us. I suspect that you have nothing relevant to say. It's not enough to reference John Pilger et al in your arse-end. C'mon. Give us the benefit of your extensive knowledge, you horrible piece of shit.
cryptmebro
Hero Member
*****
Offline Offline

Activity: 786
Merit: 1000


View Profile
December 09, 2015, 09:32:08 PM
 #3412


Do you beg like Horus aka. jdtmp4 "the crypto hobo" (who btw this coin was themed after), because you are one of his socks ?


Hippie Tech. I've seen your negative FUD posts elsewhere, as well as here. What a stupid cunt you are!!! Anyone looking at your trust rating here might ask why you bother, you worthless waste of space https://bitcointalk.org/index.php?action=trust;u=31553 You can't even communicate in plain English.

Are you trying to say that Tranz is Horus, is "the crypto hobo"? If you are, so fucking what! Are you saying that HoboNickels is backed by Cryptsy's knowledge and expertise? If you are, then that will make me buy it all the more.

Cryptsy isn't exactly my favourite of the month. Far from it. But c'mon. Explain yourself. You've intrigued me with your hidden, hysterical, history. Tell us all about Tranz, Horus and Cryptsy. Enlighten us. I suspect that you have nothing relevant to say. It's not enough to reference John Pilger in your arse-end. C'mon. Give us the benefit of your extensive knowledge, you horrible piece of shit.

This was a dead issue until you fed the troll
a_cat_named_joe
Sr. Member
****
Offline Offline

Activity: 307
Merit: 250



View Profile
December 09, 2015, 09:35:49 PM
 #3413


Do you beg like Horus aka. jdtmp4 "the crypto hobo" (who btw this coin was themed after), because you are one of his socks ?


Hippie Tech. I've seen your negative FUD posts elsewhere, as well as here. What a stupid cunt you are!!! Anyone looking at your trust rating here might ask why you bother, you worthless waste of space https://bitcointalk.org/index.php?action=trust;u=31553 You can't even communicate in plain English.

Are you trying to say that Tranz is Horus, is "the crypto hobo"? If you are, so fucking what! Are you saying that HoboNickels is backed by Cryptsy's knowledge and expertise? If you are, then that will make me buy it all the more.

Cryptsy isn't exactly my favourite of the month. Far from it. But c'mon. Explain yourself. You've intrigued me with your hidden, hysterical, history. Tell us all about Tranz, Horus and Cryptsy. Enlighten us. I suspect that you have nothing relevant to say. It's not enough to reference John Pilger in your arse-end. C'mon. Give us the benefit of your extensive knowledge, you horrible piece of shit.

This was a dead issue until you fed the troll

I don't preclude the possibility that he might have something to say. I very much doubt it though. I'd like to explore more. So c'mon Hippie Tech here's your chance to be taken seriously.
Zenithar
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
December 09, 2015, 09:56:53 PM
 #3414


Do you beg like Horus aka. jdtmp4 "the crypto hobo" (who btw this coin was themed after), because you are one of his socks ?


Hippie Tech. I've seen your negative FUD posts elsewhere, as well as here. What a stupid cunt you are!!! Anyone looking at your trust rating here might ask why you bother, you worthless waste of space https://bitcointalk.org/index.php?action=trust;u=31553 You can't even communicate in plain English.

Are you trying to say that Tranz is Horus, is "the crypto hobo"? If you are, so fucking what! Are you saying that HoboNickels is backed by Cryptsy's knowledge and expertise? If you are, then that will make me buy it all the more.

Cryptsy isn't exactly my favourite of the month. Far from it. But c'mon. Explain yourself. You've intrigued me with your hidden, hysterical, history. Tell us all about Tranz, Horus and Cryptsy. Enlighten us. I suspect that you have nothing relevant to say. It's not enough to reference John Pilger in your arse-end. C'mon. Give us the benefit of your extensive knowledge, you horrible piece of shit.

This was a dead issue until you fed the troll

I don't preclude the possibility that he might have something to say. I very much doubt it though. I'd like to explore more. So c'mon Hippie Tech here's your chance to be taken seriously.
yeah.
you shouldn't call someone a cunt and worthless piece of space, then expect an answer though.
a_cat_named_joe
Sr. Member
****
Offline Offline

Activity: 307
Merit: 250



View Profile
December 09, 2015, 10:04:59 PM
Last edit: December 09, 2015, 10:51:32 PM by a_cat_named_joe
 #3415

Obviously, if I have offended anyone other than Hippie Tech, then I would extend an apology. But to besmirch someone's character like he has done with Tranz, that makes him the lowest of the low in my book and worthy of some basic AngloSaxon connotation. Let's not mince words. He's a dickhead (Pron. 'dik-hed'. Noun. Course slang. A stupid, contemptible, or obnoxious person. An idiot).

I wouldn't expect him to answer in any event if, as expected, there is no real substance in the aspersions he has cast. He obviously leads a mundane life and has to stoop to trolling to be noticed. It's Christmas, so let's be kind and give him a little of the attention he so desperately craves.
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
December 09, 2015, 10:51:38 PM
 #3416

http://wiki.hobonickels.info/index.php?title=History_of_HoboNickels

the history is right here Smiley

a_cat_named_joe
Sr. Member
****
Offline Offline

Activity: 307
Merit: 250



View Profile
December 09, 2015, 11:03:39 PM
 #3417


Thanks. I was aware of this thumbnail HoboNickels history early on and was so impressed with how it performed that I decided that this was a coin to invest in. I liked the Hobo Nickels association and thought that it encapsulated what a cryptocoin should be: something created out of something to produce greater value. In marketing terms, I thought the name HoboNickels was good 'positioning'.
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
December 10, 2015, 02:44:19 AM
 #3418

I also started comparing the code for litestake so I can understand it better:

HBN on the left, HYP on the right

https://www.diffchecker.com/uwwijnti (kernel.cpp)
https://www.diffchecker.com/dvcxtwjo (wallet.cpp)
https://www.diffchecker.com/y8av2ylm (main.cpp)


Code:
	/** Presstab - HyperStake hashing
    bnTargetPerCoinDay.SetCompact(nBits); I redesigned the hashing iteration in a few ways.
    int64_t nValueIn = txPrev.vout[prevout.n].nValue; Code Reorginization - Instead of iterating the hashing in wallet.cpp, it is iterated in kernel.cpp inside of checkstakekernelhash, this allows
the iteration to not need to initialize the variables for every iteration. This is also true for the stake modifier, which was previously
    uint256 hashBlockFrom = blockFrom.GetHash(); calculated for each iteration.
liteStake - Previously the staking process would continuosly rehash the same hashes over and over, needlessly taking up valuable CPU power.
    CBigNum bnCoinDayWeight = CBigNum(nValueIn) * GetWeight((int64_t)txPrev.nTime, (int64_t)nTimeTx) / COIN / (24 * 60 * 60); I have added a std::map that tracks the block height and the last time the wallet hashed on this height. Depending on your staking settings,
    targetProofOfStake = CBigNum(bnCoinDayWeight * bnTargetPerCoinDay).getuint256(); the wallet will not begin a new round of hashing until after a certain amount of time has passed, or a new block is accepted. This time delay
can be found in main.cpp bitcoinminer(). This means that there will be 1-5 seconds of hashing with the CPU once every few minutes, compared to
    // Calculate hash continued hashing with the CPU.
    CDataStream ss(SER_GETHASH, 0); **/

Any luck porting that over?

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Argon18
Sr. Member
****
Offline Offline

Activity: 442
Merit: 250


View Profile
December 10, 2015, 03:08:39 AM
 #3419

I also started comparing the code for litestake so I can understand it better:

HBN on the left, HYP on the right

https://www.diffchecker.com/uwwijnti (kernel.cpp)
https://www.diffchecker.com/dvcxtwjo (wallet.cpp)
https://www.diffchecker.com/y8av2ylm (main.cpp)


Code:
	/** Presstab - HyperStake hashing
    bnTargetPerCoinDay.SetCompact(nBits); I redesigned the hashing iteration in a few ways.
    int64_t nValueIn = txPrev.vout[prevout.n].nValue; Code Reorginization - Instead of iterating the hashing in wallet.cpp, it is iterated in kernel.cpp inside of checkstakekernelhash, this allows
the iteration to not need to initialize the variables for every iteration. This is also true for the stake modifier, which was previously
    uint256 hashBlockFrom = blockFrom.GetHash(); calculated for each iteration.
liteStake - Previously the staking process would continuosly rehash the same hashes over and over, needlessly taking up valuable CPU power.
    CBigNum bnCoinDayWeight = CBigNum(nValueIn) * GetWeight((int64_t)txPrev.nTime, (int64_t)nTimeTx) / COIN / (24 * 60 * 60); I have added a std::map that tracks the block height and the last time the wallet hashed on this height. Depending on your staking settings,
    targetProofOfStake = CBigNum(bnCoinDayWeight * bnTargetPerCoinDay).getuint256(); the wallet will not begin a new round of hashing until after a certain amount of time has passed, or a new block is accepted. This time delay
can be found in main.cpp bitcoinminer(). This means that there will be 1-5 seconds of hashing with the CPU once every few minutes, compared to
    // Calculate hash continued hashing with the CPU.
    CDataStream ss(SER_GETHASH, 0); **/

Any luck porting that over?

Not if he smart.
Problems with ya hash changes,
1. what keeps a programmer from changin his back to running at 60 seconds,
answer : nuthin , which could give him an edge in staking

2. Ya do realize it lowers the difficulty numbers and weakens the security.

Just Sayin,
AG18


▄██████████████████▄
▄██████████████████████▄
█████▀              ▀█████
▄████▀    ▄▄▄▄▄▄        ▀████▄
▀█████▄    ▀█████▄     ▄█████▀
▀█████▄    ▀█████▄ ▄█████▀
█▄  ▀█████▄    ▀█████████▀  ▄█
██▄  ▀█████▄    ▀█████▀  ▄██
███▄  ▀█████▄    ▀█▀  ▄███
▀███▄  ▀█████▄     ▄███▀
▀████▄  ▀████▀  ▄████▀
█████▄  ▀▀  ▄█████
▀█████▄  ▄█████▀
▀█████  █████▀
▀████████▀
██████
▀██▀
E R N
               ▄▄█████████▄▄
           ▄▄█████████████████▄▄
        ▄███████▀▀       ▀▀███████▄
       █████▀▀               ▀▀█████
     ▄████▀    ▄▄█████████▄▄    ▀████▄
    ████▀   ▄█████████████████▄   ▀████
   ████    █████████████████████    ████
 █████    ███████  ▀█████████████    █████
█████    █████████    ▀███████████    █████
████    ▄██████████▄     ▀████████▄    ████
████    █████████████       ███████    ████
████    ▀██████████▀     ▄████████▀    ████
█████    █████████    ▄███████████    █████
 █████    ███████  ▄█████████████    █████
           █████████████████████
            ▀█████████████████▀
               ▀▀█████████▀▀
████
████

████
████

████
████

████
████
TOKEN SALE
AIRDROP
                              ████
                              ████

                              ████
          ████            ████  ████

          ████            ████  ████
          ████  ████  ████  ████  ████

████  ████  ████  ████  ████  ████  ████
████  ████  ████  ████  ████  ████  ████
  ▬▬   GET IN TOUCH   ▬▬ 
TELEGRAM  FACEBOOK  TWITTER
YOUTUBE   INSTAGRAM
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
December 10, 2015, 03:24:42 AM
 #3420

I also started comparing the code for litestake so I can understand it better:

HBN on the left, HYP on the right

https://www.diffchecker.com/uwwijnti (kernel.cpp)
https://www.diffchecker.com/dvcxtwjo (wallet.cpp)
https://www.diffchecker.com/y8av2ylm (main.cpp)


Code:
	/** Presstab - HyperStake hashing
    bnTargetPerCoinDay.SetCompact(nBits); I redesigned the hashing iteration in a few ways.
    int64_t nValueIn = txPrev.vout[prevout.n].nValue; Code Reorginization - Instead of iterating the hashing in wallet.cpp, it is iterated in kernel.cpp inside of checkstakekernelhash, this allows
the iteration to not need to initialize the variables for every iteration. This is also true for the stake modifier, which was previously
    uint256 hashBlockFrom = blockFrom.GetHash(); calculated for each iteration.
liteStake - Previously the staking process would continuosly rehash the same hashes over and over, needlessly taking up valuable CPU power.
    CBigNum bnCoinDayWeight = CBigNum(nValueIn) * GetWeight((int64_t)txPrev.nTime, (int64_t)nTimeTx) / COIN / (24 * 60 * 60); I have added a std::map that tracks the block height and the last time the wallet hashed on this height. Depending on your staking settings,
    targetProofOfStake = CBigNum(bnCoinDayWeight * bnTargetPerCoinDay).getuint256(); the wallet will not begin a new round of hashing until after a certain amount of time has passed, or a new block is accepted. This time delay
can be found in main.cpp bitcoinminer(). This means that there will be 1-5 seconds of hashing with the CPU once every few minutes, compared to
    // Calculate hash continued hashing with the CPU.
    CDataStream ss(SER_GETHASH, 0); **/

Any luck porting that over?

Not if he smart.
Problems with ya hash changes,
1. what keeps a programmer from changin his back to running at 60 seconds,
answer : nuthin , which could give him an edge in staking

2. Ya do realize it lowers the difficulty numbers and weakens the security.

Just Sayin,
AG18

You can change the parameters via RPC in HYP, anyone can change to 60 seconds that wants to.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171] 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 ... 294 »
  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!