Bitcoin Forum
June 17, 2024, 04:17:17 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 [284] 285 286 287 288 289 290 291 292 293 294 »
  Print  
Author Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive  (Read 478663 times)
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
May 08, 2020, 04:47:36 PM
 #5661

Thanks for the warning, i will inform about my experience. Until now i had no problems with them.
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
May 09, 2020, 10:19:12 PM
 #5662

Have not been able to withdraw from FreiExchange the last two days.  Today got the usual error after trying to withdraw:
Error! There is a error, contact support (906).

I contacted support and heard back once but then even getting login errors there.  Support did not contact me back again.

i tried with different coins, until now all runs fine. Tried a mini and medium withdraw of hbn and both are executed. Nevertheless thanks for this warning, i'm more careful.
paramind22
Hero Member
*****
Offline Offline

Activity: 2660
Merit: 552


View Profile WWW
May 11, 2020, 05:40:26 PM
 #5663

I sent the dev a screenshot and he identified the error and confessed to the problem and said he would fix it and tell me when it's fixed.

BTW, if any of you have any Bottlecaps, it seems like it's on its last leg.  Would be good to get it back up again.  Tranz the dev here I believe was the one who did the last recompile/edit of the code.

Speaking of which, since the Bottlecaps thread here is pretty inactive. someone gave me some CAPS to help work on a book on staking. 

I did continue to work on it.  I mention will mention HBN and already did CAPS in the book on staking:
http://telicalbooks.com/Staking_Book_RSPearson.html
If we can get people excited and pump the book it would therefore pump the price and bring more supporters.

I need proofreaders.   

versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
May 12, 2020, 08:34:13 AM
 #5664

i've lost interest in high inflation coins, it's against usage. This one dropped from 100% yearly to 30% yearly, good. Hobo shall have a limit of around 120 million coins, i'm excited how this goes out, inflation should drop hard the next time. But without development this coin has no future anyway.
dingle
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 20, 2020, 05:06:16 AM
 #5665

Have not been able to withdraw from FreiExchange the last two days.  Today got the usual error after trying to withdraw:
Error! There is a error, contact support (906).

I contacted support and heard back once but then even getting login errors there.  Support did not contact me back again.

i tried with different coins, until now all runs fine. Tried a mini and medium withdraw of hbn and both are executed. Nevertheless thanks for this warning, i'm more careful.

i know the owner of freiexchange... if there is anything wrong he will fix it. he is good people. i know that means nothing to you all  cause you dont know me.. but i wanted to stand up and say that. Freiexchange is one of the very few honest exchanges out there. I also tried pulling HBN off there.. no issues.


This is running under ubuntu 14.04, a 32 bit virtual machine, and I seem to recall a possible difference in leveldb file formats.

(Wish I could find a version of the client that compiles or runs under ubuntu 18.04 64 bit but thats another issue.) 


i think it may be the 32 bit system.. now i did notice one issue with leveldb.. they store the libmemenv.a in /HoboNickels2.0.1.0/src/leveldb/out-static/ but makefile is calling for it at HoboNickels2.0.1.0/src/leveldb/.....................

2 possible fixes...

one.. dev alters the makefile, or a person can before they compile (i did not test that to see if it worked. so.. use at your own risk)

 or two.. i just compiled it separately.. if you go into leveldb and then run

`chmod +x build_detect_platform`
`make`

......... theeeeeeeeennnn

`cd ../`

 and then run 

`make -f makefile.unix`

it will compile daemon for you on ubuntu18..................

or.... i wrote a bash script to do it.

copy the the lines of code  between the hash marks and save as a "something".sh and then run

`bash 'something.sh'`

and it will install the required deps and build a daemon for you on ubuntu 18 and 16

##################################################################################################

#!/bin/bash
sudo apt update -y
sleep 2
sudo apt upgrade -y
sleep 2
sudo apt-get --assume-yes install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
sleep 2
sudo apt-get --assume-yes install software-properties-common
sleep 2
sudo add-apt-repository -y ppa:bitcoin/bitcoin
sleep 2
sudo apt-get --assume-yes update
sleep 2
sudo apt-get --assume-yes install libdb4.8-dev libdb4.8++-dev
sleep 2
sudo apt-get --assume-yes install libminiupnpc-dev
sleep 2
sudo apt-get --assume-yes install libzmq3-dev
sleep 2
sudo apt-get --assume-yes install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sleep 2
sudo apt-get --assume-yes install libqrencode-dev
sleep 2
sudo apt-get --assume-yes install libboost-all-dev
aleep 2
sudo apt-get --assume-yes install libssl1.0
sleep 2
sudo wget https://github.com/Tranz5/HoboNickels/archive/2.0.1.0.tar.gz
sleep 2
sudo tar zxvf 2.0.1.0.tar.gz
sleep 2
cd HoboNickels-2.0.1.0/src/leveldb
sleep 2
chmod +x build_detect_platform
sleep 2
make
sleep 5
cd ../
sleep 2
sudo make -f makefile.unix -j2 
sleep 2

