Pages:
Author

Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive - page 17. (Read 478849 times)

legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Please update the NovaExchange listing too! Smiley
HoboNickels is now listed on NovaExchange - https://novaexchange.com/market/BTC_HBN/
with two trading pairs DOGE and BTC - Happy trading
-snip-

Gread news. Now HBN is listed on 3 exchanges. It's getting more again.  Wink

Nice. I will get all the pages updated before this weekend.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hi. I thought I'd not see you again. How are the martial arts?
We need drastic decrease of memory consumption, the staking loop can be rearranged as with pivx(?) (presstab did that change, he knows what to put where)

Going good thanks!

I will take a look at this.. Thanks for the tip.
member
Activity: 159
Merit: 11
Great to see Tranz - I expected to see him.  He shows up, though it maybe months at a time.

I guess I'll join Nova Exchange and do some trading with HBN.  I really don't like that exchange.  They force KYC even if you only do minor trades.  KYC is not good in it's current form, but that's another issue.
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Hi. I thought I'd not see you again. How are the martial arts?
We need drastic decrease of memory consumption, the staking loop can be rearranged as with pivx(?) (presstab did that change, he knows what to put where)

why decrease the memory ? Now Raspberry Pi have 4 GB RAM  Cool try to compile for this ... put fail now  Sad

after make -f makefile.unix USE_UPNP=1 stop the compile after leveldb without a error  Huh

Code:
make[1]: Leaving directory '/root/hobonickels/src/leveldb'

found the fail ...
Code:
apt-get install libssl1.0-dev

I'm still testing this. I will contact you again if it should work with the Raspberry Pi 4  Wink

