Bitcoin Forum
July 14, 2026, 12:53:54 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Mining zcash ubuntu 16.04 problem setting up on: January 30, 2018, 06:13:42 PM
Hello,
i have rx580 and 2x p106 mining edition 8gb
i use ubuntu 16.04 and i want to mining zcash over fly pool..
i have installed amdgpu-pro-17.40-492261 and AMD-APP-SDK-v3.0.130.136-GA-linux64 using optiminer-zcash to mine but i have this error:
Quote
[2018-01-30 19:02:18.312] [info] Optiminer/Zcash 1.7.0 (C) Optiminer 2017
[2018-01-30 19:02:18.312] [info] Connecting to eu1-zcash.flypool.org:3333.
[2018-01-30 19:02:18.376] [info] Using highly optimized kernel code for Ellesmere devices.
[2018-01-30 19:02:18.376] [info] Autodetected '--intensity 5' for device 0.
[2018-01-30 19:02:18.397] [info] Extranonce is '045d6c8368'.
[2018-01-30 19:02:18.414] [info] Connected to eu1-zcash.flypool.org:3333.
[2018-01-30 19:02:18.414] [info] Mining target is 0004189374bc6a7ef9db22d0e5604189374bc6a7ef9db22d0e5604189374bc6a
[2018-01-30 19:02:18.438] [info] [GPU0] Device info: {"id": "0/0" "name": "Ellesmere" "platform": "AMD" "driver": "2482.3"}
[2018-01-30 19:02:18.438] [error] OpenCL error: Failed to read bin/asm.bin (CL_DEVICE_NOT_FOUND)


can someone help me getting it working?
thank you...
so many no-sence links on google.
yet ... i found that only rx580 took by miner.

lspci:
Quote
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 67df (rev e7)
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device aaf0
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 67df (rev cf)
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device aaf0
03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a804
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 67df (rev cf)
04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device aaf0
clinfo | grep compute
Quote
  Max compute units                               36
  SIMD per compute unit (AMD)                     4
  Max compute units                               32
  SIMD per compute unit (AMD)                     4
  Max compute units                               32
  SIMD per compute unit (AMD)                     4
2  Alternate cryptocurrencies / Mining (Altcoins) / ubuntu gpu scrypt on: July 05, 2017, 11:05:30 AM
Hi,
anyone found a way to mine scrypt on ubuntu 16.04 with nvidia gpus?
i spend 3 days to finding and nothing working
3  Bitcoin / Development & Technical Discussion / inputs on: May 26, 2016, 08:03:52 AM
hi

i finding answer few hours yet so maybe someone can send me on right way please.

i still dont understand well to this problematics:

i want to find from which wallet(address) comes coins to newone...

i have txid of transaction...
in vin is txid of input transaction but how can i know which output of this tx is used in newone?

i am using rpc calls called from php...

transaction, i want to know from which address coins comes:

Code:
{
    "txid" : "6470db622271c3a2910affae11f11d08b278ba790ee13180fbf1b151bd1bb0f5",
    "version" : 1,
    "time" : 1464138669,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "21129d09deaf685e2d95eec49f6481a2d148183f0dbf226942cfbbf698a7cdea",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "304402205626172faba89dc29d97a1f1638a6341387bc39a2444706a7f6ed95b51b1048102204f64e3c967149bf386b05fb10da0d52257d75074e012abb6ec034d1a00ef5a2701 032200b135d5c1301db7d8afa971871ad24d499e7ac0c15cb374a8e950c7b3d4ae",
                "hex" : "47304402205626172faba89dc29d97a1f1638a6341387bc39a2444706a7f6ed95b51b1048102204f64e3c967149bf386b05fb10da0d52257d75074e012abb6ec034d1a00ef5a270121032200b135d5c1301db7d8afa971871ad24d499e7ac0c15cb374a8e950c7b3d4ae"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 15499.99310000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 ea491757c90b6e83e208b00fcccab53f9aff37b1 OP_EQUALVERIFY OP_CHECKSIG",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "Ad8fKrKKNiFEv2TY5tSFp6WXXvWtGehKFX"
                ]
            }
        },
        {
            "value" : 500.00000000,
            "n" : 1,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 bb265fe2e77350425890fb5ad6abda3e28394e20 OP_EQUALVERIFY OP_CHECKSIG",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "AYqRygUrwzeh371VZffxu5Emo6XZczxiYQ"
                ]
            }
        }
    ],
    "blockhash" : "000008d45d6cb4ad076c7edfac237917f751a94ea01cd1c0d5d9ca5c4d5ab8cd",
    "confirmations" : 277
}

