Bitcoin Forum
June 21, 2024, 10:58:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 249 »
  Print  
Author Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈  (Read 284487 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 18, 2015, 06:55:51 PM
 #3821

****FORGOT TO MENTION*****


I used electrum.... maybe that's why?
Please make sure the priv key you are importing is the one for that specific address. I haven't tried electrum, but if the priv key is in a different format , you'll need to convert it. I'll take a look as well. Can you post the address Bitcredit gives you after you import the key?  The coins were definitely sent.

well that's the thing.. it's not like other wallets.. I have no clue where to see my receiving address and I've clicked everything....

Well if the key is correct , you still have to convert it , hence the link, i think i say some code to get the key.

For the mean time, i'd encourage you to use the format that can be imported into any wallet. Eventually i'll write code that will allow you to import other variants of keys.....but as you know, the todo list is ever expanding  Cry


er... yeah electrum's privkey is the same formatting as in other btc wallets according to some reply i got on the post above, and you can import them into any other wallet according to him. But yeah don't worry about my issue right now, I'll consider it cold storage for the time being.

very very strange. I have millions of bitcoin keys and they all start with 5. The issue is the key's format. But it's all good, just don't loose the key.

Guess i was right :- https://en.bitcoin.it/wiki/Wallet_import_format

thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
October 18, 2015, 07:33:47 PM
 #3822

Oh and BTW:
I was referring to the BCR wallet about not knowing where to see my receiving addresses

Couple of options...

On Send / Receive page, if you have coin control activated, click on that to see addresses that contain unspent inputs, or on the Receive tab you can pull up addresses you've created.

From the CLI or RPC console (Debug window > Console), 'listaddressgroupings' will display a list of address accounts but only show addresses that are funded, use 'listaddressesbyaccount <account>' to show all addresses for a given account.

proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
October 18, 2015, 07:45:07 PM
 #3823

Oh and BTW:
I was referring to the BCR wallet about not knowing where to see my receiving addresses

Couple of options...

On Send / Receive page, if you have coin control activated, click on that to see addresses that contain unspent inputs, or on the Receive tab you can pull up addresses you've created.

From the CLI or RPC console (Debug window > Console), 'listaddressgroupings' will display a list of address accounts but only show addresses that are funded, use 'listaddressesbyaccount <account>' to show all addresses for a given account.



Thanks.
I figured it wouldn't show up in the input list if its balance is zero. listaddressgroupings does show those that have funds and those that had funds at one point. redeemed bids aren't there though as my privkey is not currently compatible so apparently no new BCR address was created.
LucD88
Hero Member
*****
Offline Offline

Activity: 525
Merit: 510



View Profile
October 18, 2015, 08:44:15 PM
 #3824

BCR wallet at Bittrex active again? Seems the status "Wallet maintenance" is gone..
gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
October 18, 2015, 10:10:11 PM
 #3825

Compiling the new master. There is error

In file included from assets/coinspark.c:26:0:
assets/coinspark.h:92:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkSatoshiQty;
         ^
assets/coinspark.h:93:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkAssetQty;
         ^
assets/coinspark.h:94:9: error: unknown type name 'int32_t'
 typedef int32_t CoinSparkIOIndex;
         ^
assets/coinspark.h:95:9: error: unknown type name 'int32_t'
 typedef int32_t CoinSparkAddressFlags;
         ^
assets/coinspark.h:96:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkPaymentRef;
         ^
assets/coinspark.h:105:5: error: unknown type name 'int16_t'
     int16_t qtyMantissa;
     ^
assets/coinspark.h:106:5: error: unknown type name 'int16_t'
     int16_t qtyExponent;
     ^
assets/coinspark.h:107:5: error: unknown type name 'int16_t'
     int16_t chargeFlatMantissa;
     ^
assets/coinspark.h:108:5: error: unknown type name 'int16_t'
     int16_t chargeFlatExponent;
     ^
.....
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 18, 2015, 10:31:08 PM
 #3826

Compiling the new master. There is error

In file included from assets/coinspark.c:26:0:
assets/coinspark.h:92:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkSatoshiQty;
         ^
assets/coinspark.h:93:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkAssetQty;
         ^
assets/coinspark.h:94:9: error: unknown type name 'int32_t'
 typedef int32_t CoinSparkIOIndex;
         ^
assets/coinspark.h:95:9: error: unknown type name 'int32_t'
 typedef int32_t CoinSparkAddressFlags;
         ^
assets/coinspark.h:96:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkPaymentRef;
         ^
assets/coinspark.h:105:5: error: unknown type name 'int16_t'
     int16_t qtyMantissa;
     ^
assets/coinspark.h:106:5: error: unknown type name 'int16_t'
     int16_t qtyExponent;
     ^
assets/coinspark.h:107:5: error: unknown type name 'int16_t'
     int16_t chargeFlatMantissa;
     ^
assets/coinspark.h:108:5: error: unknown type name 'int16_t'
     int16_t chargeFlatExponent;
     ^
.....

what system are you building on?

gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
October 18, 2015, 10:43:22 PM
 #3827

Compiling the new master. There is error

In file included from assets/coinspark.c:26:0:
assets/coinspark.h:92:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkSatoshiQty;
         ^
assets/coinspark.h:93:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkAssetQty;
         ^
assets/coinspark.h:94:9: error: unknown type name 'int32_t'
 typedef int32_t CoinSparkIOIndex;
         ^
assets/coinspark.h:95:9: error: unknown type name 'int32_t'
 typedef int32_t CoinSparkAddressFlags;
         ^
assets/coinspark.h:96:9: error: unknown type name 'int64_t'
 typedef int64_t CoinSparkPaymentRef;
         ^
assets/coinspark.h:105:5: error: unknown type name 'int16_t'
     int16_t qtyMantissa;
     ^
assets/coinspark.h:106:5: error: unknown type name 'int16_t'
     int16_t qtyExponent;
     ^
assets/coinspark.h:107:5: error: unknown type name 'int16_t'
     int16_t chargeFlatMantissa;
     ^
assets/coinspark.h:108:5: error: unknown type name 'int16_t'
     int16_t chargeFlatExponent;
     ^
.....

what system are you building on?

Windows 7 32 bit. With the previous master no pr0blem to compile
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 18, 2015, 10:56:00 PM
 #3828


Windows 7 32 bit. With the previous master no pr0blem to compile

It's a windows issue then, just add #include "util.h" and "compat.h", should resolve that for you.

gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
October 18, 2015, 11:01:07 PM
 #3829


Windows 7 32 bit. With the previous master no pr0blem to compile

It's a windows issue then, just add #include "util.h" and "compat.h", should resolve that for you.

...add to where in coinspark.h or coinspark.c
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 18, 2015, 11:40:41 PM
 #3830


Windows 7 32 bit. With the previous master no pr0blem to compile

It's a windows issue then, just add #include "util.h" and "compat.h", should resolve that for you.

...add to where in coinspark.h or coinspark.c

the header

jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
October 19, 2015, 01:25:41 AM
Last edit: October 19, 2015, 01:43:12 AM by jasemoney
 #3831

I was under the impression you can not convert a compressed private key into an uncompressed private key. this is from some old research I did, but I'm not an expert. @ proletariat @ bitcreditscc

looks like thats for public keys
https://bitcointalk.org/index.php?topic=850011.0

if this is an issue maybe we could have a dropdown for wallet type key was taken from and a converter built into the wallet

$MAID & $BTC other than that some short hodls and some long held garbage.
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
October 19, 2015, 05:26:27 AM
 #3832


Windows 7 32 bit. With the previous master no pr0blem to compile

It's a windows issue then, just add #include "util.h" and "compat.h", should resolve that for you.

...add to where in coinspark.h or coinspark.c

the header

No chance compiling on windows mingw because of path problem. Even if I include both, util.h and compat.h, one of them has other includes that are not found.


Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 19, 2015, 06:05:02 AM
 #3833


Windows 7 32 bit. With the previous master no pr0blem to compile

It's a windows issue then, just add #include "util.h" and "compat.h", should resolve that for you.

...add to where in coinspark.h or coinspark.c

the header

No chance compiling on windows mingw because of path problem. Even if I include both, util.h and compat.h, one of them has other includes that are not found.



will add assets dir to makefile includes, should be on the git in a bit

dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
October 19, 2015, 08:47:52 AM
 #3834

I did receive the payments for my bids ... Smiley

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 19, 2015, 08:58:44 AM
 #3835

I did receive the payments for my bids ... Smiley

great, final fixes for new update will be up on the git in the hour.

bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 19, 2015, 10:02:39 AM
 #3836

How do you as a user feel about optional automatic updates?

dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
October 19, 2015, 10:05:43 AM
 #3837

How do you as a user feel about optional automatic updates?

 Grin Grin Grin Grin I was thinking about that yesterday ... ROLF
For that, you must have a launcher that checks for new updates ...

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
October 19, 2015, 10:13:26 AM
 #3838

How do you as a user feel about optional automatic updates?

 Grin Grin Grin Grin I was thinking about that yesterday ... ROLF
For that, you must have a launcher that checks for new updates ...

https://github.com/bitcoin/bitcoin/pull/1453/files

though you may want to read this first :- http://bitcoin-development.narkive.com/IK0LYNyG/bitcoin-development-the-legal-risks-of-auto-updating-wallet-software-custodial-relationships

thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
October 19, 2015, 11:05:58 AM
 #3839

I did receive the payments for my bids ... Smiley

Me too, amount looks about right.   Kiss

Bids don't seem to have been reset / cleaned out of the files though, hopefully coming update sorts that out.

Looks like the BN that block got ~239 BCR, don't know it this will be constant, but seems like the BCR distributed to bidders is going to be about 23750 BCR per superblock after the grants / miner / BN / bnk+dof+mof+sof+tof.

jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
October 19, 2015, 11:20:40 AM
Last edit: October 19, 2015, 03:30:36 PM by jasemoney
 #3840

i see my bid coins, thanks! some small .47BCRs and one big block of 1356.

Confusion:
the bidtracker still shows the balances in the wallet of like .079BTC im assuming its just looking up the btc balance of the bid address. thiswill be confusing to tell how much has been bid

*edit oops looks like this is noticed above. and noted below there should be a solution in the next release.

question though..

who is holding multisig keys?
will the officers be holding them once elected, or is it random banknodes or bitcreditscc?

$MAID & $BTC other than that some short hodls and some long held garbage.
Pages: « 1 ... 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 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 249 »
  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!