Code:
sudo apt-get remove libssl-dev 
wget http://www.openssl.org/source/openssl-1.0.1j.tar.gz
tar xvfz openssl-1.0.1j.tar.gz cd openssl-1.0.1j
cd openssl-1.0.1j
./config
make -j 8
sudo mv /usr/bin/openssl /root/
sudo ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
openssl version`

LDFLAGS="-Wl,-R/usr,-L/usr"
OPENSSL_INCLUDE_PATH=/usr/local/ssl/include OPENSSL_LIB_PATH=/usr/local/ssl/lib make -f makefile.unix USE_NATIVETOR=- -j 2


jr. member
Activity: 51
Merit: 1
I have submited the listing request on novaexchange.
In a case of success , there should be volume to keep the coin on the market. some one off trades wont help only continuous volume..
finger crossed


Anyone to become the developer for this coin?

They accepted and listed , wau almost cant believe it  Grin
guys some initial trades would be big help, will join shortly
legendary
Activity: 929
Merit: 1000
Please update the NovaExchange listing too! Smiley
HoboNickels is now listed on NovaExchange - https://novaexchange.com/market/BTC_HBN/
with two trading pairs DOGE and BTC - Happy trading
-snip-

Gread news. Now HBN is listed on 3 exchanges. It's getting more again.  Wink

Tranz should put those exchanges in the OP to save people the hassle of searching the thread to find them.
legendary
Activity: 1988
Merit: 1768
Please update the NovaExchange listing too! Smiley
HoboNickels is now listed on NovaExchange - https://novaexchange.com/market/BTC_HBN/
with two trading pairs DOGE and BTC - Happy trading
-snip-

Gread news. Now HBN is listed on 3 exchanges. It's getting more again.  Wink
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Wow thx 4 the news  Cool


Please update the NovaExchange listing too! Smiley
HoboNickels is now listed on NovaExchange - https://novaexchange.com/market/BTC_HBN/
with two trading pairs DOGE and BTC - Happy trading



Welcome back, Tranz!  Wink

Great to read something of yours again.
On the front page it needs to update the exchanges and faucets. Cryptopia must be removed and 2 new exchanges must be added.

FreiExchange
https://freiexchange.com/market/HBN/BTC

BTCPop*
https://btcpop.co/  *Withdraw of HoboNickels currently not possible, but I don't know if that's still the case.

This reminds me that in the HBN fund are enough coins were donated to solve the problem of btcpop, but as written, I don't know if the problem still exists.
Btcpop also offers a faucet for HBN. You should also change this on the front page.

Otherwise there are no new partners or something like that, unfortunately. At least none that I know of.  Smiley
jr. member
Activity: 109
Merit: 6

Please update the NovaExchange listing too! Smiley
HoboNickels is now listed on NovaExchange - https://novaexchange.com/market/BTC_HBN/
with two trading pairs DOGE and BTC - Happy trading



Welcome back, Tranz!  Wink

Great to read something of yours again.
On the front page it needs to update the exchanges and faucets. Cryptopia must be removed and 2 new exchanges must be added.

FreiExchange
https://freiexchange.com/market/HBN/BTC

BTCPop*
https://btcpop.co/  *Withdraw of HoboNickels currently not possible, but I don't know if that's still the case.

This reminds me that in the HBN fund are enough coins were donated to solve the problem of btcpop, but as written, I don't know if the problem still exists.
Btcpop also offers a faucet for HBN. You should also change this on the front page.

Otherwise there are no new partners or something like that, unfortunately. At least none that I know of.  Smiley
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Hi. I thought I'd not see you again. How are the martial arts?
We need drastic decrease of memory consumption, the staking loop can be rearranged as with pivx(?) (presstab did that change, he knows what to put where)

why decrease the memory ? Now Raspberry Pi have 4 GB RAM  Cool try to compile for this ... put fail now  Sad

after make -f makefile.unix USE_UPNP=1 stop the compile after leveldb without a error  Huh

Code:
make[1]: Leaving directory '/root/hobonickels/src/leveldb'

found the fail ...
Code:
apt-get install libssl1.0-dev

I'm still testing this. I will contact you again if it should work with the Raspberry Pi 4  Wink
legendary
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
Hi. I thought I'd not see you again. How are the martial arts?
We need drastic decrease of memory consumption, the staking loop can be rearranged as with pivx(?) (presstab did that change, he knows what to put where)
jr. member
Activity: 51
Merit: 1
There is still a little chance we get listed on novaexchange . But small one i guess
legendary
Activity: 1988
Merit: 1768
Welcome back, Tranz!  Wink

Great to read something of yours again.
On the front page it needs to update the exchanges and faucets. Cryptopia must be removed and 2 new exchanges must be added.

FreiExchange
https://freiexchange.com/market/HBN/BTC

BTCPop*
https://btcpop.co/  *Withdraw of HoboNickels currently not possible, but I don't know if that's still the case.

This reminds me that in the HBN fund are enough coins were donated to solve the problem of btcpop, but as written, I don't know if the problem still exists.
Btcpop also offers a faucet for HBN. You should also change this on the front page.

Otherwise there are no new partners or something like that, unfortunately. At least none that I know of.  Smiley
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hi!

Not much time to post, but for the record. Not dead, not abandoned coin, not forgetting my fellow hobos.

Network is strong, wallet is working great, just allowing time to do its thing. Really what does the wallet or network need? Maybe less memory..  Shocked

We do need some strong exchanges though.. Can someone quickly fill me on on any changes to partners, exchanges, coin staking pools, etc..  I will update front page and web site.

Thanks!
Tranz
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
hmmm how to compile the hobonickelsd in Debian 9 ?
legendary
Activity: 1988
Merit: 1768
-snip-

I'm afraid you're right about everything you've written. Lack of investors and no fiat gateway are problems that must also be solved, but before we can address these problems, the charity function should have a real use. If this problem were solved, it would certainly be simpler to find new investors or a fiat gateway. Unfortunately I can't help you for various reasons, but it would be really good if some people would support HBN and win a charity organization for it. Maybe there are other people in this thread who can help you.  Smiley

Either way, I will continue to support HoboNickels as best I can.  Smiley
member
Activity: 159
Merit: 11
I hope they get it listed soon, but it doesn't really matter if people don't trade it, or have any interest in accumulating it

HoboNickels was made to support charity projects, but this is not possible as long no charity organization accepts it as payment. Since this doesn't work, not many people are interested in HBN and that is really a pity, because HBN has a very good pos network.

A long time ago I wrote to some charity organizations and asked them if they would accept HBN as a means of payment, but I never got an answer. If perhaps more people would do that, the organizations would perhaps pay more attention to such requests.  Smiley

I would like to see a functional use case too, but that doesn't seem to be necessary for other coins to prosper (be supported financially).  Other coins don't even have functioning networks and people still buy them.  (OK ... stop the rant)

It's going to be hard if there are no fiat to hbn gateways.  If you have to convert fiat to BTC to HBN and back ...  Right now, we are struggling to get BTC to HBN pair somewhere.

Like you said, really you just need a Charity to accept HBN, that way the Stake for Charity actually means something.  The charity would benefit for no effort, and could convert to BTC if they wanted.

Also, we'd need the developer to be there.

I still support HBN because:
1) network is stable, and works
2) POS is solid
3) it has a niche, a use case that makes sense
4) is a low market cap coin, that has potential for exponential profits, admittedly super low potential
5) the coin has some form of positive morality, which is appealing

I'm willing to help/ invest sometime.  If some people want to join together and start an organized effort to recruit a charity, I'll help.  I do have some contacts, but I don't want to go it alone.
legendary
Activity: 1988
Merit: 1768
I hope they get it listed soon, but it doesn't really matter if people don't trade it, or have any interest in accumulating it

HoboNickels was made to support charity projects, but this is not possible as long no charity organization accepts it as payment. Since this doesn't work, not many people are interested in HBN and that is really a pity, because HBN has a very good pos network.

A long time ago I wrote to some charity organizations and asked them if they would accept HBN as a means of payment, but I never got an answer. If perhaps more people would do that, the organizations would perhaps pay more attention to such requests.  Smiley
member
Activity: 159
Merit: 11
I hope they get it listed soon, but it doesn't really matter if people don't trade it, or have any interest in accumulating it
jr. member
Activity: 51
Merit: 1
no HBN addition yet , but there should be more 'adding' rounds left https://novaexchange.com/news/

Pages:
Jump to: