Bitcoin Forum
July 05, 2024, 04:01:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 »
1041  Economy / Investor-based games / Re: ★ GoPonzi.co ★ NEW PONZI GAME & RULES ★ Win ROI 110%-150% ★ Time Left: 1h-12h on: April 14, 2015, 06:38:24 AM
Quote
Total paid: 1.103019BTC
Total deposited: 1.090411BTC

How's that possible? You paid out more than people deposited.

Quote
Progress to next payout 0.0002BTC / 0.0038BTC

Are you sure? I see different values on blockchain: because you use change addresses on spent outputs. I wouldn't call that transparent enough. Random function you're using (probably mt_rand) is total crap!!
Users might get 110% or 150% with no probability differences, and same for timer (talked about it below).
You copied 7streak' old system, which we have ascertained it doesn't work. I suggest you to read their entire chat on website  Wink
At last, you also copied their texts: "Amount Wagered", "Possible Winning" etc.

Copycats.
1042  Economy / Investor-based games / Re: All sites from this section are SCAM on: April 13, 2015, 11:00:46 PM
Of course you are mad about this topic, since by looking at your trust, you are on of these ponzi owners Wink

Exactly. It's fun to see which users don't like this post:




I was one of the developers of the old and premier PONZI TGB, so what? It naturally collapsed after 250 BTC input.
We didn't scam any of the users, don't talk bullshits please.
1043  Bitcoin / Bitcoin Technical Support / Re: listtransactions not working on: April 13, 2015, 10:50:17 PM
In Bitcoin.org, it is "skip" and I think "skip" suit in this command better.

"[skip=x]", where x is number of the most "recent transactions" which "should not" be shown.*

When you ran first command, seven transactions where shown. When you ran second command, recent 6 transactions weren't shown as "skip value was 6". Hope this solve your doubt.

If you want to study more, I suggest to you to look Bitcoin.org[1]. I find it quite useful and easy to understand than Bitcoin wiki.

listtransactions API: https://bitcoin.org/en/developer-reference#listtransactions

* Rephrased sentence from Bitcoin.org.
[1] https://bitcoin.org/en/developer-reference

Well explained, thank you.
Since I'm going to work with about 2.000 transactions a month, should I keep using listtransactions command?
1044  Bitcoin / Development & Technical Discussion / Re: Bitcoin server - set minimum transaction fee on: April 13, 2015, 11:36:08 AM
Hello fellows!
I'm actually running bitcoind server to receive and send transaction through my own software.
Transaction size of my spends are always near to 100kb/500kb, so how do I set a minimum/pseudo-fixed transaction fee in my bitcoin.conf/software? If you haven't figured out yet what I mean, I would always pay 0.0001 BTC for each spend cause they never exceed 1.000kb.
Hoping in a fast reply  Roll Eyes

You can't, the reference implementation wallet always pays some-amount-per-1000-bytes-of-the-transaction.

The rules for the 0.10 release are:

+ By default, you always pay a fee (this is different from previous releases that would send transactions without a fee if they had high enough priority)  (run with -sendfreetransactions=1 to get the old behavior of sending high-priority transactions without a fee)
+ By default, the fee-per-kilobyte is estimated based on recent transaction confirmation history.

To get close to what you want (pay a fixed fee per transaction), run with -paytxfee=0.whatever  : that tells the wallet code to pay 0.whatever BTC per 1000 bytes. Most transactions are about 500 bytes big.

See here:  http://core2.bitcoincore.org/smartfee/fee_graph.html  ... for how high to make -paytxfee=0.whatever based on how long you're willing to wait for the first confirmation (that page graphs estimates from the latest&greatest fee estimation code from Alex Morcos that will hopefully be in the 0.11 Bitcoin Core release).


I'm now having full control of fees through:

  • getbalance
  • listunspent
  • createrawtransactions
  • signrawtransaction
  • sendrawtransaction

Previous method was working fine but when change addresses (inputs) were too much I started spending more than 0.0001 BTC, complete chaos  Shocked
However now's everything ok with new functions  Wink


So you are not using change addresses now? Or only a few specific change addresses? I'm no expert but I wonder if that would be totally safe? I guess maybe if anonymity isn't the goal...

My software needs to be as transparent as possible, that's the goal yes. Change address is always the same spent input  Wink
Testnet example: https://www.blocktrail.com/tBTC/address/mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm
1045  Bitcoin / Bitcoin Technical Support / listtransactions not working on: April 13, 2015, 11:30:46 AM
Hey there, I'm back  Undecided
This time I'm having troubles with listtransactions function because "from" parameter is not properly working!
I'm actually working on this address: https://www.blocktrail.com/tBTC/address/mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm

First command:
Code:
listtransactions bitcoin 100 0
Code:
[
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.00100000,
"vout" : 0,
"confirmations" : 6,
"blockhash" : "000000009ba667fe7e7d1da2a1e8aafe88404c87da43e0c03749f4ac75572961",
"blockindex" : 17,
"blocktime" : 1428923404,
"txid" : "73c24457fc2cbb463507fcaf3dcf31cb1a4e8d52e1e27ec4534d9c65c022aae9",
"walletconflicts" : [
],
"time" : 1428916502,
"timereceived" : 1428916502
},
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.00114000,
"vout" : 0,
"confirmations" : 6,
"blockhash" : "000000009ba667fe7e7d1da2a1e8aafe88404c87da43e0c03749f4ac75572961",
"blockindex" : 15,
"blocktime" : 1428923404,
"txid" : "ebfbe3ea212190629fea63f1210d62c13a5dd31143beebecbb8465b351f0871e",
"walletconflicts" : [
],
"time" : 1428916516,
"timereceived" : 1428916516
},
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.01000000,
"vout" : 0,
"confirmations" : 6,
"blockhash" : "000000009ba667fe7e7d1da2a1e8aafe88404c87da43e0c03749f4ac75572961",
"blockindex" : 10,
"blocktime" : 1428923404,
"txid" : "04e740d17ebbe31eb8522d0a3be2eebc2f19707225c1861cc19bf5751824d12e",
"walletconflicts" : [
],
"time" : 1428916521,
"timereceived" : 1428916521
},
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.01000000,
"vout" : 0,
"confirmations" : 6,
"blockhash" : "000000009ba667fe7e7d1da2a1e8aafe88404c87da43e0c03749f4ac75572961",
"blockindex" : 16,
"blocktime" : 1428923404,
"txid" : "60edf9372117c53b24af7be847ecf125103b516379a1573ac87ca08e58402417",
"walletconflicts" : [
],
"time" : 1428916525,
"timereceived" : 1428916525
},
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.02064000,
"vout" : 2,
"confirmations" : 5,
"blockhash" : "000000009700a992e9d76cda9c3b13c0236978d5cddae3de6eff74fd79e5c4f7",
"blockindex" : 18,
"blocktime" : 1428924605,
"txid" : "5b205c3428d9471c19866d992b20cf9c5cbc0f31757380773b44b41421c07464",
"walletconflicts" : [
],
"time" : 1428916706,
"timereceived" : 1428916706
},
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.01921760,
"vout" : 2,
"confirmations" : 5,
"blockhash" : "000000009700a992e9d76cda9c3b13c0236978d5cddae3de6eff74fd79e5c4f7",
"blockindex" : 19,
"blocktime" : 1428924605,
"txid" : "f1dbd846c0c099121cebe9d79cb8befae6842ef96a9d89953192444a7aa3b959",
"walletconflicts" : [
],
"time" : 1428916708,
"timereceived" : 1428916708
},
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.00681760,
"vout" : 2,
"confirmations" : 5,
"blockhash" : "000000009700a992e9d76cda9c3b13c0236978d5cddae3de6eff74fd79e5c4f7",
"blockindex" : 20,
"blocktime" : 1428924605,
"txid" : "9280235e76796d73b6f304fa67af64022991ba24e2db2317875cfb5ecc5b350d",
"walletconflicts" : [
],
"time" : 1428916709,
"timereceived" : 1428916709
}
]

Second command:
Code:
listtransactions bitcoin 100 6
Code:
[
{
"account" : "bitcoin",
"address" : "mzkKmWG9Sj4duFDzHQMvwEvt1S8f3K56sm",
"category" : "receive",
"amount" : 0.00100000,
"vout" : 0,
"confirmations" : 6,
"blockhash" : "000000009ba667fe7e7d1da2a1e8aafe88404c87da43e0c03749f4ac75572961",
"blockindex" : 17,
"blocktime" : 1428923404,
"txid" : "73c24457fc2cbb463507fcaf3dcf31cb1a4e8d52e1e27ec4534d9c65c022aae9",
"walletconflicts" : [
],
"time" : 1428916502,
"timereceived" : 1428916502
}
]

