Search content
Sort by

Showing 20 of 202 results by tibenian
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
tibenian
on 15/05/2022, 11:24:43 UTC
The new beta version is ready. It is mostly a bugfix release, the more significant upgrades are coming next month. You can download PhoenixMiner 6.3b from here:

PhoenixMiner_6.3b_Windows.zip
PhoenixMiner_6.3b_Linux.tar.gz

The new features in this release are:

  • Full LHR disable mode -lhrdis <n>  1 - yes (default), 0 - no

  • RTX 3060 LHR       ~ 50 MH/s
  • RTX 3060 Ti LHR       ~ 60 MH/s
  • RTX 3070 LHR       ~ 60 MH/s
  • RTX 3070 Ti LHR       ~ 81 MH/s
  • RTX 3080 10GB LHR   ~ 98 MH/s
  • RTX 3080 Ti LHR       ~ 120 MH/s

  • Dual mining TON
  • Fixed an issue with expired SSL certificate that led to "certificate verify failed" errors when connecting to some pools (notably Ethermine) when using SSL connections
  • Show the GPU vendor name in the list of GPUs to make it easier to identify the GPUs
  • Added support for the latest AMD Linux drivers 21.40.1. There are some bugs in these drivers, particularly the clocks and voltages can't be set properly with older
    cards (RX4x0/RX5x0/Vega/RadeonVII)
  • Validated support for the latest AMD Windows drivers up to 21.11.2
  • Fixed issues with AMD RX6700XT cards with the latest AMD and Linux drivers
  • Fixed issues with AMD Vega and Radeon VII cards on latest Windows and Linux drivers
  • Fixed crash with very old Nvidia drivers (3xx.x)
  • Other fixes and small improvements

Known issues (driver incompatibilities, etc.) and workarounds:

If you are using Linux drivers 21.40.1 with Radeon VII cards, you need to add the option -fpwm 1 in order to have proper fan control.
AMD Linux drivers 21.40.1 has finally removed the requirement of PCIe atomics but there are problems when you try to mix Polaris (RX4x0/5x0) cards and Vega or newer cards on the same rig.
Some Nvidia cards will report a lot of stale shares under Windows 11. Using the same driver version under Windows 10 resolves the issue.[/list][/list]
Post
Topic
Board Services
Re: welcome screen
by
tibenian
on 04/12/2015, 16:04:42 UTC
/
Post
Topic
Board Services
Re: welcome screen
by
tibenian
on 04/12/2015, 15:19:57 UTC
more details:
*nix environment
ip address
several open ports
named hosting etc (non vps)

availability - next 2 days

"This doesn't make any sense really, can you clarify what you want doing?" -
I want you to change welcome message for root (say obtain full access)

"You will have to tell me exactly what you need."
I want you to change welcome message for root (say obtain full access)

"Escrow the funds or pay me first."
guarantor is fine, the rest might sound as 69.5 btc Wink

pl pm for more details
Post
Topic
Board Services
Topic OP
welcome screen
by
tibenian
on 04/12/2015, 14:39:10 UTC
pleased to see you.

in couple days I post a resource
The only thing I want - to change root welcome message to ur hash to make a transfer
2BTC for the first person who does it

feel free to cleanup, I dont mind.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HRC]HeroCoin - LAUNCHED 15/02/14
by
tibenian
on 31/03/2014, 10:55:14 UTC
sorry,chinese coin,no source!


I understand, but is it possible at least to get some help with the MAC wallet build?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HRC]HeroCoin - LAUNCHED 15/02/14
by
tibenian
on 30/03/2014, 09:31:14 UTC
No One Pool ?

I will try set up the pool after I manage to build the sources on MAC.
There are problems with a scrypt-jane compilation, can you assist somehow? (friends/yourself/etc)

DEV, where are you?!! Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HRC]HeroCoin - LAUNCHED 15/02/14
by
tibenian
on 28/03/2014, 11:18:23 UTC
Hey Dev!

Im trying to build MAC wallet:

llvm-g++ -g -msse2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter  -DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -I"/Users/user/Downloads/source-master/src" -I"/Users/user/Downloads/source-master/src"/obj -I"/opt/local/include" -I"/opt/local/include/db48" -I"/opt/local/include/db46" -I"/opt/local/include/miniupnpc" -o novacoind -L"/opt/local/lib" -L"/opt/local/lib/db46" -L"/opt/local/include/miniupnpc" obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/irc.o obj/keystore.o obj/bloom.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/noui.o obj/pbkdf2.o obj/kernel.o obj/scrypt_mine.o obj/scrypt-x86.o obj/scrypt-x86_64.o -dead_strip -ldb_cxx-4.6 -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lssl -lcrypto -lz -lminiupnpc
Undefined symbols for architecture x86_64:
  "_scrypt", referenced from:
      scrypt_hash(void const*, unsigned long, unsigned int*, unsigned char) in scrypt_mine.o
      scanhash_scrypt(CBlockHeader*, unsigned int, unsigned int&, void*, CBlockHeader*, unsigned char) in scrypt_mine.o
     (maybe you meant: _scrypt_core_2way, _scrypt_core , _scrypt_best_throughput , __Z15scanhash_scryptP12CBlockHeaderjRjPvS0_h , _scrypt_core_3way )
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [novacoind] Error 1


