Search content
Sort by

Showing 20 of 26 results by Monk3ynutz
Post
Topic
Board Announcements (Altcoins)
Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info
by
Monk3ynutz
on 21/12/2018, 16:49:06 UTC
Hacker new addresses:
Code:
QTLUPH9b4dRQdz9uKB7GreMvHPA8iyDoQY  93036
QeHkx6jFvStkzaVaSTtfPrSAwwrqMgauP8  72856
QgynW4zGXyjhG3DQHn9vBuHwNp4c4xqtgM  68372
QjfP4o7o2TszP5Ph4TmNVmktzDCjYkq2xj  66770
QM8ZeuBDwrhya9BHQfNKifEzfwUhyh7Tji  65388
Qb6jxfUmfWHh7XTTRWKBoiZ43sSNTJrw8J  60562
QireWv3upmhVuRMcE6u7h81gmhWfiGEyTt  54839
QSJU4tDNsZiaNcUuBWYcvjqKWoB8EHDVsT  52160

Total: 533983 OFF

Are you certain these coins were stolen from Cryptopia?  I notice Cryptopia has delisted the coin without warning.  It's on the delisted page today with an announcement and delist date as the same, Dec 21, 2018.
Post
Topic
Board Announcements (Altcoins)
Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info
by
Monk3ynutz
on 21/12/2018, 16:46:26 UTC
Here's the latest repo I had on my vps (1.7 on new bitcoin core) : https://github.com/zeewolfik/offerings

I've never been able to get 1.7 to sync so I've been using Bokrug, 1.6.2.

I would volunteer to be a part of keeping this coin alive but this supposed 51% attack gives me pause.  I'm not sure I'd want to touch it until I know what happened there.  Nice work vampirus keeping track of that.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MONKEY PROJECT - [MASTERNODE] - Tracking App
by
Monk3ynutz
on 18/07/2018, 22:47:25 UTC
don`t shill your fuckin reflinks...


Guys, how to get on the right chain? i have deleted my complete chainfiles and synced. still on the wrong chain

Use the bootstrap.  I tried and failed syncing from scratch numerous times but the bootstrap linked in the pinned messages in the wallet-support section of the Discord, worked.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Q2C] QubitCoin secure hashing (NEW) Update 0.11.2.2
by
Monk3ynutz
on 13/09/2017, 09:17:41 UTC
Anyone know a working sync node?
Post
Topic
Board Announcements (Altcoins)
Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info
by
Monk3ynutz
on 10/09/2017, 20:56:50 UTC
Anyone tried to compile new wallet on Debian ? I have no luck. PM me.

Zeewolf did you ever get it to compile?  I am not sure what source is up on git but I found the last source I had that compiled, 1.6.2-Bokrug.  I am thinking there needs to be more than 1 sync node, I'd hate to see this coin die.  Thank the dark lord for Cryptopia.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Ƀ+] BlakeBitcoin | Blake-256 | GPU | Merged Mined | 21Mil | No Premine
by
Monk3ynutz
on 14/06/2014, 01:00:06 UTC
I've run into another issue I've run into nowhere else.

When running blakebitcoind I get the following:

Error: Unable to bind to 0.0.0.0:356 on this computer (bind returned error 13, Permission denied)
Error: Failed to listen on any port. Use -listen=0 if you want this.

For giggles I try -listen=0 and get the following:

An error occurred while setting up the RPC port 243 for listening on IPv4: bind: Permission denied

Then get the unable to bind on 0.0.0.0:356 bind error above once again.



you need the make file for level db

you can get it here if you don't have it

https://github.com/photonproject/photon/blob/master/src/leveldb/Makefile

cd /leveldb

sudo make libleveldb.a libmemenv.a

then compile the coin as normal on linux

Trying to compile from source from git repo and get the following error:

~/BlakeBitcoin/src $ make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/BlakeBitcoin/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'.  Stop.
make[1]: Leaving directory `/BlakeBitcoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

I've dealt with this once before with another coin by simply copying these files from another coin's source but would be interested in finding out why this happens.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Ƀ+] BlakeBitcoin | Blake-256 | GPU | Merged Mined | 21Mil | No Premine
by
Monk3ynutz
on 14/06/2014, 00:35:52 UTC
Thank you, this worked fine.


you need the make file for level db

you can get it here if you don't have it

https://github.com/photonproject/photon/blob/master/src/leveldb/Makefile

cd /leveldb

sudo make libleveldb.a libmemenv.a