transaction wrote as vin:
Code:
{
    "txid" : "21129d09deaf685e2d95eec49f6481a2d148183f0dbf226942cfbbf698a7cdea",
    "version" : 1,
    "time" : 1464138667,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "0b2b23719e83482bf98d0d3770a523a2c730ea75104a53dd5fa704f0c6d8c6b8",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "3045022100f01c5764fdfbc2e845f87d7e7ed4675027bea854278764d39ce6592f048eeeeb02200fb7d0e2f95720237659d464cfd314881995235222754734792fd14f1cde797301 02e02c24b096413d31648eae4f41e78294c78390a0499e151530d1d388d1edb1a2",
                "hex" : "483045022100f01c5764fdfbc2e845f87d7e7ed4675027bea854278764d39ce6592f048eeeeb02200fb7d0e2f95720237659d464cfd314881995235222754734792fd14f1cde7973012102e02c24b096413d31648eae4f41e78294c78390a0499e151530d1d388d1edb1a2"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 15999.99320000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 6e43b6760addf0a08af83cf1f3fac7e81d404f2a OP_EQUALVERIFY OP_CHECKSIG",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "ARpu6N2Bf24JmmRy2gbZfPr8xJqdHbvimY"
                ]
            }
        },
        {
            "value" : 500.00000000,
            "n" : 1,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 bb265fe2e77350425890fb5ad6abda3e28394e20 OP_EQUALVERIFY OP_CHECKSIG",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "AYqRygUrwzeh371VZffxu5Emo6XZczxiYQ"
                ]
            }
        }
    ],
    "blockhash" : "000008d45d6cb4ad076c7edfac237917f751a94ea01cd1c0d5d9ca5c4d5ab8cd",
    "confirmations" : 277
}

there are two vout and i dont know how to find which one is right.

thank you for any answer
4  Local / Altcoins (Français) / Ninja Launch 11.05.2016 [Ann] Ponzi Coin PoW/DpoS Hybrid on: May 13, 2016, 04:57:12 AM
|| Démarré 11.05.2016 || Démarré 11.05.2016 || Démarré 11.05.2016 || Démarré 11.05.2016

On cherche MiningPools, contacter nous par PM svp pour etre ajoute a OP
Bountys pour toute contenue. Graphics/Traductions/Faucets/ et plus, contact par PM svp
|| Démarré 11.05.2016 || Démarré 11.05.2016 || Démarré 11.05.2016 || Démarré 11.05.2016


DPOS Rewards ~ 60 Minutes DPOS Block Target
< Block   2880 = 10 [Ponzi]
< Block 500000 = 1000 [Ponzi]
> Block 499999 = 10% Annual Rate
Proof of Work Reward ~ 60 Seconds Block Target
< Block    100 = 100 [Ponzi] Premine ~ 10000 Coins
< Block   1440 =   1 [Ponzi]
< Block   2880 =   5 [Ponzi]
< Block   4320 =   6 [Ponzi]
< Block   5760 =   7 [Ponzi]
< Block   7200 =   8 [Ponzi]
< Block   8640 =   9 [Ponzi]
< Block  10080 =  10 [Ponzi]
< Block 999999 =   5 [Ponzi]
Port = 11119
RPCPort = 11120
CoinStakeMinAge = 2 Days
Algo = X13
Premine = 10000 [Ponzi]

Virustotal Scan

Traductions
Indonesian
Greece
Tcheque

Télechargement
Windows Wallet
Github

AppData\Roaming\Ponzi\coin.conf

Code:
AppData\Roaming\Ponzi\coin.conf
server=1
rpcuser=username
rpcpassword=password
rpcallowip=127.*

Exchanges Red = not yet listed / Blue = request send / Green = Listed
Yobit
Ccex

Explorer
BlockExplorer
BlockExplorer2

MiningPools
https://maxminers.net/ponzi
http://mineblocks.no-ip.org:2627/pool/Ponzi/


RoadMap va arriver














avis svp : c`est juste une blague .. pqs une serious coin Announce !!
avis svp : matenant c`est une serious coin Announce !!

Ancien forum : https://bitcointalk.org/index.php?topic=1262941.0
5  Bitcoin / Development & Technical Discussion / creating raw transaction with php on: April 13, 2016, 12:46:34 PM
Hi,

i have this code:
Code:
<?php
include("conf/json.php");
$send_amount 10000;
$amount 0;
$i 0;
$j 1;
while(
$amount $send_amount){
$listunspent $wallet->listunspent($j,$j 50);
foreach($listunspent as $trans){
var_dump($trans['amount']);
$translist[$i]['txid'] = $trans['txid'];
$translist[$i]['vout'] = $trans['vout'];
$translist[$i]['scriptPubKey'] = $trans['scriptPubKey'];
$addr[$i] = $trans['address'];
$amount += $trans['amount'];
$i++;
if($amount $send_amount)break;

}
$j += 50;
}
echo 
$amount "\n\n";
$rest $amount $send_amount 0.001;
$where['BAYdf2ghtRCATqfsW1BcUWdHL6qrRuhVoU'] = $send_amount;
$where['B9SkKrC7RQp9wiKKLxRNspi3ms1SQF4rF8'] = $rest;
//var_dump($kam);
$json_translist json_encode($translist);
echo 
$json_translist "\n\n";
$json_where json_encode($where);
echo 
$json_where "\n\n";
//var_dump($wallet->listunspent());
$rawtrans $wallet->createrawtransaction($json_translist$json_where);
var_dump($rawtrans);

//var_dump($listunspent);
?>

but output is :
Code:
float(9530.68186146)
float(1523.1469796)
11053.82884106

[{"txid":"2ab8f9446d3c12e242fa9ab5e0e0249b0111af4d17f7903b6e28f6b2290c2a0b","vout":1,"scriptPubKey":"2102e72e0784a8e9e270229f7bca688ef8629e480fe37f1e5cf9ed9e4765326d61eeac"},{"txid":"2dfb5acb368704f7b71aa2e5142362b6642151d6984851c3b0187d05bda4ea07","vout":1,"scriptPubKey":"2103ba2442dd62881a4350af847d1ff85bbd1ab61c14b10aa1a26eed28c628310a5fac"}]

{"BAYdf2ghtRCATqfsW1BcUWdHL6qrRuhVoU":10000,"B9SkKrC7RQp9wiKKLxRNspi3ms1SQF4rF8":1053.82784106}