##################################################################################################
paramind22
Hero Member
*****
Offline Offline

Activity: 2660
Merit: 552


View Profile WWW
May 21, 2020, 03:43:48 PM
 #5666

I was able to dl freecoin.  He didn't email me like he said he would, but I tried after a few days and was able to.

versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
May 21, 2020, 06:58:43 PM
 #5667

@dingle

i tried your description and compiled hbn successfully on ubuntu 18.04.4, thank you. Without the GUI yet, but the server CLI is more important to me. Can free the resources of my old 14.04 ubuntu systems now, need them for testing 20.04.

ps: need a donation address from you
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
May 26, 2020, 09:08:34 PM
 #5668

Would it be possible to implement headers-first sync? Have we talked about this already? Is it difficult?

dingle
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 29, 2020, 05:32:33 PM
Last edit: May 29, 2020, 06:33:02 PM by dingle
 #5669

@dingle

i tried your description and compiled hbn successfully on ubuntu 18.04.4, thank you. Without the GUI yet, but the server CLI is more important to me. Can free the resources of my old 14.04 ubuntu systems now, need them for testing 20.04.

ps: need a donation address from you


glad it worked for ya.   oh... just tried something and dont know why i didnt think of this before...

if you have the same source file and didnt delete it after building the daemon... got to the src/leveldb directory and type

./build_detect_platform libleveldb.a out-static

cd ../../
qmake
make -j2

aaaaaaaannnnnnnnnndddddd viola HoboNickels-qt will be in same folder as you

now i need to put an asterisk here****** I only run headless on linux. all Command line. i have 2 servers in my kitchen i use to build and host with. Soooooo i cant run qt's on linux. my only rig with desktop on it is my windows machine. so i havent been able to test the qt to see if it works.. if you want to test it and see that would be awesome but i cant guarantee it.  but im about 90% sure it will work



donation address for HoboNickels: EhchUdDtyjQE6fVFRQyqasVynwiLcxqhaP


I was able to dl freecoin.  He didn't email me like he said he would, but I tried after a few days and was able to.

Sorry he didnt message you back... i know last time i talked with him he was going on a little vacation with his girl. that may be why he didnt might of been kinda busy. (wink wink lol) but i dont want to make excuses for anyone. my concern is more about people getting their coins.. i have been ripped off too many times and always want to try to help others who have...  but you got yours right??? you are taken care of? if not i have no problem messaging him.  we usually chat quite often.. so im sure i could get a response.
dingle
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 29, 2020, 05:44:46 PM
 #5670

Would it be possible to implement headers-first sync? Have we talked about this already? Is it difficult?

hey bud you might not recognize the handle "dingle" but its me "krewshul" from discord.  i know your coding skills lol.. you and i both know it wouldnt be THAT difficult.. the only thing is i dont know who is running this one.. i think it would be kinda rude if we went and messed with someones code without permission. thats why i just wrote a fixit script instead of fixing the makefile with the compile issue. anyone know the dev on this one?
lightspeedy
Jr. Member
*
Offline Offline

Activity: 109
Merit: 6


View Profile WWW
June 06, 2020, 09:31:24 AM
 #5671


But the future is unknown, and I still monitor the network and market weekly to ensure it is function as expected.


Happy G Zues Krist Day!

HOBO is one of perhaps 4 projects with the founder/dev still there since 2014. 
20000 odd thousands are dust and rust.  But HOBO is original and still here.


You'd think the market (general public) might respect that.

Yeah, almost as if it were close to outrunning its own inflation
Incredible how supportive and serious people are about this project

HBN is still on my Radar, and I still actively support the coin.

Hey guys
I'm in contact with an exchange. The listing preparation is on it's way and HBN should very soon have an additional home. Yay!
To get started a listing fee of 0.05 btc is asked from the exchange operators. I will pay the listing fee from my own. Participation is still welcome, just PM me.
Else, I would be happy you as HBN supporters would contribute, while trading and spread the word about the new exchange.
Thanks

By the way.
Thanks to that guy that is paying the blockexplorer https://chainz.cryptoid.info/hbn/ fee.

"It's a small step for one man, but a big step for HBN"
Let's Rock!





https://hobotoken.com
https://hobomap.info
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
June 06, 2020, 11:22:16 AM
 #5672

...
donation address for HoboNickels: EhchUdDtyjQE6fVFRQyqasVynwiLcxqhaP
...