then compile the coin as normal on linux

Trying to compile from source from git repo and get the following error:

~/BlakeBitcoin/src $ make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/BlakeBitcoin/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'.  Stop.
make[1]: Leaving directory `/BlakeBitcoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

I've dealt with this once before with another coin by simply copying these files from another coin's source but would be interested in finding out why this happens.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Ƀ+] BlakeBitcoin | Blake-256 | GPU | Merged Mined | 21Mil | No Premine
by
Monk3ynutz
on 12/06/2014, 00:44:04 UTC
Trying to compile from source from git repo and get the following error:

~/BlakeBitcoin/src $ make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/BlakeBitcoin/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'.  Stop.
make[1]: Leaving directory `/BlakeBitcoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

I've dealt with this once before with another coin by simply copying these files from another coin's source but would be interested in finding out why this happens.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ELT] Electron, a new Blake-256 coin for GPU/FPGA
by
Monk3ynutz
on 29/05/2014, 01:50:58 UTC
Trying to compile from source from the github repo on Ubuntu, I get the following error:

auxpow.cpp:127:1: fatal error: opening dependency file obj/auxpow.d: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1

There is no obj directory in fact, that might have something to do with it.  Did I miss something or repo missing something?



cd electron/src
mkdir obj

compile again

Thanks shimlbit, that worked.  I also had a make the leveldb/build_detect_platform script executable.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ELT] Electron, a new Blake-256 coin for GPU/FPGA
by
Monk3ynutz
on 28/05/2014, 21:05:36 UTC
Trying to compile from source from the github repo on Ubuntu, I get the following error:

auxpow.cpp:127:1: fatal error: opening dependency file obj/auxpow.d: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1

There is no obj directory in fact, that might have something to do with it.  Did I miss something or repo missing something?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Whispers to Cthulhu v1.3 is upon us!
by
Monk3ynutz
on 03/04/2014, 22:12:12 UTC
blackpools.pw is running the 1.3 Offeringd now.  I've set fee to 0, it's not worth all the tiny mined transactions.  Nice work on the wallet Blazr, it's awesome. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Client Updated 11.22.13 version 1.1
by
Monk3ynutz
on 18/12/2013, 07:53:47 UTC
I'm mining it too. japool is dead, but fortunately there is blackpools.pw. We need exchange, yeah. I'm counting on scificoinexchange anytime soon to appear. So many great sci-fi coins (gpl, ufc, ked, off) need exchange sooner or later.

I didn't know the japool Offerings pool was offline.  I have no intention of shutting down the blackpools Offerings pool btw but if I need to for one reason or another I will try to give warning.  The machine that hosts the Offerings p2pool also hosts Quark and now Frozen.  The Quark pool has offset a bit of the server cost.  Even if I spent a bit keeping it up I would, it's a leaning experience for me.  For those that use the pool, sorry for the high number of DOAs a day or so ago, crazies mining Frozen crushed the modest hardware, which is now since upgraded.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Client Updated 11.22.13 version 1.1
by
Monk3ynutz
on 10/12/2013, 11:11:34 UTC
In addition to changes to the config, I just reset the data directory as an experiment.  Current accounting for shares are lost resetting the data of course.  I've sent each worker address 20 OFF, which hopefully offsets lost shares for my playing around.  Thank you for using my pool.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Client Updated 11.22.13 version 1.1
by
Monk3ynutz
on 08/12/2013, 20:21:56 UTC
Adjusted and restarted.  I am not a p2pool expert, this is all a learning experience for me.  Theoretically the short term data will be more accurate now but I am not sure what the net effect of reducing lookback will have.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Client Updated 11.22.13 version 1.1
by
Monk3ynutz
on 08/12/2013, 19:22:15 UTC
By the way, what's wrong with the mining pool http://blackpools.pw:3333/static/graphs.html?Day?