PHP Warning:  fopen(http://...@localhost:8765/): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
 in /home/pisko/www/novy_faucet/tridy/jsonRPCClient.php on line 132
PHP Fatal error:  Uncaught exception 'Exception' with message 'Unable to connect to http://****:****@localhost:****/' in /home/pisko/www/novy_faucet/tridy/jsonRPCClient.php:140
Stack trace:
#0 /home/pisko/www/novy_faucet/raw.php(32): jsonRPCClient->__call('createrawtransa...', Array)
#1 /home/pisko/www/novy_faucet/raw.php(32): jsonRPCClient->createrawtransaction('[{"txid":"2ab8f...', '{"BAYdf2ghtRCAT...')
#2 {main}
  thrown in /home/pisko/www/novy_faucet/tridy/jsonRPCClient.php on line 140

any idea? when i try to create it from console with same data from this output it work

Code:
czecoin createrawtransaction '[{"txid":"2ab8f9446d3c12e242fa9ab5e0e0249b0111af4d17f7903b6e28f6b2290c2a0b","vout":1,"scriptPubKey":"2102e72e0784a8e9e270229f7bca688ef8629e480fe37f1e5cf9ed9e4765326d61eeac"},{"txid":"2dfb5acb368704f7b71aa2e5142362b6642151d6984851c3b0187d05bda4ea07","vout":1,"scriptPubKey":"2103ba2442dd62881a4350af847d1ff85bbd1ab61c14b10aa1a26eed28c628310a5fac"}]' '{"BAYdf2ghtRCATqfsW1BcUWdHL6qrRuhVoU":10000,"B9SkKrC7RQp9wiKKLxRNspi3ms1SQF4rF8":1053.82874106}'
010000005d3f0e57020b2a0c29b2f6286e3b90f7174daf11019b24e0e0b59afa42e2123c6d44f9b82a0100000000ffffffff07eaa4bd057d18b0c3514898d6512164b6622314e5a21ab7f7048736cb5afb2d0100000000ffffffff020010a5d4e80000001976a91442dd947fd441ea8f1ce64ec521ea8f91489e545c88acfa0b4f89180000001976a91436c88698b75115806c6c6c0cb02fb1d50133070188ac00000000
6  Alternate cryptocurrencies / Service Announcements (Altcoins) / Czecoin faucet on: April 05, 2016, 01:05:22 PM
Hi to all.

i propose you to check new faucet paying in CZECOins.

You can earn from 2-500 CZECO every hour.

Just register on CZECOin faucet page

you can find here Hi-Lo game too

and for more keep there more then 500 CZECO and let`s them staking ;-)
CZECOin is pure POS coin with 10% annually interest.

More info about coin:

You can trade CZECO on yobit or alcurex and price is now around 0.00000130 BTC

PS: please click sometimes on adds as is them who paying it.
7  Alternate cryptocurrencies / Marketplace (Altcoins) / [CZECO] Czecoin trading place on: March 16, 2016, 12:24:31 PM
Hi
Welcome in thread, where you can exchange your coins for CZECO
or CZECO for other coins.


C Z E C O I N


SPECIFICATIONS :
There are around 5 282 000 CZECO.
And blockcount is now 197 500.
PoW phase ended so is pure PoS coin yet.
PoS interest is 10% Annually.


WEB SITE :


Faucet / Online wallet




My assets for trading :

25 000 CZECO

0.25 BTC

175 000 XQN
200 DMD
25 000 TEK
100 000 USDe

My ask for CZECO is 200 Sat (0.00000200 BTC)
price of other coins will be checked at the moment of trade.


Feel free to ask for any think or propose your own trade. Same with other altcoins.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Czecoin Takeover POS 10% on: March 09, 2016, 06:56:09 PM


C Z E C O I N


SPECIFICATIONS :
There are around 5 282 000 CZECO.
And blockcount is now 201 000.
PoW phase ended so is pure PoS coin yet.
PoS interest is 10% Annually.
Min. stake age is 3 days with NO Max age.
Minted coins are useable after 70 confirmations.
And transaction is confirmed after 10 confirmations.


WEB SITE :


Social media :


EXPLORERS :


EXCHANGE :



we was added on C-CEX voting list
i think that is not our point to been added directly first week but slowly we can do it
Vote please as everyone can vote just onetimes.


Marketplace Thread :

My assets for trading :

25 000 CZECO

0.25 BTC

175 000 XQN
200 DMD
25 000 TEK
100 000 USDe


Wallets :

Windows

Linux console

ziped Source code

ziped Source code


Bootstrap :

4.3.2016


Conf file :

rpcuser=username
rpcpassword=somepassword
addnode=81.2.249.166
addnode=188.213.175.205
addnode=89.38.150.215
addnode=86.105.53.145


Faucet / Online wallet


 1% - 25 CZECO
10% - 5 CZECO
15% - 2 CZECO
25% - 1 CZECO
49% - 0.5 CZECO

you can withdraw coins as you want
and you can use your deposit address as online wallet

NEW: staking in wallet for users with balance min 500 CZECO


Second Faucet


Get 2-10 CZECO every hour.




In progress :

staking in online wallet finished
e-shop


Translations :

I was been contacted by two users if we want to translate thread
so i annonce bounty 1000 CZECO per translation
as you can see here i can to speak (write) english very well but is enought to share informations i hope
do you want that i will translate this thread to CZECH? for me is not necesary
you can posting in czech here without wories
also i can translate it into french if anybody interesed
9  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][EGC][!CZ!] EverGreenCoin | X15 PoW/PoS | NO premine / NO ICO | Nadace on: January 31, 2016, 09:51:08 AM


Introduction
EverGreenCoin je měna od základů navržená tak, aby byla nejen šetrná k životnímu prostředí, ale aby vytvořila ekologické hnutí a zcela přístup k ochraně životního prostředí změnila. Její základy tvoří energeticky a výpočetně efektivní a bezpečný algoritmus X15 Proof of Work a jeho velkorysý 7% Proof of Stake. Na těchto základech využíváme obnovitelnou energii tak, jak to naše planeta ještě nezažila. EverGreenCoin obrací mining a celé odvětví kryptoměn naruby. Z odvětví, které v kolosálním měřítku plýtvá elektrickou energií a nenávratně kvůli výrobě této elektrické energie ničí vzácné přírodní zdroje naší planety, na prosperující odvětví, které je pro naši planetu a její obyvatele rentabilní. Na odvětví, které vrátí to, co si kdysi vypůjčilo. Výnosy jsou investovány do environmentálních projektů, jako je zalesňování a rehabilitace volně žijících živočichů. EverGreenCoin vrací naší planetě její životní prostředí a ekonomiku lepší, než jakou je našla.





Nadace    
Mise: Posunout dál vývoj, využití, image a hodnoty měny EverGreenCoin. Podporovat obchodníky, spotřebitele, minery a investory a jejich potřeby a zároveň propagovat zelené hodnoty a snižovat environmentální plýtvání ve světě.
Adresa EGC peněženky nadace The EverGreenCoin Foundation je EdFwYw4Mo2Zq6CFM2yNJgXvE2DTJxgdBRX


Roadmap


Členové Nadace & Týmu
(v pořadí vstupu)
Steven Saxton - Hlavní vývojař / Zakladatel nadace
Matthew Langdon - Vývojář / Infrastruktura sítě
Clayton Sonnier - Marketingový Administrator



Kontakty
EverGreenCoin.org
Freenode IRC #EverGreenCoin
EverGreenCoinDev@gmail.com
Twitter
subReddit
Facebook


Zdrojový Kód
Version 1.1.1 nyní k dispozici


Specifikace
Algoritmus: X15 PoW + PoS hybrid
PoW délka: 525,960 blocks ( ~6 months)
PoW generovaných mincí na konci fáze: 13 million EGC projected. (26,298,000 EGC Max)
PoW odměna za blok: 50 EverGreenCoin
1 EGC (2%) nadaci the EGC Foundation. 49 EGC (98%)  EGC težaři
PoW block halving: není
Block target: 60 seconds
Block maturity: 60 blocks (~1 hour)
PoS odměna: 7%
Minimalní stáří mince pro staking: 24 hodin po potvrzení
Maximální stáří pro staking: není
P2P port: 5757 (testnet 15757)
RPC port: 5758 (testnet 15758)
Seed nodes: 108.61.216.195 DDoS protected
    egc.suprnova.cc
                   egc-seed1.granitecoin.com
                   egc-seed2.granitecoin.com
                   egc-seed3.granitecoin.com
Konfigurační soubor: evergreencoin.conf


Wallets

                                       
                                                           



EverGreenCoin Paper Wallets


Faucets


Pools


zpool.ca multi pool



Exchanges






Block Explorer

Bounties
EGC inspirovaný artwork - 1000 EGC (x3 rewards)
EGC mobilní peněženka - 50000 EGC
EGC ANN překlady a udržba přeloženého vlákna - 150 EGC za jazyk

10  Alternate cryptocurrencies / Altcoin Discussion / nodes on: January 04, 2016, 10:25:20 AM
Hello

i want to ask if somebody can explain me how are nodes working.

if i understand, it is wallet running on computer with public ip. it is right?

thank you
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!