Bitcoin Forum
May 26, 2024, 09:07:05 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 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD on: June 29, 2016, 09:27:29 AM
zpool is zpool.

if you need direct mining, the same engine, first that comes to mind is http://yiimp.ccminer.org/
i guess Epsylon3 can take care of this coin if asked, mmmmaybe

Yiimp already has joincoin on whirlpool. It doesn't work for me, though: all rejects. The same miner works fine on solo mining to the wallet.
You can use my pool, http://coinspool.cu.cc/
Algo: whirlcoin (not whirlpoolx!)

Elbandi
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | CPU Mineable | DarkSend | Masternode | Tor+I2P | sMP Releasing Sn on: June 25, 2016, 09:55:29 AM
The dev disappeared so no-one is going to do it. The thing is that the chain get stuck at that block with a std bad allocator error message. The only way to get past it is with an Ubuntu 14.04 32bit installation, even if you use an up to date bootstrap file.

You can test various things including checkpoints if you want.
Just restart the daemon, and it will continue the blockchain sync. (it's working for me, all times)
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] AxiomMemHash, Schnorr Sigs Implemented, APOS 3.0, AXH 2.0 Proposed on: June 15, 2016, 09:04:46 AM
i have this:
Code:
# ./axiomhashd getblockhash 864362
09573fbb871921dc416403f8ff183291a03924c9d8a973fe8e697438ae82d4fb
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: May 06, 2016, 01:54:06 PM
Sgminer based gpu miner is ready.
I'm talking with the dev team to publish the sources.
It is a basic miner working fine, but missing optimisations. They will follow.
ocminer sould tweak/set difficulty adjustment, because it is jumping between very low and high values.
145  Bitcoin / Project Development / Re: MiniFaucet Script (a MyFaucet replacement) on: May 06, 2016, 10:51:19 AM
Good day.

I think I need help on this.

I already extract files in to the folder in my site (sub-domain), rename the config.sample.php to config.php, already changed the values of database, username and password in config.php, then imported the structure.sql and afterwards the upgrade.0.6.sql.

At first I got server error 500 then after I re-imported the upgrade.0.6.sql and test the site, the page goes blank now, no errors whatsoever, just blank.

The Php version of my hosting is 5.6.17 and MySQL is 5.6.29

I also already changed the PHP version to lower which are 5.3, 5.4 and 5.5 bur still the same, blank page

Am I missing something?

Thanks in advance.

try search the error message in webserver logs (different for every hosting provider). Most times, 500 error is a syntax error. verify that config.php has good php syntax. (missing ; at line end, missing closed colon, etc), or unix style line ending (\n).
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Yobit - Cryptopia on: May 04, 2016, 10:09:52 AM
I sent a pull-request for your code.
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ħ [HODL] 0.5% Interest Paid Every Day On Regular Balances on: May 03, 2016, 10:07:39 PM
Hey!
I need a little help with the stratum proxy.
I cannot get it work with any hodl pool(mostly trying suprnova).
The miner connects throught the proxy, starts mining and is hashing normally. But there is no any single share submitted or accepted.
Tried different miners and different stratum proxies with no success...
Any idea?

try this proxy: https://github.com/slush0/stratum-mining-proxy
open the stratum_listener.py file, and search this line:
Quote
result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce]))

replace to this:
Quote
result = (yield self._f.rpc('mining.submit', [worker_name, job_id, tail+extranonce2, ntime, nonce] + list(args) ))

Elbandi
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 29, 2016, 05:04:58 PM
Hi,

Gpu miner for espers:



Do you want this?  Roll Eyes

As in do you want this for "Free" for the Community or to "Buy" Individually lol ?

I worked with it for a bit, it's only fair if I get something for it.  Cool
if the communinty collects 0.25 BTC or more to this address, i will release the miner source code for everyone:

18K59BgTzt4aufE95xo95AWANdgmoxYAk2
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: April 29, 2016, 03:25:32 PM
Hi,

Gpu miner for espers:



Do you want this?  Roll Eyes
150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | CPU Mineable | DarkSend | Masternode | Tor+I2P | sMP Releasing Sn on: April 18, 2016, 10:12:55 AM
My wallet is connected to this nodes, and they all have this blockheight: 754848 (current)
Code:
91.218.245.239:31000
158.255.1.8:31000
82.200.205.30:31000
141.105.66.136:31000

Can you please post link to download your wallet version?
Own build (no changes) from github url, i always build the wallet from source.
151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Fantom | CPU Mineable | DarkSend | Masternode | Tor+I2P | sMP Releasing Sn on: April 18, 2016, 09:21:42 AM
Hey,

What is current development of this coin please?

