Bitcoin Forum
July 02, 2024, 01:30:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 136 137 138 139 140 141 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 ... 207 »
2841  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 04, 2013, 03:39:07 AM
CreateAbstractWallet(ACC0M420|adamstgBit);



jubalix(49600uAC) = AbstractWalletList[jubalix|ACICAHJFKJ]->sendTx( ACC0M420|adamstgBit , 100uAC );
confirmed;
runtime error(2);
"the host wallet could not be identified - use       void CreateAbstractWallet(int User_Id);        to make a new wallet "
"must include your last tx as part of your next tx with a quote, it is preferable that you quote a confirmed tx"

ah but that wallet already exists instantiated by older code, (also I am not going to risk resetting it to zero with a new instantiation)

your compiler is not properly depreciated/backwards compatible
2842  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 04, 2013, 03:25:00 AM
CreateAbstractWallet(ACC0M420|adamstgBit);



jubalix(49600uAC) = AbstractWalletList[jubalix|ACICAHJFKJ]->sendTx( ACC0M420|adamstgBit , 100uAC );
2843  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 04, 2013, 03:19:27 AM
i like that you improved the protocol, its definitely getting better, maybe we should make the protocol look like  C++ code Smiley


here is the interface i would like us to use



/*===========================================================================
| sendTx:
|
|  PURPOSE: to allow an AbstractWallet to send an amount of AC to another AbstractWallet.
|
|  RETURN: int value, the Amount of uAC left in the sender wallet.
|    
\===========================================================================*/

class AbstractWallet {
virtual int sendTx( int SendTo_Id, int Send_Amount)=0;
};
typedef std::vector<AbstractWallet> AbstractWalletList;

void CreateAbstractWallet(int SendTo_Id);




now we can push a tx like this

tadakaluri(1493uAC) = AbstractWalletList[AC0M98S1|tadakaluri]->sendTx( AC0m97S1|adamstgBit , 100 );


do you get it??
wallet "AC0M98S1|tadakaluri"
sends
wallet "AC0M98S1|adamstgBit" 100 uAC
and
wallet "AC0M98S1|tadakaluri"
has 1493uAC left


and anyone can say something like:

CreateAbstractWallet(AC0M98S1|tadakaluri);

to declare their wallet...


this is ok.....I have always liked explicit variables to check, read code and provide information which is why I provide


View Profile Email Personal Message (Online)

8-13 ignores
   
   
Re: [Experiment] Abstract Coin 0.2.1
Today at 02:27:32 AM
   
Reply with quote Edit message Delete message  #193
Quote from: Invest0r on Today at 02:15:47 AM
I'd like some Smiley

Just created a wallet:
|ACINVEST0|

(u)(49750)|jubalix|ACICAHJFKJ|(-50)(R)(49700) ------>(u)(+50)|test|test|

units on both sides and the whole equation being

my ballance, amount sent with sign, (R) for return and amount after and on the other side amount sent.

so

I may suggest
we have int's for current amounts and send an received......it makes it really easy to read, and double if not triple check.


tadakaluri(1493uAC) = AbstractWalletList[AC0M98S1|tadakaluri]->sendTx( AC0m97S1|adamstgBit , 100 );

new ACwallet(|jubalix|ACICAHJFKJ|,n); (n for nano = default, you could override)

ACwallet::SendNow

class sendNow{SendWallet, Ballance, unit, amount,Receive Wallet)
{send-->Tx}


anyway I am sure something can be figured out....good idea though

2844  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 04, 2013, 02:27:32 AM
I'd like some Smiley

Just created a wallet:
|ACINVEST0|

(u)(49750)|jubalix|ACICAHJFKJ|(-50)(R)(49700) ------>(u)(+50)|Invest0r|ACINVEST0|
2845  Alternate cryptocurrencies / Altcoin Discussion / Re: [AC] |AdamStgBit| give away 10 x u50 bits on: June 04, 2013, 01:57:22 AM
(u)(49950)|jubalix|ACICAHJFKJ|(-50)(R)(49900) ------>(u)(+50)|tadakaluri|AC9JUB9KZ|

(u)(49900)|jubalix|ACICAHJFKJ|(-50)(R)(49850) ------>(u)(+50)|sumantso|AC9JUB0ZX|

Confirmed.

Right?

ahh you have to do each in their own post

I'm not sure you can do two at once....though maybe

and I think you were right to confirm with the u definition as well you legit now I will put confirmed on the spread sheet


yes, this is just fine. no need to make new post.

jubalix should have included proof that he owns some AC ( By quoting the confirmed block that says he was givin coins ) but as long as people believe... it makes it true.

