Pages:
Author

Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈ - page 55. (Read 284526 times)

legendary
Activity: 1078
Merit: 1050
Please be aware of the post above me from antonio8

If you look closely at his 64bit link it does not match up (which he keeps swapping to 32bit)
We caught this person on another thread doing the same thing. Posting repackaged clients. They are malicious. Please remain dubious of all reposted links. People like this are everywhere!

https://bitcointalksearch.org/topic/bitcredit-migrating-to-uniqredit-896133 Post probably wont last long but look through their history here

https://bitcointalksearch.org/user/antonio8-208688

here is a pic of the link and the link behind it pasted in the notpad

http://i.imgur.com/B10BfTw.png

http://i.imgur.com/CbMlUQN.png
legendary
Activity: 1610
Merit: 1008
Forget-about-it

yeah i also made a small payment for the subsequent payment to the new address which was not credited.

The problem seems to be stemming from block explorers. If you check your files, you will occasionally see them empty due to lack of response from explorers. I will have to find a work around.

I have managed to get a list of all bids that are unpaid and will resolve this shortly
ok thanks
full member
Activity: 431
Merit: 105
hi there, my wallets synced and well but then again no mining, whenever did setgenerate true before or after banknode started the
wallets crash, close.. and after restart resync from spot that got bootstrapped, and then again hang there somewhere sometimes,

hope this mining and from console or from the mining tab, gets fixed soon, thanks guys.
hero member
Activity: 602
Merit: 501

yeah i also made a small payment for the subsequent payment to the new address which was not credited.

The problem seems to be stemming from block explorers. If you check your files, you will occasionally see them empty due to lack of response from explorers. I will have to find a work around.

I have managed to get a list of all bids that are unpaid and will resolve this shortly
legendary
Activity: 1610
Merit: 1008
Forget-about-it
When did the switch over for bid addresses happen? I sent .005 txid 25b16bc3b1d12e252dcebd620fac62e510b1005dc706599ff9e0422c4dd87fc2-000 on Oct 19th 7:20am EST time. Didn't see any payment yet from what would have been a second round by now?.

Also my importprivkey addresses are not shwoing up in send or receive address list but a test transaction shows up as payment to myself? any reason they wouldnt be showing up after import even if theyre empty?

Lastly: please confirm base58 pubkey address type is 12, I couldnt find it in the code but that makes prefix 5 and 6 addresses


        base58Prefixes[PUBKEY_ADDRESS] = list_of(12);
        base58Prefixes[SCRIPT_ADDRESS] = list_of(8 );
        base58Prefixes[SECRET_KEY] =     list_of(128);
        base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
        base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);
      base58Prefixes[EXT_COIN_TYPE]  = list_of(0x80000005);
ah im an idiot, i always look in base58 line ~270
still need to know whether the tx i sent to the old bid address if nulled from the bid address change, and if anyone knows why imported private keys arent showing up under receive like they do on most coins.

what was the sending address ?
15d1rWNvg6Ztc6Y1ViQqPXseKf9pprEHYG
also sent for this most recent bid to the new 1BCRbid2i3wbgqrKtgLGem6ZchcfYbnhNu, looks like that didnt payout yet either.

Just noticed, it seems the miner had a bad bid file, likely the result of a bad response from block explorers. you'll see there are two bad txs with 0.0 in the block

i'll take a look and resolve this. Also , i may write a back-up for all the xplorers if i get off work early today.
yeah i also made a small payment for the subsequent payment to the new address which was not credited.
hero member
Activity: 602
Merit: 501
When did the switch over for bid addresses happen? I sent .005 txid 25b16bc3b1d12e252dcebd620fac62e510b1005dc706599ff9e0422c4dd87fc2-000 on Oct 19th 7:20am EST time. Didn't see any payment yet from what would have been a second round by now?.

Also my importprivkey addresses are not shwoing up in send or receive address list but a test transaction shows up as payment to myself? any reason they wouldnt be showing up after import even if theyre empty?

Lastly: please confirm base58 pubkey address type is 12, I couldnt find it in the code but that makes prefix 5 and 6 addresses


        base58Prefixes[PUBKEY_ADDRESS] = list_of(12);
        base58Prefixes[SCRIPT_ADDRESS] = list_of(8 );
        base58Prefixes[SECRET_KEY] =     list_of(128);
        base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
        base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);
      base58Prefixes[EXT_COIN_TYPE]  = list_of(0x80000005);
ah im an idiot, i always look in base58 line ~270
still need to know whether the tx i sent to the old bid address if nulled from the bid address change, and if anyone knows why imported private keys arent showing up under receive like they do on most coins.

what was the sending address ?
15d1rWNvg6Ztc6Y1ViQqPXseKf9pprEHYG
also sent for this most recent bid to the new 1BCRbid2i3wbgqrKtgLGem6ZchcfYbnhNu, looks like that didnt payout yet either.

