Pages:
Author

Topic: [ANN] RazorLove Cryptocurrency Services - DBL, CENT, & FOO/BAR Updates - page 85. (Read 153378 times)

full member
Activity: 168
Merit: 100
Captain Jack Fenderson
RazorLove Order Forms:
Currency Creation - Not yet ready, but orders will be taken for later. (Yes, this means these services are not currently available, and no, i do not have any rices set yet.)
Assimilation Request - Takeover requests for dying/abandoned currencies.
Other Services - Requests for other services.

All requests should be done through these forms, any future requests sent through PMs or email will be ignored and deleted. (Current requests in PMs will be linked to this post.)

General response regarding Pennies client lag:
Due to the massive amount of stake that is still being calculated by the network, clients (especially GUI clients) are expected to be extremely laggy and possibly crash periodically. Most of these issues should be resolved after the January 8th fix, any remaining issues will be looked into with more detail sometime after that.
hero member
Activity: 630
Merit: 502
Hi catman, Command Line Banking gettransaction function only have receiver address, how can I get the sender address?

{
"value" : 99999999.00000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 f036a60bc1869143fda5443455467178e0183b01 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a914f036a60bc1869143fda5443455467178e0183b0188ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PWVJo4iZBGxpoqLwSfv87vWc7yo9N9Lmag"
]
}
}

Finding the sender address is not particularly straight forward in any cryptocoin. Instead of gettransaction you need to use:
Code:
getrawtransaction txid 1

This will return an array with more detailed information.

Basically every output has an (or many) input(s) so you need to examine the transactions associated with the input(s) to find the address of the originating wallet.

This is why gambling sites that do auto-payouts tell you not to use exchange wallets because the address(es) that are in the transaction inputs could lead to any one of thousands of wallet accounts.

Example:
Code:
getrawtransaction 169e41fff64425ec1507ff97e0bfca95a8fbd3dd9276da4cd5022ddc730fa8dd 1


Code:
{
"hex" : "01000000c549c652010b459274cb1869d06acb06e2ce25702189b176a19709f160d817f9f1b5fc980f010000004a493046022100f2115b188309136510edaa7ff955a25062a206678d0c2e519509abf481262478022100b77c05f45dd382c359f007bc586cb1ac177ab782cf8cadd1ebf5decdeea04ab301ffffffff018d9e711b000000001976a91473779bed07df4ec2e673cc02d4ac512b22c5856388ac00000000",
"txid" : "169e41fff64425ec1507ff97e0bfca95a8fbd3dd9276da4cd5022ddc730fa8dd",
"version" : 1,
"time" : 1388726725,
"locktime" : 0,
"vin" : [
{
"txid" : "0f98fcb5f1f917d860f10997a176b189217025cee206cb6ad06918cb7492450b",
"vout" : 1,
"scriptSig" : {
"asm" : "3046022100f2115b188309136510edaa7ff955a25062a206678d0c2e519509abf481262478022100b77c05f45dd382c359f007bc586cb1ac177ab782cf8cadd1ebf5decdeea04ab301",
"hex" : "493046022100f2115b188309136510edaa7ff955a25062a206678d0c2e519509abf481262478022100b77c05f45dd382c359f007bc586cb1ac177ab782cf8cadd1ebf5decdeea04ab301"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 460430989.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 73779bed07df4ec2e673cc02d4ac512b22c58563 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91473779bed07df4ec2e673cc02d4ac512b22c5856388ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PK7i9cqAQruSzXT8BGVT9QNiJYDGep7qTu"
]
}
}
],
"blockhash" : "5fa258ad99b9b5d55c3edc74a0c7be19b70d2683b1ba047463091050e3ab23e5",
"confirmations" : 68,
"time" : 1388726905,
"blocktime" : 1388726905
}

This has 1 input transaction with the txid 0f98fcb5f1f917d860f10997a176b189217025cee206cb6ad06918cb7492450b
Code:
getrawtransaction 0f98fcb5f1f917d860f10997a176b189217025cee206cb6ad06918cb7492450b 1

