Bitcoin Forum
May 28, 2024, 06:54:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 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 ... 94 »
141  Alternate cryptocurrencies / Altcoin Discussion / Re: [PPC] NothinG's Pool (Beta Testing) on: August 28, 2012, 01:24:05 AM
Just wanted to make a new post because this is important!

---------------
Important Announcement!

The pool server that you connect your miners to will be taken offline up to 15 minutes whilst I sift through all the shares and blocks that are currently found and verify those payments, so you can have some more coins to play with.

The reason I'm doing this stop, is so I can max out the server's CPU and RAM for the MySQL without people loosing their shares.

The maintenance on the site will happen:
27 Aug 2012 @ 11pm-11:15pm (CST, UTC -6)

So, expect your coins to show up in your account 27 Aug 2012 @ 11:16pm (CST, UTC -6).

---------------

If you have any questions or comments about this announcement, please ask before this time!
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency on: August 27, 2012, 04:06:50 PM
I've added a section here http://ppcointalk.org/index.php?q=forum/10 where people can make offers to buy and sell PPCoins.

I am looking into setting up an exchange also Smiley
Might want to hurry Wink
I was planning on setting one up once I got the pool a bit more stable.
143  Alternate cryptocurrencies / Altcoin Discussion / Re: [PPC] NothinG's Pool (Beta Testing) on: August 27, 2012, 04:03:01 PM
Pool should be back up.
The pushpoold had locked up again, but at least I think I know what the problem is.
The shares are starting to pile up because I haven't coded the second part of the script that goes through the blocks that are at 520+ confirmations and gives out those shares. After I code that in, the pool should stabilize.

That would have been the most likely reason for people not being able to connect.

Also, I believe I fixed the verified payout balance at the top of the page.
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency on: August 26, 2012, 03:30:16 AM
ive installed it on 2 computers, now i thought it was smart to connect one miner to the other computer like this

bitcoin-miner-64.exe -t 4 -o http://ppcoinrpc:passwordblabla@192.168.0.102:9902
but it says:
HTTP 403: Forbidden
HTTP 403: Forbidden
0 kHash/s          4 CPU threads

when i use:
bitcoin-miner-64.exe -t 4 -o http://ppcoinrpc:passwordblabla@127.0.0.1:9902

it does work

Using CPU (4 threads)
12.92 MHash/s      4 CPU threads

i've added these lines in ppcoin.conf:
rpcallowip = 127.0.0.1
rpcallowip = 192.168.0.102

is that correct way to add more ips?  something seems to be wrong, anyone knows how to connect one computer miner to the ppcoind server that is running on the other?  


edit: i guess i have to setup ssl like this https://en.bitcoin.it/wiki/Enabling_SSL_on_original_client_daemon 

but havent been able to do this... because i'm on windows... , tried connecting to NothinG's pool, also does not work (same connection problems) ...
Did you do
Code:
server=1
?
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency on: August 26, 2012, 12:00:14 AM
Hm, sending 50k freshly mined PPC (should be ~20 inputs) already caused 3 cent fee.

Oh right I stand corrected that you may pay more than 1 cent with sendtoaddress. Transaction fee is 1 cent per kilobyte.
Would it be possible to add within the next few release a method to determine the price of the transaction?
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency on: August 25, 2012, 08:14:32 AM
Just wanted to say I am working on a Chat forum specifically for PPCoin and hopefully should have up in a day or two Smiley

also RE the transaction fees NothingG, your going to have to have a play with a various send amounts and many address send amounts so... I would rather have a nice lot of data to analyse ro charts and graphs to compare in the future, and i'd be happy to donate 20PPC (should be more than enough for 1000's of transactions right??) from my mining shares for such a purpose if u can record and display the data in nice charts and graphs etc or send me the raw data??

Hope you all have a great weekend Smiley
If you need help with the forum (such as hosting [drop me a pm], forum design...and general mods), let us know.

I'm going to try with sendtoaddress and see how that works for now. After it gets to the point where people are withdrawing a lot and causing transaction fees to skyrocket, I'll start working on a script that does a sendmany. Currently, it's setup that the user sets aside 1 PPC in their account to handle their transaction (done automatically). I can set it up as a percentage donation, they will be listed in the sendmany letting the pool (from donations) pay for the transaction. I'm not really sure how that will work, but it at least helps me figure out where to spend donations.

I'll start logging all the data soon. I've still got a lot more work with the script to detect new blocks, as well as a script that will convert the ppcoind to database for my transactions. I'm getting to the point where transactions are going to be hard to read after ~100. Stack that with the average amount of people on the site at once, and you've got yourself a hell of a server load. Anyways, I'll send as much information as I can to the users (with their API key) letting them decide how they want to make their own graphs.

Code:
    {
        "account" : "",
        "address" : "PX5VvBLP9h6gQZj7n4wSkQwShbcJrdrFoS",
        "category" : "send",
        "amount" : -6482.75326000,
        "fee" : -0.01000000,
        "confirmations" : 0,
        "txid" : "1b4bb34f3b8db49b36e7d2ed4bc828302f6c20d5f1f3561d4f6ca36348e42560",
        "time" : 1345882115
    },
    {
        "account" : "",
        "address" : "PEbZFgW4xUdFoeQAvJuwiCdFuN8X9RLKa3",
        "category" : "receive",
        "amount" : 1.00000000,
        "confirmations" : 0,
        "txid" : "b5d4595cf548926ff50a56382904f162076a6e3a57ee268368493be2946e8b9c",
        "time" : 1345882115
    },
    {
        "account" : "",
        "address" : "PEbZFgW4xUdFoeQAvJuwiCdFuN8X9RLKa3",
        "category" : "send",
        "amount" : -1.00000000,
        "fee" : -0.01000000,
        "confirmations" : 0,
        "txid" : "b5d4595cf548926ff50a56382904f162076a6e3a57ee268368493be2946e8b9c",
        "time" : 1345882115
    }

In these transactions:
1-I've sent myself (from the pool, to my home wallet) 6482.75326 PPC.
2-The pool received the transaction from (3'd TXID).
3-Shows the pool sending 1 PPC to the pool's wallet.

Looks like each transaction cost 0.01 PPC.

[Edit]: Looks like 6482.75326 PPC showed up in my home wallet after 2 confirmations.
147  Alternate cryptocurrencies / Altcoin Discussion / Re: [PPC] NothinG's Pool (Beta Testing) on: August 25, 2012, 07:53:14 AM
Round of applause for you NothingG Smiley i logged on and see at the top of my screen....

Verified Balance: 2350.11897 PPC;

Very excited Smiley ty soo much for being so quick to get a pool setup for this and i'll attempt some withdraws and donations to you for all your hard work once you have that part sorted on ur site Smiley as I said in the other PPC related post I am working on setting up a ppcointalk forum for all PPC related chat Smiley
Thanks. Smiley

I think I know how I'm going to do the transaction. I'll just set it up, so the withdraw has to be > 1 PPC. Check out the site in ~10 minutes for the withdraw page.
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency on: August 25, 2012, 05:17:08 AM
Does anyone know how to determine the transaction size (for the cost of the transaction) before the transaction is sent?
or...does anyone know if the fee for the transaction is included in the transaction itself?
149  Alternate cryptocurrencies / Altcoin Discussion / Re: [PPC] NothinG's Pool (Beta Testing) on: August 25, 2012, 03:35:18 AM
Figured i'd try mining PPCoins for a bit.
Joined your pool, mined for a few mins, submitted 20-30ish shares.
Why round estimate is negative?

Confirmed Balance: 0 PPC
Unconfirmed Balance: 0 PPC
Estimated Reward this Round: -0.04 PPC


Cheers.
The site is based on Bitcoin, being 50 shares.
I'll have this fixed once I submit the first round of PPC from the old database.

Your shares are being counted (as you can see, if you're logged in, by your shares compared to everyone else's shares).

[Edit]: Getting VERY close to running the script to push payments. Just checking to make sure it's possible to withdraw, then you should notice your account balance. Smiley

[Edit2]: Just distributed the PPC from the old database of shares. If you where one of the first few people mining, you should see your balance at the top of the screen. I just sent a PM to sunny asking how to determine the kb per transaction to let people actually withdraw from their account. Sorry for all the trouble community. Sad
150  Economy / Auctions / Re: 50btc BitCoinMax account - Auction now? :) on: August 25, 2012, 02:08:18 AM
14.5
I retract my bid. I didn't know it was already 10pm your time.
151  Economy / Auctions / Re: 50btc BitCoinMax account - Auction now? :) on: August 25, 2012, 02:07:27 AM
14.5
152  Alternate cryptocurrencies / Altcoin Discussion / Re: [PPC] NothinG's Pool (Beta Testing) on: August 24, 2012, 04:02:44 PM
Server Load: (118%)

Sad not looking good as have not seen any shares be completed.. have u been DDOS'd??? Tongue are we that popular and important already!! ??

... but i hope it just u working on it atm or something??
Looks like something happened last night.


I'll go ahead and restart, but hopefully the logs let me know what happened.
I'm going to be moving the website off onto another server soon, that should help with the loadbalance.

Being such a small # of workers, I didn't think anything like this would happen.