Just noticed, it seems the miner had a bad bid file, likely the result of a bad response from block explorers. you'll see there are two bad txs with 0.0 in the block

i'll take a look and resolve this. Also , i may write a back-up for all the xplorers if i get off work early today.
legendary
Activity: 1610
Merit: 1008
Forget-about-it
When did the switch over for bid addresses happen? I sent .005 txid 25b16bc3b1d12e252dcebd620fac62e510b1005dc706599ff9e0422c4dd87fc2-000 on Oct 19th 7:20am EST time. Didn't see any payment yet from what would have been a second round by now?.

Also my importprivkey addresses are not shwoing up in send or receive address list but a test transaction shows up as payment to myself? any reason they wouldnt be showing up after import even if theyre empty?

Lastly: please confirm base58 pubkey address type is 12, I couldnt find it in the code but that makes prefix 5 and 6 addresses


        base58Prefixes[PUBKEY_ADDRESS] = list_of(12);
        base58Prefixes[SCRIPT_ADDRESS] = list_of(8 );
        base58Prefixes[SECRET_KEY] =     list_of(128);
        base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
        base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);
      base58Prefixes[EXT_COIN_TYPE]  = list_of(0x80000005);
ah im an idiot, i always look in base58 line ~270
still need to know whether the tx i sent to the old bid address if nulled from the bid address change, and if anyone knows why imported private keys arent showing up under receive like they do on most coins.

what was the sending address ?
15d1rWNvg6Ztc6Y1ViQqPXseKf9pprEHYG
also sent for this most recent bid to the new 1BCRbid2i3wbgqrKtgLGem6ZchcfYbnhNu, looks like that didnt payout yet either.
hero member
Activity: 602
Merit: 501
When did the switch over for bid addresses happen? I sent .005 txid 25b16bc3b1d12e252dcebd620fac62e510b1005dc706599ff9e0422c4dd87fc2-000 on Oct 19th 7:20am EST time. Didn't see any payment yet from what would have been a second round by now?.

Also my importprivkey addresses are not shwoing up in send or receive address list but a test transaction shows up as payment to myself? any reason they wouldnt be showing up after import even if theyre empty?

Lastly: please confirm base58 pubkey address type is 12, I couldnt find it in the code but that makes prefix 5 and 6 addresses


        base58Prefixes[PUBKEY_ADDRESS] = list_of(12);
        base58Prefixes[SCRIPT_ADDRESS] = list_of(8 );
        base58Prefixes[SECRET_KEY] =     list_of(128);
        base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
        base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);
      base58Prefixes[EXT_COIN_TYPE]  = list_of(0x80000005);
ah im an idiot, i always look in base58 line ~270
still need to know whether the tx i sent to the old bid address if nulled from the bid address change, and if anyone knows why imported private keys arent showing up under receive like they do on most coins.

what was the sending address ?
legendary
Activity: 1610
Merit: 1008
Forget-about-it
When did the switch over for bid addresses happen? I sent .005 txid 25b16bc3b1d12e252dcebd620fac62e510b1005dc706599ff9e0422c4dd87fc2-000 on Oct 19th 7:20am EST time. Didn't see any payment yet from what would have been a second round by now?.

Also my importprivkey addresses are not shwoing up in send or receive address list but a test transaction shows up as payment to myself? any reason they wouldnt be showing up after import even if theyre empty?

Lastly: please confirm base58 pubkey address type is 12, I couldnt find it in the code but that makes prefix 5 and 6 addresses


        base58Prefixes[PUBKEY_ADDRESS] = list_of(12);
        base58Prefixes[SCRIPT_ADDRESS] = list_of(8 );
        base58Prefixes[SECRET_KEY] =     list_of(128);
        base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
        base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);
      base58Prefixes[EXT_COIN_TYPE]  = list_of(0x80000005);
ah im an idiot, i always look in base58 line ~270
still need to know whether the tx i sent to the old bid address if nulled from the bid address change, and if anyone knows why imported private keys arent showing up under receive like they do on most coins.
legendary
Activity: 910
Merit: 1000
When did the switch over for bid addresses happen? I sent .005 txid 25b16bc3b1d12e252dcebd620fac62e510b1005dc706599ff9e0422c4dd87fc2-000 on Oct 19th 7:20am EST time. Didn't see any payment yet from what would have been a second round by now?.

Also my importprivkey addresses are not shwoing up in send or receive address list but a test transaction shows up as payment to myself? any reason they wouldnt be showing up after import even if theyre empty?

Lastly: please confirm base58 pubkey address type is 12, I couldnt find it in the code but that makes prefix 5 and 6 addresses


        base58Prefixes[PUBKEY_ADDRESS] = list_of(12);
        base58Prefixes[SCRIPT_ADDRESS] = list_of(8 );
        base58Prefixes[SECRET_KEY] =     list_of(128);
        base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
        base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);
      base58Prefixes[EXT_COIN_TYPE]  = list_of(0x80000005);