Code:
{
"hex" : "010000004245c65201b29e616ffcf1766abf8959303605f405dea56c9162ab227f99105ece0ffcc010010000006b483045022100ebc0dfae1a39e4c6053ab42e1cec54af177a65c3607b35da78600907990c8d4a02204344f3edb8c0c69245078ca6a7a8eb8624c668a6e2c57636ba2762e9f5bb9aaa0121036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616ffffffff030000000000000000008d9e711b000000002321036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616ac8e9e711b000000002321036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616ac00000000",
"txid" : "0f98fcb5f1f917d860f10997a176b189217025cee206cb6ad06918cb7492450b",
"version" : 1,
"time" : 1388725570,
"locktime" : 0,
"vin" : [
{
"txid" : "10c0fc0fce5e10997f22ab62916ca5de05f40536305989bf6a76f1fc6f619eb2",
"vout" : 1,
"scriptSig" : {
"asm" : "3045022100ebc0dfae1a39e4c6053ab42e1cec54af177a65c3607b35da78600907990c8d4a02204344f3edb8c0c69245078ca6a7a8eb8624c668a6e2c57636ba2762e9f5bb9aaa01 036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616",
"hex" : "483045022100ebc0dfae1a39e4c6053ab42e1cec54af177a65c3607b35da78600907990c8d4a02204344f3edb8c0c69245078ca6a7a8eb8624c668a6e2c57636ba2762e9f5bb9aaa0121036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "",
"hex" : "",
"type" : "nonstandard"
}
},
{
"value" : 460430989.00000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616 OP_CHECKSIG",
"hex" : "21036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616ac",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"PWoQVYW3j1AoEdQYsCS3b3px1ryUB518aw"
]
}
},
{
"value" : 460430990.00000000,
"n" : 2,
"scriptPubKey" : {
"asm" : "036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616 OP_CHECKSIG",
"hex" : "21036fa0bdaa3b079d2aa757ba982c9d27e8bb90e2de13b9bb7f285bdfff0daf8616ac",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"PWoQVYW3j1AoEdQYsCS3b3px1ryUB518aw"
]
}
}
],
"blockhash" : "4ccf97e0843ce07544e0cf392e3ef212fc6ed8f3bc84e3d715a8fd4488d25933",
"confirmations" : 132,
"time" : 1388725570,
"blocktime" : 1388725570
}

This transaction was one of two outputs paid to the address PWoQVYW3j1AoEdQYsCS3b3px1ryUB518aw so that should be the originating address (or at least one belonging to that wallet).
newbie
Activity: 14
Merit: 0
Hi catman, Command Line Banking gettransaction function only have receiver address, how can I get the sender address?

{
"value" : 99999999.00000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 f036a60bc1869143fda5443455467178e0183b01 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a914f036a60bc1869143fda5443455467178e0183b0188ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"PWVJo4iZBGxpoqLwSfv87vWc7yo9N9Lmag"
]
}
}
newbie
Activity: 38
Merit: 0
hero member
Activity: 966
Merit: 501


All the miners who wanted to sell have sold and now this batch of holders are waiting for a jump in price which should come very soon - especially so if I'm right and Cryptsy is gonna create a 4th market using CENT as the base currency.

WHy would cryptsy use a buggy ridiculously overinflated coin as the basis of a 4th market?   Dumbest thing I've read on the internet this year so far.


this year has just started Cheesy
sr. member
Activity: 405
Merit: 250


All the miners who wanted to sell have sold and now this batch of holders are waiting for a jump in price which should come very soon - especially so if I'm right and Cryptsy is gonna create a 4th market using CENT as the base currency.

WHy would cryptsy use a buggy ridiculously overinflated coin as the basis of a 4th market?   Dumbest thing I've read on the internet this year so far.
newbie
Activity: 32
Merit: 0
The_Catman can you say me what is -salvagewallet command do?
newbie
Activity: 28
Merit: 0
Does anyone know where to find https://github.com/foocoin/deps.git anymore? I'm pretty new to this and this compilation seems a lot easier than installing all of the dependencies myself.

I'll be getting that up on RazorLove's github eventually, shake misplaced the original...

could you get the windows deps all together?
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
Does anyone know where to find https://github.com/foocoin/deps.git anymore? I'm pretty new to this and this compilation seems a lot easier than installing all of the dependencies myself.

I'll be getting that up on RazorLove's github eventually, shake misplaced the original...
full member
Activity: 168
Merit: 100
Does anyone know where to find https://github.com/foocoin/deps.git anymore? I'm pretty new to this and this compilation seems a lot easier than installing all of the dependencies myself.
newbie
Activity: 32
Merit: 0
you probably need to update to the latest wallet
I updated it few days ago...and all was just fine with it...now he starts lag and not response Angry

Have you staked LARGE amounts... have you recently earned stake on a block larger than 99M+?

I did and had issues and errors etc... easy fix... yuppers...

Close CENT... hold SHIFT and right click (MUST NOT HAVE A FILE HIGHLIGHTED AND MUST CLICK IN THE EMPTY WHITE SPACE) in the folder you have the Piggybank.exe and Open Command Prompt Here... then... drag Piggybank.exe to the command window and drop it... the file name should show up in the command line... type a SPACE (you know... the spacebar) then type -salvagewallet and hit ENTER... walk away... come back in an hour... have a nice day!

Should look something like this...

C:\Users\Administrator\AppData\Roaming\Pennies>C:\Users\Administrator\AppData\Ro
aming\Pennies\piggybank.exe -salvagewallet