If you check the address QdXXBSJNcVYnjWm57KVL797typum4JZ5fe you'll see it's getting about half the reward of each block, but it hasn't got more hash power than the other individual miners (in fact, it has less than some). Has the pool been hacked or has its owner set a 50% donation of each block to his own Offering address? It's become in few days the third richest address of the blockchain (see http://off.cryptocoinexplorer.com/) and will soon be at the top.

Hmm.  I think this is because I have the look back period set too far back.  It's accounting for shares back 144 hours.  This is the default for the p2pool-quarkcoin and my current setting for offerings.  Here is the relevant portion of the networks.py:

PARENT=networks.nets['offerings'],
        SHARE_PERIOD=15, # seconds
        NEW_SHARE_PERIOD=15, # seconds
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=50, # shares  //with that the pools share diff is adjusting faster, important if huge hashing power comes to the pool
        SPREAD=30, # blocks
        NEW_SPREAD=30, # blocks

I am going to test a shorter look back time and restart and avoid touching the data directory.  There doesn't appear to be anything nefarious going on.  I am not sure I can look at a history of hash rates but I think QdXXBSJNcVYnjWm57KVL797typum4JZ5fe had a significantly higher hash rate in the recent past.  This address/worker is still getting more work even though his or her hashrate has dropped, because of the lookback period.  The pool has 6-8 MH/s in the not too distant past but I am not quite sure how to see the history of worker hash rates.  This address isn't my own unfortunately.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Client Updated 11.22.13 version 1.1
by
Monk3ynutz
on 06/12/2013, 22:00:22 UTC
So are block rewards infinite, just get very very small?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining
by
Monk3ynutz
on 01/12/2013, 10:05:12 UTC
My little quark p2pool is quite lonely, if you want to spread the hash around.

http://blackpools.pw:3336
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining
by
Monk3ynutz
on 27/11/2013, 02:10:46 UTC
Hello.

I've been running a Quarkcoin p2pool since about September for my own solo-pool mining purposes.  The more the merrier?  It's there, please feel free to use it.  Fee is set at 2%.

http://blackpools.pw:3336

---
For those just getting started...

Here is the link to the pre-compiled quark cpuminers for Windows.

https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing

Be careful, there was malware floating around not long ago as a quark cpuminer, scan whatever you download.

For unix I found the "uncle bob" cpuminer performs quite well:

https://github.com/uncle-bob/quarkcoin-cpuminer

Installing the latest GMP library could also make a difference in performance.

Command to start mining with this pool:

minerd.exe -a quark -o http://blackpools.pw:3336 --userpass=YourWalletAddress:AnyPassword

Make sure "YourWalletAddress" is part of the command otherwise you're donating everything to the pool.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Client Updated 11.22.13 version 1.1
by
Monk3ynutz
on 27/11/2013, 01:22:31 UTC
Hi Blazr.

Would you mind adding my pool to the original post?  This is the same pool I announced on Sept 21st.  I'll cut and paste my original post again below.  I have also added a Cthulhu inspired domain name to make it easier.  Thank you!

This coin really needs to get on an exchange.  What can I do to help?

-- original post --

Here is an alternate ritual site (p2pool) for worshiping the Great Old One:

NEW!
http://blackpools.pw:3333


http://192.241.200.142:3333/static/

I've set the fee at 1%, I don't imagine ever increasing that.  This is all for a fun coin and a great learning experience.

Here is the link to the pre-compiled quark cpuminers for Windows.  Should be same link that thcst8 posted previously:

https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing

Be careful, there was malware floating around not long ago as a quark cpuminer, scan whatever you download.

For unix I found the "uncle bob" cpuminer performs quite well:

https://github.com/uncle-bob/quarkcoin-cpuminer

Installing the latest GMP library could also make a difference in performance.

Command to start mining with this pool:

minerd.exe -a quark -o http://192.241.200.142:3333 --userpass=YourWalletAddress:AnyPassword

Make sure "YourWalletAddress" is part of the command otherwise you're donating everything to the pool.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Offerings to Cthulhu - Now Worshipping.
by
Monk3ynutz
on 21/09/2013, 19:13:50 UTC
Here is an alternate ritual site (p2pool) for worshiping the Great Old One:

http://192.241.200.142:3333/static/

I've set the fee at 1%, I don't imagine ever increasing that.  This is all for a fun coin and a great learning experience.

Here is the link to the pre-compiled quark cpuminers for Windows.  Should be same link that thcst8 posted previously:

https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing

Be careful, there was malware floating around not long ago as a quark cpuminer, scan whatever you download.

For unix I found the "uncle bob" cpuminer performs quite well:

https://github.com/uncle-bob/quarkcoin-cpuminer

Installing the latest GMP library could also make a difference in performance.

Command to start mining with this pool:

minerd.exe -a quark -o http://192.241.200.142:3333 --userpass=YourWalletAddress:AnyPassword

Make sure "YourWalletAddress" is part of the command otherwise you're donating everything to the pool.




  the pool is too slow

If by too slow you mean the rate then yes there are only a handful of miners using it at the moment.