Bitcoin Forum
June 22, 2024, 07:22:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 28, 2018, 03:21:54 AM
The difficulty is to high for 2 minute blocks at 30 ksols

[2018-02-27 19:10:23] accepted: 7/7 (diff 146557.693), 1588.43 Sol/s yay!!! solved: 1
Don’t use ccminer for equihash, use ewbf or dstm(or excavator for no fees) you’ll get much better hashrates
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SegWit2X] Together we will see a business through. on: February 26, 2018, 04:32:09 AM
Is there a solo mining pool? Difficult to search through all the b2x fud on search engines
Pretty easy to set up, gl
https://github.com/zone117x/node-open-mining-portal/
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 25, 2018, 03:18:29 PM
For everyone missing coins, what happened is that the network split and I tried adding as many nodes as possible, but wasn’t able to connect to the same nodes that minergategpu. Causing the same blocks to be mined twice basically. We have both now added the nodes the dev gave and so now it shouldn’t happen since all the pools are connected to each other. Only problem is now payments aren’t sending so I have to send them manually until there is a solution.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 23, 2018, 05:42:09 AM
Dev, I think the network split, our pools say different network difficulty and we have gotten every block in a row, this is probably the cause for the wallet issues, because I have 40 nodes connected and have mined lots of blocks already. Is this solution to add your pool’s node and see which is the longest chain? If so, could you post some addnodes please. My miners might lose lots of payments  Sad