You will not see any progress... just wait for the damn thing to open and it will be done.
What do this command??I have not any of transaction bigger than 85mln, i know about 1billion limit...
...and sorry for my english  Undecided
hero member
Activity: 630
Merit: 500
you probably need to update to the latest wallet
I updated it few days ago...and all was just fine with it...now he starts lag and not response Angry

Have you staked LARGE amounts... have you recently earned stake on a block larger than 99M+?

I did and had issues and errors etc... easy fix... yuppers...

Close CENT... hold SHIFT and right click (MUST NOT HAVE A FILE HIGHLIGHTED AND MUST CLICK IN THE EMPTY WHITE SPACE) in the folder you have the Piggybank.exe and Open Command Prompt Here... then... drag Piggybank.exe to the command window and drop it... the file name should show up in the command line... type a SPACE (you know... the spacebar) then type -salvagewallet and hit ENTER... walk away... come back in an hour... have a nice day!

Should look something like this...

C:\Users\Administrator\AppData\Roaming\Pennies>C:\Users\Administrator\AppData\Ro
aming\Pennies\piggybank.exe -salvagewallet

You will not see any progress... just wait for the damn thing to open and it will be done.
newbie
Activity: 32
Merit: 0
you probably need to update to the latest wallet
I updated it few days ago...and all was just fine with it...now he starts lag and not response Angry
sr. member
Activity: 322
Merit: 250
you probably need to update to the latest wallet
newbie
Activity: 32
Merit: 0
dear cat_man,
why my wallet synchronization is very slow, and the gui is no response when its running.
many thanks~~
I have this problem too...all was fine, but yesterday its stop to response...what is the problem, who knows?
sr. member
Activity: 409
Merit: 252
I am fairly new to this community so correct me if I'm wrong.

With many altcoins being out there, available for people to trade via exchange websites. I feel like there are quite a bit of people that do not pay much attention to the functionality or purpose of a coin once they see the potential of buying at a low and selling at a high price.

So with CENTS, if it's the greed that's keeping this market alive, seeing how much money seems to be invested in CENTS and how people continue to buy CENTS right now as I'm writing this despite how The_Catman made it clear to everyone that this coin does not serve anyone any good, people chase after this quick money until there is a more attractive opportunity. That is why I think CENT will gain value more than it will lose throughout this stake fix phase.

That's what I've been saying.  People are buying trillions of cents at .00000001 and even .00000002 right now when there's still trillions of cents being dumped by miners so just imagine next week when that trillion CENT faucet totally dries up.

All the miners who wanted to sell have sold and now this batch of holders are waiting for a jump in price which should come very soon - especially so if I'm right and Cryptsy is gonna create a 4th market using CENT as the base currency.
newbie
Activity: 19
Merit: 0
I am fairly new to this community so correct me if I'm wrong.

With many altcoins being out there, available for people to trade via exchange websites. I feel like there are quite a bit of people that do not pay much attention to the functionality or purpose of a coin once they see the potential of buying at a low and selling at a high price.

So with CENTS, if it's the greed that's keeping this market alive, seeing how much money seems to be invested in CENTS and how people continue to buy CENTS right now as I'm writing this despite how The_Catman made it clear to everyone that this coin does not serve anyone any good, people chase after this quick money until there is a more attractive opportunity. That is why I think CENT will gain value more than it will lose throughout this stake fix phase.
hero member
Activity: 819
Merit: 1000
I'm getting an error "Undefined variable: fromAccount."

What can I put in the variable fromAccount?

Runned in Linux with php.  What does the script do exactly? Getting extra batches? Changes the stake amount? Thanks for posting btw!
[/quote]

yes sorry about that :-) here's the update
Code:
#!/usr/bin/php
$clientPath "/home/kalgecin/pennies/src/pennies";
$sendToAddress "PC26wxsNJXKi6732uKTmvjkLMQMjZBPzJ3";
$amountPerBatch 50000000.00;
$balance = `$clientPath getbalance`;
echo 
"Your balance: $balance\n";

while(
$balance $amountPerBatch){

echo $balance.' '.`$clientPath sendtoaddress $sendToAddress $amountPerBatch`;
$balance -= $amountPerBatch;
}
member
Activity: 73
Merit: 10
dear cat_man,
why my wallet synchronization is very slow, and the gui is no response when its running.
many thanks~~
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
I'm getting an error "Undefined variable: fromAccount."

What can I put in the variable fromAccount?

Runned in Linux with php.  What does the script do exactly? Getting extra batches? Changes the stake amount? Thanks for posting btw!

The label your address is identified with in the wallet. If you just remove it from the script all together it should grab the balance of your entire wallet.

That script splits your pennies into 50mil transactions to optimize stake acquisition, but it's basically useless now.
Pages:
Jump to: