Bitcoin Forum
April 16, 2024, 07:05:28 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 »  All
  Print  
Author Topic: [ANN] Snowblossom - new ASIC resist POW, quantum resistant, online now ❁  (Read 26466 times)
Kula
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile WWW
June 07, 2018, 06:09:10 AM
 #81

Can someone help me? I downloaded 4 files ( from cricket to padu ) to snow directory. I have problems starting mining   Huh

Code:
INFO: Work block load error: java.lang.RuntimeException: Unable to select a field 4 but snowfall is working on it
Jun 06, 2018 8:07:08 PM snowblossom.lib.SnowFall <init>
INFO: Generating snow field at 94.75 writes per second.  Estimated total runtime is 86.07 hours. 0.00 complete.
Jun 06, 2018 8:07:09 PM snowblossom.miner.SnowBlossomMiner$BlockTemplateEater onNext
INFO: Got block template: height:3370 transactions:1
Jun 06, 2018 8:07:09 PM snowblossom.miner.SnowBlossomMiner$BlockTemplateEater onNext
INFO: Required field: 4 - pudu

now is 4-pudu,  download snowblossom.4 and put it in snow directory, and the miner will go..
1713251128
Hero Member
*
Offline Offline

Posts: 1713251128

View Profile Personal Message (Offline)

Ignore
1713251128
Reply with quote  #2

1713251128
Report to moderator
1713251128
Hero Member
*
Offline Offline

Posts: 1713251128

View Profile Personal Message (Offline)

Ignore
1713251128
Reply with quote  #2

1713251128
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Kula
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile WWW
June 07, 2018, 06:15:22 AM
 #82

guys, please can someone explain to me what is a java miner and how do i get it?  I dont understand how to mine this

The easy way is :

1.download java https://java.com/en/download/
2.reboot
3.download wallet https://snowblossom.org/releases/windows/index.html
4.run node.bat
5.run client.bat
6.run miner.bat

Miner will download snow block. If you don't want to wait, you can download this first  https://snowblossom.org/snowfields/index.html ,and put it in snow dirctory.

The activated_field: 4 pudu https://explorer.snowblossom.org/

hodler64
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
June 07, 2018, 06:32:52 AM
 #83

Can someone help me? I downloaded 4 files ( from cricket to padu ) to snow directory. I have problems starting mining   Huh

Code:
INFO: Work block load error: java.lang.RuntimeException: Unable to select a field 4 but snowfall is working on it
Jun 06, 2018 8:07:08 PM snowblossom.lib.SnowFall <init>
INFO: Generating snow field at 94.75 writes per second.  Estimated total runtime is 86.07 hours. 0.00 complete.
Jun 06, 2018 8:07:09 PM snowblossom.miner.SnowBlossomMiner$BlockTemplateEater onNext
INFO: Got block template: height:3370 transactions:1
Jun 06, 2018 8:07:09 PM snowblossom.miner.SnowBlossomMiner$BlockTemplateEater onNext
INFO: Required field: 4 - pudu

now is 4-pudu,  download snowblossom.4 and put it in snow directory, and the miner will go..
I did that same problem   Sad
Kula
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile WWW
June 07, 2018, 07:36:41 AM
 #84

Can someone help me? I downloaded 4 files ( from cricket to padu ) to snow directory. I have problems starting mining   Huh

Code:
INFO: Work block load error: java.lang.RuntimeException: Unable to select a field 4 but snowfall is working on it
Jun 06, 2018 8:07:08 PM snowblossom.lib.SnowFall <init>
INFO: Generating snow field at 94.75 writes per second.  Estimated total runtime is 86.07 hours. 0.00 complete.
Jun 06, 2018 8:07:09 PM snowblossom.miner.SnowBlossomMiner$BlockTemplateEater onNext
INFO: Got block template: height:3370 transactions:1
Jun 06, 2018 8:07:09 PM snowblossom.miner.SnowBlossomMiner$BlockTemplateEater onNext
INFO: Required field: 4 - pudu

now is 4-pudu,  download snowblossom.4 and put it in snow directory, and the miner will go..
I did that same problem   Sad


or let the miner download. It will take less than an hour.
q5503162
Newbie
*
Offline Offline

Activity: 207
Merit: 0


View Profile
June 07, 2018, 09:15:29 AM
 #85