Please upgrade your wallet to v0.15.0.4. Your pool will connects to good nodes.
If not, please add the nodes below:
104.236.57.232
45.55.127.117
128.199.179.81
163.47.9.51
Thank you, luckily it seems we only lost 139 blocks(EDIT:over 1200:( ), also, could you add https://gold.fastblocks.net/ to the pool list?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 22, 2018, 05:32:30 PM
adnetcoin-cli getinfo
{
  "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
  "version": 150003,
  "protocolversion": 70016,
  "walletversion": 139900,
  "balance": 22.32981490,
  "blocks": 11474,
  "timeoffset": 0,
  "connections": 39,
  "proxy": "",
  "difficulty": 131.7778683237229,
  "testnet": false,
  "keypoololdest": 1518460088,
  "keypoolsize": 1999,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": ""
}
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 22, 2018, 05:24:21 PM
Dev, I think the network split, our pools say different network difficulty and we have gotten every block in a row, this is probably the cause for the wallet issues, because I have 40 nodes connected and have mined lots of blocks already. Is this solution to add your pool’s node and see which is the longest chain? If so, could you post some addnodes please. My miners might lose lots of payments  Sad
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AchieveCoin = Bitcoin + Equihash Launched on: February 19, 2018, 04:40:07 PM
Why release a non-working project with problems?

And at the same time keep quiet and do not tell people. and all ran straight into this project. tell me and the speed of the hash of the network 72mh is real, it's kind of strange do not find it))))
Network is ~130ksol according to wallet
Code:
 ach-cli getnetworkhashps
130077.3255543644
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AchieveCoin = Bitcoin + Equihash Launched on: February 19, 2018, 08:17:08 AM
Dev where can i download Win wallet Huh
Not a dev but here
https://github.com/achievecoin/AchieveCoin/releases
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 19, 2018, 05:05:45 AM
Explorer? Sad
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 16, 2018, 05:18:01 AM
Pool: https://gold.fastblocks.net (web is a little slow right now, main site https://fastblocks.net is fast, stratum is also fast)
stratum+tcp://gold.fastblocks.net:4332 CPU/GPU
ssl://gold.fastblocks.net:4333 GPU+SSL
stratum+tcp://gold.fastblocks.net:4334 Nicehash/Big Farm
1% Fee
522 blocks found and counting
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AchieveCoin = Bitcoin + Equihash Launched on: February 15, 2018, 03:03:22 AM
Quote
achd: crypto/common.h:138: int init_and_check_sodium(): Assertion `crypto_sign_verify_detached(sig, message, sizeof(message), pk) != 0' failed.
Aborted (core dumped)

Hey I get this error when trying to run ./achd using ubuntu 16.04... Any solutions?
From https://github.com/BTCGPU/BTCGPU/issues/43
Solution
Step 1) Install Dependencies:
sudo apt install libsodium18

Manually compile / install libsodium-dev v1.0.13 or later from https://download.libsodium.org/libsodium/releases/ (Make sure no older versions are installed)

./configure && make && make test && sudo make install

./sudo ldconfig

Step 2) Compile daemon and Qt
cd BTCGPU && ./autogen.sh && ./configure && make
Step 3) Run / test daemon
./bgoldd
In separate terminal:

./bgold-cli getblockchaininfo



Do the same but with achd
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AchieveCoin = Bitcoin + Equihash Launched on: February 14, 2018, 11:39:45 PM
So can i use the core release because it tells me that 'This is for testnet'?
Yep, as long as you don't have testnet=1 in your achievecoin.conf you are ready to go.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AchieveCoin = Bitcoin + Equihash Launched on: February 14, 2018, 10:53:45 PM
at 110 block confirms, 100 for the block and 10 for the tx to the payment address, you can see it in "graph stats"
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AchieveCoin - Bitcoin + Equihash Launching on: February 14, 2018, 09:51:08 PM
Here goes
https://gold.fastblocks.net
stratum+tcp://gold.fastblocks.net:4432 GPU or CPU
ssl://gold.fastblocks.net:4433 GPU+SSL
stratum+tcp://gold.fastblocks.net:4434 Nicehash/Big Farm
Web is a little slow and we are looking for a fix, just click on a page and wait a bit for it to load. Main site https://fastblocks.net is fast and is for all other equihash coins.
1% fee
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AchieveCoin - Bitcoin + Equihash Launching on: February 14, 2018, 09:39:03 PM
Wait it already started  Sad I made my own chain and it is at 100(EDIT:80) some blocks already. Just to confirm: those are the official ip addresses for the main chain right?
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Adnetcoin - Launched - Equihash - GPU Mining on: February 12, 2018, 10:55:23 PM
Join us at fastblocks.net
1% Fee
https://gold.fastblocks.net/
(Web might be a little slow, we're working on a solution, our main site https://fastblocks.net is speedy)
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Buck] Buck - Low Fees, POW-Equihash No-Tax on: February 06, 2018, 12:26:12 AM
Come join us at FastBlocks to mine the latest equihash coins.
High speed NVMe server and fair PPLNT payment system
SSL Ports available for secure mining
Fast support and new coins on demand
For miners by miners.

https://fastblocks.net
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax on: January 30, 2018, 10:24:56 PM
hey team, i have a problem, i try to mine bitcoinZ solo, but get an error, here is what i'm trying to do:

i edited the conf file:

gen=1
listen=1
server=1
daemon=1
rpcuser=name
rpcpassword=123
rpcport=1979
rpcconnect=127.0.0.1

addnode=136.33.111.57
addnode=52.207.253.9
addnode=34.211.79.94
addnode=148.251.6.58
addnode=38.99.163.72
addnode=62.12.7.151

I open the actual java-wallet the cmd file in on windows, and wait until wallet is synced 100% and i have 6 or more connections.

So i use DTSM Miner 0.5.8, and did following setup in the bat file

zm --telemetry 127.0.0.1 --port 1979 --user name --pass 123 --time --logfile

Then i get the following error log file:

2018-01-29 22:05:55|# zm 0.5.8
2018-01-29 22:05:55|# GPU0 + GeForce GTX 1080 Ti MB: 11264 PCI: 23:0
2018-01-29 22:05:55|# GPU1 + GeForce GTX 1080 Ti MB: 11264 PCI: 101:0
2018-01-29 22:05:55|
2018-01-29 22:05:55|# telemetry server started
2018-01-29 22:06:05|# connect to :1979 failed

So can someone help? What am i'm doing wrong?

dstm and ewbf only support stratum, to solo mine you would need to make your own pool. Here is an easy way to do so on linux.(AFAIK no way on windows) https://github.com/z-classic/z-nomp
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN | VISION | EQUIHASH | POW | DECENTRALIZED ASSETS | GPU MINING on: January 29, 2018, 09:21:24 PM
Yes, also added requireShielding true so that my previous coins could be sent
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN | VISION | EQUIHASH | POW | DECENTRALIZED ASSETS | GPU MINING on: January 29, 2018, 08:55:14 PM
Fresh install of z-nomp still gives "Error, founders reward missing for block template!" with your config, haven't tried mining yet but it will probably reject blocks.
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!