Sn000py
Newbie
Offline
Activity: 49
Merit: 0
|
|
January 14, 2018, 02:14:22 PM |
|
How about a discord to start, a proper linux/unix build to actually make pools (you don't want this on Windows)
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 03:48:17 PM |
|
How about a discord to start, a proper linux/unix build to actually make pools (you don't want this on Windows)
You can always use general forknote builds; though I expect Linux users to build it themselves. I did it -- its not hard. Also I prefer IRC tbh. irc.freenode.net ##ronsor
|
|
|
|
TheFinchster
Newbie
Offline
Activity: 61
Merit: 0
|
|
January 14, 2018, 07:24:54 PM |
|
i think it worked
C:\Users\sorin\Desktop\wallet-win64>forknoted --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>simplewallet --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>miner --address FBL9nntxVVjgUdpNrpnzzuBNhRzBLMtVMKkndnJBsrEd1oL6phUoYMEZge8Mu3hewbcGLMB9e8EPJQ9 FN56amZuABBUnueS --threads 11 --daemon-port 12991
and now is 179-180 block
for who doesnt work just try this.
I see new blocks so it's working! explain please? You need to specify rpc port for wallet to communicate with the daemon. In downloaded it is --daemon-rpc-port option. For me it was like this: miner.exe --address FATwJq4RF61WdwRq59E16vV2S5ZBV6MN58Axt5BYYV1ySRTk1SprjKbUYsiQ93uZ3sHjjDp6NYdyDeJ 1ZJy471AAUBo8WET --threads 2 --daemon-rpc-port 12991 --log-level 4the --log-level 4 is for additional output of the miner is that for the gui wallet??? I dont see the daemon port option??
|
|
|
|
havershem
Newbie
Offline
Activity: 4
Merit: 0
|
|
January 14, 2018, 07:42:29 PM |
|
i think it worked
C:\Users\sorin\Desktop\wallet-win64>forknoted --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>simplewallet --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>miner --address FBL9nntxVVjgUdpNrpnzzuBNhRzBLMtVMKkndnJBsrEd1oL6phUoYMEZge8Mu3hewbcGLMB9e8EPJQ9 FN56amZuABBUnueS --threads 11 --daemon-port 12991
and now is 179-180 block
for who doesnt work just try this.
I see new blocks so it's working! explain please? You need to specify rpc port for wallet to communicate with the daemon. In downloaded it is --daemon-rpc-port option. For me it was like this: miner.exe --address FATwJq4RF61WdwRq59E16vV2S5ZBV6MN58Axt5BYYV1ySRTk1SprjKbUYsiQ93uZ3sHjjDp6NYdyDeJ 1ZJy471AAUBo8WET --threads 2 --daemon-rpc-port 12991 --log-level 4the --log-level 4 is for additional output of the miner is that for the gui wallet??? I dont see the daemon port option?? No, it is for command line tools. GUI wallet is not starting on my PC. To start with coin, first you need to start forknoted.exe daemon. Open the command line in folder where forknoted.exe file is located and type forknoted.exe -config-file ./coin.conf. It will start your daemon which will connect to network and will download blockchain to your PC. Next thing is creating a wallet. Open cmd in folder where the simplewallet.exe file is located and type simplewallet.exe --config-file ./coin.conf. From this point follow the instructions to create your new wallet. If you want to start mining open cmd in folder there the miner.exe is located and type miner.exe --adress <wallet address> --threads <number of threads> --daemon-rpc-port 12991. This will start the miner and you will start solo mining the coin. Do not close the cmd window where forknoted.exe is running. It should be started and synced when you want to perform actions with coin (mine, send).
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 08:01:59 PM |
|
i think it worked
C:\Users\sorin\Desktop\wallet-win64>forknoted --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>simplewallet --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>miner --address FBL9nntxVVjgUdpNrpnzzuBNhRzBLMtVMKkndnJBsrEd1oL6phUoYMEZge8Mu3hewbcGLMB9e8EPJQ9 FN56amZuABBUnueS --threads 11 --daemon-port 12991
and now is 179-180 block
for who doesnt work just try this.
I see new blocks so it's working! explain please? You need to specify rpc port for wallet to communicate with the daemon. In downloaded it is --daemon-rpc-port option. For me it was like this: miner.exe --address FATwJq4RF61WdwRq59E16vV2S5ZBV6MN58Axt5BYYV1ySRTk1SprjKbUYsiQ93uZ3sHjjDp6NYdyDeJ 1ZJy471AAUBo8WET --threads 2 --daemon-rpc-port 12991 --log-level 4the --log-level 4 is for additional output of the miner is that for the gui wallet??? I dont see the daemon port option?? No, it is for command line tools. GUI wallet is not starting on my PC. To start with coin, first you need to start forknoted.exe daemon. Open the command line in folder where forknoted.exe file is located and type forknoted.exe -config-file ./coin.conf. It will start your daemon which will connect to network and will download blockchain to your PC. Next thing is creating a wallet. Open cmd in folder where the simplewallet.exe file is located and type simplewallet.exe --config-file ./coin.conf. From this point follow the instructions to create your new wallet. If you want to start mining open cmd in folder there the miner.exe is located and type miner.exe --adress <wallet address> --threads <number of threads> --daemon-rpc-port 12991. This will start the miner and you will start solo mining the coin. Do not close the cmd window where forknoted.exe is running. It should be started and synced when you want to perform actions with coin (mine, send). I have released a new version of the TkWallet which improves the process. As a result, you must now run "StartTkWallet.cmd" instead of "tkwallet.exe", that is all.
|
|
|
|
Supercoiner111
|
|
January 14, 2018, 08:21:22 PM |
|
Any additional information, whitepaper?
|
|
|
|
yhhy
Newbie
Offline
Activity: 46
Merit: 0
|
|
January 14, 2018, 08:24:15 PM |
|
Any additional information, whitepaper?
Yeah more information is needed
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 08:25:33 PM |
|
Any additional information, whitepaper?
There is currently no whitepaper available. I'm still working on it.
|
|
|
|
Pivooooo
Member
Offline
Activity: 350
Merit: 16
|
|
January 14, 2018, 08:33:20 PM |
|
This will be something like a program of telegrams on a blockchain? The anonymous messaging system allows you to send an anonymous message to any user with the TkWallet software. The recipient does not know who sent the message, so you will need to find another way to identify yourself with the recipient (if you so decide). An anonymous message costs only the network charge for sending (about 0.0001 RCoin).
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 08:36:04 PM |
|
This will be something like a program of telegrams on a blockchain? The anonymous messaging system allows you to send an anonymous message to any user with the TkWallet software. The recipient does not know who sent the message, so you will need to find another way to identify yourself with the recipient (if you so decide). An anonymous message costs only the network charge for sending (about 0.0001 RCoin). Yes. Exactly the goal. I'll throw in an E-mail like system too.
|
|
|
|
Paulus100
Newbie
Offline
Activity: 19
Merit: 0
|
|
January 14, 2018, 08:39:53 PM |
|
i think it worked
C:\Users\sorin\Desktop\wallet-win64>forknoted --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>simplewallet --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>miner --address FBL9nntxVVjgUdpNrpnzzuBNhRzBLMtVMKkndnJBsrEd1oL6phUoYMEZge8Mu3hewbcGLMB9e8EPJQ9 FN56amZuABBUnueS --threads 11 --daemon-port 12991
and now is 179-180 block
for who doesnt work just try this.
I see new blocks so it's working! explain please? You need to specify rpc port for wallet to communicate with the daemon. In downloaded it is --daemon-rpc-port option. For me it was like this: miner.exe --address FATwJq4RF61WdwRq59E16vV2S5ZBV6MN58Axt5BYYV1ySRTk1SprjKbUYsiQ93uZ3sHjjDp6NYdyDeJ 1ZJy471AAUBo8WET --threads 2 --daemon-rpc-port 12991 --log-level 4the --log-level 4 is for additional output of the miner is that for the gui wallet??? I dont see the daemon port option?? No, it is for command line tools. GUI wallet is not starting on my PC. To start with coin, first you need to start forknoted.exe daemon. Open the command line in folder where forknoted.exe file is located and type forknoted.exe -config-file ./coin.conf. It will start your daemon which will connect to network and will download blockchain to your PC. Next thing is creating a wallet. Open cmd in folder where the simplewallet.exe file is located and type simplewallet.exe --config-file ./coin.conf. From this point follow the instructions to create your new wallet. If you want to start mining open cmd in folder there the miner.exe is located and type miner.exe --adress <wallet address> --threads <number of threads> --daemon-rpc-port 12991. This will start the miner and you will start solo mining the coin. Do not close the cmd window where forknoted.exe is running. It should be started and synced when you want to perform actions with coin (mine, send). I have released a new version of the TkWallet which improves the process. As a result, you must now run "StartTkWallet.cmd" instead of "tkwallet.exe", that is all. With .cmd file windows GUI wallet still does not open on my computer (Windows 10 Pro 64-bit). Stops with a message "waiting for rcoinx daemon". But the cmd version works properly, I can mining.
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 08:48:24 PM |
|
i think it worked
C:\Users\sorin\Desktop\wallet-win64>forknoted --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>simplewallet --config-file .\coin.conf C:\Users\sorin\Desktop\wallet-win64>miner --address FBL9nntxVVjgUdpNrpnzzuBNhRzBLMtVMKkndnJBsrEd1oL6phUoYMEZge8Mu3hewbcGLMB9e8EPJQ9 FN56amZuABBUnueS --threads 11 --daemon-port 12991
and now is 179-180 block
for who doesnt work just try this.
I see new blocks so it's working! explain please? You need to specify rpc port for wallet to communicate with the daemon. In downloaded it is --daemon-rpc-port option. For me it was like this: miner.exe --address FATwJq4RF61WdwRq59E16vV2S5ZBV6MN58Axt5BYYV1ySRTk1SprjKbUYsiQ93uZ3sHjjDp6NYdyDeJ 1ZJy471AAUBo8WET --threads 2 --daemon-rpc-port 12991 --log-level 4the --log-level 4 is for additional output of the miner is that for the gui wallet??? I dont see the daemon port option?? No, it is for command line tools. GUI wallet is not starting on my PC. To start with coin, first you need to start forknoted.exe daemon. Open the command line in folder where forknoted.exe file is located and type forknoted.exe -config-file ./coin.conf. It will start your daemon which will connect to network and will download blockchain to your PC. Next thing is creating a wallet. Open cmd in folder where the simplewallet.exe file is located and type simplewallet.exe --config-file ./coin.conf. From this point follow the instructions to create your new wallet. If you want to start mining open cmd in folder there the miner.exe is located and type miner.exe --adress <wallet address> --threads <number of threads> --daemon-rpc-port 12991. This will start the miner and you will start solo mining the coin. Do not close the cmd window where forknoted.exe is running. It should be started and synced when you want to perform actions with coin (mine, send). I have released a new version of the TkWallet which improves the process. As a result, you must now run "StartTkWallet.cmd" instead of "tkwallet.exe", that is all. With .cmd file windows GUI wallet still does not open on my computer (Windows 10 Pro 64-bit). Stops with a message "waiting for rcoinx daemon". But the cmd version works properly, I can mining. TkWallet seems to have issues with Win10 (the only version of windows I don't have in a VM).
|
|
|
|
Paulus100
Newbie
Offline
Activity: 19
Merit: 0
|
|
January 14, 2018, 08:49:40 PM |
|
I have released a new version of the TkWallet which improves the process. As a result, you must now run "StartTkWallet.cmd" instead of "tkwallet.exe", that is all.
This is my walletd.log file: ... 2018-Jan-14 21:40:55.509305 INFO walled v2.1.2.1251 () 2018-Jan-14 21:40:55.509305 INFO Starting Payment Gate with remote node 2018-Jan-14 21:40:55.509305 INFO Loading wallet 2018-Jan-14 21:40:55.509305 INFO Loading container... 2018-Jan-14 21:40:55.524944 ERROR Failed to read wallet version 2018-Jan-14 21:40:55.540572 ERROR Failed to init walletService reason: Failed to read wallet version: Wrong version 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped ... He writes something about the bad version of the wallet. But with my wallet file, I can easily mining in cmd mode and this work.
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 08:53:26 PM |
|
I have released a new version of the TkWallet which improves the process. As a result, you must now run "StartTkWallet.cmd" instead of "tkwallet.exe", that is all.
This is my walletd.log file: ... 2018-Jan-14 21:40:55.509305 INFO walled v2.1.2.1251 () 2018-Jan-14 21:40:55.509305 INFO Starting Payment Gate with remote node 2018-Jan-14 21:40:55.509305 INFO Loading wallet 2018-Jan-14 21:40:55.509305 INFO Loading container... 2018-Jan-14 21:40:55.524944 ERROR Failed to read wallet version 2018-Jan-14 21:40:55.540572 ERROR Failed to init walletService reason: Failed to read wallet version: Wrong version 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped ... He writes something about the bad version of the wallet. But with my wallet file, I can easily mining in cmd mode and this work. I have no idea why that error occurs.
|
|
|
|
Paulus100
Newbie
Offline
Activity: 19
Merit: 0
|
|
January 14, 2018, 08:59:03 PM |
|
I have released a new version of the TkWallet which improves the process. As a result, you must now run "StartTkWallet.cmd" instead of "tkwallet.exe", that is all.
This is my walletd.log file: ... 2018-Jan-14 21:40:55.509305 INFO walled v2.1.2.1251 () 2018-Jan-14 21:40:55.509305 INFO Starting Payment Gate with remote node 2018-Jan-14 21:40:55.509305 INFO Loading wallet 2018-Jan-14 21:40:55.509305 INFO Loading container... 2018-Jan-14 21:40:55.524944 ERROR Failed to read wallet version 2018-Jan-14 21:40:55.540572 ERROR Failed to init walletService reason: Failed to read wallet version: Wrong version 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped ... He writes something about the bad version of the wallet. But with my wallet file, I can easily mining in cmd mode and this work. I have no idea why that error occurs. Exactly the same thing I have on 3 other computers, all with Windows 10 64-bit. But despite this I see that miners are coming ... Last night I mined with difficulty level 5000, today there is 15000-50000.
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 09:10:19 PM |
|
I have released a new version of the TkWallet which improves the process. As a result, you must now run "StartTkWallet.cmd" instead of "tkwallet.exe", that is all.
This is my walletd.log file: ... 2018-Jan-14 21:40:55.509305 INFO walled v2.1.2.1251 () 2018-Jan-14 21:40:55.509305 INFO Starting Payment Gate with remote node 2018-Jan-14 21:40:55.509305 INFO Loading wallet 2018-Jan-14 21:40:55.509305 INFO Loading container... 2018-Jan-14 21:40:55.524944 ERROR Failed to read wallet version 2018-Jan-14 21:40:55.540572 ERROR Failed to init walletService reason: Failed to read wallet version: Wrong version 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped 2018-Jan-14 21:40:55.540572 INFO Stopping... 2018-Jan-14 21:40:55.540572 INFO Stopped ... He writes something about the bad version of the wallet. But with my wallet file, I can easily mining in cmd mode and this work. I have no idea why that error occurs. Exactly the same thing I have on 3 other computers, all with Windows 10 64-bit. But despite this I see that miners are coming ... Last night I mined with difficulty level 5000, today there is 15000-50000. I have released another hopeful fix. Please try it -- if it doesn't work again, send me the log file.
|
|
|
|
Paulus100
Newbie
Offline
Activity: 19
Merit: 0
|
|
January 14, 2018, 09:18:26 PM |
|
No, it doesn't work.
I have many active peers and several miners. I'll have to see more why it doesn't work for some. I test on my PC and in a VM, but that doesn't cover every configuration so it's hard to tell. I couldn't get the GUI Wallet working, however managed to set up the daemon, the simple wallet and the miner from command line (windows 10, 64 Bit) I'm getting a few blocks here and there running a Ryzen 1700. However I'm suspecting the scale/economics of the coin might be out of alignment (broken) due to the massive coin distribution of 1844674407 coinsI've grabbed block height 582, 597,603,619,636,643,644,672,689,690 and 728 in the last 30 minutes or so. Obviously this is early days and I'm one of the few miners who have this working. I'm using a Ryzen 1700, but only devoted 6 threads to the mining, so I'm not exactly a mining powerhouse (plus I'm not going to burn my CPU with all coins at 100% for such a speculative endeavour). So I've got 2198 coins in the simple wallet now, which sounds fantastic in theory for 30 minutes of mining. But, thats in theory... The problem is, the coin supply is 1.8 Billion Coins. And, the coin is Cryptonight. As soon as someone sets up a pool (and gets GPU mining up), anything I mine now is going to be a tiny drop in the ocean and a complete waste of time and energy. I suspect people will be pulling millions with a GPU. So, whilst I love the "no-premine" and the opportunity to grab a few blocks early, the reward for doing so is just not enough for me to be crushing my CPU on my desktop PC. Especially when you consider even a 1 sat price on an exchange seems very fanciful based on the massive distribution. Dev : I applaud your tenacity and efforts to get your coin off the ground, but I'm not sure the massive distribution is a good idea. Having said that I'd welcome your input and thoughts into why you might think otherwise I think that this number of coins is not a problem. It is still 11 times LOWER than Digibyte (DGB), which is doing great. It is easier to send 10 XRX than eg. 0.0000012 BTC from a human point of view, we feel better with such numbers. If graphics cards enter the game, the amount of coins to be mined per day will remain the same, only the difficulty level will increase.
|
|
|
|
vuppie0
Jr. Member
Offline
Activity: 168
Merit: 1
|
|
January 14, 2018, 09:21:14 PM |
|
same here, the wallet won't start
|
|
|
|
Ronsor (OP)
Newbie
Offline
Activity: 87
Merit: 0
|
|
January 14, 2018, 09:22:48 PM |
|
same here, the wallet won't start
can I have your walletd.log file? post here, or pm me -- I need more information on why the error happens.
|
|
|
|
Paulus100
Newbie
Offline
Activity: 19
Merit: 0
|
|
January 14, 2018, 09:31:44 PM |
|
I have released another hopeful fix. Please try it -- if it doesn't work again, send me the log file.
This is how it looks after running the latest version: ... 2018-Jan-14 22:26:21.470067 INFO walled v2.1.2.1251 () 2018-Jan-14 22:26:21.470067 INFO Starting Payment Gate with remote node 2018-Jan-14 22:26:21.485694 TRACE Send getlastblockheader JSON RPC request 2018-Jan-14 22:26:21.485694 INFO Loading wallet 2018-Jan-14 22:26:21.485694 INFO Loading container... 2018-Jan-14 22:26:21.485694 TRACE getlastblockheader JSON RPC request failed: NodeErrorCategory:5, Internal node error 2018-Jan-14 22:26:21.485694 TRACE Send /getinfo JSON request 2018-Jan-14 22:26:21.485694 TRACE /getinfo JSON request compete 2018-Jan-14 22:26:21.485694 TRACE Send get_pool_changes_lite.bin request, tailBlockId 0000000000000000000000000000000000000000000000000000000000000000 2018-Jan-14 22:26:21.485694 TRACE get_pool_changes_lite.bin failed: NodeErrorCategory:3, Network error 2018-Jan-14 22:26:21.501320 ERROR Failed to read wallet version 2018-Jan-14 22:26:21.501320 ERROR Failed to init walletService reason: Failed to read wallet version: Wrong version 2018-Jan-14 22:26:21.501320 INFO Stopping... 2018-Jan-14 22:26:21.501320 INFO Stopped 2018-Jan-14 22:26:21.501320 INFO Stopping... 2018-Jan-14 22:26:21.501320 INFO Stopped ...
|
|
|
|
|