E:\snowblossom>java -jar SnowBlossomNode_deploy.jar node.conf
六月 07, 2018 5:14:58 下午 snowblossom.lib.db.rocksdb.JRocksDB <init>
信息: Loadng RocksDB with path snowdb
Exception in thread "main" java.lang.ExceptionInInitializerError
        at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:64)
        at org.rocksdb.RocksDB.<clinit>(RocksDB.java:35)
        at snowblossom.lib.db.rocksdb.JRocksDB.<init>(JRocksDB.java:40)
        at snowblossom.node.SnowBlossomNode.loadDB(SnowBlossomNode.java:130)
        at snowblossom.node.SnowBlossomNode.<init>(SnowBlossomNode.java:63)
        at snowblossom.node.SnowBlossomNode.main(SnowBlossomNode.java:34)
Caused by: java.lang.UnsupportedOperationException: Cannot determine JNI library name for ARCH='x86' OS='windows 10' name='rocksdb'
        at org.rocksdb.util.Environment.getJniLibraryName(Environment.java:72)
        at org.rocksdb.NativeLibraryLoader.<clinit>(NativeLibraryLoader.java:19)
        ... 6 more
六月 07, 2018 5:14:58 下午 snowblossom.lib.db.rocksdb.JRocksDB close
信息: RocksDB flush started
java.lang.NoClassDefFoundError: Could not initialize class org.rocksdb.RocksDB
        at org.rocksdb.FlushOptions.<clinit>(FlushOptions.java:9)
        at snowblossom.lib.db.rocksdb.JRocksDB.close(JRocksDB.java:82)
        at snowblossom.lib.db.DB.dbShutdownHandler(DB.java:95)
        at snowblossom.lib.db.DB$DBShutdownThread.run(DB.java:124)

E:\snowblossom>pause


I already install java
suanli.io
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
June 07, 2018, 10:44:12 AM
 #86


E:\snowblossom>java -jar SnowBlossomNode_deploy.jar node.conf
六月 07, 2018 5:14:58 下午 snowblossom.lib.db.rocksdb.JRocksDB <init>
信息: Loadng RocksDB with path snowdb
Exception in thread "main" java.lang.ExceptionInInitializerError
        at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:64)
        at org.rocksdb.RocksDB.<clinit>(RocksDB.java:35)
        at snowblossom.lib.db.rocksdb.JRocksDB.<init>(JRocksDB.java:40)
        at snowblossom.node.SnowBlossomNode.loadDB(SnowBlossomNode.java:130)
        at snowblossom.node.SnowBlossomNode.<init>(SnowBlossomNode.java:63)
        at snowblossom.node.SnowBlossomNode.main(SnowBlossomNode.java:34)
Caused by: java.lang.UnsupportedOperationException: Cannot determine JNI library name for ARCH='x86' OS='windows 10' name='rocksdb'
        at org.rocksdb.util.Environment.getJniLibraryName(Environment.java:72)
        at org.rocksdb.NativeLibraryLoader.<clinit>(NativeLibraryLoader.java:19)
        ... 6 more
六月 07, 2018 5:14:58 下午 snowblossom.lib.db.rocksdb.JRocksDB close
信息: RocksDB flush started
java.lang.NoClassDefFoundError: Could not initialize class org.rocksdb.RocksDB
        at org.rocksdb.FlushOptions.<clinit>(FlushOptions.java:9)
        at snowblossom.lib.db.rocksdb.JRocksDB.close(JRocksDB.java:82)
        at snowblossom.lib.db.DB.dbShutdownHandler(DB.java:95)
        at snowblossom.lib.db.DB$DBShutdownThread.run(DB.java:124)

E:\snowblossom>pause


I already install java


win10 64位+最新版的java跑起来没问题。。32位没试过。。估计是环境问题?
tster123
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 07, 2018, 03:40:39 PM
 #87

difficulty is unbelievably high, another coin where devs go "no premine" way and pay a server room or a pal with plenty servers to mine most of it. Ryzen 1600(fast SSD) around 10 days estimate to hit a block.

My gaming machine is estimated to get a block every 5-6 hours.  That seems like pretty low difficulty to me.

Would you mind to share your specs? tster123 such a convincing nickname also your 1st post? Suspicious


intel i7 6700H w/ 64gb RAM.   Pretty standard setup, although with more RAM that most average people. 

I should note that the network hashrate is way up and I'm down to 1 block every 25 hours.
q5503162
Newbie
*
Offline Offline

Activity: 207
Merit: 0


View Profile
June 07, 2018, 09:57:41 PM
 #88

We are not yet synced, refusing to send block template to miner
OhHaiAndy
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
June 07, 2018, 10:57:13 PM
 #89

i7-8700K at 41534/sec says 422 hours per block. Does that seem right for now?

Also is this planned to be CPU only?
xiaopihai
Member
**
Offline Offline

