Bitcoin Forum
June 15, 2024, 12:35:27 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 »  All
  Print  
Author Topic: [ANN] Wrapper. I2P Market. Zerocoin Source and Fourier Protocol  (Read 23300 times)
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
December 02, 2016, 07:17:02 PM
 #241

Alright, pool is running again https://gflare.io/coin/wrapper
We had a problem with a corrupt blockchain, I fixed it a few minutes ago.

First 500 blocks is scrypt
After that, I will update wrapper to Lyra2 for the pool.


Anyone can join to your pool? what is the exact algo for your pool? (please, don't say 'scrypt-n', be specific, please)

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
methylminer
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
December 02, 2016, 08:21:29 PM
 #242

Just found 4 blocks.

{
"blocks" : 123,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00080497,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 1523,
"networkhashps" : 35649,
"pooledtx" : 0,
"testnet" : false
}
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
December 02, 2016, 08:37:10 PM
 #243

Just found 4 blocks.

{
"blocks" : 123,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00080497,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 1523,
"networkhashps" : 35649,
"pooledtx" : 0,
"testnet" : false
}


Lucky you Smiley

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
wrapperdev (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 02, 2016, 09:04:57 PM
 #244

Just found 4 blocks.

{
"blocks" : 123,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00080497,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 1523,
"networkhashps" : 35649,
"pooledtx" : 0,
"testnet" : false
}


Lucky you Smiley


Difficulty finally went down and blocks were being mined faster. It's going back up now.
wrapperdev (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 02, 2016, 10:09:29 PM
 #245

Added a "dev" branch to work on the fourier protocol and some other fixes without commiting directly to master.
cordlesslake
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


View Profile
December 02, 2016, 10:36:25 PM
 #246

how can i find some blocks? Cry
Coryvmcs1
Hero Member
*****
Offline Offline

Activity: 659
Merit: 501


View Profile WWW
December 02, 2016, 10:42:47 PM
 #247

Waiting till block 500 to see if pool works. So far this has been a difficult project and it's been hard to actually talk to a dev. May be pulling the plug on this one. Will wait and see.

BlokSpace Mining Pools -  https://blokspace.io | BlokSpace Discord# https://discord.gg/dGAKk9T
wrapperdev (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 02, 2016, 10:47:06 PM
 #248

Waiting till block 500 to see if pool works. So far this has been a difficult project and it's been hard to actually talk to a dev. May be pulling the plug on this one. Will wait and see.

We've been constantly online on our Slack and ready to help pools in what we can.
Coryvmcs1
Hero Member
*****
Offline Offline

Activity: 659
Merit: 501


View Profile WWW
December 02, 2016, 11:01:18 PM
 #249

Waiting till block 500 to see if pool works. So far this has been a difficult project and it's been hard to actually talk to a dev. May be pulling the plug on this one. Will wait and see.

We've been constantly online on our Slack and ready to help pools in what we can.

Are any pools successful in implementing this project? Let me know so I can compare notes.

BlokSpace Mining Pools -  https://blokspace.io | BlokSpace Discord# https://discord.gg/dGAKk9T
wrapperdev (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 02, 2016, 11:18:05 PM
 #250

Waiting till block 500 to see if pool works. So far this has been a difficult project and it's been hard to actually talk to a dev. May be pulling the plug on this one. Will wait and see.

We've been constantly online on our Slack and ready to help pools in what we can.

Are any pools successful in implementing this project? Let me know so I can compare notes.

I think gflare.io has it very close to or even working. Not sure. We are waiting for block 500 to test out pooling on our end.
wrapperdev (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 03, 2016, 12:29:15 AM
 #251

Here are some more details of our mining, we are adding them to the OP.

From block 0 to block 500 you can use a normal scryptn miner. After that we change to lyra2.

The constants of the lyra2 algo are:
T=2, R=block_height and C=256 from block 500 to block 8192.
From 8192 block to infinity the constants will be change to T=2, R=8192 and C=256 to avoid memory issues.

From block 500 you will be able to mine with ocminers zcoin miners fork.

Miner:
https://github.com/ocminer/cpuminer-xzc
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
December 03, 2016, 12:41:27 AM
 #252

Here are some more details of our mining, we are adding them to the OP.

From block 0 to block 500 you can use a normal scryptn miner. After that we change to lyra2.

The constants of the lyra2 algo are:
T=2, R=block_height and C=256 from block 500 to block 8192.
From 8192 block to infinity the constants will be change to T=2, R=8192 and C=256 to avoid memory issues.

From block 500 you will be able to mine with ocminers zcoin miners fork.

Miner:
https://github.com/ocminer/cpuminer-xzc


And what about the info for the scrypt-n algo? I would like to know the 'N' parameter, if it's not too much to ask.

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
wrapperdev (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 03, 2016, 12:55:54 AM
 #253

It's based of on the block height through the function GetNfactor.

main.cpp:

(...)
scrypt_N_1_1_256(BEGIN(block.nVersion), BEGIN(thash), GetNfactor(block.nTime));
(...)

Vertcoin based.
Pyramusx
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250

Following on Twitter @pyramusx


View Profile WWW
December 03, 2016, 02:24:58 AM
 #254

Solo mined 1 WRP through the wallet #wining

albanes
Sr. Member
****
Offline Offline

Activity: 468
Merit: 250



View Profile
December 03, 2016, 03:46:49 AM
 #255

cudaminer scrypt-n   https://yadi.sk/d/XI2ddBBh324fbT
BitPotus
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 604


View Profile
December 03, 2016, 01:26:42 PM
 #256

Detected within the Windows Wallet : Trojan:Win32/Rundas!plock

What's that about?

 Roll Eyes
onnz423
Hero Member
*****
Offline Offline

Activity: 840
Merit: 508


Make winning bets on sports with Sportsbet.io!


View Profile
December 03, 2016, 01:40:48 PM
 #257

Detected within the Windows Wallet : Trojan:Win32/Rundas!plock

What's that about?

 Roll Eyes

As you can see, it is just the generate setting on the wallet. It is nothing dangerous, some AV's just think them as malware because some bitcoin mining software are used on botnets.

https://www.virustotal.com/fi/file/c3c1497b3ef2c02a87814c062641ac160e8c81dbd1134b2bff844a9086d81674/analysis/


   ▄▄██████▄▄
  ████████████
███▄▄
 ██████████████▀▀▀██▄
████████████████   ▀██▄
████████████████     ▀██
██████████████       ██▌
██████████████        ▐██
██▌▀▀██████▀▀         ▐██
▐██                   ██▌
 ██▄                 ▄██
  ▀██▄             ▄██▀
    ▀██▄▄▄     ▄▄▄██▀
      ▀▀█████████▀▀





███████████████████████████
████████▀▀       ▀▀████████
█████▀   ▄ ▀███▀ ▄   ▀█████
████  ▄████▄ ▀ ▄████▄  ████
███  ▄ ▀███▀ ▄ ▀███▀ ▄  ███
██  ▄██ ▀▀ ▄███▄ ▀▀ ██▄  ██
██  █▀ ▄█ ███████ █▄ ▀█  ██
██   ▄███▄ █████ ▄███▄   ██
███  ████▀ ▄▄▄▄▄ ▀████  ███
████  ▀ ▄ ▀█████▀ ▄ ▀  ████
█████▄  ▀▀▄ ███ ▄▀▀  ▄█████
████████▄▄       ▄▄████████
███████████████████████████





█▀▀











█▄▄
▀▀█











▄▄█
█▀▀











█▄▄
▀▀█











▄▄█
BitPotus
Hero Member
*****
Offline Offline

Activity: 1050
Merit: 604


View Profile
December 03, 2016, 01:44:54 PM
 #258

I'll give it a pass.

thanks
wrapperdev (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 03, 2016, 02:22:43 PM
 #259

Trading will start in 4 hours.
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
December 03, 2016, 05:46:07 PM
 #260

Detected within the Windows Wallet : Trojan:Win32/Rundas!plock

What's that about?

 Roll Eyes

As you can see, it is just the generate setting on the wallet. It is nothing dangerous, some AV's just think them as malware because some bitcoin mining software are used on botnets.

https://www.virustotal.com/fi/file/c3c1497b3ef2c02a87814c062641ac160e8c81dbd1134b2bff844a9086d81674/analysis/


accepted on pool and nothing payment,
is that when  i try gpu solomining get rejected

cmiiw
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!