Bitcoin Forum
May 04, 2024, 05:02:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 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 ... 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.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 17, 2015, 05:45:21 PM
 #1681

More lunchbreak fumbling:

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
1714798963
Hero Member
*
Offline Offline

Posts: 1714798963

View Profile Personal Message (Offline)

Ignore
1714798963
Reply with quote  #2

1714798963
Report to moderator
1714798963
Hero Member
*
Offline Offline

Posts: 1714798963

View Profile Personal Message (Offline)

Ignore
1714798963
Reply with quote  #2

1714798963
Report to moderator
1714798963
Hero Member
*
Offline Offline

Posts: 1714798963

View Profile Personal Message (Offline)

Ignore
1714798963
Reply with quote  #2

1714798963
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
April 17, 2015, 05:53:06 PM
 #1682

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

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

Activity: 602
Merit: 501



View Profile
April 17, 2015, 06:00:43 PM
 #1683

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

to make it neater , you can remove the lines for displaying the address.

thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 17, 2015, 06:45:09 PM
 #1684

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

See, I told you that someone who knew what they were doing would come along.  Smiley  I just had to annoy them enough with my incompetence!

Now to get the bloody icon aligned...
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 17, 2015, 06:46:02 PM
Last edit: April 17, 2015, 07:34:06 PM by thelonecrouton
 #1685

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

to make it neater , you can remove the lines for displaying the address.

I think there's enough room. Smiley  

edit: I'd rather get rid of the icon, it already says "+" or "-" and the signed amount can be / is colour coded. No need for 3 different differentiators! Seems clear enough...?
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
April 17, 2015, 07:29:04 PM
 #1686

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

See, I told you that someone who knew what they were doing would come along.  Smiley  I just had to annoy them enough with my incompetence!


Now to get the bloody icon aligned...

https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L45 Tongue
Still will not work for the address. If you don't have it in address book, it will overflow (it's to long) Smiley))) trust me, i was playing with that endless time Tongue, It will look horrible

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
April 17, 2015, 07:31:10 PM
 #1687

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

to make it neater , you can remove the lines for displaying the address.

I think there's enough room. Smiley  edit: I'd rather get rid of the icon, it already says "+" or "-" and the signed amount can be / is colour coded. No need for 3 different differentiators!

The Icon indicate what type of transaction is, mined, received, paid ..

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 17, 2015, 07:37:31 PM
 #1688

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

to make it neater , you can remove the lines for displaying the address.

I think there's enough room. Smiley  edit: I'd rather get rid of the icon, it already says "+" or "-" and the signed amount can be / is colour coded. No need for 3 different differentiators!

The Icon indicate what type of transaction is, mined, received, paid ..

Bugger!  Grin

Still will not work for the address. If you don't have it in address book, it will overflow (it's to long) Smiley))) trust me, i was playing with that endless time Tongue, It will look horrible

What if I moved the Darksend stuff to top right and had the recent transactions underneath... whole window width should fit a big long address in. Smiley

dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
April 17, 2015, 07:46:25 PM
 #1689

Haven't found exactly where the column spacing for recent transactions is screwed up but I think it's somewhere in transactionview.cpp or transactionmodel.cpp, but let's face it it could be bloody anywhere.  Cheesy
https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/overviewpage.cpp#L50

to make it neater , you can remove the lines for displaying the address.

I think there's enough room. Smiley  edit: I'd rather get rid of the icon, it already says "+" or "-" and the signed amount can be / is colour coded. No need for 3 different differentiators!

The Icon indicate what type of transaction is, mined, received, paid ..

Bugger!  Grin

Still will not work for the address. If you don't have it in address book, it will overflow (it's to long) Smiley))) trust me, i was playing with that endless time Tongue, It will look horrible

What if I moved the Darksend stuff to top right and had the recent transactions underneath... whole window width should fit a big long address in. Smiley



Did you remove "Watch only" Box ? Yes, it will be lot more readable ...

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 17, 2015, 08:50:33 PM
Last edit: April 18, 2015, 12:31:53 AM by thelonecrouton
 #1690

Did you remove "Watch only" Box ?

Yeah I hope that wasn't important, I got rid of it about 27 versions ago.  Cheesy

Should be enough room here for 5rWWWWWWWWWWWWWWWWWWWWWWWWWWWWetc. I'll try and hammer the icons back in tomorrow.


Or maybe:


Department of
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
April 18, 2015, 04:34:44 AM
 #1691

I'm liking the way the bottom one is set up more.  Plenty of space to keep things spaced out and organized.
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
April 18, 2015, 12:38:55 PM
 #1692

i got tired of c++ so i did something else today. If anyone is interested in a .pro file for QT pm me.

thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 18, 2015, 07:10:33 PM
 #1693

i got tired of c++ so i did something else today. If anyone is interested in a .pro file for QT pm me.

Is that for qmake / make instead of ./autogen.sh / ./configure ?
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
April 18, 2015, 07:33:27 PM
 #1694

i got tired of c++ so i did something else today. If anyone is interested in a .pro file for QT pm me.

Is that for qmake / make instead of ./autogen.sh / ./configure ?

yup

Smiley Thought some people may appreciate the option.

If i get an hour or two i may try the add the option for switchable themes for the QT.

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

Activity: 602
Merit: 501



View Profile
April 18, 2015, 10:50:27 PM
 #1695

Ah....it may be difficult to run a real BN off the small devices like r.pi

In upgrading the stats engine and working in the Bank related stuff... there is no way getting aroung the fact that you'll need to maintain a full address and transaction index. So a small device may be affected by storage requirements later as well as the R/W requirements. You'll need a reliable machine to run a timely and worthwhile service.

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

Activity: 602
Merit: 501



View Profile
April 18, 2015, 11:06:32 PM
 #1696

After exhaustive tests, maybe i have found out why we had clients that were getting stuck at 40000 during re-sync.

 Smiley

dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 19, 2015, 12:26:15 AM
 #1697

After exhaustive tests, maybe i have found out why we had clients that were getting stuck at 40000 during re-sync.

 Smiley

Drum roll.........


Keep up the good work sir!
Pansyfaust
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
April 19, 2015, 12:15:16 PM
 #1698

After exhaustive tests, maybe i have found out why we had clients that were getting stuck at 40000 during re-sync.

 Smiley

I hope it's the same reason I keep getting this after constantly trying to sync up with the blockchain- always "9 days" of syncing to ago- no idea which block it stops at since the whole wallet freezes

https://www.dropbox.com/s/so4q7m1whtk9ini/Screenshot%202015-04-19%2014.10.08.png?dl=0

And then whenever I restart the wallet afterwards it resets to 5 weeks ago. Pretty irritating.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
April 19, 2015, 02:16:34 PM
 #1699

Paper wallet generator now with big enough labels to see and print the whole address/privkey, correct print icon, lovely grey background colour:

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

Activity: 602
Merit: 501



View Profile
April 19, 2015, 02:25:53 PM
 #1700

found the problem with voting... i think Smiley


all this progress in those areas, but i'm stuck on Bank balance retrieval for the stats engine Sad


i know the exact result i want, i have an idea how to get it....but the code is not cooperating.

Pages: « 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 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 ... 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!