please help! ( llvm-g++ does not want to see the contents of *.c files that are in the ./scrypt-jane/ directory, I tried to add some #warning HI THERE lines, but they are ignored, header files are included properly.

help help help help Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][STACK] StackCoin - Get in Now - #Fast Decrease# [Launch 22/02/2014]
by
tibenian
on 27/03/2014, 10:27:09 UTC
Cant stop laughing! Still!

still Cheesy
epic! legendary!
Post
Topic
Board Корзина
Re: КУПЛЮ BTC и коды BTC-E USD за рубли QIWI|ТКС|Альфа
by
tibenian
on 26/03/2014, 18:50:12 UTC
работал с этими добрыми людьми. всё было гладко  Cool
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] MAYCOIN
by
tibenian
on 20/03/2014, 13:10:35 UTC
omfg

I rly hope that I am able to change your mind in near future Smiley

will there be any offered bounties for web development?

I think so, why not anyway.
I must admit that at the moment I am able to invest my time, not $$. Maybe the situation changes.

nice landing would be great, I hope I update post with at least a logo tonight...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GAY] Gaycoin
by
tibenian
on 20/03/2014, 11:57:21 UTC
11% ?
Post
Topic
Board Altcoin Discussion
[moved to announcments section]
by
tibenian
on 20/03/2014, 11:56:28 UTC
please kill

Finally. This morning I have serious problems with imagination, so let it be the MayCoin.

1) Who am I?
31yo software developer 10+y epx.

real name
Konstantin Borodavkin

contact phone
+7 967 977 49 33

skype
konstantin.borodavkin

mail - same as above @ gmail.com

the rest info - ask google or me personally

2) Why?
potential profit
self education
I like innovations

3) Innovation?
yes. the innovation is in the emission.
lets say this coin emission is to be wallet dependent.

wallet being a public key can be represented as a set of bits and those bits can be
represented a flat or 3d figure.

the objective is to make the emission dependent on the 'nice things' in that figure.
lets say that these 'nice things' would be either quads or cubes drawn with 1 or 0 within that 2d or 3d figure.

at the moment I am investigating the complexities and the probabilities but from the
first point of view the reward is to be dependent on the amount and the quality of those figures.

5) halving - of cause!

6) PoS?
I think so, see point three. Should be investigated the option to make the PoS rate dependent on the public wallet addresses too

7) what does it mean?

- hunting for nice wallet addresses and their public keys (see point 3 - the better address - the better reward)
- pools concurrency - not only the hash power rulez, people would mine on pools with better reward
- wallet's market and separation of computing power for the more profitable addresses search
- compromising and collisions - there is and would be a chance to have same 'nice' wallets found by multiple persons:
   as a result it's more wise to keep the coins in a wallet with no attraction
Cool IPO - f#ck no Cheesy

9) premine - 0%,

10) estimated coins - unknown yet

11) algo - unknown yet, should be investigated (lets say we have gridseed already, asics)...
so keccak? your ideas?

12) exchanges ?

13) giveways ?

14) games ?

15) block chain ?

16) wallets and sources ?

17) donations - yes, see below.

18) I wont be able to support this project 100% time 24/7 as I am busy with a main-stream. Looking for developers who may be interested in this coin.

19) est launch - end of may

more coming...

please comment
Post
Topic
Board Announcements (Altcoins)
Topic OP
[PRE-ANN] MAYCOIN
by
tibenian
on 20/03/2014, 11:51:21 UTC
original (should be removed?)
https://bitcointalk.org/index.php?topic=523443.0

---quote---
Finally. This morning I have serious problems with imagination, so let it be the MayCoin.

1) Who am I?
31yo software developer 10+y epx.

real name
Konstantin Borodavkin

contact phone
+7 967 977 49 33

skype
konstantin.borodavkin

mail - same as above @ gmail.com

the rest info - ask google or me personally

2) Why?
potential profit
self education
I like innovations

3) Innovation?
yes. the innovation is in the emission.
lets say this coin emission is to be wallet dependent.

wallet being a public key can be represented as a set of bits and those bits can be
represented a flat or 3d figure.

the objective is to make the emission dependent on the 'nice things' in that figure.
lets say that these 'nice things' would be either quads or cubes drawn with 1 or 0 within that 2d or 3d figure.

at the moment I am investigating the complexities and the probabilities but from the
first point of view the reward is to be dependent on the amount and the quality of those figures.

5) halving - of cause!

6) PoS?
I think so, see point three. Should be investigated the option to make the PoS rate dependent on the public wallet addresses too

