Bitcoin Forum
May 25, 2024, 09:47:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: jsonrpc "move" history?  (Read 1220 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?
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5208
Merit: 13013


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: 5208
Merit: 13013


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!