40k hbn sent to you, thanks again. The qt compilation i will test later.
MostlyGhostly
Full Member
***
Offline Offline

Activity: 396
Merit: 109


View Profile
June 06, 2020, 01:36:17 PM
 #5673

@dingle

i tried your description and compiled hbn successfully on ubuntu 18.04.4, thank you. Without the GUI yet, but the server CLI is more important to me. Can free the resources of my old 14.04 ubuntu systems now, need them for testing 20.04.

ps: need a donation address from you

Hobo does not need to be compiled. Re-allocate the energy and time you lent to compiling a coin into a useful activity. It is a matter of truthful truth that u dont even know Linux. Perchance u learned a small bunch of commands to aid urself with installing software when software center refuses to open. Im fain that u did that but seemingly that is where ur skills end. U are a mole which gropes in the blind while darkness only gets denser.
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
June 06, 2020, 03:03:43 PM
Last edit: June 06, 2020, 03:14:58 PM by versprichnix
 #5674

@dingle

i tried your description and compiled hbn successfully on ubuntu 18.04.4, thank you. Without the GUI yet, but the server CLI is more important to me. Can free the resources of my old 14.04 ubuntu systems now, need them for testing 20.04.

ps: need a donation address from you

Hobo does not need to be compiled. Re-allocate the energy and time you lent to compiling a coin into a useful activity. It is a matter of truthful truth that u dont even know Linux. Perchance u learned a small bunch of commands to aid urself with installing software when software center refuses to open. Im fain that u did that but seemingly that is where ur skills end. U are a mole which gropes in the blind while darkness only gets denser.

You are very right, i admire your attention. What is your useful activity, for cryptocoins in general, and hobonickels in particular?

You are doing badly, do you need a donation too?
dingle
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 06, 2020, 05:47:55 PM
 #5675

...
donation address for HoboNickels: EhchUdDtyjQE6fVFRQyqasVynwiLcxqhaP
...

40k hbn sent to you, thanks again. The qt compilation i will test later.

thanx. i just like fixing stuff
dingle
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 06, 2020, 06:02:52 PM
 #5676


Hobo does not need to be compiled. Re-allocate the energy and time you lent to compiling a coin into a useful activity. It is a matter of truthful truth that u dont even know Linux. Perchance u learned a small bunch of commands to aid urself with installing software when software center refuses to open. Im fain that u did that but seemingly that is where ur skills end. U are a mole which gropes in the blind while darkness only gets denser.

why so salty? and why the name calling?? if the man wants to build with HBN then let him build.  And for the record.. he needed a wallet for his new machine.. so yes.. it did need to be compiled for him. because he didnt have it... he had issues with the build due to some awkward placement of a few files.. so i helped.  what was not  needed was your negativity and a smart ass comment. If we are the moles groping blindly.. then you must be the parrot talking endlessly but not knowing what it means.



wait i got a better one.. if we are the moles groping blindly then you must be the sloth whatching everyone try to work while you get nothing done...

no i can do better...

if we are the moles groping blindly.. then you must be the the pile of feces we leave in the tunnel.....

yeah im going with that.. dont be a pile of feces and stink up the place. be the guy that encourages a person. you never know.. the mole may one day sit on a throne.
Turrican
Member
**
Offline Offline

Activity: 227
Merit: 26

“BitCloud [BTDX]”


View Profile
June 07, 2020, 09:08:37 AM
 #5677

I got https://hobonickels.info/ updated. Let me know if anything is missing or wrong.



https://hobonickels.info/HBNBlockChain.zip

the blockchain is from 08.‎2018 ... pls update  Smiley



Done

pls update again  Smiley for faster synching ... thx  Cool

•••     BitCloud  BTDX    |    A new type of decentralized currency     •••
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬     Masternode Coin     ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
• Wallet  • ANN  • Blockexplorer  • Github
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
June 26, 2020, 11:45:00 AM
 #5678

I got https://hobonickels.info/ updated. Let me know if anything is missing or wrong.



https://hobonickels.info/HBNBlockChain.zip

the blockchain is from 08.‎2018 ... pls update  Smiley



Done

pls update again  Smiley for faster synching ... thx  Cool

You can get the latest snapshot from here:
https://space.bismuth.cz/

TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
July 02, 2020, 02:07:56 PM
 #5679


Turrican
Member
**
Offline Offline

Activity: 227
Merit: 26

“BitCloud [BTDX]”


View Profile
July 02, 2020, 08:35:10 PM
 #5680



Great news. Thank you sir  Cool

•••     BitCloud  BTDX    |    A new type of decentralized currency     •••
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬     Masternode Coin     ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
• Wallet  • ANN  • Blockexplorer  • Github
Pages: « 1 ... 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 [284] 285 286 287 288 289 290 291 292 293 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!