Bitcoin Forum
May 04, 2024, 05:05:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14]  All
  Print  
Author Topic: [ANN] Forknote - create your own Cryptonote network  (Read 36643 times)
sirandrei
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
September 02, 2018, 11:55:24 PM
 #261

Hi,
Is the latest version of forknote corrected the Bug Allowed Creation of Unlimited Number of Coins ?

Is there a way to custom build forknote, in a way that file.config won't be nedeed ? Instead of creating an independent config file, i'd rather make the customizations and config in the source code, like the original cryptonote.
Thanks!
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714842333
Hero Member
*
Offline Offline

Posts: 1714842333

View Profile Personal Message (Offline)

Ignore
1714842333
Reply with quote  #2

1714842333
Report to moderator
efraim
Copper Member
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
September 09, 2018, 10:50:10 AM
 #262

I have been generate the new conf file to the forknoted.exe

this is:

seed-node=173.249.23.128:17001
seed-node=185.203.119.177:17001
EMISSION_SPEED_FACTOR=18
DIFFICULTY_TARGET=240
CRYPTONOTE_DISPLAY_DECIMAL_POINT=10
MONEY_SUPPLY=8000000000000000000
GENESIS_BLOCK_REWARD=0
DEFAULT_DUST_THRESHOLD=100000
MINIMUM_FEE=100000
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=5
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=100000
MAX_TRANSACTION_SIZE_LIMIT=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=279
DIFFICULTY_CUT_V1=60
DIFFICULTY_CUT_V2=60
DIFFICULTY_CUT=0
DIFFICULTY_LAG_V1=15
DIFFICULTY_LAG_V2=15
DIFFICULTY_LAG=0
DIFFICULTY_WINDOW_V1=360
DIFFICULTY_WINDOW_V2=360
DIFFICULTY_WINDOW=17
ZAWY_DIFFICULTY_BLOCK_INDEX=30
p2p-bind-port=22671
rpc-bind-port=22672
BYTECOIN_NETWORK=1903c037-fba6-5118-994f-e108415f3ef5
CRYPTONOTE_NAME=sekelcoin
GENESIS_COINBASE_TX_HEX=010a01ff00019e91c191c79502029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101c05270be40ce20bcc2322f24461bc8a99e558be50e9bb64ec1ad1ba7cf95281b
MAX_BLOCK_SIZE_INITIAL=100000
UPGRADE_HEIGHT_V2=1
UPGRADE_HEIGHT_V3=30

The error are:

2018-Sep-09 12:47:51.732053 INFO    [protocol] [173.249.23.128:17001 OUT] Sync data returned unknown top block: 1 -> 1450 [1449 blocks (4 days) behind]
2018-Sep-09 12:47:51.732053 INFO    [protocol] SYNCHRONIZATION started
2018-Sep-09 12:47:52.245521 WARNING [Core] Failed to validate block 837d3d858b3c9bdf622f24034fd4910afadbf6f45e4d92f097d5843292a1dff5: Transaction has wrong unlock time
2018-Sep-09 12:48:02.008978 INFO    [protocol] [185.203.119.177:17001 OUT] Sync data returned unknown top block: 1 -> 1450 [1449 blocks (4 days) behind]
2018-Sep-09 12:48:02.008978 INFO    [protocol] SYNCHRONIZATION started
2018-Sep-09 12:48:02.477565 WARNING [Core] Failed to validate block 837d3d858b3c9bdf622f24034fd4910afadbf6f45e4d92f097d5843292a1dff5: Transaction has wrong unlock time
2018-Sep-09 12:48:12.147548 INFO    [protocol] [173.249.23.128:17001 OUT] Sync data returned unknown top block: 1 -> 1450 [1449 blocks (4 days) behind]
2018-Sep-09 12:48:12.147548 INFO    [protocol] SYNCHRONIZATION started
2018-Sep-09 12:48:12.617636 WARNING [Core] Failed to validate block 837d3d858b3c9bdf622f24034fd4910afadbf6f45e4d92f097d5843292a1dff5: Transaction has wrong unlock time

Whats wrong?
Please help me. Thanx
efraim
Copper Member
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
September 10, 2018, 04:56:10 PM
 #263

I solve the problem, but i have a new problem:

2018-Sep-10 18:53:20.643910 INFO    [protocol] [173.249.23.128:17001 OUT] Sync data returned unknown top block: 1 -> 1887 [1886 blocks (5 days) behind]
2018-Sep-10 18:53:20.643910 INFO    [protocol] SYNCHRONIZATION started
2018-Sep-10 18:53:20.929115 WARNING [Core] Block reward mismatch for block 837d3d858b3c9bdf622f24034fd4910afadbf6f45e4d92f097d5843292a1dff5. Expected reward: 30517541745211, got reward: 9536734069115
2018-Sep-10 18:53:30.855408 INFO    [protocol] [185.203.119.177:17001 OUT] Sync data returned unknown top block: 1 -> 1887 [1886 blocks (5 days) behind]
2018-Sep-10 18:53:30.855408 INFO    [protocol] SYNCHRONIZATION started
2018-Sep-10 18:53:31.258496 WARNING [Core] Block reward mismatch for block 837d3d858b3c9bdf622f24034fd4910afadbf6f45e4d92f097d5843292a1dff5. Expected reward: 30517541745211, got reward: 9536734069115

What are problem here?
odzser
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 07, 2019, 05:10:43 AM
 #264

For anyone interested i made a web wallet for forknote coins
https://github.com/streamcoindev/ForkNote-webwallet

Hi
I tried using this code "https://github.com/streamcoindev/ForkNote-webwallet", But I am getting error of cross origin not allowed, I already have enable-cors=* entry in coin.conf file, also I tried running daemon as "./coind --enable-cors=* " in the command, but still getting error http://prntscr.com/mueo5f

Can you please help here what I did wrong?

Thanks
guggari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 07, 2019, 06:03:12 AM
 #265

Hello Team,

Hope you are doing well..!

Actually, I have been trying to use one of my server API URL on its own server and also on another digital ocean server, but I am getting this error:
Failed to load http://208.68.38.73:12235/getinfo: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://explorer.4xbit.co' is therefore not allowed access.
Here is the screenshot: http://prntscr.com/mtv5xx & http://prntscr.com/mtv860

I have enabled CORS in both servers source and destination server. So I want to know is there any restriction or block from the digital ocean side due to which I am not able to use CORS on it.

Or can you please help me in resolving the issue.
URL: http://explorer.4xbit.co/ (While the source and destination are on same)
http://4xbit.co:8080/ (When source and destination on a different server)

Source/Origin Server : 208.68.38.73
Destination Server : 159.89.191.164

So in both the cases, either I use the API on its origin server it's still not working and showing the same error of CORS. Help is really appreciated.

Thanks
guggari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 13, 2019, 06:55:48 AM
 #266

http://forknote.net/create/
The config page is not working,
moneroxs
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 02, 2020, 01:07:11 AM
Last edit: January 02, 2020, 01:18:17 AM by moneroxs
 #267

http://forknote.net/create/
The config page is not working,


And almost one year later still not working  Grin Grin Grin hahaha!!!!
domirose
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
January 04, 2020, 01:40:45 PM
 #268

this is an abandoned project
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14]  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!