I don't understand how "from" parameter works, Wiki says it's used to count from a certain number but there's everything messed up  Shocked
1046  Bitcoin / Development & Technical Discussion / Re: Bitcoin server - set minimum transaction fee on: April 13, 2015, 10:26:45 AM
Hello fellows!
I'm actually running bitcoind server to receive and send transaction through my own software.
Transaction size of my spends are always near to 100kb/500kb, so how do I set a minimum/pseudo-fixed transaction fee in my bitcoin.conf/software? If you haven't figured out yet what I mean, I would always pay 0.0001 BTC for each spend cause they never exceed 1.000kb.
Hoping in a fast reply  Roll Eyes

You can't, the reference implementation wallet always pays some-amount-per-1000-bytes-of-the-transaction.

The rules for the 0.10 release are:

+ By default, you always pay a fee (this is different from previous releases that would send transactions without a fee if they had high enough priority)  (run with -sendfreetransactions=1 to get the old behavior of sending high-priority transactions without a fee)
+ By default, the fee-per-kilobyte is estimated based on recent transaction confirmation history.

To get close to what you want (pay a fixed fee per transaction), run with -paytxfee=0.whatever  : that tells the wallet code to pay 0.whatever BTC per 1000 bytes. Most transactions are about 500 bytes big.

See here:  http://core2.bitcoincore.org/smartfee/fee_graph.html  ... for how high to make -paytxfee=0.whatever based on how long you're willing to wait for the first confirmation (that page graphs estimates from the latest&greatest fee estimation code from Alex Morcos that will hopefully be in the 0.11 Bitcoin Core release).


I'm now having full control of fees through:

  • getbalance
  • listunspent
  • createrawtransactions
  • signrawtransaction
  • sendrawtransaction

Previous method was working fine but when change addresses (inputs) were too much I started spending more than 0.0001 BTC, complete chaos  Shocked
However now's everything ok with new functions  Wink
1047  Economy / Investor-based games / Re: All sites from this section are SCAM on: April 12, 2015, 10:22:43 PM
Some mod please pin this at the top! Every newbie needs to see this!

This is a great idea, indeed it should be done "sticky" !  Smiley
You just want to be known as the guy who has a sticky.
You put jack shit effort into this thread and you think you're going to get stickied? Dream on.

I would stick your post instead of it  Roll Eyes
1048  Economy / Investor-based games / Re: All sites from this section are SCAM on: April 12, 2015, 08:45:50 PM
OH NICE TO KNOW, I WAS SO DUMB BEFORE.
*sarcasm mofos*

As i said, its for the ones who dont know ... mofo

Well, you are actually FORCING them to do what you want.
1049  Economy / Investor-based games / Re: All sites from this section are SCAM on: April 12, 2015, 06:10:21 PM
OH NICE TO KNOW, I WAS SO DUMB BEFORE.
*sarcasm mofos*
1050  Economy / Investor-based games / Re: [46 BTC wagered] 7streak.com ❤ NO ROUNDS! ▲ Win ✖1.4 ★ Play with BTC, LTC & DOGE on: April 11, 2015, 10:49:04 AM
Another great feature added:
If your timer hasn't run out of time yet but there are already enough coins in our hot wallet to cover your payout, then you get instantly paid out. Rule is valid only for the players in actual position!


Looks like N9N, but that's great anyway.
I would suggest you guys to put back collecting stats and fix countdown  Shocked
1051  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-QT/bitcoind sendtoaddress on: April 10, 2015, 02:24:28 PM
However I just have to use one address only hopefully eheh..

No.

Typically you will need at least 2 output addresses for each transaction.

You'll need the address that you are sending to, and you'll need an address under your control where you are sending the change.  You'll need to make sure that you correctly calculate the change every time.  If you send back too much change, then the transaction will be invalid and the entire network will reject your transaction.  It will never confirm, and the person you are sending to will not receive the bitcoins that you are trying to send to them.

If you don't send back enough change, then you will pay a ridiculously large transaction fee.

Don't forget to calculate the transaction fee when determining the change.  If you don't leave enough value in the transaction for an adequate transaction fee, then it may take a very long time for the transaction to confirm.

Yes I understand, something like that:

Code:
createrawtransaction '[{"txid":"d3be60aaf98ef888a9137928fa405806cd2e0c762f5205b3d9ba3e6ad26a5262","vout":1}]' '{"mxgxQ52kYRVPfLeYpXugkCAGhjLfUaZk3g":0.05000000,"mvDLEEymmEijZXyrrNRL3aPMhH8q2m8vE1":1.19994817}'