Activity: 173
Merit: 13


View Profile
June 08, 2018, 12:57:14 AM
 #90

Running an error
DumbCrypt0
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 08, 2018, 01:17:24 AM
 #91

I'm having a tough time understanding what the optimal hardware formula is for this project. Seems like RAM plays a big part, but I have a machine with half the RAM outhashing another machine. Is virtual memory applicable? I haven't won a single block and seem pretty confident that I won't at the rate of things... getting the snowfields isn't even an issue for me.

Insight appreciated!
danspasiva
Full Member
***
Offline Offline

Activity: 417
Merit: 105


View Profile
June 08, 2018, 04:50:27 AM
Last edit: June 08, 2018, 05:01:12 AM by danspasiva
 #92

edit:

m1282960509
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 08, 2018, 07:55:56 AM
 #93

Can you make a video tutorial?
tster123
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 08, 2018, 11:21:18 PM
 #94

I'm having a tough time understanding what the optimal hardware formula is for this project. Seems like RAM plays a big part, but I have a machine with half the RAM outhashing another machine. Is virtual memory applicable? I haven't won a single block and seem pretty confident that I won't at the rate of things... getting the snowfields isn't even an issue for me.

Insight appreciated!
It's more about RAM throughput.  if you can fit the whole snowfield (note: it is now 64gb) into memory, then you are either going to be capped by CPU (probably) or (less likely) memory throughput.  If you can't fit the whole thing in memory then it will (almost assuredly) be capped by throughput to disk.

BTW, there are now some mining pools set up, so you can get some snowblossoms by mining on there without requiring you finding an entire block!
q5503162
Newbie
*
Offline Offline

Activity: 207
Merit: 0


View Profile
June 10, 2018, 01:50:27 AM
 #95

找不到指定的文件。)
六月 10, 2018 9:48:03 上午 snowblossom.miner.PoolMiner subscribe
信息: Subscribed to work
六月 10, 2018 9:48:04 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it
六月 10, 2018 9:48:04 上午 snowblossom.miner.AutoSnowFall run
信息: Started automatic snowfall of field 6 - capybara
六月 10, 2018 9:48:04 上午 snowblossom.lib.SnowFall <init>
信息: Starting snowfall on snow\snowblossom.6\snowblossom.6.snow with seed 'snowblossom.6' size 68719476736, MULTIPLICITY 128
Exception in thread "Thread-34" java.lang.OutOfMemoryError: Java heap space
        at java.nio.HeapByteBuffer.<init>(Unknown Source)
        at java.nio.ByteBuffer.allocate(Unknown Source)
        at snowblossom.lib.SnowFall.fillSnowMonster(SnowFall.java:232)
        at snowblossom.lib.SnowFall.<init>(SnowFall.java:83)
        at snowblossom.miner.AutoSnowFall.run(AutoSnowFall.java:46)
六月 10, 2018 9:48:10 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it
六月 10, 2018 9:48:18 上午 snowblossom.miner.PoolMiner printStats
信息: Mining rate: 0.000/sec
六月 10, 2018 9:48:18 上午 snowblossom.miner.PoolMiner printStats
信息: we seem to be stalled, reconnecting to node
六月 10, 2018 9:48:18 上午 snowblossom.miner.PoolMiner subscribe
信息: Subscribed to work
六月 10, 2018 9:48:19 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it
六月 10, 2018 9:48:27 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it

TOO MUCH PROBLEM
I do  not  wanna mine it anymore
I even bought one 6T HD
............
suanli.io
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
June 10, 2018, 03:26:24 AM
 #96

找不到指定的文件。)
六月 10, 2018 9:48:03 上午 snowblossom.miner.PoolMiner subscribe
信息: Subscribed to work
六月 10, 2018 9:48:04 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it
六月 10, 2018 9:48:04 上午 snowblossom.miner.AutoSnowFall run
信息: Started automatic snowfall of field 6 - capybara
六月 10, 2018 9:48:04 上午 snowblossom.lib.SnowFall <init>
信息: Starting snowfall on snow\snowblossom.6\snowblossom.6.snow with seed 'snowblossom.6' size 68719476736, MULTIPLICITY 128
Exception in thread "Thread-34" java.lang.OutOfMemoryError: Java heap space  内存超了,需要在conf里把memfield=true前面加#关闭
        at java.nio.HeapByteBuffer.<init>(Unknown Source)
        at java.nio.ByteBuffer.allocate(Unknown Source)
        at snowblossom.lib.SnowFall.fillSnowMonster(SnowFall.java:232)
        at snowblossom.lib.SnowFall.<init>(SnowFall.java:83)
        at snowblossom.miner.AutoSnowFall.run(AutoSnowFall.java:46)
