Bitcoin Forum
May 04, 2024, 05:29:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Source code problem. Where it gone dPriority variable?  (Read 146 times)
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
February 12, 2018, 03:50:09 AM
Merited by ABCbits (1)
 #1

Originally it was at src/Main.h file's  following function.

--------
Code:
static bool AllowFree(double dPriority){
        return dPriority > COIN * 576 / 250;
}

But new source doesn't have this part itself.

Where it gone? Or to what shape changed?
1714800574
Hero Member
*
Offline Offline

Posts: 1714800574

View Profile Personal Message (Offline)

Ignore
1714800574
Reply with quote  #2

1714800574
Report to moderator
1714800574
Hero Member
*
Offline Offline

Posts: 1714800574

View Profile Personal Message (Offline)

Ignore
1714800574
Reply with quote  #2

1714800574
Report to moderator
1714800574
Hero Member
*
Offline Offline

Posts: 1714800574

View Profile Personal Message (Offline)

Ignore
1714800574
Reply with quote  #2

1714800574
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714800574
Hero Member
*
Offline Offline

Posts: 1714800574

View Profile Personal Message (Offline)

Ignore
1714800574
Reply with quote  #2

1714800574
Report to moderator
1714800574
Hero Member
*
Offline Offline

Posts: 1714800574

View Profile Personal Message (Offline)

Ignore
1714800574
Reply with quote  #2

1714800574
Report to moderator
RGBKey
Hero Member
*****
Offline Offline

Activity: 854
Merit: 658


rgbkey.github.io/pgp.txt


View Profile WWW
February 12, 2018, 04:12:25 AM
Merited by achow101 (2), ABCbits (2)
 #2

This appears to be from the days when you could send free transactions based on some factors like coin-days destroyed. Free transactions are no longer allowed or accepted by miners based on that so it was removed from the code.
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
February 12, 2018, 04:19:34 AM
 #3

This appears to be from the days when you could send free transactions based on some factors like coin-days destroyed. Free transactions are no longer allowed or accepted by miners based on that so it was removed from the code.

Ah I see. Thanks.
Pages: [1]
  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!