Bitcoin Forum
March 30, 2024, 12:44:45 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 [113] 114 115 116 117 118 119 120 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 ... 294 »
  Print  
Author Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive  (Read 478542 times)
otila
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
August 31, 2014, 06:38:17 PM
 #2241

Thanks Fixed. I am actually going to do a production compile today and release a beta version, so I'll see if I missed anything else.
Just tried to compile:
Quote
Makefile:320: recipe for target 'HoboNickels-qt' failed

Code:
Code:
cd ~/cryptos && rm -rf HoboNickels && git clone git://github.com/Tranz5/HoboNickels && cd HoboNickels && qmake-qt4 HoboNickels-qt.pro && make

Maybe your gcc is as picky as my gcc 4.9.1?

Code:
diff --git a/src/qt/blockbrowser.cpp b/src/qt/blockbrowser.cpp
index 1177354..ee58d06 100644
--- a/src/qt/blockbrowser.cpp
+++ b/src/qt/blockbrowser.cpp
@@ -180,7 +180,7 @@ double getTxTotalValue(std::string txid)
     return value;
 }
 
-double convertCoins(int64 amount)
+double convertCoins(int64_t amount)
 {
     return (double)amount / (double)COIN;
 }
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 01, 2014, 03:36:45 AM
 #2242

I have the first beta version for 1.5 ready. I'll put up the full change log on github in the next day or so.

https://github.com/Tranz5/HoboNickels/releases/tag/1.4.7.0

Although I have had no issues, I do highly suggest you take the time (after you shutdown the client) to backup your wallet(s).dat, blk0001.dat and  database/txleveldb directories, before starting up the new client.

Please let me know if you see anything odd or have any issues.

Enjoy!



HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 01, 2014, 03:46:01 AM
Last edit: September 01, 2014, 03:59:56 AM by Tranz
 #2243

Thanks Fixed. I am actually going to do a production compile today and release a beta version, so I'll see if I missed anything else.
Just tried to compile:
Quote
Makefile:320: recipe for target 'HoboNickels-qt' failed

Code:
Code:
cd ~/cryptos && rm -rf HoboNickels && git clone git://github.com/Tranz5/HoboNickels && cd HoboNickels && qmake-qt4 HoboNickels-qt.pro && make

David I'll look into your issue as soon as I can. I did change the pro file a bit. See if any of these recent commits maybe your issue.

https://github.com/Tranz5/HoboNickels/commits/master/HoboNickels-qt.pro

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
crypto_chellie
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 01, 2014, 05:04:58 AM
 #2244

Like the new S4C addition.  Will I still have to enable S4C every time I start up the wallet? 
garicson
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
September 01, 2014, 09:56:14 AM
Last edit: September 01, 2014, 10:08:04 AM by garicson
 #2245

i need help, please

i did payment to itself use coin control 5531.893677 coins



5000 received to my address, but 531.893677 coins leaved my wallet and received to EhPUwKk8DT5Rg8JKFkxZzVz7cb3dJVxTVg...
Transaction ID: 7f6ed0d2346e77ddd499a348e464841337a704bbba4d5601c0829170912f5979
i didnt pay to this address. What happened?  Huh Shocked
PressF1
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
September 01, 2014, 12:45:36 PM
 #2246

i need help, please

i did payment to itself use coin control 5531.893677 coins



5000 received to my address, but 531.893677 coins leaved my wallet and received to EhPUwKk8DT5Rg8JKFkxZzVz7cb3dJVxTVg...
Transaction ID: 7f6ed0d2346e77ddd499a348e464841337a704bbba4d5601c0829170912f5979
i didnt pay to this address. What happened?  Huh Shocked

I think it's the leftover of the blocks you selected. It's still in your wallet but but a different address. You can avoid this from happening by checking the 'çustom change address' and fill in your regular address.

So don't worry, the coins are still yours!

HBN & CAP: F1PressF1PCxEyESGk6Fe1om1RfiHqX5gg
garicson
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
September 01, 2014, 12:51:49 PM
 #2247

i need help, please

i did payment to itself use coin control 5531.893677 coins



5000 received to my address, but 531.893677 coins leaved my wallet and received to EhPUwKk8DT5Rg8JKFkxZzVz7cb3dJVxTVg...
Transaction ID: 7f6ed0d2346e77ddd499a348e464841337a704bbba4d5601c0829170912f5979
i didnt pay to this address. What happened?  Huh Shocked

I think it's the leftover of the blocks you selected. It's still in your wallet but but a different address. You can avoid this from happening by checking the 'çustom change address' and fill in your regular address.

So don't worry, the coins are still yours!


where i will see this 531.893677 in my wallet?
ElTomeko27
Sr. Member
****
Offline Offline

Activity: 371
Merit: 250



View Profile
September 01, 2014, 12:58:59 PM
 #2248

i need help, please

i did payment to itself use coin control 5531.893677 coins