7) what does it mean?

- hunting for nice wallet addresses and their public keys (see point 3 - the better address - the better reward)
- pools concurrency - not only the hash power rulez, people would mine on pools with better reward
- wallet's market and separation of computing power for the more profitable addresses search
- compromising and collisions - there is and would be a chance to have same 'nice' wallets found by multiple persons:
   as a result it's more wise to keep the coins in a wallet with no attraction
Cool IPO - f#ck no Cheesy

9) premine - 0%,

10) estimated coins - unknown yet

11) algo - unknown yet, should be investigated (lets say we have gridseed already, asics)...
so keccak? your ideas?

12) exchanges ?

13) giveways ?

14) games ?

15) block chain ?

16) wallets and sources ?

17) donations - yes, see below.

18) I wont be able to support this project 100% time 24/7 as I am busy with a main-stream. Looking for developers who may be interested in this coin.

19) est launch - end of may

more coming...

please comment
Post
Topic
Board Altcoin Discussion
Re: [ANN][CoinPeat.com] ***21 new trading markets*** 0 Trading Fees***
by
tibenian
on 20/03/2014, 11:43:51 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HRC]HeroCoin - LAUNCHED 15/02/14
by
tibenian
on 20/03/2014, 11:42:41 UTC
I'm looking for some coins which had less exposure lately and are not that well know , but with a small community still active , anyone still interested in this?


well, I am interested and there are some trades goin on Smiley
Post
Topic
Board Altcoin Discussion
Topic OP
[PRE-ANN] MAYCOIN
by
tibenian
on 20/03/2014, 11:14:26 UTC
Finally. This morning I have serious problems with imagination, so let it be the MayCoin.

1) Who am I?
31yo software developer 10+y epx.

real name
Konstantin Borodavkin

contact phone
+7 967 977 49 33

skype
konstantin.borodavkin

mail - same as above @ gmail.com

the rest info - ask google or me personally

2) Why?
potential profit
self education
I like innovations

3) Innovation?
yes. the innovation is in the emission.
lets say this coin emission is to be wallet dependent.

wallet being a public key can be represented as a set of bits and those bits can be
represented a flat or 3d figure.

the objective is to make the emission dependent on the 'nice things' in that figure.
lets say that these 'nice things' would be either quads or cubes drawn with 1 or 0 within that 2d or 3d figure.

at the moment I am investigating the complexities and the probabilities but from the
first point of view the reward is to be dependent on the amount and the quality of those figures.

5) halving - of cause!

6) PoS?
I think so, see point three. Should be investigated the option to make the PoS rate dependent on the public wallet addresses too

7) what does it mean?

- hunting for nice wallet addresses and their public keys (see point 3 - the better address - the better reward)
- pools concurrency - not only the hash power rulez, people would mine on pools with better reward
- wallet's market and separation of computing power for the more profitable addresses search
- compromising and collisions - there is and would be a chance to have same 'nice' wallets found by multiple persons:
   as a result it's more wise to keep the coins in a wallet with no attraction
Cool IPO - f#ck no Cheesy

9) premine - 0%,

10) estimated coins - unknown yet

11) algo - unknown yet, should be investigated (lets say we have gridseed already, asics)...
so keccak? your ideas?

12) exchanges ?

13) giveways ?

14) games ?

15) block chain ?

16) wallets and sources ?

17) donations - yes, see below.

18) I wont be able to support this project 100% time 24/7 as I am busy with a main-stream. Looking for developers who may be interested in this coin.

19) est launch - end of may

more coming...

please comment
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] - Wecoin - Keccak - PUBLIC PREMINED COINS - Join the premine now.
by
tibenian
on 14/03/2014, 08:47:55 UTC
any exchange yet?
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] - Wecoin - Keccak - PUBLIC PREMINED COINS - Join the premine now.
by
tibenian
on 13/03/2014, 20:29:21 UTC

search this thread for a 'wallet' - there is a link from dev's post
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] - Wecoin - Keccak - PUBLIC PREMINED COINS - Join the premine now.
by
tibenian
on 13/03/2014, 20:23:19 UTC
Where would I find a working client?  The pool seems to be working.  Thanks. I do think you should answer a few of those questions, especially #1, for the IPO investors, I would think you owe it to them/me.  I did not invest much but others did.  They are easily answered.
Why does it matter? I can easily create a fake 20 BTC transaction and show it to you guys.

No you can not do that,you have to go in the past to do so  Wink dont be a stubborn and show all txids.

he actually can. thanks to exchanges and dead forks.
generate two wallet pairs -> trade on dead market -> couple more txes and it's done
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] - Wecoin - Keccak - PUBLIC PREMINED COINS - Join the premine now.
by
tibenian
on 13/03/2014, 11:39:01 UTC
hey wazzup Smiley
that person has been deanonimized (if not a fake) - please see the thread Smiley
nice scam btw, something new