we should maybe quote the last TX we did, that way we can click on the quotes and follow the flow all the way back to the genesis block.

Adam is correct I should have provided the origonal quote, I will do this as an edit in the to, it is also in the google docs ubit wallet which can be checked
2846  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 03, 2013, 07:50:17 PM
I can haz abstract?


(u)(49800)|jubalix|ACICAHJFKJ|(-50)(R)(49750) ------>(u)(+50)|peonminer|AC0JUB1Z0|
2847  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 03, 2013, 07:45:14 PM
also I am down to

AC 0.149650 (though u50 of this may be pending)
2848  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 03, 2013, 07:36:36 PM
1mAC = 0.0001AC
right?

m  = milli =  1x10e-3  =  0.001
u   =micro = 1x10e-6  =  0.000001
n   =nano =  1x10e-9  =  0.000000001

the "mun" system

maybe you could put this in the top of thread as an edit

also I have been giving away in
https://bitcointalk.org/index.php?topic=223104.msg2348996#msg2348996

these are confirmed transactions

(u)(50000)|jubalix|ACICAHJFKJ|(-50)(R)(49950) ------>(u)(+50)|kr4x|AC8JZ99KZ|
(u)(49950)|jubalix|ACICAHJFKJ|(-50)(R)(49900) ------>(u)(+50)|tadakaluri|AC9JUB9KZ|
(u)(49900)|jubalix|ACICAHJFKJ|(-50)(R)(49850) ------>(u)(+50)|sumantso|AC9JUB0ZX|
(u)(49850)|jubalix|ACICAHJFKJ|(-50)(R)(49800) ------>(u)(+50)|Passion_ltc|AC0JUB1ZX|


I have also suggested a testnet protocol
note "test" any where in the transaction string, makes it a test transaction on the virtual test_net and will not be quotable into the real chain

eg

(u)(XXXXX)|jubalix|ACICAHJFKJ|(-50)(R)(XXXXXX) ------>(u)(+50)|<test_name>|test_code|
2849  Alternate cryptocurrencies / Altcoin Discussion / Re: Altcoin generator on: June 03, 2013, 12:56:13 AM
suggested this some time ago...and thinks its a great idea

of course the next step will be to automate this

so have it randomly making new coins and doing [ANN] threads

then it's on, 1 coin per processor here we come
2850  Bitcoin / Hardware / Re: [Group Buy] Avalon ASIC Batch 3 [CLOSED- Seven 4 module Avalons ordered] on: June 03, 2013, 12:25:23 AM
BitFunder also has a public asset list, that is a live 24/7 list of what BTC address (provided by users at signup) hold how many shares. This way people always have proof
of how many shares they currently hold.

Can this list be backed up easily in case your site goes down for some reason? Perhaps just saving the website that shows owners on a local disk once a day or something?

This is the only thing I'm worried about really.. I know when GLSBE went down, it made a mess for all the securities on there, and hopefully this could be avoided.

Hi CoinHoarder,

A live list of all asset shares is always 100% up to date and live at https://bitfunder.com/assetlist

You can also correlate this with https://twitter.com/BitFunder

Other arrangements to send out (timeperiod) shareholder lists are about ready as well.

Thanks,
Ukyo

Good to hear Ukyo,

I will seriously consider BitFunder if you send out share ownership in email or something daily.

I just don't want to get caught up in a mess like what happened to GLSBE users.

Let me know when you have something like this in place, and I will try to convince everyone to switch over.  Smiley

I am getting tired of manually doing share transfers anyways.  Cheesy

Thanks!

the whole share swap thing is not something you don't have to provide if you don't want to as you never said this was part of the deal....and it's a lot of work!!!1
2851  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][AC]|AdamStgBit| launch and give away 20 x u50 bits on: June 02, 2013, 02:18:58 PM
as much as i find this super interesting - it does not pass the digitalindustry retard test, and as a result it can never leave ths forum.


- the digitalindustry retard test is :

can digitalindustry understand what is going on in the 3rd or 4th reading of the OP.

Yes.

No.

it takes about one reading.

though it helps to understand FRB/CCR/FIAT thoroughly.

digitalindustry does not apply

when you are learning a new language

though I accept the protocol may need refinement.

see the original thread

plenty of people get it straight away

there is good youtube link to for those that don't get it

which I reproduce here
typical reaction when first looking at this thread
https://www.youtube.com/watch?v=dq8NOpt-nfQ


