Bitcoin Forum
May 04, 2024, 06:02:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: [ANN] [SIMU] SimuCoin/SimuGames [POW] on-chain and off-chain in-wallet-games  (Read 1220 times)
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 01, 2018, 06:49:32 PM
 #81

we are currently also working on an avatar creator with a lot of different features.

the style will be inspired and reminiscent of classics like captain future or astroboy.

Prototype coming soon.  Smiley
1714802565
Hero Member
*
Offline Offline

Posts: 1714802565

View Profile Personal Message (Offline)

Ignore
1714802565
Reply with quote  #2

1714802565
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714802565
Hero Member
*
Offline Offline

Posts: 1714802565

View Profile Personal Message (Offline)

Ignore
1714802565
Reply with quote  #2

1714802565
Report to moderator
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 01, 2018, 07:27:14 PM
Last edit: April 04, 2018, 06:46:41 PM by simugames
 #82

https://i.imgur.com/Fv6wW4R.jpg?1
miketout
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 01, 2018, 08:51:05 PM
 #83

I'm unable to mine with spreadminer, either on Windows or the one I built Linux against the wallet. I get the same error with different nonces on both OSes:

Linux, I built (same error, over and over):
[2018-04-01 13:28:00] GPU #0: found a solution, nonce $00000000
[2018-04-01 13:28:01] GPU #0: result for nonce $00000000 does not validate on CPU!

Windows, prebuilt binary (same error, over and over, same nonce):
[2018-04-01 13:32:21] GPU #0: found a solution, nonce $000F4240
[2018-04-01 13:32:21] GPU #0: result for nonce $000F4240 does not validate on CPU!

I'm not seeing evidence that they are connecting to the daemon, but my ~/.simugames/simugames.conf looks like:

rpcuser=user
rpcpassword=pwd
rpcport=41677
daemon=1
listen=1
rpcallowip=127.0.0.1
rpcallowip=10.0.0.15
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 01, 2018, 08:53:46 PM
 #84

I'm unable to mine with spreadminer, either on Windows or the one I built Linux against the wallet. I get the same error with different nonces on both OSes:

Linux, I built (same error, over and over):
[2018-04-01 13:28:00] GPU #0: found a solution, nonce $00000000
[2018-04-01 13:28:01] GPU #0: result for nonce $00000000 does not validate on CPU!

Windows, prebuilt binary (same error, over and over, same nonce):
[2018-04-01 13:32:21] GPU #0: found a solution, nonce $000F4240
[2018-04-01 13:32:21] GPU #0: result for nonce $000F4240 does not validate on CPU!

I'm not seeing evidence that they are connecting to the daemon, but my ~/.simugames/simugames.conf looks like:

rpcuser=user
rpcpassword=pwd
rpcport=41677
daemon=1
listen=1
rpcallowip=127.0.0.1
rpcallowip=10.0.0.15


Which version are your NVidia Drivers?

If you mine on windows this is important, because the pre-built GPU-miner-binaries (built by tsiv) that we linked won't work with a newer NVidia Driver.

Shouldn't have an effect on linux though.
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 01, 2018, 08:54:28 PM
 #85

rpcuser=user
rpcpassword=pwd
rpcport=41677
daemon=1
listen=1
rpcallowip=127.0.0.1
rpcallowip=10.0.0.15

conf-file looks good.
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 01, 2018, 09:00:39 PM
 #86

I'm unable to mine with spreadminer, either on Windows or the one I built Linux against the wallet. I get the same error with different nonces on both OSes:


try downgrading drivers to version 375, it should work.
Except if you have some other errors too

Oh, and another thing, is your wallet fully synced before you start mining?
miketout
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 02, 2018, 02:46:46 AM
Last edit: April 02, 2018, 04:39:16 AM by miketout
 #87

Hi,
Thanks for the replies.

I'm running on 390 drivers on both Linux and Windows. I'm running two 1080ti's, so I can't really downgrade the driver. When building spreadminer on Linux, I did need to comment out the following redefinition in two .cu files:

