Bitcoin Forum
April 23, 2024, 09:17:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: jsonrpc "move" history?  (Read 1218 times)
payb.tc (OP)
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
March 14, 2012, 01:01:30 AM
 #1

i'm wondering if the jsonrpc command 'move' leaves a history behind somewhere or if opposing moves cancel each other out.

eg. if i did this a million times:

move('alice','bob',25);
move('bob','alice',25);

would it cause bloat somewhere? or would each run through the loop cancel out the previous one?
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713907073
Hero Member
*
Offline Offline

Posts: 1713907073

View Profile Personal Message (Offline)

Ignore
1713907073
Reply with quote  #2

1713907073
Report to moderator
1713907073
Hero Member
*
Offline Offline

Posts: 1713907073

View Profile Personal Message (Offline)

Ignore
1713907073
Reply with quote  #2

1713907073
Report to moderator
1713907073
Hero Member
*
Offline Offline

Posts: 1713907073

View Profile Personal Message (Offline)

Ignore
1713907073
Reply with quote  #2

1713907073
Report to moderator
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5180
Merit: 12878


View Profile
March 14, 2012, 01:03:44 AM
 #2

It is recorded. You can see them in listtransactions.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
payb.tc (OP)
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
March 14, 2012, 01:10:18 AM
 #3

It is recorded. You can see them in listtransactions.

oh thanks... i didn't think the move function had anything to do with transactions.

dunand
Hero Member
*****
Offline Offline

Activity: 637
Merit: 502



View Profile
March 14, 2012, 03:14:59 AM
 #4

If I understand correctly. If I do
move('alice','bob',25);
move('bob','alice',25);
ten thousand times my wallet should grow because of all the transactions? Will I have to pay a higher transaction fee because of that?
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5180
Merit: 12878


View Profile
March 14, 2012, 03:41:10 AM
 #5

Will I have to pay a higher transaction fee because of that?

No. The accounting entries created by move aren't real Bitcoin transactions.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
payb.tc (OP)
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
March 14, 2012, 04:30:23 AM
 #6

Will I have to pay a higher transaction fee because of that?

No. The accounting entries created by move aren't real Bitcoin transactions.

which is what caused me to assume they weren't recorded as transactions at all, but rather some kind of adjustment that overwrote stuff.
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!