Where first output is the receiving address and second one is my actual address receving back the rest minus fee. Am I right?
1052  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-QT/bitcoind sendtoaddress on: April 10, 2015, 01:52:37 PM
Ok guys got it now, gonna use listunspent + createrawtransaction  Cheesy

Yes.  If you use createrawtransaction, then you will have full control over exactly where the transaction value is assigned.  Be VERY careful.  Many knowledgeable and experienced people using createrawtransaction in the past have made typos or had bugs in their program that resulted in failing to send the change to an address, or sending the wrong amount of change to an address.  Any unaccounted for transaction value (supplied by the inputs) will become transaction fees for the miner (or pool) that confirms your transaction.

Thanks for the info, I'll try to work with it like a surgeon  Roll Eyes
However I just have to use one address only hopefully eheh..
1053  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-QT/bitcoind sendtoaddress on: April 10, 2015, 01:45:10 PM
Ok guys got it now, gonna use listunspent + createrawtransaction  Cheesy
1054  Bitcoin / Bitcoin Technical Support / Bitcoin-QT/bitcoind sendtoaddress on: April 10, 2015, 01:10:53 PM
Why is Bitcoin-QT/bitcoind automatically always sending bitcoins to weird addresses and then when you spend them are obviously spent from these weird addresses?
It's confusing!! You can't even track your actual balance on blockchain because bitcoins are in many weird addresses..... Btw I'm running a PHP software on testnet with sendtoaddress and sendmany functions.
1055  Economy / Investor-based games / Re: [38 BTC wagered] 7streak.com ❤ NO ROUNDS! ▲ Win ✖1.4 ★ Play with BTC, LTC & DOGE on: April 07, 2015, 12:18:33 PM
HAPPY HOUR EVENT JUST STARTED!
For one hour only multiplier is set to x1.25 for new deposits.

how long the game ends Huh??

I don't think this game can end. It's similiar to N9N, if it collapses the game goes on if there are still users interested to play ofc.
1056  Economy / Investor-based games / Re: [30 BTC wagered] 7streak.com ❤ NO ROUNDS! ▲ Win ✖1.4 ★ Play with BTC, LTC & DOGE on: April 06, 2015, 09:05:33 PM
Suggest another happy hour and people become more active.
BTW, have you noticed that most investors are in a time zone UTC+2, haven't you?
You should hurry to think about it, because people will go to bed soon Smiley

We are planning to do another happy hour tomorrow, but can't tell you more at the moment  Roll Eyes

Very motivated Ponzi. As for N9N: congatz and keep it up hoe  Wink
1057  Economy / Investor-based games / Re: ALERT: [Investor Watch] Index of all Paying, Scam and Collapsed Investor Games on: April 05, 2015, 11:18:15 PM

It seems to be promising.
I would give it a try, seriously  Shocked

PS: website is responsive yes but not set for any display, please fix it.
1058  Economy / Investor-based games / Re: [212149 Payouts] HourlyCoins.Com - 1% payouts every hour (100% PROFIT in 200HRS) on: April 02, 2015, 11:22:50 AM
HourlyCoins actual statistics:

Total Investments: 4168
Total Payouts: 212149


Hey, guys, how many you lost in transaction fees?
If 212149 * 0.0001 (standard transaction fee) it will be more 21 BTC!

No you're wrong, they're sending many bitcoins to multiple outputs paying only 0.00000001BTC per kilobyte.
1059  Economy / Investor-based games / Re: Nine9.ninja - [PonziGame] ★ 250+ BTC Input ★ Altcoins ► Automated ► 125% Return on: March 31, 2015, 09:36:47 PM
https://blockchain.info/tx/f7331d06da014976213f97be0b8c5684d01383280e27b21e11bb7fd4965c84b2

Taking so long to confirm but is quite a large amount which I thought would be included even with 0 fee, is this normal??

It's not a problem of N9N side, this is your fault!
Are you using original Bitcoin Core?
1060  Economy / Investor-based games / Re: Nine9.ninja - [PonziGame] ★ 250+ BTC Input ★ Altcoins ► Automated ► 125% Return on: March 31, 2015, 11:40:54 AM
yes the speed is increasing again ... whoop whoop
Yes, i am in now ;-)

You have almost reached 10 BTC of paid commissions, impressive goal nice guys!  Grin
Pages: « 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 [53] 54 55 56 57 58 59 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!