2852  Economy / Economics / Re: Will BTC's umbilical cord to USD eventually throttle it? on: June 02, 2013, 02:16:37 PM
Interesting thread. I enjoyed the pronoun anaphora resolution issue for "it" in the title "Will BTC's umbilical cord to USD eventually throttle it?"



a reparticualist I see
2853  Economy / Economics / Re: Will BTC's umbilical cord to USD eventually throttle it? on: June 02, 2013, 02:11:13 PM
Some great answers, thanks. Food for thought.

Yes at < $1.5B market cap, BTC could be a mere plaything for a malicious government though perhaps one with a sting in its tail.

I'm an avid reader of all things game theory related too and this is a fascinating scenario when seen in that context.

Since posting, I've noted with interest that Canada has had a small change of tact with regards to Bitcoin, backing up my suspicions that BTC could become a political hot potato.

Jaywaka: BTC is linked to USD in that people trade in that pair, regardless of whether they own USD. It represents a disproportionate fraction of the world's BTC trade when BTC/EUR would be a much better fit for millions of traders or those getting paid in BTC. MtGox right now the soft underbelly of Bitcoin and if we had a robust exchange away from US meddling then it would be less susceptible to collapse.


no because the more the try to buy the higher the price gets, until they run out of money,
one_simply_can't_buy_bitcoins_into_submission_boromir.jpg
2854  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][AC]|AdamStgBit| launch and give away 20 x u50 bits on: June 02, 2013, 02:01:20 PM

(u)(50000)|jubalix|ACICAHJFKJ|(-50)(R)(49950) ------>(u)(+50)|<test_name>|test_code|


confirm

(this is valid)





2855  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][AC]|AdamStgBit| launch and give away 20 x u50 bits on: June 02, 2013, 02:00:57 PM


note u = micro or 10e-6

(u)(50000)|jubalix|ACICAHJFKJ|(-50)(R)(49950) ------>(u)(+50)|<test_name>|test_code|


confirm

(this is valid)




2856  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][AC]|AdamStgBit| launch and give away 20 x u50 bits on: June 02, 2013, 01:59:58 PM
to make sure your transaction is legit do as follows

note u = micro or 10e-6

(u)(50000)|jubalix|ACICAHJFKJ|(-50)(R)(49950) ------>(u)(+50)|<test_name>|test_code|



and



(u)(50000)|jubalix|ACICAHJFKJ|(-50)(R)(49950) ------>(u)(+50)|<test_name>|test_code|


in separate posts

we have yet to determine the u protocol but this will ensure you are properly

note test any where in the transaction string, makes it a test transaction on the virtual test_net and will not be quotable into the real chain
2857  Other / Off-topic / Re: [Experiment] Abstract Coin 0.2.1 on: June 02, 2013, 01:55:06 PM
(u)(49950)|jubalix|ACICAHJFKJ|(-50)(R)(49900) ------>(u)(+50)|tadakaluri|AC9JUB9KZ|

Confirmed.

you need to put quotes around it
2858  Alternate cryptocurrencies / Altcoin Discussion / Re: [AC] |AdamStgBit| give away 10 x u50 bits on: June 02, 2013, 11:05:52 AM
(u)(49850)|jubalix|ACICAHJFKJ|(-50)(R)(49800) ------>(u)(+50)|Passion_ltc|AC0JUB1ZX|

Confirmed.


yes!
2859  Alternate cryptocurrencies / Altcoin Discussion / Re: [AC] |AdamStgBit| give away 10 x u50 bits on: June 02, 2013, 11:01:23 AM
(u)(49950)|jubalix|ACICAHJFKJ|(-50)(R)(49900) ------>(u)(+50)|tadakaluri|AC9JUB9KZ|

(u)(49900)|jubalix|ACICAHJFKJ|(-50)(R)(49850) ------>(u)(+50)|sumantso|AC9JUB0ZX|

Confirmed.

Right?

ahh you have to do each in their own post

I'm not sure you can do two at once....though maybe

and I think you were right to confirm with the u definition as well you legit now I will put confirmed on the spread sheet
2860  Alternate cryptocurrencies / Altcoin Discussion / Re: [AC] |AdamStgBit| give away 10 x m5 bits on: June 02, 2013, 10:44:34 AM
note u = micro or 10e-6

(u)(50000)|jubalix|ACICAHJFKJ|(-50)(R)(49950) ------>(u)(+50)|kr4x|AC8JZ99KZ|


Confirmed.

Is that done correctly?

I think it should only be the transaction in the quote

but the u maybe should be included with the defn

so quote both ways should be done

so good point
Pages: « 1 ... 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 136 137 138 139 140 141 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 ... 207 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!