Bitcoin Forum
July 01, 2024, 05:27:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Local / Polski / Re: Cryptoins - uwaga on: October 19, 2017, 10:26:45 AM
Waluty dla kryptoin są już nieuniknione. Musimy nauczyć się z nimi żyć.
22  Local / Off-topic (Hrvatski) / Re: Zene i kartice :D on: October 19, 2017, 10:24:32 AM
Mali novčići ponekad dobro odrastu Wink
23  Local / Altcoins (Hrvatski) / Re: Airdropovi on: October 19, 2017, 10:21:28 AM
Da, pridružio sam se. To je vrijedno - SEMUX ljubazan.
24  Economy / Economics / Re: it is possible fiat currency will crashed? on: October 19, 2017, 10:18:25 AM
Fiat currency cannot be crashed, no. I don't think so.
25  Local / Новички / Re: Фильм про биткоины on: October 19, 2017, 09:36:58 AM
Ссылка на торрент очень в тему.
26  Local / Разное / Re: Куркума on: August 23, 2017, 07:21:54 AM
А зачем ее есть? Какая от нее польза? И какая она на вкус вообще?))))
27  Local / Разное / Re: Спорт зал on: August 22, 2017, 07:40:56 PM
нужно бросить все вредные привычки и главное нужно иметь желание вот и все))))
28  Local / Oбcyждeниe Bitcoin / Re: Уничтожит ли Биткойн золото? on: August 20, 2017, 04:57:31 PM
Я думаю что совсем скоро биткоин всетаки  заменит золотишко))
29  Alternate cryptocurrencies / Speculation (Altcoins) / Re: IOTA & NEO fighting for 5th Place Litecoin not Top 5 anymore on: August 15, 2017, 10:26:48 AM

I think its a good time to buy IOTA Still. Think it will cross $1 price this week


IOTA is the same as the Byteball. Can copy him chart...
30  Other / Beginners & Help / Re: All mine for one? Possible? on: June 27, 2011, 01:00:16 AM
Hi again. I can't get it working. Ahmmm, better to say it works, but no Coins are added.

I've started ./bitcoind -server -daemon and ./pushpoold -E -F to see all the stats.

That are my actual configs...
Bitcoind:
Code:
gen=0
noirc=1

server=1
rpcuser=myuser
rpcpassword=mypass
rpcport=8335
rpcconnect=127.0.0.1

keypool=100
paytxfee=0.00

Pushpoold:
Quote
{
   # network ports
   "listen" : [
      # binary protocol (default), port 8336
      { "port" : 8336 },

      # HTTP JSON-RPC protocol, port 8337
      { "port" : 8337, "protocol" : "http-json" }
   ],

  
  # database settings
   "database" : {
      "engine" : "mysql",
      "host" : "localhost",
      "port" : 3306,

      "name" : "dbname",
      "username" : "dbuser",
      "password" : "dbpass",

    "sharelog" : true,
    "stmt.pwdb":"SELECT password FROM pool_worker WHERE username = ?",
    "stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
   },

   "pid" : "/tmp/pushpoold.pid",

   # overrides local hostname detection
   "forcehost" : "myhost.net",

   "log.requests" : "/tmp/request.log",
   "log.shares" : "/tmp/shares.log",

   # the server assumes longpolling (w/ SIGUSR1 called for each blk)
   "longpoll.disable" : false,

   # length of time to cache username/password credentials, in seconds
   "auth.cred_cache.expire" : 75,

   # RPC settings
   "rpc.url" : "http://127.0.0.1:8335/",
   "rpc.user" : "myuser",
   "rpc.pass" : "mypass",

   # rewrite returned 'target' to difficulty-1?
   "rpc.target.rewrite" : true,

   # allow clients to update the ntime field of their work
   "roll.ntime.disable" : false
}

Like i said, all works perfect, i can connect and start mining. Even the results are accepted by the server. By after a 100 acceptions there is not even a signle 0.00000001 BTC in my server Wallet. If i get in right, it should be visible after typing ./bitcoind getinfo
Result:
Code:
{
    "version" : 32300,
    "balance" : 0.00000000,
    "blocks" : 133435,
    "connections" : 25,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 1379192.28822808,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1308314332,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

Can anyone help? Thanks!
31  Other / Beginners & Help / Re: All mine for one? Possible? on: June 21, 2011, 03:51:48 PM
Much thanks for your help!

One question anyway, what better to use, Binary or Json connection style?
32  Other / Beginners & Help / Re: All mine for one? Possible? on: June 21, 2011, 10:18:36 AM
If you are thinking about a botnet or something simmilar, there was already a topic about that, then you're wrong.

We have one project, and a lot of people would like to support us, but due different countries and high tax rates, it's highly difficult to transfer 10bucks and pay 20 for transfer.

Therefore i would like to provide an option to mine for the project. So simple =)


So, if i got it right, PUSHPOOL it the good solution for this?
33  Other / Beginners & Help / Re: All mine for one? Possible? on: June 21, 2011, 09:12:46 AM
Yeah. That's right.
34  Other / Beginners & Help / Re: All mine for one? Possible? on: June 21, 2011, 08:48:01 AM
Can someone please help me with my question?
35  Other / Beginners & Help / Re: The Great Bitcoin Wall on: June 21, 2011, 08:47:03 AM
A wall to kill yourself?

Omg, dude. Before you announce something, make sure it works. *FAIL*
36  Other / Beginners & Help / All mine for one? Possible? on: June 20, 2011, 01:49:13 PM
Hello everyone!

I was reading some posts around there and looking for a good solution for my problem.

I would like create something like a "server" where other people can mine for it. It seems for me to be RPC simillar, but i don't want to give all and everyone the access to the server (think it might be critical due RPC rights).
I thought about to create a pool and set the Fee to 100%, but don't think that it's the right way to do it.

Can anyone point me to the right direction?  My machine is set on Debian Squeeze.

Much thanks!
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!