六月 10, 2018 9:48:10 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it 6号文件没有识别
六月 10, 2018 9:48:18 上午 snowblossom.miner.PoolMiner printStats
信息: Mining rate: 0.000/sec
六月 10, 2018 9:48:18 上午 snowblossom.miner.PoolMiner printStats
信息: we seem to be stalled, reconnecting to node
六月 10, 2018 9:48:18 上午 snowblossom.miner.PoolMiner subscribe
信息: Subscribed to work
六月 10, 2018 9:48:19 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it  6号文件没有识别,但会准备下载
六月 10, 2018 9:48:27 上午 snowblossom.miner.PoolMiner$WorkUnitEater onNext
信息: Work block load error: java.lang.RuntimeException: Unable to select a field 6 but snowfall is working on it

TOO MUCH PROBLEM
I do  not  wanna mine it anymore
I even bought one 6T HD
............


所以下载的未识别等待软件自己下载就好啦。。就是慢一些。当然那个内存选项需要关掉,除非有90G内存。。
NooSH !
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 10, 2018, 11:41:21 AM
 #97

hiya folks!
I feel like a late starter already and we're only like a week in!

I'm having issues with node.bat that I haven't seen anyone else ask about.
I've installed Java, rebooted, and I'm running Windows 10.
I replaced the db_type value in node.conf with db_type=lobstack

Here's what I've got when I run node.bat:

Jun 10, 2018 9:28:46 PM snowblossom.node.SnowBlossomNode <init>
INFO: Starting SnowBlossomNode version 1.0.6
Jun 10, 2018 9:28:46 PM snowblossom.lib.db.lobstack.LobstackDB <init>
INFO: Loadng LobstackDB with path snowdb
snowdb: GB: 0.250
Jun 10, 2018 9:29:09 PM snowblossom.node.Peerage start
INFO: Starting peerage
Exception in thread "main" java.util.ServiceConfigurationError: io.grpc.ServerProvider: Error reading configuration file

        at java.util.ServiceLoader.fail(Unknown Source)
        at java.util.ServiceLoader.parse(Unknown Source)
        at java.util.ServiceLoader.access$200(Unknown Source)
        at java.util.ServiceLoader$LazyIterator.hasNextService(Unknown Source)
        at java.util.ServiceLoader$LazyIterator.hasNext(Unknown Source)
        at java.util.ServiceLoader$1.hasNext(Unknown Source)
        at io.grpc.ServiceProviders.getCandidatesViaServiceLoader(ServiceProviders.java:106)
        at io.grpc.ServiceProviders.loadAll(ServiceProviders.java:64)
        at io.grpc.ServiceProviders.load(ServiceProviders.java:42)
        at io.grpc.ServerProvider.<clinit>(ServerProvider.java:32)
        at io.grpc.ServerBuilder.forPort(ServerBuilder.java:40)
        at snowblossom.node.SnowBlossomNode.startServices(SnowBlossomNode.java:112)
        at snowblossom.node.SnowBlossomNode.<init>(SnowBlossomNode.java:69)
        at snowblossom.node.SnowBlossomNode.main(SnowBlossomNode.java:34)
Caused by: java.io.FileNotFoundException: C:\Users\NooSH  (The system cannot find the file specified)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)
        at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
        at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
        at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
        at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)
        at java.net.URL.openStream(Unknown Source)
        ... 13 more

...plus more below that, but that's the next line of the .bat file.

What have I missed?

Thanks!

 - N!
RonBurgundy
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
June 11, 2018, 01:22:56 AM
Last edit: June 11, 2018, 01:45:13 AM by RonBurgundy
 #98

Are there any pools setup?


Also, does it always have to re-write the snowfield when you start the miner? Or am I doing something wrong?
nadrojcote
Full Member
***
Offline Offline

Activity: 234
Merit: 102


View Profile
June 11, 2018, 12:15:00 PM
 #99

This is one of the best looking projects I've seen lately. Glad I got involved early.
nadrojcote
Full Member
***
Offline Offline

Activity: 234
Merit: 102


View Profile
June 11, 2018, 12:16:37 PM
 #100

Are there any pools setup?


Also, does it always have to re-write the snowfield when you start the miner? Or am I doing something wrong?

yes if you are mining with mem field it has to load in mem every time. Check out the discord for info on pools in the announcement channel. https://discord.gg/eA24HR
Pages: « 1 2 3 4 [5] 6 7 8 9 »  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!