Bitcoin Forum
May 06, 2024, 06:28:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Bitcoin / Development & Technical Discussion / Calculation for transaction input-output balling: on: June 11, 2014, 10:09:50 PM
To roughly calculate transaction send size in bytes we do:

((numberOfInputs*148)+(numberOfOutputs*34)+10)

We want to make a transaction using two inputs of 0.01BTC (Amount to send = 0.015BTC, change left over = 0.005BTC). Number of outputs in this case will be two; as we have two inputs, one of which we are 'tearing-in-two' creating change that will be sent back to us (we are the second output so the change is not lost).

So to calculate the fee:

  • We calculate the value of each input in BTC multiplied by the age of the input in blocks
  • Add up all the answers into a total priority
  • Divide the priority by the size of the transaction in bytes
  • If this gives a number less than 0.576 then the transaction requires a fee
  • Also if the transaction size exceeds 1000 bytes it requires a fee

If both inputs were 1000 conformations old, a fee would be required:

Code:
((0.01*1000) + (0.01*1000)) = 20 //priority
((2*148)+(2*34)+10) = 374 //bytes
20 / 374 = 0.053475935828877004

If both inputs were 11000 conformations old, a fee would not be required:

Code:
((0.01*11000) + (0.01*11000)) = 220 //priority
((2*148)+(2*34)+10) = 374 //bytes
220 / 374 = 0.5882352941176471

Is this correct?

If one input was old dust and the other new and large (this looks free to me):

Code:
((0.00001*11000) + (1*1000)) = 1000.11 //priority
((2*148)+(2*34)+10) = 374 //bytes
1000.11 / 374 = 2.6740909090909093

Does this explain how you can put a dust-input with a large-input to rescue dust?

Will the threshold of 0.576 change in the future and if so how will we find out?

I gathered this theory from various posts on this site, google, bitcoin.stackexchange, and bitcoinfees.com
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 11, 2014, 02:53:13 AM
köszönöm!
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 11, 2014, 02:44:58 AM
Now, that's a nice coinface!



CC - FF1yCZ8Ur93Td9W8gtftLr67wFM77Zj3mp

Thanks Guy!

 Roll Eyes
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 11, 2014, 12:41:04 AM
Is Intel<R> HD Graphics Nvidia??
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 11, 2014, 12:33:42 AM
I am using/trying both:

sgminer.exe from here: http://cc.mine-coin.de/index.php?page=gettingstarted

and also tried

darkcoin-windows sgminer.exe

I did not know that I had to specify the name of the conf file. I thought that it was enough that my colorcoin.bat says this:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --config "color.conf"
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 10, 2014, 11:59:01 PM
GPU mining isn't working for me I keep getting errors for blake.cl

Loading configuration file color.conf
Building binary darkcoinIntel<R> HD Graphicsglg2tc2400nf10w25614.bin
Error -11: Building Program <clBuildProgram>
In file included from :79:
./blake.cl:33:33: error invalid storage-class specifiers in OpenCL
__constat static const sph_u64 BLAKE_IV512[8] = {

./blake.cl:371:33: error: invalid storage-class specifiers in OpenCL __cons
Failed to init GPU thread 0, disabling device 0
Restarting the GPU from the menu will not fix this.
Re-check your configuration and try restarting.

my color.conf is like this:

{
"pools": [{
     "url" : "stratum+tcp://stratum.mine-coin.de:3393",
     "user" : "benzmuircroft.gpu",
     "pass" : "x",
     "pool-priority" : "0"
}],
"kernel" : "darkcoin",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "480",
"temp-target" : "74",
"temp-overheat" : "80",
"temp-cutoff" : "85",
"auto-fan" : true,
"gpu-fan" : "0-85"
}

What could be the problem?
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 10, 2014, 09:29:19 PM
0.88% pre-mine I think this is why reward is only 10 coin at the moment...!?
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 10, 2014, 08:41:45 PM
Why then not make the Git Repo completely private before launch? I still don't see a video btw
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 10, 2014, 08:35:26 PM
Ok, that makes sense about hiding the code before launch.
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CC][POS][X11] Official Colorcoin thread URGENT UPDATE!!!! on: May 10, 2014, 07:47:22 PM
I'm not sure about this coin, the website is Wordpress any one can do wp (but like this?... with left and right buttons (not removed) going no where, a Youtube video of nothing, missing wallets, Facebook/Twitter/Google+ links all going to #)

The coin logo does not reflect the brand

The Github is empty of code.

I don't like the devs rude replies. Dude if people are first-off being rude to you... don't be rude back, doing that not only shows that you have many holes in your barriers but also makes me think are you really 12?

(Plus you can't spell or do spell check??)

You should be building peoples faith In you

Not saying it is, just saying this looks like a possible pump: The credit card is just an image so why is it up? you could not develop and test this first on testnet then launch the coin?

I hope it goes well and I'm not trying to be a put down but this looks like air right now dude
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PHS][PoS] PhilosopherStone | PoS | No Premine | stuff | 1.5.1 on: May 02, 2014, 06:19:19 PM
Hi everyone!

I originally approached Palmdetroit with my proposal for an enhanced version of the official PHS website.
I would like to ask for your opinion and feedback to improve the website design & coin branding. It is important that we get this coin looking really nice.

These are my goals:

  • The improved branding will help with the public's adoption of the coin
  • The brand will build trust and portray the coin to be a strong and friendly brand like Visa or Mastercard
  • The coin needs to look and feel like it belongs on social networks, and big stores such as Amazon
  • Psychologically it will make the coin feel like it is worth more to someone new
Here is the draft of the website:






I look forward to your comments and feedback

Benz

Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!