Bitcoin Forum
July 02, 2025, 12:16:15 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Mining (Bahasa Indonesia) / [invitation] Join Telegram group untuk GPU miner indonesia on: November 08, 2016, 05:13:30 AM
click join https://telegram.me/joinchat/CKAMokCvA-GyzYtEoiZphw


https://telegram.org ada di android, ios, wp, web, macOS, windows, linux
2  Economy / Currency exchange / Buy BTC with PayPal on: September 29, 2014, 12:32:40 PM
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,
3  Alternate cryptocurrencies / Mining (Altcoins) / Native Burst miner [OSX] [Win] [Linux] on: September 21, 2014, 12:31:00 PM
download binary here https://github.com/uraymeiviar/burst-miner/releases
source 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
4  Alternate cryptocurrencies / Pools (Altcoins) / [POOL] pool.burstcoin.io [ No-Deadline Limit ] [ Instant Payout ] on: September 04, 2014, 04:16:33 PM


New Native C++ Miner Update 1.1 R4

binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases
for osx, linux64 and win64





http://pool.burstcoin.io

set your reward assignment to 10745596296835956940 (BURST-L28E-WSYC-F4N3-B82AC)
mining URL :
Code:
http://pool.burstcoin.io port 8126
or
Code:
http://pool.burstcoin.io port 80
for the one who have connectivity or firewall problem on non-http port

make sure you are using correct mining program for this pool
Java Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/burst-pool-miner-r2.zip ] for OSX, Windows, Linux
DCCT Miners [ https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz ] for Linux-x86_64

more mining instruction : http://burst-pool.cryptoport.io/howto.html
more detail about pool : http://burst-pool.cryptoport.io/howitwork.html

  • No Deadline Limit
  • 1.5% Pool Fee
  • Instant Payout, no registration required (only reward assignment)
  • 250 Burst Minimum Payout
  • Node.JS + WebSocket based pool

please post on this thread for any questions or suggestion

alternate pool : http://pool2.burstcoin.io
set your reward assignment to 16434009311448803259 (BURST-WBXV-ER87-3JCG-GNC6A)
mining URL :
Code:
http://pool2.burstcoin.io port 8126
or
Code:
http://pool2.burstcoin.io port 80
5  Alternate cryptocurrencies / Mining (Altcoins) / Improved Whirlcoin AMD Miner on: July 24, 2014, 12:39:41 AM

running on 2x R9 280x

its config i used on that screenshot :
Code:
{
"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
6  Bitcoin / Development & Technical Discussion / bitcoin maximum fraction unit? there are something less than satoshi unit? on: March 27, 2014, 05:18:31 PM
based on transaction structure https://en.bitcoin.it/wiki/Protocol_specification

The TxOut structure consists of the following fields:
Code:
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
Code:
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
Code:
92233720.36854775807
21000000.00000000xxx

still more 3 digits after satoshi unit?
7  Bitcoin / Development & Technical Discussion / how to test if my hash is valid for a stratum pool on: March 23, 2014, 10:10:07 PM
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 ?
8  Bitcoin / Mining speculation / R9 280X for US $311 ? on: December 31, 2013, 08:29:50 PM
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.php

i don't know if they made a mistake, but they said it was true, should i buy them? do you want group buy it?
9  Bitcoin / Mining software (miners) / CryptoSlax Linux Mining Distro on: December 29, 2013, 12:16:45 AM
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.id

CryptoSLAX 0.3, download (316 MB) or on official website : http://www.cryptoslax.web.id
screenshot


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
10  Bitcoin / Mining software (miners) / mining pool proxy on: December 28, 2013, 04:27:21 PM
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.
11  Economy / Service Discussion / Efforts of Developing new Exchange Service on: November 29, 2013, 08:51:11 PM
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?
12  Economy / Service Discussion / cex.io referral registration within same IP on: November 26, 2013, 01:52:23 PM
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?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!