"typedef unsigned long long uint64_t;"

I didn't build the spreadminer on Windows. I'm mining against the Linux wallet daemon on both machines, which I started with:

simucoind -printtoconsole -daemon

with the conf file shown. Wallet was fully synced before mining.


simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 02, 2018, 01:26:55 PM
Last edit: April 02, 2018, 01:50:06 PM by simugames
 #88

on Linux, I did need to comment out the following redefinition in two .cu files:

"typedef unsigned long long uint64_t;"

I didn't build the spreadminer on Windows. I'm mining against the Linux wallet daemon on both machines, which I started with:

simucoind -printtoconsole -daemon


Yes, you need to do that on linux, also you might need to remove the

Code:
-abi=no

from the Makefiles.

So did you get it to work on your linux?

What version of linux do you have?
Do you have the CUDA toolkit installed?
What version of nvcc?

etc
miketout
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 02, 2018, 05:57:18 PM
 #89


So did you get it to work on your linux?

What version of linux do you have?
Do you have the CUDA toolkit installed?
What version of nvcc?

etc

I did get the daemon working fine on Linux. At least, it seems so, but I don't have a working spreadminer, neither the one I built on Linux, nor the one I didn't build on Windows. I'm on Ubuntu 16.04 with CUDA, NVCC release 8.0, V8.0.61

simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 02, 2018, 07:46:01 PM
 #90


So did you get it to work on your linux?

What version of linux do you have?
Do you have the CUDA toolkit installed?
What version of nvcc?

etc

I did get the daemon working fine on Linux. At least, it seems so, but I don't have a working spreadminer, neither the one I built on Linux, nor the one I didn't build on Windows. I'm on Ubuntu 16.04 with CUDA, NVCC release 8.0, V8.0.61



I'll look into it and get back to you.
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 02, 2018, 10:21:25 PM
 #91

I'm on Ubuntu 16.04 with CUDA, NVCC release 8.0, V8.0.61

Can you try with CUDA, NVCC release 9.1, V9.1.85 on linux?

I just went through the build process on ubuntu 16.04 and it worked, and is successfully mining. (Tested with 1x 1050 ti)
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 04, 2018, 04:22:52 PM
Last edit: April 04, 2018, 06:06:04 PM by simugames
 #92

https://i.imgur.com/QfCYBq6.jpg?1

avatar-generator will allow for an astronomical amount of infinitely different avatars, as many as there are addresses...
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 04, 2018, 10:38:38 PM
 #93

https://i.imgur.com/FSt30Qa.jpg?1
sacsweccallde
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 10, 2018, 10:27:59 AM
 #94


Explain   such a question. What do you plan to do with unsold tokens after the ICO?
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
April 17, 2018, 11:58:33 AM
 #95


Explain   such a question. What do you plan to do with unsold tokens after the ICO?


We had no ICO, we are a plain POW coin, with fair launch and no premine.

Enjoy!
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
July 11, 2018, 04:24:20 PM
 #96

Update:

We decided to soon switch our hash algorithm (used for POW) to a new one that will fit our purposes more.

We will keep you updated.
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
July 11, 2018, 04:30:34 PM
 #97

For a successful ICO your project will need an investor's personal cabinet. Our team can offer you the efficient solution on market for an optimal price.
PrimeCoreICO Dashboard is a technical solution with completely automates the while ICO process and fund raising.
Just in 48 hours we will deploy the platform on your server. Your investors get a convenient and user friendly interface for taking part in tokensale.

Client’s part (user area) is available at: https://ico.primecore.io
Short product description: https://ico.primecore.io/launch

We guarantee:
  • Provision of the high-tech platform;
  • Control and safety;
  • Affordable price;
  • The most proper terms on the market.

You can contact me for more details - https://t.me/danielcriptoadv

Thank you, but we are a POW-coin, and not an ICO.

 Cheesy
simugames (OP)
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
June 05, 2021, 12:50:47 PM
 #98

we will be back soon
Pages: « 1 2 3 4 [5]  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!