5000 received to my address, but 531.893677 coins leaved my wallet and received to EhPUwKk8DT5Rg8JKFkxZzVz7cb3dJVxTVg...
Transaction ID: 7f6ed0d2346e77ddd499a348e464841337a704bbba4d5601c0829170912f5979
i didnt pay to this address. What happened?  Huh Shocked

I think it's the leftover of the blocks you selected. It's still in your wallet but but a different address. You can avoid this from happening by checking the 'çustom change address' and fill in your regular address.

So don't worry, the coins are still yours!


where i will see this 531.893677 in my wallet?

Your total balance is ok?
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 01, 2014, 01:12:41 PM
 #2249

Like the new S4C addition.  Will I still have to enable S4C every time I start up the wallet? 


Nope, it is written to the wallet.dat file. So it will persist between shutdown and start up, and moving from one client to another.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
September 01, 2014, 01:16:19 PM
 #2250

i need help, please

i did payment to itself use coin control 5531.893677 coins



5000 received to my address, but 531.893677 coins leaved my wallet and received to EhPUwKk8DT5Rg8JKFkxZzVz7cb3dJVxTVg...
Transaction ID: 7f6ed0d2346e77ddd499a348e464841337a704bbba4d5601c0829170912f5979
i didnt pay to this address. What happened?  Huh Shocked

I think it's the leftover of the blocks you selected. It's still in your wallet but but a different address. You can avoid this from happening by checking the 'çustom change address' and fill in your regular address.

So don't worry, the coins are still yours!


where i will see this 531.893677 in my wallet?

Your total balance is ok?


Using the explorer (hbn.cryptocoinexplorer.com) can really help in tracing transactions. Click the transaction button and enter the txhash(txid) in the search box and you will get an organized  readout of the transaction with links to all the various input/output transactions and addresses.

To see the balance of the change address:
Open your client and click the help button -> Debug Window and use the command "getbalance EhPUwKk8DT5Rg8JKFkxZzVz7cb3dJVxTVg" You should see the change balance there. It also shows in the ledger for that address at the explorer site. (Click the address ledger button and enter the address)

PressF1
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
September 01, 2014, 01:41:54 PM
 #2251

If you access coin control you'll find them under the address you mentioned.

HBN & CAP: F1PressF1PCxEyESGk6Fe1om1RfiHqX5gg
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 01, 2014, 02:37:05 PM
 #2252

If you access coin control you'll find them under the address you mentioned.

Just noticed your signature. Cool Address!

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
PressF1
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
September 01, 2014, 03:11:54 PM
 #2253

If you access coin control you'll find them under the address you mentioned.

Just noticed your signature. Cool Address!

Thanks, took some time to calculate!

HBN & CAP: F1PressF1PCxEyESGk6Fe1om1RfiHqX5gg
breakbeater
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250


Life is a bitch, get used to it...


View Profile
September 01, 2014, 03:17:40 PM
 #2254

How to generate such a cool address??
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 01, 2014, 04:06:56 PM
 #2255

How to generate such a cool address??

I compiled and used this:
https://github.com/Tranz5/vanitygen

See thread about it here:
https://cryptocointalk.com/topic/10482-hobonickels-pubkeyhash-version-byte/?p=90425

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
garicson
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
September 01, 2014, 07:14:46 PM
 #2256

thanks to all! Errors was in wallet.dat. rescan, salwagewallet and repair didn't fix it, but import/export keys solved problem  Smiley Roll Eyes
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 02, 2014, 12:36:14 AM
 #2257

thanks to all! Errors was in wallet.dat. rescan, salwagewallet and repair didn't fix it, but import/export keys solved problem  Smiley Roll Eyes

Good to hear. Honestly I am a bit confused as to what happened. You sent coins to yourself but ended up missing some other coins? And you were sure these just weren't change address.

Anyway glad you got it sorted out.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
garicson
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
September 02, 2014, 06:29:39 AM
 #2258

thanks to all! Errors was in wallet.dat. rescan, salwagewallet and repair didn't fix it, but import/export keys solved problem  Smiley Roll Eyes

Good to hear. Honestly I am a bit confused as to what happened. You sent coins to yourself but ended up missing some other coins? And you were sure these just weren't change address.

Anyway glad you got it sorted out.

Coin control did't show part of the coins on change addresses, "getbalanse change_address" return 0
After use "repair wallet", coin control started show coins on change addresses, but i could not use these coins and after restart app, didn't show them again
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
September 02, 2014, 02:47:10 PM
 #2259

Wow much quicker start up now for QT, changing that scan size did wonders!

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 02, 2014, 09:55:21 PM
 #2260

Wow much quicker start up now for QT, changing that scan size did wonders!

Yes it did help. The thing that I like the best that has changed was the locking scheme. The GUI is a lot more responsive for most operations, like rescan operations.  Which also helps with things like syncing, as the core won't be waiting for the GUI.

On the surface it may see like the gui is less responsive when it comes to syncing, but that is only because the gui will be updated less often, so the time between updates is larger but the jumps in block counts will also be larger.

Anyway thanks for feedback.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Pages: « 1 ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 [113] 114 115 116 117 118 119 120 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 ... 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!