All wallets get stuck on block 192131 even with a bootstrap.dat that is further in the chain and dev is gone.

The only combination that gets past this block is Ubuntu 14.04 32 bit with a compile from the github (not the zip file in other links) and following instructions to the letter.

Unfortunately, with the issues on the chain the coin is dead as a doornail. Move on.
My wallet is connected to this nodes, and they all have this blockheight: 754848 (current)
Code:
91.218.245.239:31000
158.255.1.8:31000
82.200.205.30:31000
141.105.66.136:31000
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [WDC] Worldcoin | Version 2.0.2 released! on: April 12, 2016, 05:02:11 PM
The pool list should be updated...  Roll Eyes
153  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: chainz.cryptoID.info - Alternative Blockchain Explorers on: March 09, 2016, 02:44:31 PM
Can you somehow filter/split the pow and pos block from difficulty chart?

eg: https://chainz.cryptoid.info/dmd/#@diff

It's hard to read the trends, etc. (pow diff is 40, pos diff is 0.06)

154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ❤❤ BUNNYCOIN | Active Development | Community Charity | New Events ❤❤ on: February 26, 2016, 09:45:39 PM
I'm about to give up on this coin. It has very few miners to keep it going. When the miners stop, coin gets stuck, then the wallets start failing. This leads to where we are now, forked. Coins are almost all mined anyway, less than a billion left.

My wallet is up and running on the same chain as Cryptopia. several resyncs all eventually connected to that chain. Multifaucet appears to be resyncing now.

any chance of an upto date bootstrap please, i will give it 1 last try then im abandoning it Sad
Here is a bootstrap file:
https://www.dropbox.com/s/5wt47yb8mjsyjuu/bootstrap.dat.bz2?dl=0

Elbandi
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ❤❤ BUNNYCOIN | Active Development | Community Charity | New Events ❤❤ on: February 25, 2016, 03:51:36 PM
There are two (or three) forks  Angry

Code:
        "addr" : "76.95.178.229:48445",
        "startingheight" : 757038,
        "addr" : "31.163.246.73:48445",
        "startingheight" : 757039,

        "addr" : "85.24.169.215:48445",
        "startingheight" : 755879,

        "addr" : "98.115.147.74:48445",
        "startingheight" : 755846,
        "addr" : "213.107.69.133:48445",
        "startingheight" : 755846,
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: February 18, 2016, 11:22:40 PM
Sorry, I can't, forgive me a computer idiot Huh

this code:
Code:
package main
import (
        "github.com/decred/dcrwallet/pgpwordlist"
        "encoding/hex"
        "fmt"
        "bufio"
        "os"
        "strings"
)
func main() {
        reader := bufio.NewReader(os.Stdin)
        fmt.Print("Enter hex: ")
        hexStr, err := reader.ReadString('\n')
        if err != nil {
                panic(err)
        }

        hexStrTrimmed := strings.TrimSpace(hexStr)

        bytes, err := hex.DecodeString(hexStrTrimmed) // "e92cfab0018f6519f885c13939687de14c2b8f6e3e5a55dfa6e3861ba9a105d5"
        if err != nil {
                panic(err)
        }
        words, err := pgpwordlist.ToStringChecksum(bytes)
        if err != nil {
                panic(err)
        }
        fmt.Printf("words: %s\n", words)
}
compiled here: https://www.dropbox.com/s/72x1naur5riws14/wordrecover.zip?dl=0

you can run it on a virtual machinve without internet connection, if you want.
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: February 18, 2016, 11:42:57 AM
Can you tell me where I went wrong, I can give you 80. DCR, thank you,Before I find the hex, I enter in your thread only 32 characters

 If you have the seed hex, then replace your hex into this golang code:
Code:
package main
import (
"github.com/decred/dcrwallet/pgpwordlist"
"encoding/hex"
"fmt"
)
func main() {
bytes, err := hex.DecodeString("e92cfab0018f6519f885c13939687de14c2b8f6e3e5a55dfa6e3861ba9a105d5")
if err != nil {
panic(err)
}
words, err := pgpwordlist.ToStringChecksum(bytes)
if err != nil {
panic(err)
}
fmt.Printf("words: %s\n", words)
}

Compile and run it.
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: February 16, 2016, 02:23:01 AM
Surprise! Grin



Still needs a little work, but it works...
159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: February 09, 2016, 04:20:57 PM
I created a wallet with my airdrop seeds, but my coins sent to an unknown address.

What is going on?
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: January 27, 2016, 09:07:28 PM
"Signed binaries for convenience are coming today for that as well. And testnet should go live today. There will be signed binaries for that too".

Today at what time?

They're using valve time: https://developer.valvesoftware.com/wiki/Valve_Time  Grin  Grin  Grin
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!