legendary
Activity: 910
Merit: 1000
wow, seem you got some progress
(still interested and following)
legendary
Activity: 1610
Merit: 1008
Forget-about-it
When did the switch over for bid addresses happen? I sent .005 txid 25b16bc3b1d12e252dcebd620fac62e510b1005dc706599ff9e0422c4dd87fc2-000 on Oct 19th 7:20am EST time. Didn't see any payment yet from what would have been a second round by now?.

Also my importprivkey addresses are not shwoing up in send or receive address list but a test transaction shows up as payment to myself? any reason they wouldnt be showing up after import even if theyre empty?

Lastly: please confirm base58 pubkey address type is 12, I couldnt find it in the code but that makes prefix 5 and 6 addresses
hero member
Activity: 602
Merit: 501
bid tracker needs new explorer for dash, current one is too unstable  Angry
hero member
Activity: 525
Merit: 510
Windows 64 bit - version 0.30.17.8:
Download Link: https://mega.nz/#!nocmUaYS!fMaXOAyzDceEtg1Y95_SSIwoLp56nKx4AGx9ftyYsXA

Windows 32 bit - version 0.30.17.8:
Download Link: https://mega.nz/#!TstFiARa!jxlK4v7RVH7NVSUpZ9X0zmTOphzy9Cs6qnR95kjmEnU
Does this build feature any wallet speed improvements? It opens/closes faster on both Windows 8.1 x64 and Windows 10 x64, and it feels smoother overall. Also still hasn't crashed! Smiley
hero member
Activity: 602
Merit: 501
Disregard last post about bids not showing up, my test DASH bid has appeared.

I'm out of sync with chainz though, currently  my boxes are on 223636 right now with peers:
91.230.123.101:8877
91.230.123.101:8888
91.230.123.11:8877
82.211.1.181:8877




network is not evenly distributed, no asian nodes, no australian or canadian nodes either.
legendary
Activity: 966
Merit: 1000
Disregard last post about bids not showing up, my test DASH bid has appeared.

I'm out of sync with chainz though, currently  my boxes are on 223636 right now with peers:
91.230.123.101:8877
91.230.123.101:8888
91.230.123.11:8877
82.211.1.181:8877


hero member
Activity: 602
Merit: 501
Bidding addresses changed but not updated in bidpage.ui - will submit a pull req. later if not beaten to it.

Should be:

1BCRbid2i3wbgqrKtgLGem6ZchcfYbnhNu (BTC)
LbcrbidVUV2oxiwmQtMy5nffKqsWvYV8gf (LTC)
XbcrbidcSK1FeBy5s3nGiHgWKLSnpDH5na (DASH)

...according to bidpage.cpp etc. in commit be4f2d1?

edit: final.dat / prefinal.dat aren't updating for me on 17.8


Make sure you are on master branch Smiley

https://github.com/bitcreditscc/bicreditsnew/commit/be4f2d1d72b3c333ea95f05d95133e75f6783b7d#diff-8ed7e7611caffb3e2eae8818d0a26665

Why not make it such that it grabs the address from the client?


Never mind, it makes more sense to make it static.
legendary
Activity: 966
Merit: 1000
Bidding addresses changed but not updated in bidpage.ui - will submit a pull req. later if not beaten to it.

Should be:

1BCRbid2i3wbgqrKtgLGem6ZchcfYbnhNu (BTC)
LbcrbidVUV2oxiwmQtMy5nffKqsWvYV8gf (LTC)
XbcrbidcSK1FeBy5s3nGiHgWKLSnpDH5na (DASH)

...according to bidpage.cpp etc. in commit be4f2d1?

edit: final.dat / prefinal.dat aren't updating for me on 17.8
sr. member
Activity: 322
Merit: 250
Windows 64 bit - version 0.30.17.8:
Download Link: https://mega.nz/#!nocmUaYS!fMaXOAyzDceEtg1Y95_SSIwoLp56nKx4AGx9ftyYsXA

Windows 32 bit - version 0.30.17.8:
Download Link: https://mega.nz/#!TstFiARa!jxlK4v7RVH7NVSUpZ9X0zmTOphzy9Cs6qnR95kjmEnU

sr. member
Activity: 322
Merit: 250
Still no luck compiling on windows. Same errors as previous ...

remove the references to assets/* in makefile.am

ok

Edit: Same ...

Not possible, you can't have issue with the coinspark files if you aren't including them, make sure you removed all references.

.h  .cpp and $I(srcdir)/assets

then run configure and make

likely you missed one.


After I removed the .h and .cpp references, it works.
Pages:
Jump to: