Show Posts
|
Pages: [1]
|
Hi, I know it is very risky to sell bitcoins with paypal, but I don't have any other options for now
If you will to sell me BTC just let me know, I will find another way to buy BTC other than paypal, but in the meantime I can only pay with Paypal Currently I need around 1 BTC per day, bitstamp rate is okay
So, just PM me and let me know
Thanks,
|
|
|
download binary here https://github.com/uraymeiviar/burst-miner/releasessource code is here https://github.com/uraymeiviar/burst-miner/website is here http://uraymeiviar.github.io/burst-miner/to configure, just edit mining.conf file in packaged bin, app will automatically look for this file when run, unless you specify costom .conf file this is for burst pool v2 mining only miner will use 2x staggerSize x 64 byte per plot file - it use C++ and native compiled, should be faster and less memory consumption compared to java miner
- binary available for osx, win64 and linux64 (on linux most of the case you still need to recompile it, to do this clone source from github and issue "make" command
- multithreaded miner, it will keep reading without pause when submiting share
- added random delay when submitting nonce, to ensure you dont submitting nonce during peak submission on pool
- it will auto retry if nonce submission is failed
- multi account, multi-plots, just configure path to plot or directory inside mining.conf, it will autmatically search for valid plot file, dont worry if have another file inside plot directory, it wont read it
|
|
|
 running on 2x R9 280x its config i used on that screenshot : { "pools" : [ { "name" : "whirl-us", "url" : "stratum+tcp://erebor.dwarfpool.com:3358", "user" : "FcQbgMrChcf3g2bpt73bXjA4ugEvmtxn9V", "pass" : "x", "profile" : "WHIRL" }, { "name" : "whirl-eu", "url" : "stratum+tcp://moria.dwarfpool.com:3358", "user" : "FcQbgMrChcf3g2bpt73bXjA4ugEvmtxn9V", "pass" : "x", "profile" : "WHIRL" } ], "profiles" : [ { "name" : "WHIRL", "algorithm" : "whirlcoin" } ], "default-profile" : "X11", "failover-only" : true, "no-submit-stale" : true, "api-listen" : true, "api-port" : "4028", "api-allow" : "W:0/0", "api-mcast" : true, "api-mcast-port" : "4028", "log" : "1", "worksize" : "128", "lookup-gap" : "2", "intensity" : "20", "thread-concurrency" : "8192", "gpu-platform" : "0", "gpu-threads" : "2", "gpu-fan" : "100", "gpu-powertune" : "20", "gpu-engine" : "1125", "gpu-memclock" : "800", "algorithm" : "darkcoin-mod" }
its forked from sgminer v5_0 branch, so it compatible with nicehash multi-algo on the fly switching (should be) untested because nicehash does not support whirlpool algo yet Linux x64 binary : https://mega.co.nz/#!sopxDDRJ!gcQ-G8gCfC4fjWFrO77ImUtbwGgPiMZDSyvdc-s52vU
|
|
|
based on transaction structure https://en.bitcoin.it/wiki/Protocol_specificationThe TxOut structure consists of the following fields: Field Size Description Data type Comments 8 value int64_t Transaction Value 1+ pk_script length var_int Length of the pk_script ? pk_script uchar[] Usually contains the public key as a Bitcoin script setting up conditions to claim this output
so maximum transaction value is signed? 64-bit integer ? why we use signed int? can transaction value be negative? then if its uin64_t so then max value would be 2^64-1 = 18,446,744,073,709,551,615 there are max 21 million cap of bitcoin so 184467440.73709551615 21000000.00000000xxx
so we can add 3 more digits after satoshi unit? if its int64_t then max value would be 2^63-1 = 9,223,372,036,854,775,807 92233720.36854775807 21000000.00000000xxx
still more 3 digits after satoshi unit?
|
|
|
i am creating cpu bitcoin miner (with stratum) just for learning
i can test my sha256d function are correct by compared input and output to other well known function, but my concern is, how to make sure that my share to pool is correct as pool requested (byte order, json format, etc..), currently i tested it on ghash.io pool, with minimal difficulty is 16, still i can't found a share since i am mining with cpu, is there a pool with minimal difficulty is 1 so i can test if pool can accept or reject my hash?
or is there any other scheme where i can test against ?
|
|
|
this is local PC store in Indonesia, you will notice that these items are cheaper than market Power Color Radeon R9 280X 3GB Rp 3,791,000 = 310$ Digital Alliance Radeon R9 280X 3GB Rp 3,804,000 = 312$ ref : http://enterkomputer.com/vga.phpi don't know if they made a mistake, but they said it was true, should i buy them? do you want group buy it?
|
|
|
hi, i just modified slax linux distro specifically for gpu and cpu mining, i prefer slax because you can run it without any storage device (harddisk or flashdisk) since it can copy itself entirely to run from PC memory, which is cool ! build 0.3-beta2 update 0.3 final are ready, go to http://www.cryptoslax.web.idCryptoSLAX 0.3, download (316 MB) or on official website : http://www.cryptoslax.web.idscreenshot   Features : - only need minimal 512 MB USB FlashDisk
- can run with unplugged flash disk, since SLAX can copy itself to run from computer RAM
- built-in cgMiner-3.7.2 with support for GPU scrypt (ltc, doge & friends), scrypt:2048 (vertcoin), SHA256 (bitcoin), keccak(sha3:maxcoin)
- built-in yvg1900 protoshares cpu miner (all 64-bit variation of CPU)
- built-in jhPrimeMiner xpm cpu miner (all 64-bit variation of CPU)
- built-in clPts 0.2.2 (protoshare opencl miner)
- built-in vertcoin cpu miner from max.1gh.com
- built-in cgminer bitcoin miner (asic) 3.12.3
- built-in vnc-server, sshd, smbd (automatically run out-of-the-box)
- built-in AMD Catalyst 13.12 with ADL SDK 6.0 and AMD APP SDK 2.9
- minimal installation, only KDE desktop with text-editor, web-browser, and file-manager
How To Install : - 1. Extract the content of .7z to formatted flash disk with FAT32 Partition
- 2. Run [FLASHDISK]\slax\boot\bootinst.bat (on linux run bootinst.sh)
- 3. Boot from it (make sure persistence changes is checked for first boot)
- *. if needed, root password is toor
Changes : - updated AMD Catalyst to 13.12 , APP SDK 2.9, and AMD ADL 6.0
- custom re-compiled x86_64 kernel to support AMD IOMMU
- automatically detect AMD GPUs on first boot, and set x.org.conf
- auto run VNC-server for display 0 on port 5901 on KDE login (warning : no-password!)
- auto run SMB-server on boot (warning : no-password! , root access!)
- auto sync local time with ntp server on boot
- fully working KDE desktop, now dbus is working (you can copy-paste now, lol!)
- clean-up using .sb, rootcopy folder now only has miner config files
- now i call it CryptoSlax since slax-cryptominer is too long
- added KDE mainmenu items to launch miner or edit miner config files
- on launching miner, it will create screen session before run the miner, so you can access it from ssh remotely
warning : this distro is not secure, there are no firewall, and most service are open for root access without password note: this is beta version, please report any kind of bugs or feature request
|
|
|
i run more than 6 computers for mining, all of them directed to same mining pool, in the case where i need to switch pool, i need to switch them one by one, is there any proxy for mining that i can use, so that i just need to direct all my cgminers to that proxy, and when i need to switch pool, i just need to set it at the proxy once for all miners.
|
|
|
its just came up in my mind about creating new currency exchange for bitcoin that trades my local currency
I have 10 years experience in software and web development, I got bachelor in Mathematics majoring in cryptography, my knowledge in economy, trading and business is somewhat "mediocre" but i can learn these thing, so I need help, suggestion and a headstart informations.
what do I need to have, what do I need to learn, what kind of infrastructure that need to be up & running, where to start, whats the risks (and profit) providing such service?
|
|
|
recently i added my friend as my referral to cex.io, we are on the same office and he is using my computer to register and using me as his referral, but somehow the activation email is not send, is there a same IP prevention from cex.io so we can't set ourself as my referral to get 0.3% bonus of ghs?
|
|
|
|