[Edit]: @allWorkersOnThePool: I'm sorry about the delay in payments, but it seems when we where on the old database...we've mined a lot more blocks than I had imagined. I'm going to head to work and let some more blocks mature to make sure everyone from the old database gets their shares into that block.
http://46.166.138.142/dev2.php <Here, you can see how many credits/worker per block. As you can see, there are still shares to be given out to the last block that was matured.

Most excellent NothingG and Sunny King.

Both of you deserve huge credit and congratulations on PPCoins.  I look forward to making each of you some donations Smiley and please keep up the good work Smiley

please feel free to PM me a PPC address where I can make a donation or two.... NothingG  i take it the address on ur Pool site will be ur address to donate to??

Also is there any thoughts to the possibility of an exchange being setup for PPCoins?? would like to have a go myself... but would be very experimental and might need a hand or two Tongue any thoughts anyone??
Thanks. Smiley You can use the address at the pool's footer.

I think it may be possible to setup an exchange, but it is too early (not TOO early, but...I'd say maybe a week?).
153  Alternate cryptocurrencies / Altcoin Discussion / Re: [PPC] NothinG's Pool (Beta Testing) on: August 24, 2012, 09:07:45 AM
Hi NothinG, please note there is 1 cent per kilobyte required transaction fee for ppcoind, in case you encounter any problems. Let me know if your payout transaction is confirmed, and which block it was included. Appreciate the hard work!
Thanks for the heads up. Grin

I'm going to wait till at least a few more blocks mature. That way I can make sure that everyone who mined on the other database will get their shares.
154  Economy / Service Discussion / Re: Discussion about 10,000BTC Bet (Official) on: August 24, 2012, 07:24:57 AM
#13 Why did you "really" create this thread?
155  Economy / Long-term offers / Re: [BitcoinMax.com] Closing down on: August 24, 2012, 07:23:48 AM
then at least the true owner of the bitcoinmax account won't miss out on his 46 BTC.
I love you.
156  Economy / Service Discussion / Re: Discussion about 10,000BTC Bet (Official) on: August 24, 2012, 06:34:29 AM
#5 Why do we love you so much?

STOP CALLING MY HOME
157  Other / Off-topic / Re: [ANN] I FOUND THE REAL PIRATE!!! on: August 24, 2012, 06:04:53 AM
She can have my Bitcoins if you know what I mean.
158  Economy / Service Discussion / Re: Discussion about 10,000BTC Bet (Official) on: August 24, 2012, 06:04:30 AM
#5 Why do we love you so much?
159  Economy / Long-term offers / Re: [BitcoinMax.com] Closing down on: August 24, 2012, 05:54:47 AM
Thank you sir.  Hopefully we get it switched over and for me I hope it pays.

i will make sure i get up-to-date with all my PMs and account changes before making any payments.

I sent the Login information. Should he be able to change the withdraw address?

the only person who can change the withdrawal address, is the owner and controller of the current withdrawal address... so wherever that is located, keep it backed up / handy please.

...will get these sorted out as soon as i can.

p.s. thanks to those who were suggesting i should charge a fee for this; I'm not going to, but also won't be doing it for much longer anyway.

The problem with that, is the the address I used is a Gox address. I have no way of proving I own that specific address.

in that case, the other way around it would be for *someone* to send 42.46290058 + 2.92994014 to the current withdrawal address.

that way, the true owner won't miss out on any coins.

it doesn't matter where from.... it could be from the same wallet really... but if you are the true owner, then you won't lose anything by sending your own money to your own address, and at least i'll know the owner of the account still got his due coins if any of this turned out to be trickery.

you can round it up if you like... can you arrange to send 46 BTC from *anywhere* to the current withdrawal address?
Does this *anywhere* address need me to be able to verify it? Grin
I'd like to just sent 46 BTC from Gox to Gox.

If I need to open up my wallet and do it the "official, verification" way, I'll do it...but may take some time for the blockchain to update.

[Edit]: or...I can just use blockchain wallet.


I'm not sure if the new account owner wants me to post the address, but... I've sent the 46 BTC to the current withdraw address.
160  Economy / Long-term offers / Re: [BitcoinMax.com] Closing down on: August 24, 2012, 05:29:45 AM
Thank you sir.  Hopefully we get it switched over and for me I hope it pays.

i will make sure i get up-to-date with all my PMs and account changes before making any payments.

I sent the Login information. Should he be able to change the withdraw address?

the only person who can change the withdrawal address, is the owner and controller of the current withdrawal address... so wherever that is located, keep it backed up / handy please.

...will get these sorted out as soon as i can.

p.s. thanks to those who were suggesting i should charge a fee for this; I'm not going to, but also won't be doing it for much longer anyway.

The problem with that, is the the address I used is a Gox address. I have no way of proving I own that specific address.
Pages: « 1 2 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 ... 94 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!